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