|
10
|
1 |
#podium-container { |
|
|
2 |
position: absolute; |
|
|
3 |
width: 1480px; |
|
13
|
4 |
top: 700px; |
|
10
|
5 |
left: 400px; |
|
|
6 |
} |
|
|
7 |
#podium { |
|
|
8 |
width: 100%; |
|
13
|
9 |
height: 200px; |
|
10
|
10 |
} |
|
|
11 |
#podium-labels { |
|
|
12 |
position: absolute; |
|
|
13 |
width: 100%; |
|
13
|
14 |
top: 215px; |
|
10
|
15 |
} |
|
|
16 |
#podium-labels li { |
|
|
17 |
float: left; |
|
|
18 |
width: 25%; |
|
|
19 |
color: #ffffff; |
|
|
20 |
text-align: center; |
|
|
21 |
font-size: 42px; |
|
|
22 |
} |
|
|
23 |
#podium-chiffres { |
|
|
24 |
position: absolute; |
|
|
25 |
width: 100%; |
|
13
|
26 |
top: 145px; |
|
10
|
27 |
} |
|
|
28 |
#podium-chiffres li { |
|
|
29 |
float: left; |
|
|
30 |
width: 25%; |
|
|
31 |
color: #000000; |
|
|
32 |
text-align: center; |
|
|
33 |
font-size: 50px; |
|
|
34 |
font-weight: bold; |
|
|
35 |
} |
|
|
36 |
|
|
|
37 |
|
|
|
38 |
#btv-bigtweet { |
|
|
39 |
position: absolute; |
|
|
40 |
left: 775px; |
|
|
41 |
top: 250px; |
|
|
42 |
width: 650px; |
|
|
43 |
background: #0031ff; |
|
|
44 |
padding: 40px; |
|
|
45 |
color: #ffffff; |
|
|
46 |
font-size: 42px; |
|
|
47 |
display: none; |
|
|
48 |
} |
|
|
49 |
.btv-bigtweet-image { |
|
21
|
50 |
position: absolute; |
|
10
|
51 |
width: 100px; |
|
|
52 |
height: 100px; |
|
|
53 |
} |
|
|
54 |
.btv-bigtweet-screen-name { |
|
21
|
55 |
font-weight: bold; margin-left: 140px; |
|
10
|
56 |
} |
|
|
57 |
.btv-bigtweet-name { |
|
21
|
58 |
margin: 10px 0 20px 140px; |
|
10
|
59 |
} |
|
|
60 |
.btv-tweet-text { |
|
|
61 |
clear: both; |
|
|
62 |
} |