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
|
215 |
display: block;
|
|
216 |
float: right;
|
|
217 |
margin-right: 10px;
|
|
218 |
color: #456798;
|
|
219 |
background-color: #f0f0f0;
|
|
220 |
padding: 0 8px;
|
|
221 |
-moz-border-radius: 0 0 4px 4px;
|
|
222 |
cursor: pointer;
|
|
223 |
}
|
|
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
|
230 |
padding: 1pt 5px;
|
|
231 |
font-size: 10pt;
|
958
|
232 |
}
|
|
233 |
|
955
|
234 |
div.right-sidebar-hidden {
|
|
235 |
margin-left: 10px;
|
|
236 |
display: none;
|
|
237 |
}
|
|
238 |
|
958
|
239 |
div.left-sidebar-hidden {
|
|
240 |
display: none;
|
|
241 |
position: absolute;
|
|
242 |
}
|
|
243 |
|
955
|
244 |
div.right-sidebar-hidden a.openbtn {
|
|
245 |
display: block;
|
|
246 |
float: right;
|
|
247 |
margin-right: -20px;
|
|
248 |
color: #456798;
|
|
249 |
background-color: #f0f0f0;
|
|
250 |
padding: 5px 8px;
|
|
251 |
-moz-border-radius: 4px 0 0 4px;
|
|
252 |
cursor: pointer;
|
|
253 |
}
|
|
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
|
303 |
/* I know it's bad to support plugins in core code, but indented paragraphs tend to be specific to themes I designed.
|
|
304 |
This is for consistency between paragraphs and code blocks. */
|
|
305 |
div.content pre, pre.geshi_highlighted {
|
|
306 |
margin-left: 0.8em;
|
|
307 |
}
|
|
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 |
|
|
370 |
/* Form controls */
|
|
371 |
input {
|
|
372 |
border: 1px solid #353535;
|
|
373 |
background-color: #262626;
|
|
374 |
color: #b6b6b6;
|
|
375 |
font-size: 8pt;
|
|
376 |
font-family: arial, helvetica, sans-serif;
|
|
377 |
padding: 2px;
|
|
378 |
}
|
|
379 |
|
|
380 |
/* Footer */
|
|
381 |
div#footer {
|
|
382 |
margin: 7px 0 0 0;
|
|
383 |
border-top: 1px solid #707070;
|
|
384 |
background-color: #000;
|
|
385 |
color: #909090;
|
|
386 |
padding: 4px;
|
|
387 |
font-size: smaller;
|
|
388 |
font-family: tahoma, arial, sans-serif;
|
|
389 |
}
|
|
390 |
|
|
391 |
body.simple div#footer {
|
|
392 |
position: absolute;
|
|
393 |
bottom: 0px;
|
|
394 |
padding: 4px 0;
|
|
395 |
width: 100%;
|
|
396 |
}
|
|
397 |
|
|
398 |
/*
|
|
399 |
* Userpage styles
|
|
400 |
*/
|
|
401 |
|
|
402 |
ul.userpage_links li {
|
|
403 |
background-image: url('../images/buttonbg.gif');
|
|
404 |
background-repeat: repeat-x;
|
|
405 |
}
|
|
406 |
|
|
407 |
ul.userpage_links li a {
|
|
408 |
color: #202020;
|
|
409 |
}
|
|
410 |
|
|
411 |
ul.userpage_links li.userpage_tab_active {
|
|
412 |
background-image: url('../images/buttonbg-lite.gif');
|
|
413 |
}
|
|
414 |
|
|
415 |
ul.userpage_links li:hover {
|
|
416 |
background-image: url('../images/buttonbg-lite.gif');
|
|
417 |
border-color: #404040 #404040 #ffffff #404040;
|
|
418 |
border-bottom-width: 0;
|
|
419 |
}
|
|
420 |
|
|
421 |
ul.userpage_links li.userpage_tab_active:hover {
|
|
422 |
border-bottom-width: 1px;
|
|
423 |
}
|
|
424 |
|
|
425 |
ul.userpage_links li a:visited, ul.userpage_links li a:hover {
|
|
426 |
color: #202020 !important;
|
|
427 |
}
|
958
|
428 |
|
|
429 |
/*
|
|
430 |
* Some table stuff
|
|
431 |
*/
|
|
432 |
|
|
433 |
div.tblholder th a {
|
|
434 |
text-decoration: underline;
|
|
435 |
color: #f0f0f0 !important;
|
|
436 |
}
|
1050
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
437 |
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
438 |
/*
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
439 |
* 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
diff
changeset
|
440 |
*/
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
441 |
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
442 |
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
diff
changeset
|
443 |
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
diff
changeset
|
444 |
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
diff
changeset
|
445 |
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
diff
changeset
|
446 |
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
diff
changeset
|
447 |
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
diff
changeset
|
448 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
449 |
.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
diff
changeset
|
450 |
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
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
diff
changeset
|
452 |
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
diff
changeset
|
453 |
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
diff
changeset
|
454 |
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
diff
changeset
|
455 |
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
diff
changeset
|
456 |
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
diff
changeset
|
457 |
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
diff
changeset
|
458 |
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
diff
changeset
|
459 |
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
diff
changeset
|
460 |
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
diff
changeset
|
461 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
462 |
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
diff
changeset
|
463 |
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
diff
changeset
|
464 |
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
diff
changeset
|
465 |
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
diff
changeset
|
466 |
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
diff
changeset
|
467 |
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
diff
changeset
|
468 |
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
diff
changeset
|
469 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
470 |
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
diff
changeset
|
471 |
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
diff
changeset
|
472 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
473 |
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
diff
changeset
|
474 |
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
diff
changeset
|
475 |
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
diff
changeset
|
476 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
477 |
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
diff
changeset
|
478 |
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
diff
changeset
|
479 |
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
diff
changeset
|
480 |
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
diff
changeset
|
481 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
482 |
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
diff
changeset
|
483 |
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
diff
changeset
|
484 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
485 |
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
diff
changeset
|
486 |
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
diff
changeset
|
487 |
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
diff
changeset
|
488 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
489 |
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
diff
changeset
|
490 |
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
diff
changeset
|
491 |
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
diff
changeset
|
492 |
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
diff
changeset
|
493 |
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
diff
changeset
|
494 |
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
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
diff
changeset
|
496 |
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
diff
changeset
|
497 |
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
diff
changeset
|
498 |
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
diff
changeset
|
499 |
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
diff
changeset
|
500 |
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
diff
changeset
|
501 |
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
diff
changeset
|
502 |
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
diff
changeset
|
503 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
504 |
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
diff
changeset
|
505 |
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
diff
changeset
|
506 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
507 |
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
diff
changeset
|
508 |
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
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
diff
changeset
|
510 |
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
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
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
diff
changeset
|
513 |
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
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
diff
changeset
|
515 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
516 |
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
diff
changeset
|
517 |
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
diff
changeset
|
518 |
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
diff
changeset
|
519 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
520 |
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
diff
changeset
|
521 |
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
diff
changeset
|
522 |
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
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
diff
changeset
|
524 |
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
diff
changeset
|
525 |
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
diff
changeset
|
526 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
527 |
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
diff
changeset
|
528 |
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
diff
changeset
|
529 |
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
diff
changeset
|
530 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
531 |
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
532 |
/* toolbar */
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
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
diff
changeset
|
534 |
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
diff
changeset
|
535 |
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
diff
changeset
|
536 |
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
diff
changeset
|
537 |
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
diff
changeset
|
538 |
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
diff
changeset
|
539 |
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
diff
changeset
|
540 |
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
diff
changeset
|
541 |
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
diff
changeset
|
542 |
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
diff
changeset
|
543 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
544 |
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
diff
changeset
|
545 |
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
diff
changeset
|
546 |
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
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
diff
changeset
|
548 |
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
diff
changeset
|
549 |
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
diff
changeset
|
550 |
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
diff
changeset
|
551 |
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
diff
changeset
|
552 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
553 |
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
diff
changeset
|
554 |
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
diff
changeset
|
555 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
556 |
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
diff
changeset
|
557 |
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
diff
changeset
|
558 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
559 |
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
diff
changeset
|
560 |
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
diff
changeset
|
561 |
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
diff
changeset
|
562 |
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
diff
changeset
|
563 |
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
diff
changeset
|
564 |
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
diff
changeset
|
565 |
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
diff
changeset
|
566 |
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
diff
changeset
|
567 |
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
diff
changeset
|
568 |
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
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
diff
changeset
|
570 |
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
diff
changeset
|
571 |
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
diff
changeset
|
572 |
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
diff
changeset
|
573 |
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
diff
changeset
|
574 |
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
diff
changeset
|
575 |
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
diff
changeset
|
576 |
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
diff
changeset
|
577 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
578 |
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
diff
changeset
|
579 |
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
diff
changeset
|
580 |
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
diff
changeset
|
581 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
582 |
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
diff
changeset
|
583 |
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
diff
changeset
|
584 |
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
diff
changeset
|
585 |
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
diff
changeset
|
586 |
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
diff
changeset
|
587 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
588 |
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
diff
changeset
|
589 |
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
diff
changeset
|
590 |
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
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
diff
changeset
|
592 |
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
diff
changeset
|
593 |
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
diff
changeset
|
594 |
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
diff
changeset
|
595 |
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
diff
changeset
|
596 |
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
diff
changeset
|
597 |
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
diff
changeset
|
598 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
599 |
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
diff
changeset
|
600 |
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
diff
changeset
|
601 |
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
diff
changeset
|
602 |
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
diff
changeset
|
603 |
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
diff
changeset
|
604 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
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
diff
changeset
|
606 |
/* 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
diff
changeset
|
607 |
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
diff
changeset
|
608 |
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
diff
changeset
|
609 |
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
diff
changeset
|
610 |
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
diff
changeset
|
611 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
612 |
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
diff
changeset
|
613 |
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
diff
changeset
|
614 |
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
diff
changeset
|
615 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
616 |
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
diff
changeset
|
617 |
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
diff
changeset
|
618 |
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
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
diff
changeset
|
620 |
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
diff
changeset
|
621 |
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
diff
changeset
|
622 |
/*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
diff
changeset
|
623 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
624 |
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
diff
changeset
|
625 |
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
diff
changeset
|
626 |
/*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
diff
changeset
|
627 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
628 |
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
diff
changeset
|
629 |
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
diff
changeset
|
630 |
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
diff
changeset
|
631 |
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
diff
changeset
|
632 |
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
diff
changeset
|
633 |
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
diff
changeset
|
634 |
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
diff
changeset
|
635 |
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
diff
changeset
|
636 |
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
diff
changeset
|
637 |
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
diff
changeset
|
638 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
639 |
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
diff
changeset
|
640 |
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
diff
changeset
|
641 |
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
diff
changeset
|
642 |
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
diff
changeset
|
643 |
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
diff
changeset
|
644 |
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
diff
changeset
|
645 |
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
diff
changeset
|
646 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
647 |
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
diff
changeset
|
648 |
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
diff
changeset
|
649 |
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
diff
changeset
|
650 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
651 |
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
diff
changeset
|
652 |
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
diff
changeset
|
653 |
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
diff
changeset
|
654 |
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
diff
changeset
|
655 |
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
diff
changeset
|
656 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
657 |
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
diff
changeset
|
658 |
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
diff
changeset
|
659 |
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
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
diff
changeset
|
661 |
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
diff
changeset
|
662 |
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
diff
changeset
|
663 |
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
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
diff
changeset
|
665 |
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
666 |
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
diff
changeset
|
667 |
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
diff
changeset
|
668 |
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
diff
changeset
|
669 |
}
|
94d835500d5b
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
diff
changeset
|
670 |
|