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

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