5
|
1 |
|
|
2 |
.play-head, .play-second-line { |
|
3 |
clear: both; |
|
4 |
} |
|
5 |
|
17
|
6 |
.play-second-line { |
|
7 |
position: relative; |
|
8 |
} |
|
9 |
|
5
|
10 |
.play-head { |
|
11 |
margin-top: 8px; |
|
12 |
} |
|
13 |
|
|
14 |
.title-block { |
|
15 |
float: left; width: 248px; margin: 0 0 8px 8px; |
|
16 |
} |
|
17 |
|
|
18 |
.play-head h1 { |
|
19 |
font-size: 28px; line-height: 30px; |
|
20 |
} |
|
21 |
|
|
22 |
.play-block { |
11
|
23 |
width: 402px; height: 30px; |
|
24 |
} |
|
25 |
|
18
|
26 |
.button { |
19
|
27 |
float: left; width: 18px; margin: 6px 4px; |
18
|
28 |
height: 18px; background: url(../img/sprites.png); |
|
29 |
} |
|
30 |
|
|
31 |
.button:hover { |
|
32 |
opacity: .5; |
|
33 |
} |
|
34 |
|
|
35 |
.play-button.playing { |
|
36 |
background-position: -18px 0; |
|
37 |
} |
|
38 |
|
|
39 |
.next-button { |
|
40 |
background-position: -36px 0; |
|
41 |
} |
|
42 |
|
|
43 |
.prev-button { |
|
44 |
background-position: -54px 0; |
5
|
45 |
} |
|
46 |
|
19
|
47 |
.lock-button { |
22
|
48 |
width: 72px; height: 24px; margin: 3px 4px; background-position: -36px -42px; |
19
|
49 |
} |
|
50 |
|
22
|
51 |
.lock-button.locked, .lock-button:hover { |
|
52 |
background-position: -36px -18px; |
|
53 |
} |
|
54 |
|
|
55 |
.lock-button.locked:hover { |
|
56 |
background-position: -36px -42px; |
19
|
57 |
} |
|
58 |
|
11
|
59 |
.duration, .time-separator, .current-time { |
|
60 |
float: left; height: 30px; |
|
61 |
font-size: 20px; line-height: 30px; |
5
|
62 |
} |
|
63 |
|
11
|
64 |
.time-separator { |
18
|
65 |
width: 6px; text-align: center; |
11
|
66 |
} |
|
67 |
.duration, .current-time { |
22
|
68 |
width: 100px; margin: 0 8px; |
11
|
69 |
} |
|
70 |
.current-time { |
|
71 |
text-align: right; color: #CCCCCC; |
5
|
72 |
} |
|
73 |
|
|
74 |
.explain-block { |
11
|
75 |
width: 340px; height: 30px; padding: 0 5px; |
5
|
76 |
} |
|
77 |
|
|
78 |
.keyword-search { |
|
79 |
line-height: 20px; padding: 0 5px; margin-top: 4px; border: 1px solid #000000; width: 300px; font-size: 18px; |
18
|
80 |
background: #666666; float: left; |
5
|
81 |
} |
|
82 |
|
7
|
83 |
.keyword-search a { |
|
84 |
color: #FFFFFF; text-decoration: none; |
5
|
85 |
} |
|
86 |
|
7
|
87 |
a.placeholder { |
|
88 |
color: #cccccc; |
5
|
89 |
} |
|
90 |
|
|
91 |
.shadow-block { |
|
92 |
float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0; |
|
93 |
} |
|
94 |
|
|
95 |
.play-bottom { |
19
|
96 |
position: absolute; left: 8px; top: 96px; bottom: 8px; right: 8px; overflow: hidden; |
5
|
97 |
} |
|
98 |
|
18
|
99 |
.home-button { |
22
|
100 |
background-position: -72px 0; |
18
|
101 |
} |
|
102 |
|
20
|
103 |
.play-canvas { |
5
|
104 |
position: absolute; left: 0; top: 0; width: 100%; height: 100%; |
|
105 |
} |
|
106 |
|
|
107 |
.topics-block { |
19
|
108 |
float: left; clear: both; width: 10000px; height: 50px; left: 20px; |
|
109 |
} |
|
110 |
|
|
111 |
.topics-list { |
|
112 |
float: left; |
5
|
113 |
} |
|
114 |
|
|
115 |
.topic { |
19
|
116 |
float: left; padding: 2px; cursor: pointer; background: #333333; |
5
|
117 |
} |
|
118 |
|
|
119 |
.topic-words li { |
19
|
120 |
display: inline-block; color: #fff; padding: 2px 4px; |
5
|
121 |
font-size: 14px; line-height: 16px; |
|
122 |
} |
|
123 |
|
17
|
124 |
.left-arrow, .right-arrow { |
19
|
125 |
position: absolute; top: 0; width: 9px; height: 20px; padding: 13px 8px; cursor: pointer; |
17
|
126 |
} |
|
127 |
|
|
128 |
.left-arrow { |
19
|
129 |
left: 0; background: -moz-linear-gradient(left, rgba(0,0,0,1), rgba(0,0,0,0)); |
17
|
130 |
} |
|
131 |
|
|
132 |
.right-arrow { |
19
|
133 |
right: 0; background: -moz-linear-gradient(right, rgba(0,0,0,1), rgba(0,0,0,0)); |
|
134 |
} |
|
135 |
|
|
136 |
.inside-arrow { |
|
137 |
width: 9px; height: 20px; background: url(../img/sprites.png); |
|
138 |
} |
|
139 |
|
|
140 |
div:hover>.inside-arrow { |
|
141 |
opacity: .5; |
|
142 |
} |
|
143 |
|
|
144 |
.left-arrow .inside-arrow { |
|
145 |
background-position: 0 -54px; |
|
146 |
} |
|
147 |
|
|
148 |
.right-arrow .inside-arrow { |
|
149 |
background-position: -9px -54px; |
17
|
150 |
} |
|
151 |
|
5
|
152 |
.highlight { |
|
153 |
color: #333333; background: #ffff00; |
|
154 |
} |
|
155 |
|
6
|
156 |
.play-images { |
7
|
157 |
left: 155px; position: absolute; |
6
|
158 |
} |
|
159 |
|
|
160 |
.play-images img { |
|
161 |
position: absolute; left: 0; width: 80px; height: 45px; |
|
162 |
} |
|
163 |
|
5
|
164 |
.play-localtweets { |
6
|
165 |
left: 390px; |
22
|
166 |
width: 450px; |
5
|
167 |
position: absolute; |
|
168 |
z-index: 2; |
|
169 |
} |
|
170 |
|
22
|
171 |
.tweet { |
|
172 |
background: #666666; padding: 4px; min-height: 32px; |
5
|
173 |
} |
|
174 |
|
17
|
175 |
.tweet img { |
22
|
176 |
width: 32px; height: 32px; float: left; |
5
|
177 |
} |
|
178 |
|
17
|
179 |
.tweet p { |
22
|
180 |
margin-left: 36px; font-size: 15px; text-shadow: 0 0 2px #000000; line-height: 16px; |
17
|
181 |
} |
|
182 |
|
|
183 |
.tweet a { |
|
184 |
color: #ffffc0; |
5
|
185 |
} |
7
|
186 |
|
|
187 |
.play-tagcloud { |
22
|
188 |
right: 0; |
7
|
189 |
top: 5px; |
|
190 |
position: absolute; |
22
|
191 |
width: 140px; |
7
|
192 |
} |
|
193 |
|
|
194 |
.play-tagcloud li { |
20
|
195 |
cursor: pointer; |
22
|
196 |
height: 20px; |
|
197 |
padding: 3px 0; |
20
|
198 |
text-align: center; |
9
|
199 |
} |
|
200 |
|
|
201 |
.play-tagcloud li.selected { |
|
202 |
background: #FFFF00; color: #000000; |
|
203 |
} |
7
|
204 |
|
17
|
205 |
.user-tweets { |
24
|
206 |
position: absolute; top: 40px; bottom: 40px; display: none; |
22
|
207 |
background: rgba(64,64,64,.8); border-radius: 10px; z-index: 4; box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); |
17
|
208 |
} |
|
209 |
|
|
210 |
.user-tweets-head { |
22
|
211 |
font-size: 14px; text-align: center; margin: 10px 0 0; |
17
|
212 |
} |
|
213 |
|
|
214 |
.user-tweets-list { |
22
|
215 |
position: absolute; left: 10px; top: 30px; bottom: 10px; right: 10px; overflow: auto; |
|
216 |
} |
|
217 |
|
|
218 |
.close-user-tweets { |
|
219 |
float: right; font-size: 20px; font-weight: bold; margin: 5px; text-decoration: none; color: #FFFFFF; |
17
|
220 |
} |
|
221 |
|
|
222 |
.user-tweets-list .tweet { |
24
|
223 |
margin: 0 0 10px 20px; cursor: hand; |
22
|
224 |
} |
|
225 |
|
|
226 |
.user-tweets-list .tweet:hover { |
|
227 |
background: #808080; cursor: pointer; |
17
|
228 |
} |
|
229 |
|
|
230 |
.user-name { |
|
231 |
font-weight: bold; |
|
232 |
} |