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