| author | Raphael Velt <raph.velt@gmail.com> |
| Thu, 03 May 2012 17:52:07 +0200 | |
| changeset 598 | d366aa22bd79 |
| parent 574 | ba93e2b57ece |
| child 620 | 953c68b4da79 |
| 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 |
|
|
557
636258d3fe4b
Allow iframe authentication
Raphael Velt <raph.velt@gmail.com>
parents:
553
diff
changeset
|
65 |
.clearer { |
|
636258d3fe4b
Allow iframe authentication
Raphael Velt <raph.velt@gmail.com>
parents:
553
diff
changeset
|
66 |
width: 100%; height: 0px; clear: both; |
|
636258d3fe4b
Allow iframe authentication
Raphael Velt <raph.velt@gmail.com>
parents:
553
diff
changeset
|
67 |
} |
|
636258d3fe4b
Allow iframe authentication
Raphael Velt <raph.velt@gmail.com>
parents:
553
diff
changeset
|
68 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
69 |
/* feedback */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
70 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
71 |
#sendUsFeedBack { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
72 |
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
|
73 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
74 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
75 |
.embed #sendUsFeedBack { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
76 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
77 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
78 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
79 |
#container { |
| 407 | 80 |
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
|
81 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
82 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
83 |
.embed #container { |
|
553
65e5d6884a9e
Added edito-serious-games
Raphael Velt <raph.velt@gmail.com>
parents:
551
diff
changeset
|
84 |
width: 880px; padding-bottom: 70px; |
|
424
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 |
|
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
87 |
|
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
88 |
#mdpgauche { |
|
598
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
574
diff
changeset
|
89 |
float: left; width: 350px; margin-right: 10px; |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
90 |
} |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
91 |
|
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
92 |
#mdpdroite { |
|
598
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
574
diff
changeset
|
93 |
float: left; width: 600px; margin-top: 10px; position: relative; |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
94 |
} |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
95 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
96 |
#colgauche { |
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
97 |
float: right; width: 455px; margin-right: 13px; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
98 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
99 |
|
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
100 |
.embed #colgauche { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
101 |
margin: 0; |
|
406
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 |
.barre { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
105 |
float: left; width: 100%; |
|
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 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
108 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
109 |
.greyed { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
110 |
color: #999; font-style: italic; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
111 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
112 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
113 |
.rechercheCourante { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
114 |
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
|
115 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
116 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
117 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
118 |
/* Menu */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
119 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
120 |
#headlogo { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
121 |
float: left; margin-right: 10px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
122 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
123 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
124 |
.embed #headlogo { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
125 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
126 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
127 |
|
| 407 | 128 |
#minilogo { |
129 |
background: url("../../images/pol_color.gif") left top no-repeat; |
|
130 |
width: 46px; height: 5px; left: 99px; top: 55px; |
|
131 |
position: absolute; z-index: 9; |
|
132 |
} |
|
133 |
||
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
134 |
.embed #minilogo { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
135 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
136 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
137 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
138 |
.menu { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
139 |
border-left: 1px solid #C3C3C3; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
140 |
float: left; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
141 |
list-style: none; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
142 |
font-size: 12px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
143 |
height: 62px; overflow: hidden; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
144 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
145 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
146 |
.embed .menu { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
147 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
148 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
149 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
150 |
.menu li { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
151 |
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
|
152 |
padding: 3px 0 0 5px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
153 |
height: 18px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
154 |
min-width: 80px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
155 |
} |
|
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 |
.menu a { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
158 |
color: #000000; text-decoration: none; |
|
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 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
161 |
.menu a:hover { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
162 |
color: #0099FF; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
163 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
164 |
|
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
165 |
#content_select_ul span, #content_select_ul select { |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
166 |
margin: 5px; |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
167 |
} |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
168 |
|
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
169 |
#content_select_ul select { |
|
535
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
170 |
width: 350px; |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
171 |
} |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
172 |
|
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
173 |
.embedbar { |
|
546
fd35749faca9
Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
536
diff
changeset
|
174 |
float: right; width: 216px; height: 32px; margin: 15px -5px 0 0; |
|
535
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
175 |
} |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
176 |
|
|
536
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
177 |
.embed .embedbar { |
|
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
178 |
display: none; |
|
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
179 |
} |
|
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
180 |
|
|
535
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
181 |
a.embedbutton { |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
182 |
display: block; float: left; background: url(twcx-img/embedbutton.png); text-decoration: none; font-size: 13px; |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
183 |
width: 64px; text-align: center; height: 19px; padding-top: 13px; |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
184 |
color: #333; margin-right: 4px; |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
185 |
} |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
186 |
|
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
187 |
a.embedbutton:hover { |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
188 |
background-position: 0 -32px; |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
189 |
} |
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
190 |
|
|
8276f3ff7a3f
Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents:
534
diff
changeset
|
191 |
.addthis_toolbox { |
|
546
fd35749faca9
Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
536
diff
changeset
|
192 |
float: left; width: 148px; |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
193 |
} |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
194 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
195 |
/* Formulaire */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
196 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
197 |
#twwWrap { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
198 |
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
|
199 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
200 |
#tweetWriter { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
201 |
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
|
202 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
203 |
.loginbutton{ |
| 407 | 204 |
margin: 10px 0; height: 45px; width: 420px; padding:5px; |
205 |
background: url(twcx-img/bgdWriterDisconnect.png) no-repeat; |
|
206 |
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
|
207 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
208 |
.loginlink{ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
209 |
text-decoration:none; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
210 |
color:#fff; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
211 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
212 |
textarea { |
| 407 | 213 |
display: block; margin: 10px 0; height: 45px; width: 420px; padding:5px; |
214 |
background: url(twcx-img/bgdWriter.png) no-repeat; |
|
215 |
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
|
216 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
217 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
218 |
a#sendTweet { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
219 |
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
|
220 |
color: #444; display: block; font-size: 12px; height: 24px; line-height: 14px; |
|
506
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
221 |
float:right; margin: 2px 0 0 5px; 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
|
222 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
223 |
a#sendTweet span { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
224 |
background: transparent url('../../images/bg_button_span_w.png') no-repeat; display: block; height: 14px; |
| 407 | 225 |
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
|
226 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
227 |
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
|
228 |
background-position: right -24px; |
|
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 |
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
|
231 |
background-position: 0 -24px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
232 |
} |
|
506
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
233 |
.tweetButton { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
234 |
float:left; margin: 2px 8px 0 0; width:75px; height:24px; text-decoration: none; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
235 |
background: url('twcx-img/tweetbuttons.png'); |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
236 |
color: #333; text-align:center; cursor: pointer; cursor: hand; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
237 |
} |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
238 |
.twbSyntax { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
239 |
font-weight: normal; font-size: 14px; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
240 |
} |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
241 |
.twbSeparator { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
242 |
color: #999; font-size: 12px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
243 |
} |
|
506
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
244 |
.twbLabel { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
245 |
font-weight: bold; font-size: 10px; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
246 |
} |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
247 |
.tweetButton.twbGreen { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
248 |
background-position: 0 0; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
249 |
} |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
250 |
.tweetButton.twbGreen.selected { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
251 |
background-position: 0 -48px; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
252 |
} |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
253 |
.tweetButton.twbGreen:hover { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
254 |
background-position: 0 -24px; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
255 |
} |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
256 |
.tweetButton.twbRed { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
257 |
background-position: -75px 0; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
258 |
} |
|
506
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
259 |
.tweetButton.twbRed.selected { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
260 |
background-position: -75px -48px; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
261 |
} |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
262 |
.tweetButton.twbRed:hover { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
263 |
background-position: -75px -24px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
264 |
} |
|
506
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
265 |
.tweetButton.twbYellow { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
266 |
background-position: -150px 0; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
267 |
} |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
268 |
.tweetButton.twbYellow.selected { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
269 |
background-position: -150px -48px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
270 |
} |
|
506
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
271 |
.tweetButton.twbYellow:hover { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
272 |
background-position: -150px -24px; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
273 |
} |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
274 |
.tweetButton.twbBlue { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
275 |
background-position: -225px 0; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
276 |
} |
|
506
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
277 |
.tweetButton.twbBlue.selected { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
278 |
background-position: -225px -48px; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
279 |
} |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
280 |
.tweetButton.twbBlue:hover { |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
281 |
background-position: -225px -24px; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
282 |
} |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
283 |
#tweetCounter{ |
|
506
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
284 |
float: right; background: transparent; border: none; font-size: 13px; |
|
f7fd2458fc5c
Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents:
502
diff
changeset
|
285 |
font-weight:bold; margin: 4px 0 0; padding: 0; color: #666; |
|
406
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 |
.tweetCounterNegative{ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
288 |
color:red; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
289 |
} |
|
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 |
/* Liste de Tweets */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
292 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
293 |
#tweetviz { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
294 |
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
|
295 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
296 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
297 |
/* Recherche */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
298 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
299 |
#recherche { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
300 |
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
|
301 |
} |
|
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 |
#recherche input { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
304 |
float: left; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
305 |
} |
|
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 |
#inp_q { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
308 |
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
|
309 |
} |
|
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 |
#inp_submit, #inp_reset { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
312 |
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
|
313 |
} |
|
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 |
#inp_submit:hover { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
316 |
background-position: -20px 0; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
317 |
} |
|
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 |
#inp_submit:active { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
320 |
background-position: -40px 0; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
321 |
} |
|
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 |
#inp_reset { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
324 |
background-position: 0 -20px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
325 |
} |
|
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 |
#inp_reset:hover { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
328 |
background-position: -20px -20px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
329 |
} |
|
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 |
#inp_reset:active { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
332 |
background-position: -40px -20px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
333 |
} |
|
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 |
#time_legende { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
336 |
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
|
337 |
} |
|
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 |
#time_scale { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
340 |
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
|
341 |
} |
|
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 |
#time_zoomout, #time_zoomin { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
344 |
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
|
345 |
} |
|
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 |
#time_zoomout { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
348 |
background-position: -30px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
349 |
} |
|
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 |
#time_zoomout.inactive { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
352 |
background-position: -54px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
353 |
} |
|
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 |
#time_zoomin { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
356 |
background-position: -42px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
357 |
} |
|
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 |
#time_zoomin.inactive { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
360 |
background-position: -66px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
361 |
} |
|
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 |
#recherche_annot { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
364 |
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
|
365 |
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
|
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 |
#recherche_annot a { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
369 |
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
|
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 |
/* Liste des tweets */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
373 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
374 |
#tweetlist { |
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
375 |
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
|
376 |
color: #585858; cursor: pointer; cursor: hand; background: #ffffff; |
| 488 | 377 |
/* 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
|
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 |
#tweetlist a { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
381 |
text-decoration: none; color: #1985B5; |
|
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 |
#tweetlist a:hover { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
385 |
text-decoration: underline; color: #105060; |
|
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 |
li.tweet, li.placeholder { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
389 |
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
|
390 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
391 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
392 |
li.tweet { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
393 |
position: relative; background: #fff; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
394 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
395 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
396 |
li.full { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
397 |
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
|
398 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
399 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
400 |
li.half { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
401 |
width: 280px; height: 46px; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
402 |
} |
|
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 |
li.icons { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
405 |
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
|
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 |
li.placeholder { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
409 |
visibility: hidden; |
|
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 |
.tweet p { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
413 |
overflow: hidden; |
|
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 |
.full p.tweet_text { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
417 |
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
|
418 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
419 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
420 |
.half p.tweet_text { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
421 |
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
|
422 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
423 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
424 |
div.around_img { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
425 |
float: left; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
426 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
427 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
428 |
.full .profile_image { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
429 |
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
|
430 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
431 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
432 |
.half .profile_image { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
433 |
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
|
434 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
435 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
436 |
.icons .profile_image { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
437 |
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
|
438 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
439 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
440 |
p.created_at { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
441 |
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
|
442 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
443 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
444 |
.annotations { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
445 |
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
|
446 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
447 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
448 |
.icons .annotations { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
449 |
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
|
450 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
451 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
452 |
div.annotation { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
453 |
float: left; height: 100%; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
454 |
} |
|
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 |
div.twmain { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
457 |
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
|
458 |
} |
|
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 |
div.tweet_actions { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
461 |
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
|
462 |
} |
|
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 |
/* timeline */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
465 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
466 |
#timeline { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
467 |
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
|
468 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
469 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
470 |
#scrollcont { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
471 |
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
|
472 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
473 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
474 |
#scrollin { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
475 |
width: 1px; height: 8000px; |
|
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 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
478 |
/* hovertweet */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
479 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
480 |
#hovertweet { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
481 |
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
|
482 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
483 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
484 |
div.full { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
485 |
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
|
486 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
487 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
488 |
#hoverarrow { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
489 |
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
|
490 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
491 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
492 |
/* Colonne de droite */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
493 |
|
| 420 | 494 |
#onglets { |
|
536
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
495 |
float: left; width: 441px; margin: 22px 25px 0; list-style: none; |
| 420 | 496 |
border-left: 1px solid #999; |
497 |
} |
|
498 |
||
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
499 |
.embed #onglets { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
500 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
501 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
502 |
|
| 420 | 503 |
#onglets li { |
504 |
float: left; text-transform: uppercase; background: url(twcx-img/bg_onglet.png) repeat-x; |
|
505 |
line-height: 12px; font-size: 12px; height: 12px; padding: 6px 10px; font-weight: bold; |
|
506 |
border: 1px #999; border-style: solid solid solid none; margin-top: 1px; |
|
507 |
} |
|
508 |
||
|
421
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
509 |
#onglets a { |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
510 |
text-decoration: none; color: #666666; |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
511 |
} |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
512 |
|
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
513 |
#onglets a:hover { |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
514 |
color: #0099ff; |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
515 |
} |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
516 |
|
| 420 | 517 |
#onglets li.selected { |
518 |
background-position: 0 -22px; padding-bottom: 8px; border-bottom: none; margin-top: 0; |
|
519 |
} |
|
520 |
||
|
421
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
521 |
#onglets li.selected a { |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
522 |
color: #333333; |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
523 |
} |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
524 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
525 |
#coldroite { |
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
526 |
float: right; width: 492px; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
527 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
528 |
|
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
529 |
.embed #coldroite { |
|
553
65e5d6884a9e
Added edito-serious-games
Raphael Velt <raph.velt@gmail.com>
parents:
551
diff
changeset
|
530 |
width: 425px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
531 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
532 |
|
|
421
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
533 |
div.ifwrap { |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
534 |
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
|
535 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
536 |
|
|
421
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
537 |
#videoLivePlayer, .ifwrap iframe { |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
538 |
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
|
539 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
540 |
|
| 551 | 541 |
.embed div.ifwrap, .embed #videoLivePlayer, .embed .ifwrap iframe { |
|
553
65e5d6884a9e
Added edito-serious-games
Raphael Velt <raph.velt@gmail.com>
parents:
551
diff
changeset
|
542 |
width: 412px; height: 280px; |
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
543 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
544 |
|
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
545 |
.embed div.ifwrap { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
546 |
margin: 5px 0 0; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
547 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
548 |
|
| 574 | 549 |
.live-thumbnail { |
550 |
display: block; margin: 0 auto; max-width: 480px; max-height: 320px; |
|
551 |
} |
|
552 |
||
553 |
.embed .live-thumbnail { |
|
554 |
max-width: 412px; max-height: 280px; |
|
555 |
} |
|
556 |
||
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
557 |
#out_fleche { |
|
553
65e5d6884a9e
Added edito-serious-games
Raphael Velt <raph.velt@gmail.com>
parents:
551
diff
changeset
|
558 |
float: left; position: relative; width: 100%; height: 14px; background: url(twcx-img/bgnoarrow.png); |
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
559 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
560 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
561 |
#in_fleche { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
562 |
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
|
563 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
564 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
565 |
#accordeon { |
|
553
65e5d6884a9e
Added edito-serious-games
Raphael Velt <raph.velt@gmail.com>
parents:
551
diff
changeset
|
566 |
float: left; width: 100%; list-style: none; background: #999999; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
567 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
568 |
|
|
553
65e5d6884a9e
Added edito-serious-games
Raphael Velt <raph.velt@gmail.com>
parents:
551
diff
changeset
|
569 |
.embed #out_fleche, .embed #accordeon { |
|
65e5d6884a9e
Added edito-serious-games
Raphael Velt <raph.velt@gmail.com>
parents:
551
diff
changeset
|
570 |
/* display: none; */ |
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
571 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
572 |
|
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
573 |
#mdpgauche #accordeon { |
|
598
d366aa22bd79
New Metadataplayer version
Raphael Velt <raph.velt@gmail.com>
parents:
574
diff
changeset
|
574 |
width: 350px; |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
575 |
} |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
576 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
577 |
#accordeon h3 { |
|
408
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
578 |
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
|
579 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
580 |
|
|
415
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
581 |
#accordeon h3 a { |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
582 |
color: #555555; text-decoration: none; |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
583 |
} |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
584 |
|
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
585 |
#accordeon h3:hover, #accordeon h3 a:hover { |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
586 |
color: #0099ff; |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
587 |
} |
|
593250f3a286
Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents:
412
diff
changeset
|
588 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
589 |
#accordeon p { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
590 |
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
|
591 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
592 |
|
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
593 |
li.acctitre, li.acctexte { |
|
553
65e5d6884a9e
Added edito-serious-games
Raphael Velt <raph.velt@gmail.com>
parents:
551
diff
changeset
|
594 |
margin: 0 1px 1px 1px; padding: 4px; border: 1px solid #ffffff; position: relative; |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
595 |
} |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
596 |
|
|
408
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
597 |
div.accsubtitle { |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
598 |
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
|
599 |
} |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
600 |
|
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
601 |
div.aroundsubtitle { |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
602 |
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
|
603 |
} |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
604 |
|
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
605 |
.aroundsubtitle h4 { |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
606 |
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
|
607 |
} |
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
608 |
|
|
4141c5821c98
Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents:
407
diff
changeset
|
609 |
div.tagcloud { |
|
553
65e5d6884a9e
Added edito-serious-games
Raphael Velt <raph.velt@gmail.com>
parents:
551
diff
changeset
|
610 |
text-align: center; margin-left: 20px; |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
611 |
} |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
612 |
|
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
613 |
.tagcloud span { |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
614 |
padding: 2px; cursor: pointer; cursor: hand; |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
615 |
} |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
616 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
617 |
li.acctitre { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
618 |
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
|
619 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
620 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
621 |
li.acctexte { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
622 |
background: url(twcx-img/bgdeplie.png) top repeat-x #efefef; |
|
534
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
623 |
max-height: 228px; overflow: auto; |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
624 |
font-size: 12px; |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
625 |
} |
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
626 |
|
|
0a2505c3b547
New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents:
506
diff
changeset
|
627 |
#mdpgauche li.acctexte { |
|
536
5dd170a735e9
new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents:
535
diff
changeset
|
628 |
max-height: 450px; |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
629 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
630 |
|
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
631 |
.acctexte ul { |
|
557
636258d3fe4b
Allow iframe authentication
Raphael Velt <raph.velt@gmail.com>
parents:
553
diff
changeset
|
632 |
list-style: disc; font-size: 12px; padding-left: 1.5em; |
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
633 |
} |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
634 |
|
|
489
a543cdb3cc79
Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents:
488
diff
changeset
|
635 |
.acctexte ol { |
|
a543cdb3cc79
Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents:
488
diff
changeset
|
636 |
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
|
637 |
} |
|
a543cdb3cc79
Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents:
488
diff
changeset
|
638 |
|
|
485
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
639 |
.acctexte li { |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
640 |
margin: 4px 0; |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
641 |
} |
|
38ac6cb87be7
Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents:
424
diff
changeset
|
642 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
643 |
/* Tag Cloud */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
644 |
|
| 407 | 645 |
#hoverkw { |
646 |
list-style: none; position: absolute; width: 86px; height: 39px; font-size: 14px; line-height: 19px; |
|
647 |
background: url(twcx-img/lefttt.png); padding: 5px 13px 5px 5px; text-align: center; display: none; |
|
648 |
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
|
649 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
650 |
|
| 407 | 651 |
#hoverkw a { |
652 |
text-decoration: none; color: #222222; |
|
653 |
} |
|
654 |
||
655 |
#hoverkw a:hover { |
|
656 |
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
|
657 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
658 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
659 |
/* Footer */ |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
660 |
.footer { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
661 |
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
|
662 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
663 |
|
|
424
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
664 |
.embed .footer { |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
665 |
display: none; |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
666 |
} |
|
e67c4b18a16b
Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents:
421
diff
changeset
|
667 |
|
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
668 |
hr { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
669 |
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
|
670 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
671 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
672 |
a.footerLink { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
673 |
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
|
674 |
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
|
675 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
676 |
|
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
677 |
a.footerLink:hover { |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
678 |
color: #0099FF; |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
679 |
} |
|
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
680 |
|
|
501
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
681 |
/* TWEET WALL */ |
|
406
86b62b98fea7
Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
682 |
|
|
501
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
683 |
.tweetwall #tweetviz { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
684 |
width: 800px; height: 770px; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
685 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
686 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
687 |
.tweetwall #tweetlist { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
688 |
width: 490px; height: 770px; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
689 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
690 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
691 |
.tweetwall #timeline { |
|
502
b035e0787bb0
iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents:
501
diff
changeset
|
692 |
width: 280px; height: 770px; background: #efefef; |
|
501
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
693 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
694 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
695 |
.tweetwall li.full { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
696 |
width: 475px; height: 140px; border-right: 15px solid #ff0; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
697 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
698 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
699 |
.tweetwall li.half { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
700 |
width: 490px; height: 80px; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
701 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
702 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
703 |
.tweetwall li.icons { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
704 |
width: 35px; height: 35px; border: none; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
705 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
706 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
707 |
.tweetwall .full p.tweet_text { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
708 |
font-weight: bold; font-size: 18px; margin: 10px 0 10px 100px; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
709 |
height: 120px; width: 365px; color: #000000; line-height: 22px; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
710 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
711 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
712 |
.tweetwall .half p.tweet_text { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
713 |
font-weight: bold; font-size: 16px; margin: 10px 0 10px 70px; height: 60px; line-height: 20px; width: 410px; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
714 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
715 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
716 |
.tweetwall .full .profile_image { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
717 |
margin: 10px 10px 0 10px; width: 80px; height: 80px; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
718 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
719 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
720 |
.tweetwall .half .profile_image { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
721 |
margin: 10px; width: 60px; height: 60px; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
722 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
723 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
724 |
.tweetwall .icons .profile_image { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
725 |
margin: 5px; width: 25px; height: 25px; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
726 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
727 |
|
|
502
b035e0787bb0
iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents:
501
diff
changeset
|
728 |
.tweetwall .icons .annotations { |
|
b035e0787bb0
iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents:
501
diff
changeset
|
729 |
position: absolute; width: 30px; height: 8px; left: 0; top: 22px; z-index: 3; |
|
b035e0787bb0
iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents:
501
diff
changeset
|
730 |
} |
|
b035e0787bb0
iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents:
501
diff
changeset
|
731 |
|
|
501
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
732 |
.tweetwall p.created_at { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
733 |
font-size: 18px; text-align: center; font-style: italic; color: #999999; width: 90px; overflow: hidden; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
734 |
} |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
735 |
|
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
736 |
.tweetwall .tweet_actions { |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
737 |
display: none; |
|
a5ce7d08e4f8
Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents:
489
diff
changeset
|
738 |
} |
| 547 | 739 |
|
740 |
/* archive_box */ |
|
741 |
||
742 |
.archive_box_3 { |
|
743 |
float: left; clear: both; width: 960px; |
|
744 |
} |
|
745 |
||
746 |
.archivesVideoBox { |
|
747 |
float: left; width: 270px; padding: 12px; border: 1px solid #999; background: #f0f0f0; margin: 12px; font-size: 15px; |
|
748 |
} |
|
749 |
||
750 |
.archivesVideoBox:hover { |
|
751 |
background: #e0e0e0; |
|
752 |
} |
|
753 |
||
754 |
.AVBtitle { |
|
755 |
font-weight: bold; |
|
756 |
} |