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 |
|
|
26 |
.play-button, .next-button { |
|
27 |
float: left; width: 30px; margin: 5px; font-size: 18px; |
|
28 |
line-height: 20px; height: 20px; cursor: pointer; |
5
|
29 |
} |
|
30 |
|
11
|
31 |
.duration, .time-separator, .current-time { |
|
32 |
float: left; height: 30px; |
|
33 |
font-size: 20px; line-height: 30px; |
5
|
34 |
} |
|
35 |
|
11
|
36 |
.time-separator { |
|
37 |
width: 10px; text-align: center; |
|
38 |
} |
|
39 |
.duration, .current-time { |
|
40 |
width: 140px; margin: 0 8px; |
|
41 |
} |
|
42 |
.current-time { |
|
43 |
text-align: right; color: #CCCCCC; |
5
|
44 |
} |
|
45 |
|
|
46 |
.explain-block { |
11
|
47 |
width: 340px; height: 30px; padding: 0 5px; |
5
|
48 |
} |
|
49 |
|
|
50 |
.keyword-search { |
|
51 |
line-height: 20px; padding: 0 5px; margin-top: 4px; border: 1px solid #000000; width: 300px; font-size: 18px; |
7
|
52 |
background: #666666; |
5
|
53 |
} |
|
54 |
|
7
|
55 |
.keyword-search a { |
|
56 |
color: #FFFFFF; text-decoration: none; |
5
|
57 |
} |
|
58 |
|
7
|
59 |
a.placeholder { |
|
60 |
color: #cccccc; |
5
|
61 |
} |
|
62 |
|
|
63 |
.shadow-block { |
|
64 |
float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0; |
|
65 |
} |
|
66 |
|
|
67 |
.play-bottom { |
11
|
68 |
position: absolute; left: 8px; top: 86px; bottom: 8px; right: 8px; overflow: hidden; |
5
|
69 |
} |
|
70 |
|
|
71 |
.play-svg { |
|
72 |
position: absolute; left: 0; top: 0; width: 100%; height: 100%; |
|
73 |
} |
|
74 |
|
|
75 |
.topics-block { |
17
|
76 |
float: left; clear: both; width: 10000px; padding-left: 8px; height: 40px; left: 0; |
5
|
77 |
} |
|
78 |
|
|
79 |
.topic { |
|
80 |
float: left; padding: 6px; cursor: pointer; background: #333333; |
|
81 |
} |
|
82 |
|
|
83 |
.topic-words li { |
|
84 |
display: inline-block; color: #fff; padding: 0 4px; |
|
85 |
font-size: 14px; line-height: 16px; |
|
86 |
} |
|
87 |
|
17
|
88 |
.left-arrow, .right-arrow { |
|
89 |
position: absolute; top: 0; width: 9px; height: 20px; width: 9px; background: url(../img/arrows.png); margin: 5px; cursor: pointer; |
|
90 |
} |
|
91 |
|
|
92 |
.left-arrow { |
|
93 |
left: 0; |
|
94 |
} |
|
95 |
|
|
96 |
.right-arrow { |
|
97 |
right: 0; background-position: -9px 0; |
|
98 |
} |
|
99 |
|
5
|
100 |
.highlight { |
|
101 |
color: #333333; background: #ffff00; |
|
102 |
} |
|
103 |
|
6
|
104 |
.play-images { |
7
|
105 |
left: 155px; position: absolute; |
6
|
106 |
} |
|
107 |
|
|
108 |
.play-images img { |
|
109 |
position: absolute; left: 0; width: 80px; height: 45px; |
|
110 |
} |
|
111 |
|
5
|
112 |
.play-localtweets { |
6
|
113 |
left: 390px; |
5
|
114 |
position: absolute; |
|
115 |
z-index: 2; |
|
116 |
} |
|
117 |
|
|
118 |
.play-localtweets .tweet { |
17
|
119 |
width: 320px; background: #666666; padding: 4px; |
5
|
120 |
} |
|
121 |
|
17
|
122 |
.tweet img { |
5
|
123 |
width: 20px; height: 20px; float: left; |
|
124 |
} |
|
125 |
|
17
|
126 |
.tweet p { |
|
127 |
margin-left: 24px; font-size: 12px; |
|
128 |
} |
|
129 |
|
|
130 |
.tweet a { |
|
131 |
color: #ffffc0; |
5
|
132 |
} |
7
|
133 |
|
|
134 |
.play-tagcloud { |
|
135 |
left: 720px; |
|
136 |
top: 5px; |
|
137 |
position: absolute; |
|
138 |
width: 296px; |
|
139 |
} |
|
140 |
|
|
141 |
.play-tagcloud li { |
|
142 |
float: left; width: 98px; height: 10px; |
|
143 |
line-height: 10px; |
9
|
144 |
text-align: center; cursor: pointer; |
|
145 |
} |
|
146 |
|
|
147 |
.play-tagcloud li.selected { |
|
148 |
background: #FFFF00; color: #000000; |
|
149 |
} |
7
|
150 |
|
|
151 |
.play-tagcloud li:nth-child(3n+2) { |
|
152 |
margin-top: 5px; |
|
153 |
} |
|
154 |
|
|
155 |
.play-tagcloud li:nth-child(3n) { |
|
156 |
margin-top: 10px; |
|
157 |
} |
|
158 |
|
11
|
159 |
.local-position, .global-position { |
|
160 |
position: absolute; height: 1px; |
|
161 |
background: #FF00FC; |
|
162 |
} |
|
163 |
|
|
164 |
.global-position { |
|
165 |
left: 0; width: 125px; |
|
166 |
} |
|
167 |
|
|
168 |
.local-position { |
|
169 |
left: 155px; width: 215px; |
|
170 |
} |
17
|
171 |
|
|
172 |
.user-tweets { |
|
173 |
position: absolute; left: 730px; top: 300px; bottom: 0; right: 0; display: none; |
|
174 |
} |
|
175 |
|
|
176 |
.user-tweets-head { |
|
177 |
font-size: 14px; text-align: center; |
|
178 |
} |
|
179 |
|
|
180 |
.user-tweets-list { |
|
181 |
position: absolute; left: 0; top: 20px; bottom: 0; right: 0; overflow: auto; |
|
182 |
} |
|
183 |
|
|
184 |
.user-tweets-list .tweet { |
|
185 |
background: #666666; font-size: 12px; padding: 4px; margin: 5px 0; |
|
186 |
} |
|
187 |
|
|
188 |
.user-name { |
|
189 |
font-weight: bold; |
|
190 |
} |