|
1 |
|
2 .play-head, .play-second-line { |
|
3 clear: both; |
|
4 } |
|
5 |
|
6 .play-head { |
|
7 margin-top: 8px; |
|
8 } |
|
9 |
|
10 .title-block { |
|
11 float: left; width: 248px; margin: 0 0 8px 8px; |
|
12 } |
|
13 |
|
14 .play-head h1 { |
|
15 font-size: 28px; line-height: 30px; |
|
16 } |
|
17 |
|
18 .play-block { |
|
19 width: 248px; height: 30px; |
|
20 } |
|
21 |
|
22 .play-button { |
|
23 float: left; margin: 5px; font-size: 18px; |
|
24 line-height: 20px; |
|
25 } |
|
26 |
|
27 .duration { |
|
28 float: right; font-size: 20px; margin: 0 8px; line-height: 30px; |
|
29 } |
|
30 |
|
31 .explain-block { |
|
32 width: 494px; height: 30px; padding: 0 5px; |
|
33 } |
|
34 |
|
35 .keyword-search { |
|
36 line-height: 20px; padding: 0 5px; margin-top: 4px; border: 1px solid #000000; width: 300px; font-size: 18px; |
|
37 background: #666666; color: #FFFFFF; |
|
38 } |
|
39 ::-webkit-input-placeholder { |
|
40 color: #cccccc; font-style: italic; |
|
41 } |
|
42 :-moz-placeholder { |
|
43 color: #cccccc; font-style: italic; |
|
44 } |
|
45 |
|
46 .ui-autocomplete { |
|
47 background: #666666; font-size: 14px; |
|
48 } |
|
49 |
|
50 .ui-autocomplete a { |
|
51 color: #ffffff; |
|
52 } |
|
53 |
|
54 .shadow-block { |
|
55 float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0; |
|
56 } |
|
57 |
|
58 .play-bottom { |
|
59 position: absolute; top: 86px; bottom: 8px; overflow: hidden; width: 100%; |
|
60 } |
|
61 |
|
62 .play-dataviz { |
|
63 float: left; height: 100%; width: 100%; position: relative; margin-left: 8px; |
|
64 } |
|
65 |
|
66 .play-svg { |
|
67 position: absolute; left: 0; top: 0; width: 100%; height: 100%; |
|
68 } |
|
69 |
|
70 .topics-block { |
|
71 float: left; clear: both; width: 10000px; padding-left: 8px; height: 40px; |
|
72 } |
|
73 |
|
74 .topic { |
|
75 float: left; padding: 6px; cursor: pointer; background: #333333; |
|
76 } |
|
77 |
|
78 .topic-words li { |
|
79 display: inline-block; color: #fff; padding: 0 4px; |
|
80 font-size: 14px; line-height: 16px; |
|
81 } |
|
82 |
|
83 .highlight { |
|
84 color: #333333; background: #ffff00; |
|
85 } |
|
86 |
|
87 .play-localtweets { |
|
88 left: 310px; |
|
89 position: absolute; |
|
90 z-index: 2; |
|
91 } |
|
92 |
|
93 .play-localtweets .tweet { |
|
94 width: 320px; background: #666666; font-size: 12px; padding: 4px; |
|
95 } |
|
96 |
|
97 .play-localtweets img { |
|
98 width: 20px; height: 20px; float: left; |
|
99 } |
|
100 |
|
101 .play-localtweets p { |
|
102 margin-left: 24px; |
|
103 } |