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