author | Dan |
Tue, 04 Aug 2009 17:32:09 -0400 | |
changeset 1075 | f4b89aa4226d |
parent 1057 | 183111d8c46a |
child 1081 | 745200a9cc2a |
permissions | -rw-r--r-- |
921 | 1 |
/** |
2 |
* Enanium - Baby Grand |
|
3 |
* Polished black default theme for Enano CMS |
|
4 |
* Copyright (C) 2009 Dan Fuhry |
|
5 |
*/ |
|
6 |
||
7 |
/* Core definitions - structure */ |
|
8 |
||
9 |
html, body { |
|
10 |
margin: 0; |
|
11 |
padding: 0; |
|
12 |
} |
|
13 |
||
14 |
div { |
|
15 |
margin: 0; |
|
16 |
padding: 0; |
|
17 |
} |
|
18 |
||
19 |
body { |
|
20 |
background-image: url(../images/background.gif); |
|
21 |
background-color: #2a2a29; |
|
22 |
font-family: trebuchet ms, verdana, tahoma, arial, helvetica, sans-serif; |
|
23 |
font-size: 9pt; |
|
24 |
} |
|
25 |
||
26 |
table#body-wrapper { |
|
27 |
width: 100%; |
|
28 |
} |
|
29 |
||
30 |
body.simple table#body-wrapper { |
|
31 |
width: 70%; |
|
32 |
margin: 0 auto; |
|
33 |
} |
|
34 |
||
35 |
td#cell-sbleft { |
|
36 |
background-image: url(../images/transb50.png); |
|
37 |
} |
|
38 |
||
39 |
td#cell-content { |
|
40 |
background-color: #fff; |
|
41 |
padding: 0; |
|
42 |
width: 100%; |
|
43 |
} |
|
44 |
||
45 |
/* Global - links */ |
|
46 |
a { |
|
47 |
text-decoration: none; |
|
48 |
} |
|
49 |
||
50 |
a:link, a:visited { |
|
51 |
color: #356a9e; |
|
52 |
} |
|
53 |
||
54 |
div#content-wrapper a:visited { |
|
55 |
color: #4c84bb; |
|
56 |
} |
|
57 |
||
58 |
a:link:hover { |
|
59 |
color: #6a95c0; |
|
60 |
} |
|
61 |
||
62 |
/* Header */ |
|
63 |
div#header { |
|
64 |
line-height: 122px; |
|
65 |
/* background-image: url(../images/top.gif); */ |
|
66 |
background-repeat: repeat-x; |
|
67 |
color: #a9a9a9; |
|
68 |
padding: 0 1.3em; |
|
69 |
} |
|
70 |
||
71 |
body.simple div#header { |
|
72 |
line-height: 78px; |
|
73 |
width: 75%; |
|
74 |
margin: 100px auto 0 auto; |
|
75 |
} |
|
76 |
||
77 |
div#header h1 { |
|
78 |
margin: 0; |
|
79 |
font-weight: normal; |
|
80 |
} |
|
81 |
||
82 |
div#header h1 a { |
|
83 |
color: white; |
|
84 |
padding-right: 20px; |
|
85 |
} |
|
86 |
||
87 |
div#header h1 a:hover { |
|
88 |
background-image: url(../images/home.gif); |
|
89 |
background-repeat: no-repeat; |
|
90 |
background-position: center right; |
|
91 |
} |
|
92 |
||
93 |
div.logo { |
|
94 |
width: 96px; |
|
95 |
height: 122px; |
|
96 |
background-image: url(../images/logo.png); |
|
97 |
background-position: center center; |
|
98 |
background-repeat: no-repeat; |
|
99 |
float: left; |
|
100 |
margin: 0 7px 0 -13px; |
|
101 |
} |
|
102 |
||
103 |
/* Userlinks */ |
|
104 |
ul.useropts { |
|
105 |
position: absolute; |
|
106 |
margin: 0; |
|
107 |
right: 10px; |
|
108 |
line-height: 19px; |
|
109 |
top: 99px; |
|
110 |
} |
|
111 |
||
112 |
ul.useropts li { |
|
113 |
display: block; |
|
114 |
float: left; |
|
115 |
margin-right: 4px; |
|
116 |
} |
|
117 |
||
118 |
ul.useropts li a { |
|
119 |
color: #a9b2e3; |
|
120 |
display: block; |
|
121 |
padding: 2px 12px; |
|
122 |
background-color: #30475d; |
|
123 |
-moz-border-radius: 6px 6px 0 0; |
|
124 |
border-radius: 6px 6px 0 0; |
|
125 |
} |
|
126 |
||
127 |
ul.useropts li.em a { |
|
128 |
color: #b9d0e3; |
|
129 |
background-color: #405f7c; |
|
130 |
font-weight: bold; |
|
131 |
} |
|
132 |
||
133 |
ul.useropts li:hover { |
|
134 |
position: relative; |
|
135 |
top: -2px; |
|
136 |
} |
|
137 |
||
138 |
ul.useropts li:hover > a { |
|
139 |
padding: 2px 12px 4px 12px; |
|
140 |
} |
|
141 |
||
142 |
ul.useropts li.logout:hover > a { |
|
143 |
color: #e9e9e9; |
|
144 |
background-color: #701010; |
|
145 |
} |
|
146 |
||
147 |
/* Search form */ |
|
148 |
||
149 |
form.searchform { |
|
150 |
position: absolute; |
|
151 |
/* background-color: #292929; */ |
|
152 |
background-image: url(../images/transb50.png); |
|
153 |
top: 0px; |
|
154 |
right: 10px; |
|
155 |
padding: 7px; |
|
156 |
text-align: right; |
|
157 |
} |
|
158 |
||
159 |
/* Sidebars */ |
|
160 |
div.sidebar.left { |
|
161 |
width: 150px; |
|
162 |
} |
|
163 |
||
164 |
div.sidebar.right { |
|
165 |
float: right; |
|
166 |
width: 170px; |
|
167 |
margin: 0 0 0 20px; |
|
168 |
} |
|
169 |
||
170 |
div.sidebar.right div.slider { |
|
171 |
padding: 10px; |
|
172 |
background-color: #bed8ef; |
|
173 |
-moz-border-radius: 10px; |
|
174 |
border-radius: 10px; |
|
175 |
} |
|
176 |
||
177 |
div.sidebar h4 { |
|
178 |
margin: 0; |
|
179 |
padding: 5px 3px; |
|
180 |
color: #90B0D0; |
|
181 |
border-bottom: 1px dotted #5b6f80; |
|
182 |
font-size: 10pt; |
|
183 |
} |
|
184 |
||
185 |
div.sidebar div.slider { |
|
186 |
font-size: 8pt; |
|
187 |
} |
|
188 |
||
189 |
div.sidebar h4 a { |
|
190 |
cursor: pointer; |
|
191 |
} |
|
192 |
||
193 |
div.sidebar.right h4 { |
|
194 |
color: #5a87b3; |
|
195 |
} |
|
196 |
||
197 |
div.sidebar ul.linkblock { |
|
198 |
margin: 0; |
|
199 |
padding: 0; |
|
200 |
list-style-type: none; |
|
201 |
} |
|
202 |
||
203 |
div.sidebar ul.linkblock li a { |
|
204 |
display: block; |
|
205 |
color: #b2b2b2; |
|
206 |
padding: 5px 3px 5px 0.9em; |
|
207 |
} |
|
208 |
||
209 |
div.sidebar ul.linkblock li a:hover { |
|
210 |
color: #c5c5c5; |
|
211 |
background-color: #292929; |
|
212 |
} |
|
213 |
||
958 | 214 |
div.sidebar a.closebtn { |
955
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
215 |
display: block; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
216 |
float: right; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
217 |
margin-right: 10px; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
218 |
color: #456798; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
219 |
background-color: #f0f0f0; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
220 |
padding: 0 8px; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
221 |
-moz-border-radius: 0 0 4px 4px; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
222 |
cursor: pointer; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
223 |
} |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
224 |
|
958 | 225 |
div.sidebar.left a.closebtn { |
226 |
color: #f0f0f0; |
|
227 |
background-color: #404040; |
|
228 |
margin-right: 0px; |
|
229 |
-moz-border-radius: 0 0 0 4px; |
|
965
72b37471cce0
Enanium: left collapse button same size as jBox bars now
Dan
parents:
958
diff
changeset
|
230 |
padding: 1pt 5px; |
72b37471cce0
Enanium: left collapse button same size as jBox bars now
Dan
parents:
958
diff
changeset
|
231 |
font-size: 10pt; |
958 | 232 |
} |
233 |
||
955
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
234 |
div.right-sidebar-hidden { |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
235 |
margin-left: 10px; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
236 |
display: none; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
237 |
} |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
238 |
|
958 | 239 |
div.left-sidebar-hidden { |
240 |
display: none; |
|
241 |
position: absolute; |
|
242 |
} |
|
243 |
||
955
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
244 |
div.right-sidebar-hidden a.openbtn { |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
245 |
display: block; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
246 |
float: right; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
247 |
margin-right: -20px; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
248 |
color: #456798; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
249 |
background-color: #f0f0f0; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
250 |
padding: 5px 8px; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
251 |
-moz-border-radius: 4px 0 0 4px; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
252 |
cursor: pointer; |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
253 |
} |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
254 |
|
958 | 255 |
div.left-sidebar-hidden a.openbtn { |
256 |
display: block; |
|
257 |
float: left; |
|
258 |
margin-top: 1.8em; |
|
259 |
color: #456798; |
|
260 |
background-color: #f0f0f0; |
|
261 |
padding: 5px 4px; |
|
262 |
-moz-border-radius: 0 4px 4px 0; |
|
263 |
cursor: pointer; |
|
264 |
} |
|
265 |
||
921 | 266 |
div.slider { |
267 |
margin-bottom: 7px; |
|
268 |
} |
|
269 |
||
270 |
/* Content area */ |
|
271 |
div#content-wrapper { |
|
272 |
margin: 0; |
|
273 |
padding: 20px; |
|
274 |
} |
|
275 |
||
276 |
div.content { |
|
277 |
/* Though very subtle, this makes the entire theme less harsh especially with Trebuchet. */ |
|
278 |
color: #202020; |
|
279 |
} |
|
280 |
||
281 |
div.content h1, div.content h2 { |
|
282 |
border-bottom: 1px solid #90B0D0; |
|
283 |
margin-top: 0.2em; |
|
284 |
} |
|
285 |
||
1004 | 286 |
div.content h1#h2PageName { |
287 |
margin: 0.2em 0 0 0; |
|
288 |
} |
|
289 |
||
921 | 290 |
div.content p { |
291 |
margin-left: 0.8em; |
|
292 |
} |
|
293 |
||
948 | 294 |
/* Wikilinks to pages that don't exist */ |
295 |
div.content a.wikilink-nonexistent { |
|
296 |
color: #B05020; |
|
297 |
} |
|
298 |
||
299 |
div.content a.wikilink-nonexistent:visited { |
|
977 | 300 |
color: #906030 !important; |
948 | 301 |
} |
302 |
||
1045
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
303 |
/* I know it's bad to support plugins in core code, but indented paragraphs tend to be specific to themes I designed. |
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
304 |
This is for consistency between paragraphs and code blocks. */ |
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
305 |
div.content pre, pre.geshi_highlighted { |
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
306 |
margin-left: 0.8em; |
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
307 |
} |
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
308 |
|
921 | 309 |
/* Inline rename */ |
310 |
||
311 |
input#pageheading { |
|
312 |
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; |
|
313 |
font-size: 18pt; |
|
314 |
font-weight: bold; |
|
315 |
border-width: 0 0 1px 0; |
|
316 |
width: 100%; |
|
317 |
border-bottom: 1px solid #90B0D0; |
|
318 |
margin: 0; |
|
319 |
padding: 0; |
|
320 |
color: #202020; |
|
321 |
background-color: rgb(240, 240, 240, 0.5); |
|
322 |
} |
|
323 |
||
324 |
input#pageheading:focus { |
|
325 |
background-color: #fafafa; |
|
326 |
} |
|
327 |
||
328 |
/* External links */ |
|
329 |
||
330 |
div.content a[href ^="http://"], div#messageBox a[href ^="http://"] { |
|
331 |
color: #4d78a2; |
|
332 |
background: url(../images/links/external.gif) center right no-repeat; |
|
333 |
padding-right: 16px; |
|
334 |
} |
|
335 |
||
336 |
div.content a[href ^="https://"], div#messageBox a[href ^="https://"] { |
|
337 |
color: #4d78a2; |
|
338 |
background: url(../images/links/https.gif) center right no-repeat; |
|
339 |
padding-right: 16px; |
|
340 |
} |
|
341 |
||
342 |
div.content a[href ^="mailto:"], div#messageBox a[href ^="mailto:"] { |
|
343 |
color: #4d78a2; |
|
344 |
background: url(../images/links/email.gif) center right no-repeat; |
|
345 |
padding-right: 16px; |
|
346 |
} |
|
347 |
||
348 |
div.content a[href ^="irc://"], div#messageBox a[href ^="irc://"] { |
|
349 |
color: #4d78a2; |
|
350 |
background: url(../images/links/irc.gif) center right no-repeat; |
|
351 |
padding-right: 16px; |
|
352 |
} |
|
353 |
||
354 |
div.content a[href ^="http://"]:hover, div#messageBox a[href ^="http://"]:hover { |
|
355 |
color: #6488ad; |
|
356 |
} |
|
357 |
||
358 |
div.content a[href ^="https://"]:hover, div#messageBox a[href ^="https://"]:hover { |
|
359 |
color: #6488ad; |
|
360 |
} |
|
361 |
||
362 |
div.content a[href ^="mailto:"]:hover, div#messageBox a[href ^="mailto:"]:hover { |
|
363 |
color: #6488ad; |
|
364 |
} |
|
365 |
||
366 |
div.content a[href ^="irc://"]:hover, div#messageBox a[href ^="irc://"]:hover { |
|
367 |
color: #6488ad; |
|
368 |
} |
|
369 |
||
1075
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
370 |
div.content a.no_external, div#messageBox a.no_external { |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
371 |
background-image: none; |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
372 |
padding-right: 0px; |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
373 |
} |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
374 |
|
921 | 375 |
/* Form controls */ |
376 |
input { |
|
377 |
border: 1px solid #353535; |
|
378 |
background-color: #262626; |
|
379 |
color: #b6b6b6; |
|
380 |
font-size: 8pt; |
|
381 |
font-family: arial, helvetica, sans-serif; |
|
382 |
padding: 2px; |
|
383 |
} |
|
384 |
||
1075
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
385 |
div#messageBox input[type ^="text"], div#messageBox input[type ^="password"] { |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
386 |
background-color: #f4f4f4; |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
387 |
color: #202020; |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
388 |
border: 1px solid #aaa; |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
389 |
} |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
390 |
|
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
391 |
div#messageBox input[type ^="text"]:focus, div#messageBox input[type ^="password"]:focus { |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
392 |
background-color: #fff; |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
393 |
border-color: #888; |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
394 |
} |
f4b89aa4226d
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents:
1057
diff
changeset
|
395 |
|
921 | 396 |
/* Footer */ |
397 |
div#footer { |
|
398 |
margin: 7px 0 0 0; |
|
399 |
border-top: 1px solid #707070; |
|
400 |
background-color: #000; |
|
401 |
color: #909090; |
|
402 |
padding: 4px; |
|
403 |
font-size: smaller; |
|
404 |
font-family: tahoma, arial, sans-serif; |
|
405 |
} |
|
406 |
||
407 |
body.simple div#footer { |
|
408 |
position: absolute; |
|
409 |
bottom: 0px; |
|
410 |
padding: 4px 0; |
|
411 |
width: 100%; |
|
412 |
} |
|
413 |
||
414 |
/* |
|
415 |
* Userpage styles |
|
416 |
*/ |
|
417 |
||
418 |
ul.userpage_links li { |
|
419 |
background-image: url('../images/buttonbg.gif'); |
|
420 |
background-repeat: repeat-x; |
|
421 |
} |
|
422 |
||
423 |
ul.userpage_links li a { |
|
424 |
color: #202020; |
|
425 |
} |
|
426 |
||
427 |
ul.userpage_links li.userpage_tab_active { |
|
428 |
background-image: url('../images/buttonbg-lite.gif'); |
|
429 |
} |
|
430 |
||
431 |
ul.userpage_links li:hover { |
|
432 |
background-image: url('../images/buttonbg-lite.gif'); |
|
433 |
border-color: #404040 #404040 #ffffff #404040; |
|
434 |
} |
|
435 |
||
436 |
ul.userpage_links li.userpage_tab_active:hover { |
|
437 |
} |
|
438 |
||
439 |
ul.userpage_links li a:visited, ul.userpage_links li a:hover { |
|
440 |
color: #202020 !important; |
|
441 |
} |
|
958 | 442 |
|
443 |
/* |
|
444 |
* Some table stuff |
|
445 |
*/ |
|
446 |
||
447 |
div.tblholder th a { |
|
448 |
text-decoration: underline; |
|
449 |
color: #f0f0f0 !important; |
|
450 |
} |
|
1050
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
451 |
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
452 |
/* |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
453 |
* jBox menu system |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
454 |
*/ |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
455 |
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
456 |
div.menu, div.menu_nojs { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
457 |
background-image: url(../images/jbox.gif); |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
458 |
background-repeat: repeat-x; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
459 |
background-color: #303030; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
460 |
font-size: 7pt; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
461 |
border-width: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
462 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
463 |
.menu_bg { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
464 |
background-color: #303030; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
465 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
466 |
div.menu ul, div.menu_nojs ul { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
467 |
display: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
468 |
position: absolute; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
469 |
padding: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
470 |
margin: 0 !important; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
471 |
background-color: #303030; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
472 |
border-width: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
473 |
min-width: 120px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
474 |
text-transform: lowercase; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
475 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
476 |
div.menu a, div.menu div.label, div.menu_nojs a, div.menu_nojs div.label { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
477 |
padding: 2.5pt 5px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
478 |
margin-right: 3px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
479 |
text-decoration: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
480 |
display: block; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
481 |
float: left; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
482 |
color: #b2b2b2; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
483 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
484 |
div#content-wrapper div.menu a, div#content-wrapper div.menu_nojs a { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
485 |
color: #b2b2b2; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
486 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
487 |
div.menu div.label, div.menu_nojs div.label { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
488 |
color: #808080; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
489 |
cursor: default; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
490 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
491 |
div.menu span.sep, div.menu_nojs span.sep { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
492 |
display: block; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
493 |
float: left; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
494 |
width: 5px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
495 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
496 |
div.menu div.multopts, div.menu_nojs div.multopts { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
497 |
line-height: 17pt; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
498 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
499 |
div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
500 |
float: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
501 |
display: inline; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
502 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
503 |
div.menu a.liteselected, div.menu a.liteselected:hover, div.menu a:hover, div.menu_nojs a.liteselected, div.menu_nojs a.liteselected:hover, div.menu_nojs a:hover { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
504 |
color: #c9c9c9; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
505 |
background-color: #484848; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
506 |
background-image: url(../images/jbox.gif); |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
507 |
background-position: 0 -32px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
508 |
background-repeat: repeat-x; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
509 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
510 |
div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
511 |
border-width: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
512 |
font-size: 9pt; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
513 |
padding: 2px 5px 3px 5px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
514 |
max-width: 70px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
515 |
color: #a9a9a9; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
516 |
background-color: #191919; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
517 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
518 |
div.menu input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu_nojs input[type ^="password"]:hover { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
519 |
background-color: #292929; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
520 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
521 |
div.menu input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu_nojs input[type ^="password"]:focus { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
522 |
background-color: #373737; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
523 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
524 |
div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
525 |
border-width: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
526 |
font-size: 9pt; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
527 |
padding: 3px 5px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
528 |
max-width: 70px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
529 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
530 |
div.menu a.current, div.menu a.current:hover, div.menu a.selected, div.menu a.selected:hover, div.menu_nojs a.current, div.menu_nojs a.current:hover, div.menu_nojs a.selected, div.menu_nojs a.selected:hover { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
531 |
color: #202020; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
532 |
background-color: #FFFFFF; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
533 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
534 |
div.menu a.current:hover, div.menu a.selected:hover, div.menu a.current.liteselected, |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
535 |
div.menu_nojs a.current:hover, div.menu_nojs a.selected:hover, div.menu_nojs a.current.liteselected { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
536 |
background-position: 0 -64px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
537 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
538 |
div.menu ul li, div.menu_nojs ul li { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
539 |
list-style: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
540 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
541 |
div.menu ul a, div.menu_nojs ul a { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
542 |
float: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
543 |
margin: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
544 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
545 |
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
546 |
/* toolbar */ |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
547 |
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
548 |
div.toolbar { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
549 |
border: 1px solid #3b619c; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
550 |
background-color: #D0D0D0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
551 |
background-image: url(../../oxygen/images/bleu/sprite-horiz.gif); |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
552 |
background-position: 0 -90px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
553 |
padding: 1px 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
554 |
height: 22px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
555 |
font-family: arial, sans-serif; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
556 |
font-size: 8pt; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
557 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
558 |
div.toolbar ul { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
559 |
margin: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
560 |
padding: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
561 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
562 |
div.toolbar ul li { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
563 |
list-style: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
564 |
margin: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
565 |
float: left; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
566 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
567 |
div.toolbar a img { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
568 |
opacity: 0.6; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
569 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
570 |
div.toolbar a:hover img, div.toolbar a:focus img { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
571 |
opacity: 1; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
572 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
573 |
div.toolbar a { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
574 |
display: block; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
575 |
padding: 2px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
576 |
border: 1px solid transparent; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
577 |
cursor: default; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
578 |
width: auto; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
579 |
color: #000000 !important; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
580 |
margin: 0 2px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
581 |
max-height: 16px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
582 |
text-decoration: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
583 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
584 |
div.toolbar a:hover, div.toolbar a:focus { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
585 |
border: 1px solid #000080; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
586 |
background-color: #ceceed; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
587 |
background-image: url(../../oxygen/images/bleu/sprite-horiz.gif); |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
588 |
background-position: 0 -118px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
589 |
color: #000000 !important; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
590 |
text-decoration: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
591 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
592 |
div.toolbar a:active { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
593 |
background-color: #E0E0E0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
594 |
background-position: 0 -138px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
595 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
596 |
div.toolbar img { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
597 |
margin: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
598 |
padding: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
599 |
display: inline; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
600 |
border-width: 0px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
601 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
602 |
div.toolbar a span { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
603 |
position: relative; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
604 |
top: -3px !important; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
605 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
606 |
div.toolbar a span.noimage { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
607 |
position: relative; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
608 |
top: 0px !important; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
609 |
height: 16px !important; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
610 |
display: block; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
611 |
padding-left: 2px !important; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
612 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
613 |
div.toolbar li span { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
614 |
padding-left: 4px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
615 |
padding-right: 2px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
616 |
position: relative; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
617 |
top: 4px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
618 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
619 |
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
620 |
/* vertical toolbar */ |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
621 |
div.toolbar_vert { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
622 |
border: 1px solid #82aae2; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
623 |
background-color: #c9ddf8; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
624 |
padding: 2px 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
625 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
626 |
div.toolbar_vert ul { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
627 |
margin: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
628 |
padding: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
629 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
630 |
div.toolbar_vert ul li { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
631 |
list-style: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
632 |
margin: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
633 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
634 |
div.toolbar_vert a img { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
635 |
opacity: 0.6; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
636 |
/*filter: alpha(opacity=60);*/ |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
637 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
638 |
div.toolbar_vert a:hover img { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
639 |
opacity: 1; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
640 |
/*filter: alpha(opacity=100);*/ |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
641 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
642 |
div.toolbar_vert a { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
643 |
display: block; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
644 |
padding: 2px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
645 |
border: 1px solid transparent; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
646 |
cursor: default; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
647 |
width: auto; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
648 |
color: #000000 !important; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
649 |
margin: 0 2px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
650 |
max-height: 16px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
651 |
text-decoration: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
652 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
653 |
div.toolbar_vert a:hover { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
654 |
border: 1px solid #202090; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
655 |
background-color: #ceceed; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
656 |
color: #000000 !important; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
657 |
text-decoration: none; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
658 |
background-image: url(../../oxygen/images/bleu/sprite-horiz.gif); |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
659 |
background-position: 0 -118px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
660 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
661 |
div.toolbar_vert a:active { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
662 |
border: 1px solid #A0A0A0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
663 |
background-color: #E0E0E0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
664 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
665 |
div.toolbar_vert img { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
666 |
margin: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
667 |
padding: 0; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
668 |
display: inline; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
669 |
border-width: 0px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
670 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
671 |
div.toolbar_vert a span { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
672 |
position: relative; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
673 |
top: -4px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
674 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
675 |
div.toolbar_vert li span { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
676 |
padding-left: 2px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
677 |
padding-right: 5px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
678 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
679 |
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
680 |
div.toolbar_vert li > span { |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
681 |
display: block; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
682 |
padding: 4px 5px; |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
683 |
} |
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents:
1045
diff
changeset
|
684 |