2
|
1 |
@font-face { |
|
2 |
font-family: "DIN-Mittelschrift"; |
4
|
3 |
src: url('../font/DINMittelschriftStd.woff') format('woff'); |
2
|
4 |
} |
|
5 |
|
1
|
6 |
body { |
2
|
7 |
font-family: "DIN-Mittelschrift", Arial, sans-serif |
1
|
8 |
} |
|
9 |
|
4
|
10 |
.contents { |
|
11 |
position: absolute; width: 100%; height: 100%; background: #000; color: #fff; |
|
12 |
} |
|
13 |
|
1
|
14 |
.start-head, .start-second-line { |
|
15 |
clear: both; |
|
16 |
} |
|
17 |
|
2
|
18 |
.start-head { |
|
19 |
margin-top: 8px; |
|
20 |
} |
|
21 |
|
1
|
22 |
.title-block { |
4
|
23 |
float: left; width: 248px; margin: 0 0 8px 8px; |
1
|
24 |
} |
|
25 |
|
|
26 |
.start-head h1 { |
|
27 |
font-size: 38px; line-height: 66px; |
|
28 |
} |
|
29 |
|
|
30 |
.play-block { |
4
|
31 |
width: 248px; height: 66px; |
1
|
32 |
} |
|
33 |
|
|
34 |
.play-button { |
4
|
35 |
float: left; margin: 8px; font-size: 38px; |
|
36 |
background: #aaa; padding: 0 8px 0 10px; |
1
|
37 |
line-height: 50px; |
|
38 |
} |
|
39 |
|
|
40 |
.duration { |
|
41 |
float: right; font-size: 36px; margin: 0 8px; line-height: 66px; |
|
42 |
} |
|
43 |
|
|
44 |
.explain-block { |
4
|
45 |
width: 494px; height: 66px; padding: 0 5px; |
1
|
46 |
} |
|
47 |
|
|
48 |
.explain-block h3 { |
4
|
49 |
font-size: 18px; line-height: 32px; |
|
50 |
} |
|
51 |
|
|
52 |
.keyword-search { |
|
53 |
line-height: 26px; padding: 0 5px; border: 1px solid #999; width: 300px; font-size: 18px; |
1
|
54 |
} |
|
55 |
|
|
56 |
.shadow-block { |
4
|
57 |
float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0; |
1
|
58 |
} |
|
59 |
|
|
60 |
.description-block { |
4
|
61 |
width: 240px; height: 166px; margin-left: 8px; |
1
|
62 |
} |
|
63 |
|
|
64 |
.description-block p { |
|
65 |
margin: 8px; font-size: 12px; |
|
66 |
} |
|
67 |
|
|
68 |
.topwords-block { |
4
|
69 |
width: 754px; height: 166px; overflow: hidden; padding-right: 6px; |
1
|
70 |
} |
|
71 |
|
4
|
72 |
.topwords-list { |
|
73 |
|
|
74 |
} |
|
75 |
|
|
76 |
.topwords-list li, .topic-words li { |
2
|
77 |
display: inline-block; background: #999; color: #fff; padding: 0 6px; margin: 6px 0 0 6px; |
4
|
78 |
font-size: 14px; line-height: 26px; |
2
|
79 |
} |
|
80 |
|
|
81 |
.topwords-block li { |
|
82 |
cursor: pointer; |
|
83 |
} |
|
84 |
|
4
|
85 |
.topwords-block li:hover, .topwords-block li.selected, .topic-words li.selected { |
2
|
86 |
color: #000000; background: #FFFFFF; |
1
|
87 |
} |
|
88 |
|
4
|
89 |
.topwords-block li.selected:hover { |
|
90 |
background: #999; color: #fff; |
|
91 |
} |
|
92 |
|
1
|
93 |
.start-bottom { |
2
|
94 |
position: absolute; top: 256px; bottom: 0; overflow: hidden; width: 100%; |
1
|
95 |
} |
|
96 |
|
|
97 |
.start-dataviz { |
4
|
98 |
float: left; height: 100%; width: 240px; position: relative; margin-left: 8px; |
2
|
99 |
} |
|
100 |
|
|
101 |
.start-svg { |
|
102 |
position: absolute; left: 0; top: 0; width: 100%; height: 100%; |
1
|
103 |
} |
|
104 |
|
|
105 |
.topics-block { |
4
|
106 |
float: left; width: 768px; padding-left: 8px; |
1
|
107 |
} |
|
108 |
|
|
109 |
.topic-column { |
4
|
110 |
float: left; width: 256px; |
1
|
111 |
} |
|
112 |
|
|
113 |
.topic { |
4
|
114 |
width: 242px; padding: 0 6px 6px 0; cursor: pointer; background: #333333; |
1
|
115 |
} |
4
|
116 |
|
|
117 |
.highlight { |
|
118 |
color: #333333; background: #ffff00; |
|
119 |
} |