PluginProbe
StreamCast – bring live radio to your site with a sleek player / 2.2.3
StreamCast – bring live radio to your site with a sleek player v2.2.3
2.4.5 2.4.4 trunk 1.0 1.1 2.0.0 2.1.10 2.1.2 2.1.4 2.1.5 2.1.8 2.2.1 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 All 29 releases
streamcast / public / css / styles.css

styles.css in StreamCast – bring live radio to your site with a sleek player 2.2.3, at public/css/styles.css

216 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .player {
2 background: #f09f8b;
3 height: 220px;
4 position: relative;
5 width: 100%;
6 z-index: 2;
7 }
8 .sc_radio .title,
9 .sc_radio .artist {
10 font-family: verdana;
11 left: 167px;
12 position: absolute;
13
14 -moz-user-select: none;
15 -webkit-user-select: none;
16 -ms-user-select: none;
17 }
18 .sc_radio .title {
19 color: #ffffff;
20 font-size: 14px;
21 font-weight: bold;
22 top: 23px;
23 }
24 .sc_radio .artist {
25 color: #eeeeee;
26 font-size: 12px;
27 top: 40px;
28 }
29 .pl {
30 background: url(../images/playlist.png) no-repeat;
31 cursor: pointer;
32 height: 40px;
33 left: 330px;
34 position: absolute;
35 top: 20px;
36 width: 39px;
37 }
38 .pl:hover {
39 top: 21px;
40 }
41 .cover {
42 border-radius: 5px 5px 5px 5px;
43 height: 94px;
44 left: 20px;
45 position: absolute;
46 top: 30px;
47 width: 94px;
48 }
49 .controls {
50 cursor: pointer;
51 left: 0px;
52 position: absolute;
53 top: 65px;
54 left: 122px;
55 }
56 .controls .play,
57 .controls .pause {
58 width: 60px;
59 height: 60px;
60 margin: 0 5px 0px 5px;
61 }
62 .controls .play,
63 .controls .pause,
64 .controls .rew,
65 .controls .fwd,
66 .controls .stop {
67 text-indent: -10000px;
68 border: none;
69 float: left;
70 }
71 .controls .rew,
72 .controls .fwd,
73 .controls .stop {
74 width: 50px;
75 height: 50px;
76 margin: 5px 5px 5px 5px;
77 }
78 .controls .play {
79 background: url(../images/play.png) no-repeat;
80 }
81 .controls .pause {
82 background: url(../images/pause.png) no-repeat;
83 display: none;
84 }
85 .controls .rew {
86 background: url(../images/rewind.png) no-repeat;
87 }
88 .controls .fwd {
89 background: url(../images/next.png) no-repeat;
90 }
91 .controls .stop {
92 background: url(../images/stop.png) no-repeat;
93 }
94 .hidden {
95 display: none;
96 }
97 .controls .visible {
98 display: block;
99 }
100 .volume {
101 height: 11px;
102 left: 10px;
103 position: absolute;
104 top: 142px;
105 width: 357px;
106 }
107 .mute .volume-btn {
108 background: url(../images/volume-off.png) no-repeat;
109 }
110 .volume-btn {
111 background: url(../images/volume-up.png) no-repeat;
112 height: 20px;
113 width: 20px;
114 float: left;
115 position: relative;
116 top: -4px;
117 }
118 .volume-adjust {
119 height: 11px;
120 position: relative;
121 width: 90%;
122 background: #fff;
123 float: right;
124 }
125 .volume-adjust > div > div {
126 height: 11px;
127 background: #151b48;
128 }
129 .progressbar {
130 background-color: #fff;
131 cursor: pointer;
132 z-index: 1;
133 right: 6.875em; /* 110 */
134 height: 15px;
135 left: 0px;
136 position: absolute;
137 width: 90%;
138 top: 170px;
139 margin: 0px 5%;
140 }
141 .novolume .progressbar {
142 right: 4.375em; /* 70 */
143 }
144 .progressbar div {
145 width: 0%;
146 height: 15px;
147 position: absolute;
148 left: 0;
149 top: 0;
150 }
151 .bar-loaded {
152 background-color: #f1f1f1;
153 z-index: 1;
154 }
155 .bar-played {
156 background: #151b48;
157 z-index: 2;
158 }
159 .timeHolder {
160 color: #ffffff;
161 font-size: 14px;
162 font-weight: bold;
163 bottom: 10px;
164 position: absolute;
165 margin: 0px 5%;
166 width: 90%;
167 }
168 .time-current,
169 .time-duration,
170 .time-separator {
171 color: #ffffff;
172 font-size: 14px;
173 font-weight: bold;
174 text-align: center;
175 }
176 .volume .ui-slider-handle {
177 background: url("../images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
178 height: 13px;
179 width: 13px;
180 }
181 .playlist {
182 display: none;
183 }
184 .playlist li,
185 .playlist div {
186 color: #151b48;
187 cursor: pointer;
188 margin: 0 0 5px 15px;
189 }
190 .playlist li > a,
191 .playlist div > a {
192 color: #151b48;
193 text-decoration: none;
194 }
195 .playlist li.active,
196 .playlist div.active {
197 font-weight: bold;
198 }
199 .slick-dots {
200 bottom: 5px !important;
201 }
202 .slick-dots li button:before {
203 font-size: 8px !important;
204 }
205 .stp_custom_circle .plyr .plyr__control:hover,
206 .stp_custom_circle .plyr .plyr__control:focus,
207 .stp_custom_circle .plyr .plyr__control:focus-visible {
208 background: transparent;
209 }
210 .stp_custom_circle .plyr {
211 width: fit-content;
212 }
213 .stp_custom_circle .plyr .plyr__controls {
214 background: transparent;
215 }
216