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