|
26
|
1 |
#canvas div { |
|
|
2 |
z-index: 5; |
|
|
3 |
} |
|
|
4 |
|
|
10
|
5 |
#podium-container { |
|
|
6 |
position: absolute; |
|
|
7 |
width: 1480px; |
|
13
|
8 |
top: 700px; |
|
10
|
9 |
left: 400px; |
|
|
10 |
} |
|
|
11 |
#podium { |
|
|
12 |
width: 100%; |
|
13
|
13 |
height: 200px; |
|
10
|
14 |
} |
|
|
15 |
#podium-labels { |
|
|
16 |
position: absolute; |
|
|
17 |
width: 100%; |
|
44
|
18 |
top: 212px; |
|
10
|
19 |
} |
|
|
20 |
#podium-labels li { |
|
|
21 |
float: left; |
|
|
22 |
width: 25%; |
|
|
23 |
color: #ffffff; |
|
|
24 |
text-align: center; |
|
44
|
25 |
font-size: 55px; |
|
38
|
26 |
font-weight: bold; |
|
10
|
27 |
} |
|
|
28 |
#podium-chiffres { |
|
|
29 |
position: absolute; |
|
|
30 |
width: 100%; |
|
13
|
31 |
top: 145px; |
|
10
|
32 |
} |
|
|
33 |
#podium-chiffres li { |
|
|
34 |
float: left; |
|
|
35 |
width: 25%; |
|
|
36 |
color: #000000; |
|
|
37 |
text-align: center; |
|
|
38 |
font-size: 50px; |
|
|
39 |
font-weight: bold; |
|
|
40 |
} |
|
|
41 |
|
|
|
42 |
|
|
|
43 |
#btv-bigtweet { |
|
|
44 |
position: absolute; |
|
|
45 |
left: 775px; |
|
|
46 |
top: 250px; |
|
|
47 |
width: 650px; |
|
|
48 |
background: #0031ff; |
|
|
49 |
padding: 40px; |
|
|
50 |
color: #ffffff; |
|
|
51 |
font-size: 42px; |
|
|
52 |
display: none; |
|
45
|
53 |
z-index: 100; |
|
10
|
54 |
} |
|
|
55 |
.btv-bigtweet-image { |
|
21
|
56 |
position: absolute; |
|
10
|
57 |
width: 100px; |
|
|
58 |
height: 100px; |
|
|
59 |
} |
|
|
60 |
.btv-bigtweet-screen-name { |
|
24
|
61 |
font-weight: bold; margin: -8px 0 0 140px; |
|
10
|
62 |
} |
|
|
63 |
.btv-bigtweet-name { |
|
21
|
64 |
margin: 10px 0 20px 140px; |
|
10
|
65 |
} |
|
|
66 |
.btv-tweet-text { |
|
|
67 |
clear: both; |
|
26
|
68 |
} |
|
|
69 |
|
|
|
70 |
#btv-tooltip { |
|
|
71 |
display: none; position: absolute; z-index: 8; font-size: 20px; background: #0031ff; color: #ffffff; |
|
|
72 |
width: 350px; padding: 10px; margin: -30px 0 0 -380px; border-right: 5px solid; |
|
|
73 |
} |
|
|
74 |
|
|
40
|
75 |
.btv-tooltip-date { |
|
|
76 |
display: none; |
|
|
77 |
} |
|
|
78 |
|
|
26
|
79 |
.btv-tooltip-arrow { |
|
|
80 |
position: absolute; width: 35px; height: 50px; top: 30px; left: 370px; background: url('../img/tooltip-arrow.png'); |
|
|
81 |
} |
|
|
82 |
|
|
|
83 |
.btv-tooltip-name { |
|
|
84 |
font-weight: bold; |
|
|
85 |
} |
|
|
86 |
|
|
|
87 |
.btv-tooltip-image { |
|
|
88 |
float: left; margin: 0 10px 10px 0; |
|
|
89 |
} |