|
3
|
1 |
|
|
0
|
2 |
#btv-cp-container { |
|
|
3 |
position: absolute; top: -65px; width: 100%; |
|
|
4 |
background-image: linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |
|
|
5 |
background-image: -o-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |
|
|
6 |
background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |
|
|
7 |
background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |
|
|
8 |
background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%); |
|
|
9 |
height: 70px; |
|
|
10 |
border-bottom: 2px solid #666666; |
|
|
11 |
} |
|
|
12 |
#btv-cp-container:hover { |
|
|
13 |
top: 0; |
|
|
14 |
} |
|
|
15 |
.btv-cp-line { |
|
|
16 |
position: relative; width: 1160px; height: 100%; margin: 0 auto; |
|
|
17 |
} |
|
|
18 |
.btv-cp-element { |
|
|
19 |
float: left; |
|
|
20 |
height: 66px; |
|
|
21 |
padding: 2px 4px; border-right: 1px solid #cccccc; |
|
|
22 |
} |
|
|
23 |
.btv-cp-element h2 { |
|
|
24 |
font-size: 24px; margin: 18px 0 0; |
|
|
25 |
} |
|
|
26 |
.btv-cp-element h3 { |
|
|
27 |
font-size: 14px; margin: 3px 0; text-align: center; line-height: 12px; |
|
|
28 |
} |
|
|
29 |
.btv-cp-element h4 { |
|
|
30 |
font-size: 24px; font-weight: bold; text-align: center; |
|
|
31 |
} |
|
|
32 |
|
|
|
33 |
#btv-cp-champ-filtre { |
|
|
34 |
width: 100px; |
|
|
35 |
} |
|
|
36 |
|
|
|
37 |
.btv-cp-liste-tweets { |
|
|
38 |
width: 280px; max-height: 45px; background: #fefefe; overflow: auto; |
|
|
39 |
} |
|
|
40 |
.btv-cp-liste-tweets:hover { |
|
|
41 |
max-height: 150px; |
|
|
42 |
} |
|
|
43 |
.btv-cp-liste-tweets li { |
|
|
44 |
padding: 1px; border-bottom: 1px solid #ddd; font-size: 12px; font-family: Arial, Helvetica, sans-serif; |
|
|
45 |
} |
|
|
46 |
.btv-cp-tweet-button { |
|
|
47 |
display: inline-block; margin: -1px 0; width: 15px; height: 14px; background: url("../img/addshow.png"); |
|
|
48 |
} |
|
|
49 |
.btv-cp-tweet-show { |
|
|
50 |
background-position: -15px 0; |
|
|
51 |
} |
|
|
52 |
.btv-cp-tweet-date { |
|
|
53 |
font-style: italic; |
|
|
54 |
} |
|
|
55 |
.btv-cp-tweet-from { |
|
|
56 |
font-weight: bold; |
|
|
57 |
} |
|
|
58 |
.btv-cp-liste-tweets li:hover { |
|
|
59 |
background: #00f; color: #fff; |
|
|
60 |
} |
|
|
61 |
|
|
|
62 |
.btv-cp-cont-pause { |
|
|
63 |
width: 60px; |
|
|
64 |
} |
|
|
65 |
.btv-cp-play-pause { |
|
|
66 |
display: block; margin: 0 12px; width: 32px; height: 35px; background: url("../img/playpause.png"); |
|
|
67 |
} |
|
|
68 |
.btv-cp-status-play { |
|
|
69 |
background-position: -32px 0; |
|
|
70 |
} |
|
|
71 |
|
|
|
72 |
.btv-cp-compteur { |
|
|
73 |
width: 75px; position: relative; |
|
|
74 |
} |
|
|
75 |
|
|
|
76 |
.btv-cp-compteur h4 { |
|
|
77 |
width: 100%; position: absolute; left: 0; top: 40px; |
|
|
78 |
} |
|
|
79 |
|