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