PluginProbe
StreamCast – bring live radio to your site with a sleek player / trunk
StreamCast – bring live radio to your site with a sleek player vtrunk
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 trunk, at public/css/styles.css

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