| author | Raphael Velt <raph.velt@gmail.com> |
| Fri, 20 Jan 2012 13:01:01 +0100 | |
| changeset 489 | a543cdb3cc79 |
| parent 488 | 395108b6cf1b |
| child 501 | a5ce7d08e4f8 |
| permissions | -rw-r--r-- |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
1 |
/* Browser-reset CSS */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
2 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
3 |
html, body, div, span, applet, object, iframe, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
4 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
5 |
a, abbr, acronym, address, big, cite, code, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
6 |
del, dfn, em, img, ins, kbd, q, s, samp, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
7 |
small, strike, strong, sub, sup, tt, var, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
8 |
b, u, i, center, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
9 |
dl, dt, dd, ol, ul, li, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
10 |
fieldset, form, label, legend, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
11 |
table, caption, tbody, tfoot, thead, tr, th, td, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
12 |
article, aside, canvas, details, embed, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
13 |
figure, figcaption, footer, header, hgroup, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
14 |
menu, nav, output, ruby, section, summary, |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
15 |
time, mark, audio, video { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
16 |
margin: 0; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
17 |
padding: 0; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
18 |
border: 0; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
19 |
font-size: 100%; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
20 |
font: inherit; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
21 |
vertical-align: baseline; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
22 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
23 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
24 |
img a { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
25 |
border: none; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
26 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
27 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
28 |
body { |
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
29 |
font-family: 'PT Sans', Helvetica, Arial, sans-serif; background-color: #F7F6F6; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
30 |
background-image: url("twcx-img/bgd.jpg"); background-repeat: repeat-x; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
31 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
32 |
|
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
33 |
body.embed { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
34 |
background-position: 0 -63px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
35 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
36 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
37 |
h2, h3, h4 { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
38 |
font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
39 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
40 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
41 |
p { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
42 |
font-size: 12px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
43 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
44 |
|
|
489
a543cdb3cc79
Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents:
488
diff
changeset
|
45 |
b, strong { |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
46 |
font-weight: bold; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
47 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
48 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
49 |
i { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
50 |
font-style: italic; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
51 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
52 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
53 |
.highlight { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
54 |
background: #ffff00; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
55 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
56 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
57 |
.hidden { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
58 |
display: none; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
59 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
60 |
|
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
61 |
.fl { |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
62 |
float: left; |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
63 |
} |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
64 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
65 |
/* feedback */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
66 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
67 |
#sendUsFeedBack { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
68 |
position: absolute; right: 0; top: 0; width: 100px; z-index: 999999; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
69 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
70 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
71 |
.embed #sendUsFeedBack { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
72 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
73 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
74 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
75 |
#container { |
| 407 | 76 |
position: relative; width: 960px; margin: 0 auto; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
77 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
78 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
79 |
.embed #container { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
80 |
width: 455px; padding-bottom: 70px; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
81 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
82 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
83 |
#colgauche { |
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
84 |
float: right; width: 455px; margin-right: 13px; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
85 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
86 |
|
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
87 |
.embed #colgauche { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
88 |
margin: 0; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
89 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
90 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
91 |
.barre { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
92 |
float: left; width: 100%; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
93 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
94 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
95 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
96 |
.greyed { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
97 |
color: #999; font-style: italic; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
98 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
99 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
100 |
.rechercheCourante { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
101 |
background: #ffa0ff; font-weight: bold; color: #000080; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
102 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
103 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
104 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
105 |
/* Menu */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
106 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
107 |
#headlogo { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
108 |
float: left; margin-right: 10px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
109 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
110 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
111 |
.embed #headlogo { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
112 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
113 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
114 |
|
| 407 | 115 |
#minilogo { |
116 |
background: url("../../images/pol_color.gif") left top no-repeat; |
|
117 |
width: 46px; height: 5px; left: 99px; top: 55px; |
|
118 |
position: absolute; z-index: 9; |
|
119 |
} |
|
120 |
||
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
121 |
.embed #minilogo { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
122 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
123 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
124 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
125 |
.menu { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
126 |
border-left: 1px solid #C3C3C3; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
127 |
float: left; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
128 |
list-style: none; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
129 |
font-size: 12px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
130 |
height: 62px; overflow: hidden; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
131 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
132 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
133 |
.embed .menu { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
134 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
135 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
136 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
137 |
.menu li { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
138 |
background: url("twcx-img/menu_underline.gif") left bottom no-repeat; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
139 |
padding: 3px 0 0 5px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
140 |
height: 18px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
141 |
min-width: 80px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
142 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
143 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
144 |
.menu a { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
145 |
color: #000000; text-decoration: none; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
146 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
147 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
148 |
.menu a:hover { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
149 |
color: #0099FF; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
150 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
151 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
152 |
/* Formulaire */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
153 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
154 |
#twwWrap { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
155 |
float: left; width: 450px; background: #ffffff; padding: 1px; border-width: 1px; border-style: solid solid none solid; border-color: #ababab; margin-top: 6px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
156 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
157 |
#tweetWriter { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
158 |
width: 430px; padding: 10px; background: #efefef; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
159 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
160 |
.loginbutton{ |
| 407 | 161 |
margin: 10px 0; height: 45px; width: 420px; padding:5px; |
162 |
background: url(twcx-img/bgdWriterDisconnect.png) no-repeat; |
|
163 |
border: none; color:#fff; font-size: 12px; |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
164 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
165 |
.loginlink{ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
166 |
text-decoration:none; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
167 |
color:#fff; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
168 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
169 |
textarea { |
| 407 | 170 |
display: block; margin: 10px 0; height: 45px; width: 420px; padding:5px; |
171 |
background: url(twcx-img/bgdWriter.png) no-repeat; |
|
172 |
border: none; resize: none; font-size: 14px; font-family: 'PT Sans', Helvetica, Arial, sans-serif; |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
173 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
174 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
175 |
a#sendTweet { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
176 |
background: transparent url('../../images/bg_button_a_w.png') no-repeat top right; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
177 |
color: #444; display: block; font-size: 12px; height: 24px; line-height: 14px; |
| 407 | 178 |
float:right; margin-left: 50px; padding: 0 18px 0 0; text-decoration: none; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
179 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
180 |
a#sendTweet span { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
181 |
background: transparent url('../../images/bg_button_span_w.png') no-repeat; display: block; height: 14px; |
| 407 | 182 |
padding: 5px 6px 5px 24px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
183 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
184 |
a#sendTweet:hover, a#sendTweet:active { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
185 |
background-position: right -24px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
186 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
187 |
a#sendTweet:hover span, a#sendTweet:active span { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
188 |
background-position: 0 -24px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
189 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
190 |
a.tweetButton { |
| 407 | 191 |
float:right; margin: 2px 10px 0 0; width:32px; height:20px; text-decoration: none; font: normal 12px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
192 |
color: #444; text-align:center; cursor: pointer; cursor: hand; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
193 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
194 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
195 |
#question { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
196 |
background: transparent url('../../images/bt_blue.png') no-repeat; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
197 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
198 |
#reference{ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
199 |
background: transparent url('../../images/bt_yellow.png') no-repeat; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
200 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
201 |
#positive{ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
202 |
background: transparent url('../../images/bt_green.png') no-repeat; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
203 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
204 |
#negative{ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
205 |
background: transparent url('../../images/bt_red.png') no-repeat; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
206 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
207 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
208 |
#tweetCounter{ |
| 407 | 209 |
float: left; background: transparent; border: none;font-weight:bold; margin-top: 2px; padding: 0; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
210 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
211 |
.tweetCounterNegative{ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
212 |
color:red; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
213 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
214 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
215 |
/* Liste de Tweets */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
216 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
217 |
#tweetviz { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
218 |
float: left; width: 452px; border: 1px solid #999; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
219 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
220 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
221 |
/* Recherche */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
222 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
223 |
#recherche { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
224 |
position: relative; float: left; padding: 2px 0; width: 452px; border-bottom: 1px solid #999; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
225 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
226 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
227 |
#recherche input { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
228 |
float: left; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
229 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
230 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
231 |
#inp_q { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
232 |
width: 236px; border: none; padding: 1px; margin-left: 2px; height: 17px; font-size: 13px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
233 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
234 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
235 |
#inp_submit, #inp_reset { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
236 |
border: 0; padding: 0; width: 20px; height: 20px; overflow: hidden; text-indent: 800px; background: url(twcx-img/searchcancel.png) |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
237 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
238 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
239 |
#inp_submit:hover { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
240 |
background-position: -20px 0; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
241 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
242 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
243 |
#inp_submit:active { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
244 |
background-position: -40px 0; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
245 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
246 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
247 |
#inp_reset { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
248 |
background-position: 0 -20px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
249 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
250 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
251 |
#inp_reset:hover { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
252 |
background-position: -20px -20px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
253 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
254 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
255 |
#inp_reset:active { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
256 |
background-position: -40px -20px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
257 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
258 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
259 |
#time_legende { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
260 |
float: left; margin-left: 30px; width: 30px; height: 20px; background: url(twcx-img/scale.png) left; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
261 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
262 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
263 |
#time_scale { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
264 |
float: left; font-size: 12px; margin: 3px 0 0; color: #666; width: 50px; text-align: center; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
265 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
266 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
267 |
#time_zoomout, #time_zoomin { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
268 |
float: left; width: 12px; height: 20px; background: url(twcx-img/scale.png); |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
269 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
270 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
271 |
#time_zoomout { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
272 |
background-position: -30px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
273 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
274 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
275 |
#time_zoomout.inactive { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
276 |
background-position: -54px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
277 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
278 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
279 |
#time_zoomin { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
280 |
background-position: -42px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
281 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
282 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
283 |
#time_zoomin.inactive { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
284 |
background-position: -66px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
285 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
286 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
287 |
#recherche_annot { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
288 |
position: absolute; top: 20px; z-index: 4; background: #ffffff; border: 1px solid #ccc; padding: 4px; font-size: 12px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
289 |
display: none; box-shadow: 2px 2px 2px rgba(0, 0, 0, .5) |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
290 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
291 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
292 |
#recherche_annot a { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
293 |
padding: 1px; line-height: 13px; margin: 1px; font-weight: bold; text-decoration: none; color: #000000; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
294 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
295 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
296 |
/* Liste des tweets */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
297 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
298 |
#tweetlist { |
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
299 |
float: left; width: 280px; height: 480px; list-style: none; border-right: 1px solid #999; |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
300 |
color: #585858; cursor: pointer; cursor: hand; background: #ffffff; |
| 488 | 301 |
/* font-family: Arial, Helvetica, sans-serif; /* Quick Fix */ |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
302 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
303 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
304 |
#tweetlist a { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
305 |
text-decoration: none; color: #1985B5; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
306 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
307 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
308 |
#tweetlist a:hover { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
309 |
text-decoration: underline; color: #105060; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
310 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
311 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
312 |
li.tweet, li.placeholder { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
313 |
border-bottom : 1px dotted; overflow: hidden; float: left; border-color: #ccc; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
314 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
315 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
316 |
li.tweet { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
317 |
position: relative; background: #fff; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
318 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
319 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
320 |
li.full { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
321 |
width: 270px; height: 117px; border-right: 10px solid #ff0; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
322 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
323 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
324 |
li.half { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
325 |
width: 280px; height: 46px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
326 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
327 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
328 |
li.icons { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
329 |
width: 20px; height: 20px; border: none; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
330 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
331 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
332 |
li.placeholder { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
333 |
visibility: hidden; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
334 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
335 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
336 |
.tweet p { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
337 |
overflow: hidden; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
338 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
339 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
340 |
.full p.tweet_text { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
341 |
font-size: 12px; margin: 5px 0 5px 58px; height: 108px; width: 207px; color: #000000; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
342 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
343 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
344 |
.half p.tweet_text { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
345 |
font-size: 11px; margin: 5px 0 5px 49px; height: 36px; line-height: 12px; width: 216px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
346 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
347 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
348 |
div.around_img { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
349 |
float: left; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
350 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
351 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
352 |
.full .profile_image { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
353 |
margin: 5px 5px 0 5px; width: 48px; height: 48px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
354 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
355 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
356 |
.half .profile_image { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
357 |
margin: 5px; width: 36px; height: 36px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
358 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
359 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
360 |
.icons .profile_image { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
361 |
margin: 2px; width: 16px; height: 16px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
362 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
363 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
364 |
p.created_at { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
365 |
font-size: 12px; text-align: center; font-style: italic; color: #999999; width: 58px; overflow: hidden; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
366 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
367 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
368 |
.annotations { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
369 |
position: absolute; margin: 0; padding: 0; top: 0; left: 0; width: 100%; height: 100%; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
370 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
371 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
372 |
.icons .annotations { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
373 |
position: absolute; width: 20px; height: 6px; left: 0; top: 16px; z-index: 3; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
374 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
375 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
376 |
div.annotation { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
377 |
float: left; height: 100%; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
378 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
379 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
380 |
div.twmain { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
381 |
position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; overflow: hidden; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
382 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
383 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
384 |
div.tweet_actions { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
385 |
position: absolute; bottom : 2px; right: 4px; font-size: 11px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
386 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
387 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
388 |
/* timeline */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
389 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
390 |
#timeline { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
391 |
float: left; height: 480px; width: 150px; border-right: 1px solid #999; cursor: pointer; cursor: hand; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
392 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
393 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
394 |
#scrollcont { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
395 |
float: left; width: 20px; height: 480px; overflow: auto; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
396 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
397 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
398 |
#scrollin { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
399 |
width: 1px; height: 8000px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
400 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
401 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
402 |
/* hovertweet */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
403 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
404 |
#hovertweet { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
405 |
position: absolute; display: none; margin: -20px 0 0 15px; z-index: 12; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
406 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
407 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
408 |
div.full { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
409 |
position: absolute; background: #eeeeee; width: 270px; height: 84px; border: 1px solid #808080; border-radius: 3px; box-shadow: 5px 5px 5px rgba(0,0,0,.3); |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
410 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
411 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
412 |
#hoverarrow { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
413 |
position: absolute; width: 10px; height: 18px; left: -9px; top: 13px; background: url(twcx-img/arrow.png); |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
414 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
415 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
416 |
/* Colonne de droite */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
417 |
|
| 420 | 418 |
#onglets { |
419 |
float: left; width: 441px; margin: 43px 25px 0; list-style: none; |
|
420 |
border-left: 1px solid #999; |
|
421 |
} |
|
422 |
||
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
423 |
.embed #onglets { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
424 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
425 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
426 |
|
| 420 | 427 |
#onglets li { |
428 |
float: left; text-transform: uppercase; background: url(twcx-img/bg_onglet.png) repeat-x; |
|
429 |
line-height: 12px; font-size: 12px; height: 12px; padding: 6px 10px; font-weight: bold; |
|
430 |
border: 1px #999; border-style: solid solid solid none; margin-top: 1px; |
|
431 |
} |
|
432 |
||
|
421
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
433 |
#onglets a { |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
434 |
text-decoration: none; color: #666666; |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
435 |
} |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
436 |
|
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
437 |
#onglets a:hover { |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
438 |
color: #0099ff; |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
439 |
} |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
440 |
|
| 420 | 441 |
#onglets li.selected { |
442 |
background-position: 0 -22px; padding-bottom: 8px; border-bottom: none; margin-top: 0; |
|
443 |
} |
|
444 |
||
|
421
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
445 |
#onglets li.selected a { |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
446 |
color: #333333; |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
447 |
} |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
448 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
449 |
#coldroite { |
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
450 |
float: right; width: 492px; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
451 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
452 |
|
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
453 |
.embed #coldroite { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
454 |
width: 455px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
455 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
456 |
|
|
421
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
457 |
div.ifwrap { |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
458 |
float: left; border: 5px solid #ffffff; background: #999999; padding: 1px; width: 480px; height: 320px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
459 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
460 |
|
|
421
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
461 |
#videoLivePlayer, .ifwrap iframe { |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
462 |
width: 480px; height: 320px; background: #000000; border: none; padding: 0; margin: 0; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
463 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
464 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
465 |
|
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
466 |
.embed div.ifwrap, .embed #videoLivePlayer { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
467 |
width: 442px; height: 250px; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
468 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
469 |
|
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
470 |
.embed div.ifwrap { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
471 |
margin: 5px 0 0; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
472 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
473 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
474 |
#out_fleche { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
475 |
float: left; position: relative; width: 492px; height: 14px; background: url(twcx-img/bgnoarrow.png); |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
476 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
477 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
478 |
.embed #out_fleche { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
479 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
480 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
481 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
482 |
#in_fleche { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
483 |
position: absolute; left: 10px; width: 27px; height: 15px; background: url(twcx-img/arrowtop.png); |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
484 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
485 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
486 |
#accordeon { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
487 |
float: left; width: 492px; list-style: none; background: #999999; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
488 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
489 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
490 |
.embed #accordeon { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
491 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
492 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
493 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
494 |
#accordeon h3 { |
|
408
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
495 |
font-size: 16px; font-weight: bold; color: #555555; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
496 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
497 |
|
|
415
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
498 |
#accordeon h3 a { |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
499 |
color: #555555; text-decoration: none; |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
500 |
} |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
501 |
|
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
502 |
#accordeon h3:hover, #accordeon h3 a:hover { |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
503 |
color: #0099ff; |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
504 |
} |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
505 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
506 |
#accordeon p { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
507 |
margin: 5px 0; line-height: 1.5em; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
508 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
509 |
|
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
510 |
li.acctitre, li.acctexte { |
|
408
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
511 |
float: left; width: 480px; margin: 0 1px 1px 1px; padding: 4px; border: 1px solid #ffffff; position: relative; |
| 407 | 512 |
} |
513 |
||
|
408
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
514 |
div.accsubtitle { |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
515 |
position: absolute; top: 0; left: 0; width: 20px; height: 100%; background: #e0e0e0; border-right: 1px solid #999999; overflow: hidden; |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
516 |
} |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
517 |
|
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
518 |
div.aroundsubtitle { |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
519 |
position: absolute; top: 50%; left: 0; width: 0; height: 0; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
520 |
} |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
521 |
|
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
522 |
.aroundsubtitle h4 { |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
523 |
position: absolute; top: 0; left: -75px; width: 150px; height: 20px; font-size: 13px; font-weight: bold; text-align: center; color: #555555; |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
524 |
} |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
525 |
|
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
526 |
div.tagcloud { |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
527 |
width: 460px; text-align: center; margin-left: 20px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
528 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
529 |
|
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
530 |
.tagcloud span { |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
531 |
padding: 2px; cursor: pointer; cursor: hand; |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
532 |
} |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
533 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
534 |
li.acctitre { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
535 |
background: #efefef; cursor: pointer; cursor: hand; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
536 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
537 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
538 |
li.acctexte { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
539 |
background: url(twcx-img/bgdeplie.png) top repeat-x #efefef; |
| 420 | 540 |
max-height: 228px; overflow: auto; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
541 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
542 |
|
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
543 |
.acctexte ul { |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
544 |
list-style: disc; font-size: 12px; padding-left: 1em; |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
545 |
} |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
546 |
|
|
489
a543cdb3cc79
Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents:
488
diff
changeset
|
547 |
.acctexte ol { |
|
a543cdb3cc79
Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents:
488
diff
changeset
|
548 |
list-style: decimal; font-size: 12px; padding-left: 1.5em; |
|
a543cdb3cc79
Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents:
488
diff
changeset
|
549 |
} |
|
a543cdb3cc79
Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents:
488
diff
changeset
|
550 |
|
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
551 |
.acctexte li { |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
552 |
margin: 4px 0; |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
553 |
} |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
554 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
555 |
/* Tag Cloud */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
556 |
|
| 407 | 557 |
#hoverkw { |
558 |
list-style: none; position: absolute; width: 86px; height: 39px; font-size: 14px; line-height: 19px; |
|
559 |
background: url(twcx-img/lefttt.png); padding: 5px 13px 5px 5px; text-align: center; display: none; |
|
560 |
margin-left: -104px; margin-top: -24px; |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
561 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
562 |
|
| 407 | 563 |
#hoverkw a { |
564 |
text-decoration: none; color: #222222; |
|
565 |
} |
|
566 |
||
567 |
#hoverkw a:hover { |
|
568 |
color: #0099FF; text-decoration: underline; |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
569 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
570 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
571 |
/* Footer */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
572 |
.footer { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
573 |
float: left; width: 100%; margin: 40px 0 10px; text-align: center; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
574 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
575 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
576 |
.embed .footer { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
577 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
578 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
579 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
580 |
hr { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
581 |
background: #cccccc; border: none; height: 1px; margin: 0 0 10px; width: 100%; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
582 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
583 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
584 |
a.footerLink { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
585 |
text-decoration:none; margin:5px; color: #000000; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
586 |
font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif; font-size: 13px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
587 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
588 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
589 |
a.footerLink:hover { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
590 |
color: #0099FF; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
591 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
592 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
593 |