| author | hamidouk |
| Mon, 19 Dec 2011 16:04:14 +0100 | |
| branch | popcorn-port |
| changeset 483 | 0bb36c79836c |
| parent 482 | 1c225a39a3b1 |
| child 484 | 479a74f9ddf8 |
| permissions | -rw-r--r-- |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
1 |
#demo-frame > div.demo { padding: 5px !important; }; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
2 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
3 |
button.ui-button-icon-only { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
4 |
height:1.5em; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
5 |
width:1.5em; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
6 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
7 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
8 |
#Ldt-loader { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
9 |
background:url(imgs/loader.gif) no-repeat; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
10 |
width:20px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
11 |
height:16px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
12 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
13 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
14 |
|
| 344 | 15 |
/* general class for all buttons */ |
16 |
.Ldt-button { |
|
17 |
||
18 |
} |
|
19 |
||
|
334
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
20 |
.Ldt-SegmentsWidget { |
| 483 | 21 |
/* overflow: auto; /* clear the floats */ |
| 371 | 22 |
margin-top: 1px; |
|
334
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
23 |
} |
|
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
24 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
25 |
.Ldt-iri-chapter{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
26 |
float: left; |
|
328
279f188a5624
changed the height of a segmentWidget chapter to 10px from 3px;
hamidouk
parents:
325
diff
changeset
|
27 |
height: 10px; |
| 473 | 28 |
border-right: 1px solid white; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
29 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
30 |
|
| 483 | 31 |
.Ldt-SegmentPositionMarker { |
32 |
position: absolute; |
|
33 |
z-index: 100; |
|
34 |
width: 1px; |
|
35 |
height: 10px; |
|
36 |
background-color: white; |
|
37 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
38 |
.tooltip { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
39 |
display:none; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
40 |
background:transparent url(imgs/white_arrow_mini.png); |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
41 |
font-size:12px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
42 |
height:55px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
43 |
width:180px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
44 |
padding:10px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
45 |
padding-left:15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
46 |
padding-top:15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
47 |
padding-right:15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
48 |
color:#000; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
49 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
50 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
51 |
#Ldt-Root{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
52 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
53 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
54 |
#Ldt-Hat{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
55 |
height:3px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
56 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
57 |
|
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
58 |
.Ldt-AnnotationsWidget { |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
59 |
font-size: 12px; |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
60 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
61 |
background-color:#eeeeee; |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
62 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
438
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
63 |
border: 1px solid #b6b8b8; |
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
64 |
} |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
65 |
|
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
66 |
.Ldt-Annotation-DoubleBorder { |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
67 |
border: 1px solid white; |
|
438
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
68 |
overflow: auto; |
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
69 |
} |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
70 |
|
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
71 |
.Ldt-AnnotationContent { |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
72 |
padding:5px; |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
73 |
padding-left: 12px; |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
74 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
75 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
76 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
77 |
.Ldt-SaTitle{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
78 |
padding-top:2px; |
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
79 |
padding-bottom:3px; |
|
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
80 |
font-size: 12pt; |
| 307 | 81 |
color : #0068c4; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
82 |
} |
| 307 | 83 |
|
84 |
.Ldt-SaDescription{ |
|
85 |
font-size:12px; |
|
86 |
} |
|
|
373
0e571ced5bc4
cleaned up the css and implemented double borders.
hamidouk
parents:
371
diff
changeset
|
87 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
88 |
.Ldt-SaKeyword{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
89 |
background-color:#b9b9b9; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
90 |
color:#4D4D4D; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
91 |
padding:5px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
92 |
font-weight:bold; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
93 |
text-align:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
94 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
95 |
font-size:10px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
96 |
} |
| 383 | 97 |
|
98 |
.Ldt-AnnotationShareIcons { |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
99 |
float:right; |
| 383 | 100 |
position: relative; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
101 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
102 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
103 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
104 |
#Ldt-PlaceHolder{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
105 |
position:absolue; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
106 |
float:none; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
107 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
108 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
109 |
.Ldt-Segments{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
110 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
111 |
font-size: 62.5%; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
112 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
113 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
114 |
.Ldt-mode-radio{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
115 |
visibility:hidden; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
116 |
height:0px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
117 |
display:none |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
118 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
119 |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
120 |
/* player */ |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
121 |
.Ldt-controler { |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
122 |
font-size: 62.5%; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
123 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
124 |
background:url('imgs/player_gradient.png') repeat-x transparent ; |
| 335 | 125 |
height: 25px; |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
126 |
border-top: 1px solid #b6b8b8; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
127 |
border-bottom: 1px solid #b6b8b8; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
128 |
} |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
129 |
|
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
130 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
131 |
.Ldt-LeftPlayerControls { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
132 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
133 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
134 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
135 |
.Ldt-RightPlayerControls { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
136 |
float: right; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
137 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
138 |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
139 |
.Ldt-button { |
| 335 | 140 |
border-left: 1px solid #b6b8b8; |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
141 |
float: left; |
| 348 | 142 |
cursor: pointer; |
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
143 |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
144 |
} |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
145 |
|
| 344 | 146 |
.Ldt-CtrlPlay { |
147 |
background:url('imgs/play_sprite.png') no-repeat transparent ; |
|
148 |
background-position: 0 0; |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
149 |
width: 59px; |
| 344 | 150 |
height: 25px; |
151 |
} |
|
152 |
||
153 |
.Ldt-CtrlPlay:hover { |
|
154 |
background-position: 0 -25px; |
|
155 |
} |
|
156 |
||
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
157 |
.Ldt-CtrlPlay:active { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
158 |
background-position: 0 -50px; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
159 |
} |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
160 |
|
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
161 |
.Ldt-CtrlAnnotate { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
162 |
background:url('imgs/annotate_sprite.png') no-repeat scroll 0 0 transparent ; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
163 |
width: 33px; |
| 335 | 164 |
height: 25px; |
165 |
border-right: 1px solid #b6b8b8; |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
166 |
float: left; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
167 |
} |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
168 |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
169 |
.Ldt-CtrlAnnotate:hover { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
170 |
background-position: 0 -25px; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
171 |
} |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
172 |
|
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
173 |
.Ldt-CtrlAnnotate:active { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
174 |
background-position: 0 -50px; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
175 |
} |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
176 |
|
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
177 |
.Ldt-CtrlSearch { |
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
178 |
background:url('imgs/search_sprite.png') no-repeat scroll 0 0 transparent ; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
179 |
width: 33px; |
| 335 | 180 |
height: 25px; |
181 |
border-right: 1px solid #b6b8b8; |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
182 |
float: left; |
| 386 | 183 |
border-left: none; |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
184 |
} |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
185 |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
186 |
.Ldt-CtrlSearch:hover { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
187 |
background-position: 0 -25px; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
188 |
} |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
189 |
|
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
190 |
.Ldt-CtrlSearch:active { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
191 |
background-position: 0 -50px; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
192 |
} |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
193 |
|
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
194 |
|
|
295
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
195 |
.Ldt-Time { |
| 339 | 196 |
position: inherit; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
197 |
float: left; |
| 335 | 198 |
border-right: 1px solid #b6b8b8; |
| 339 | 199 |
height: 25px; |
200 |
padding-right: 2px; |
|
| 385 | 201 |
font-size: 12px; |
202 |
font-family: Arial, Verdana, sans-serif; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
203 |
} |
|
295
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
204 |
|
|
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
205 |
.Ldt-ElapsedTime { |
| 385 | 206 |
margin-top: 4px; |
| 338 | 207 |
float: left; |
|
295
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
208 |
color: #4a4a4a; |
|
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
209 |
} |
|
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
210 |
|
| 339 | 211 |
.Ldt-TimeSeparator { |
| 385 | 212 |
margin-top: 4px; |
| 339 | 213 |
float: left; |
| 385 | 214 |
padding-left: 1px; |
215 |
padding-right: 1px; |
|
| 339 | 216 |
} |
217 |
||
|
295
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
218 |
.Ldt-TotalTime { |
| 385 | 219 |
margin-top: 4px; |
| 339 | 220 |
float: left; |
|
295
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
221 |
color: #b2b2b2; |
|
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
222 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
223 |
|
| 335 | 224 |
.Ldt-CtrlSound { |
| 450 | 225 |
background:url('imgs/sound_sprite.png') no-repeat scroll 0 0 transparent ; |
226 |
width: 33px; |
|
227 |
height: 25px; |
|
228 |
border-right: 1px solid #b6b8b8; |
|
229 |
float: right; |
|
230 |
border-left: none; |
|
231 |
} |
|
232 |
||
233 |
.Ldt-CtrlSound:hover { |
|
234 |
background-position: 0 -25px; |
|
235 |
} |
|
236 |
||
237 |
.Ldt-CtrlSound:active { |
|
238 |
background-position: 0 -50px; |
|
239 |
} |
|
240 |
/* |
|
241 |
.Ldt-CtrlSound { |
|
| 335 | 242 |
float: right; |
| 386 | 243 |
border-left: none; |
| 339 | 244 |
height: 25px; |
245 |
top: 7px; |
|
246 |
position: inherit; |
|
|
334
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
247 |
} |
| 450 | 248 |
*/ |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
249 |
.Ldt-cleaner { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
250 |
clear:both; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
251 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
252 |
|
| 299 | 253 |
/* Arrow Widget */ |
254 |
.Ldt-arrowWidget { |
|
| 305 | 255 |
position: relative; |
| 299 | 256 |
background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ; |
257 |
height:16px; |
|
258 |
width:27px; |
|
|
377
2dc60fa78c41
the arrow looks more like it should be. there's still a border problem though.
hamidouk
parents:
375
diff
changeset
|
259 |
margin-bottom: -3px; |
|
2dc60fa78c41
the arrow looks more like it should be. there's still a border problem though.
hamidouk
parents:
375
diff
changeset
|
260 |
z-index: 4; |
| 314 | 261 |
left: 0%; |
| 299 | 262 |
} |
263 |
|
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
264 |
.cleaner { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
265 |
clear:both; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
266 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
267 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
268 |
.share { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
269 |
background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
270 |
display:block; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
271 |
height:16px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
272 |
line-height:16px !important; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
273 |
overflow:hidden; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
274 |
width:16px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
275 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
276 |
cursor:pointer; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
277 |
margin:2px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
278 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
279 |
.shareFacebook{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
280 |
background-position:0 -704px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
281 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
282 |
.shareMySpace{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
283 |
background-position:0 -736px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
284 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
285 |
.shareTwitter{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
286 |
background-position:0 -1072px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
287 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
288 |
.shareGoogle{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
289 |
background-position:0 -752px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
290 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
291 |
.shareDelicious{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
292 |
background-position:0 -672px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
293 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
294 |
.shareJamesPot{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
295 |
background-position:0 -1808px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
296 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
297 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
298 |
.tip{ |
| 477 | 299 |
/* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
300 |
widget */ |
| 477 | 301 |
/*position : fixed; */ |
302 |
position: absolute; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
303 |
padding : 3px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
304 |
z-index: 10000000000; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
305 |
max-width: 200px; |
|
396
8191e4f07125
added a ressource which was grabbed from the internet previously.
hamidouk
parents:
386
diff
changeset
|
306 |
background: transparent url("imgs/white_arrow_long.png"); |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
307 |
font-size: 12px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
308 |
height: 125px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
309 |
width: 180px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
310 |
padding: 10px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
311 |
padding-left: 15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
312 |
padding-top: 15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
313 |
padding-right: 15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
314 |
color: black; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
315 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
316 |
overflow:hidden; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
317 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
318 |
|
| 324 | 319 |
/* slider */ |
320 |
.Ldt-SliderMinimized { |
|
321 |
height: 6px; |
|
322 |
} |
|
323 |
||
324 |
.Ldt-SliderMaximized { |
|
325 |
height: 11px; |
|
326 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
327 |
|
| 324 | 328 |
.Ldt-sliderElementMinimized { |
329 |
width: 100%; |
|
330 |
height: 5px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
331 |
} |
| 324 | 332 |
|
333 |
.Ldt-sliderElementMaximized { |
|
334 |
width: 100%; |
|
335 |
height: 10px; |
|
336 |
} |
|
337 |
||
| 316 | 338 |
.Ldt-sliderBackground { |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
339 |
background-color: #B6B8B8; |
| 324 | 340 |
position: absolute; |
341 |
z-index: 2; |
|
342 |
bottom: 1px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
343 |
width: 100%; |
| 316 | 344 |
height: 5px; |
| 324 | 345 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
346 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
347 |
|
| 316 | 348 |
.Ldt-sliderForeground { |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
349 |
background-color: #747474; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
350 |
z-index: 2; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
351 |
width: 0px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
352 |
position: absolute; |
| 324 | 353 |
bottom: 1px; |
354 |
height: 5px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
355 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
356 |
|
| 316 | 357 |
.Ldt-sliderPositionMarker { |
358 |
position: absolute; |
|
359 |
z-index: 100; |
|
| 469 | 360 |
background-color: #f7268e; |
| 316 | 361 |
height: 5px; |
362 |
width: 5px; |
|
| 324 | 363 |
bottom: 1px; |
| 469 | 364 |
border-left: 1px solid white; |
365 |
border-right: 1px solid white; |
|
| 316 | 366 |
} |
367 |
||
| 307 | 368 |
/* tweet Widget */ |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
369 |
.Ldt-tweetWidget { |
| 439 | 370 |
font-size: 12px; |
371 |
font-family: "Arial", "Verdana", "sans-serif"; |
|
| 306 | 372 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
438
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
373 |
border: 1px solid #b6b8b8; |
|
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
374 |
border-top: none; |
|
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
375 |
overflow: auto; |
|
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
376 |
} |
|
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
377 |
|
|
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
378 |
.Ldt-tweet-DoubleBorder { |
|
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
379 |
border: 1px solid white; |
|
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
380 |
padding: 5px; |
|
7c86ac92133f
added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents:
436
diff
changeset
|
381 |
overflow: auto; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
382 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
383 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
384 |
.Ldt-tweetAvatar { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
385 |
float: left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
386 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
387 |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
388 |
.Ldt-tweetAvatar-profileArrow { |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
389 |
float: left; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
390 |
height: 48px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
391 |
margin-left: 5px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
392 |
margin-right: 5px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
393 |
} |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
394 |
|
| 367 | 395 |
.Ldt-tweet_userHandle { |
396 |
float: left; |
|
| 371 | 397 |
color: #5c8df1; |
| 367 | 398 |
} |
399 |
||
400 |
.Ldt-tweet_realName { |
|
401 |
float: left; |
|
402 |
margin-left: 3px; |
|
403 |
} |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
404 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
405 |
.Ldt-tweetContents { |
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
406 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
407 |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
408 |
.Ldt-tweet_date { |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
409 |
float: left; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
410 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
411 |
|
|
378
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
412 |
.Ldt-tweetWidgetKeepOpen { |
|
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
413 |
position: relative; |
|
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
414 |
float: right; |
|
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
415 |
height: 17px; |
|
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
416 |
width: 17px; |
|
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
417 |
margin-right: 1px; |
|
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
418 |
} |
|
110311d59b2f
implemented a second button to keep the tweetWidget open.
hamidouk
parents:
377
diff
changeset
|
419 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
420 |
.Ldt-tweetWidgetMinimize { |
| 360 | 421 |
position: relative; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
422 |
float: right; |
| 360 | 423 |
height: 17px; |
424 |
width: 17px; |
|
425 |
right: 9px; |
|
426 |
} |
|
427 |
||
428 |
.Ldt-tweetWidget * a:link { |
|
429 |
color: #729efa; |
|
430 |
||
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
431 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
432 |
|
|
366
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
433 |
.Ldt-TweetReply { |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
434 |
float: left; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
435 |
margin-left: 16px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
436 |
} |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
437 |
|
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
438 |
.Ldt-TweetReplyIcon { |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
439 |
background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
440 |
width: 14px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
441 |
height: 11px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
442 |
float: left; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
443 |
margin-top: 2px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
444 |
} |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
445 |
|
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
446 |
.Ldt-TweetReplyIcon:hover { |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
447 |
background-position: 0 -11px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
448 |
} |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
449 |
|
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
450 |
.Ldt-TweetReplyIcon:active { |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
451 |
background-position: 0 -22px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
452 |
} |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
453 |
|
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
454 |
.Ldt-Retweet { |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
455 |
float: left; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
456 |
margin-left: 16px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
457 |
} |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
458 |
|
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
459 |
.Ldt-RetweetIcon { |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
460 |
background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
461 |
width: 14px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
462 |
height: 8px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
463 |
float: left; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
464 |
margin-top: 3px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
465 |
} |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
466 |
|
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
467 |
.Ldt-RetweetIcon:hover { |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
468 |
background-position: 0 -8px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
469 |
} |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
470 |
|
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
471 |
.Ldt-RetweetIcon:active { |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
472 |
background-position: 0 -16px; |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
473 |
} |
|
82363c149ee8
added styling for the arrow and the retweet and reply buttons.
hamidouk
parents:
360
diff
changeset
|
474 |
|
|
375
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
475 |
/* styling of a "++" in a tweet */ |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
476 |
.Ldt-PolemicPlusPlus { |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
477 |
background-color: #1d973d; |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
478 |
} |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
479 |
|
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
480 |
/* styling of a "==" in a tweet */ |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
481 |
.Ldt-PolemicEqualEqual { |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
482 |
background-color: #5c8df1 |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
483 |
} |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
484 |
|
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
485 |
/* styling of a "--" in a tweet */ |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
486 |
.Ldt-PolemicMinusMinus { |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
487 |
background-color: #ce0a15; |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
488 |
} |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
489 |
|
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
490 |
/* styling of a "??" in a tweet */ |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
491 |
.Ldt-PolemicQuestion { |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
492 |
background-color: #c5a62d; |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
493 |
} |
|
8c41db3813e0
implemented highlighting for polemic tweet syntax.
hamidouk
parents:
373
diff
changeset
|
494 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
495 |
/* the styling of a spacer div */ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
496 |
.Ldt-spacer { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
497 |
background-color:#eeeeee; |
| 299 | 498 |
} |