author | Dan |
Fri, 21 Aug 2009 20:37:55 -0400 | |
changeset 1100 | aead4e1ce5df |
parent 1081 | 745200a9cc2a |
child 1107 | 2d37a11fabd8 |
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 |
||
1100
aead4e1ce5df
Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents:
1081
diff
changeset
|
77 |
a.header-placeholder { |
aead4e1ce5df
Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents:
1081
diff
changeset
|
78 |
display: block; |
aead4e1ce5df
Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents:
1081
diff
changeset
|
79 |
width: 60%; |
aead4e1ce5df
Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents:
1081
diff
changeset
|
80 |
min-width: 500px; |
aead4e1ce5df
Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents:
1081
diff
changeset
|
81 |
position: absolute; |
aead4e1ce5df
Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents:
1081
diff
changeset
|
82 |
top: 0; |
aead4e1ce5df
Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents:
1081
diff
changeset
|
83 |
left: 0; |
aead4e1ce5df
Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents:
1081
diff
changeset
|
84 |
} |
aead4e1ce5df
Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents:
1081
diff
changeset
|
85 |
|
921 | 86 |
div#header h1 { |
87 |
margin: 0; |
|
88 |
font-weight: normal; |
|
89 |
} |
|
90 |
||
91 |
div#header h1 a { |
|
92 |
color: white; |
|
93 |
padding-right: 20px; |
|
94 |
} |
|
95 |
||
96 |
div#header h1 a:hover { |
|
97 |
background-image: url(../images/home.gif); |
|
98 |
background-repeat: no-repeat; |
|
99 |
background-position: center right; |
|
100 |
} |
|
101 |
||
102 |
div.logo { |
|
103 |
width: 96px; |
|
104 |
height: 122px; |
|
105 |
background-image: url(../images/logo.png); |
|
106 |
background-position: center center; |
|
107 |
background-repeat: no-repeat; |
|
108 |
float: left; |
|
109 |
margin: 0 7px 0 -13px; |
|
110 |
} |
|
111 |
||
112 |
/* Userlinks */ |
|
113 |
ul.useropts { |
|
114 |
position: absolute; |
|
115 |
margin: 0; |
|
116 |
right: 10px; |
|
117 |
line-height: 19px; |
|
118 |
top: 99px; |
|
119 |
} |
|
120 |
||
121 |
ul.useropts li { |
|
122 |
display: block; |
|
123 |
float: left; |
|
124 |
margin-right: 4px; |
|
125 |
} |
|
126 |
||
127 |
ul.useropts li a { |
|
128 |
color: #a9b2e3; |
|
129 |
display: block; |
|
130 |
padding: 2px 12px; |
|
131 |
background-color: #30475d; |
|
132 |
-moz-border-radius: 6px 6px 0 0; |
|
133 |
border-radius: 6px 6px 0 0; |
|
134 |
} |
|
135 |
||
136 |
ul.useropts li.em a { |
|
137 |
color: #b9d0e3; |
|
138 |
background-color: #405f7c; |
|
139 |
font-weight: bold; |
|
140 |
} |
|
141 |
||
142 |
ul.useropts li:hover { |
|
143 |
position: relative; |
|
144 |
top: -2px; |
|
145 |
} |
|
146 |
||
147 |
ul.useropts li:hover > a { |
|
148 |
padding: 2px 12px 4px 12px; |
|
1081
745200a9cc2a
Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
Dan
parents:
1075
diff
changeset
|
149 |
color: #b9d0e3; |
921 | 150 |
} |
151 |
||
152 |
ul.useropts li.logout:hover > a { |
|
153 |
color: #e9e9e9; |
|
154 |
background-color: #701010; |
|
155 |
} |
|
156 |
||
157 |
/* Search form */ |
|
158 |
||
159 |
form.searchform { |
|
160 |
position: absolute; |
|
161 |
/* background-color: #292929; */ |
|
162 |
background-image: url(../images/transb50.png); |
|
163 |
top: 0px; |
|
164 |
right: 10px; |
|
165 |
padding: 7px; |
|
166 |
text-align: right; |
|
167 |
} |
|
168 |
||
169 |
/* Sidebars */ |
|
170 |
div.sidebar.left { |
|
171 |
width: 150px; |
|
172 |
} |
|
173 |
||
174 |
div.sidebar.right { |
|
175 |
float: right; |
|
176 |
width: 170px; |
|
177 |
margin: 0 0 0 20px; |
|
178 |
} |
|
179 |
||
180 |
div.sidebar.right div.slider { |
|
181 |
padding: 10px; |
|
182 |
background-color: #bed8ef; |
|
183 |
-moz-border-radius: 10px; |
|
184 |
border-radius: 10px; |
|
185 |
} |
|
186 |
||
187 |
div.sidebar h4 { |
|
188 |
margin: 0; |
|
189 |
padding: 5px 3px; |
|
190 |
color: #90B0D0; |
|
191 |
border-bottom: 1px dotted #5b6f80; |
|
192 |
font-size: 10pt; |
|
193 |
} |
|
194 |
||
195 |
div.sidebar div.slider { |
|
196 |
font-size: 8pt; |
|
197 |
} |
|
198 |
||
199 |
div.sidebar h4 a { |
|
200 |
cursor: pointer; |
|
201 |
} |
|
202 |
||
203 |
div.sidebar.right h4 { |
|
204 |
color: #5a87b3; |
|
205 |
} |
|
206 |
||
207 |
div.sidebar ul.linkblock { |
|
208 |
margin: 0; |
|
209 |
padding: 0; |
|
210 |
list-style-type: none; |
|
211 |
} |
|
212 |
||
213 |
div.sidebar ul.linkblock li a { |
|
214 |
display: block; |
|
215 |
color: #b2b2b2; |
|
216 |
padding: 5px 3px 5px 0.9em; |
|
217 |
} |
|
218 |
||
219 |
div.sidebar ul.linkblock li a:hover { |
|
220 |
color: #c5c5c5; |
|
221 |
background-color: #292929; |
|
222 |
} |
|
223 |
||
958 | 224 |
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
|
225 |
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
|
226 |
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
|
227 |
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
|
228 |
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
|
229 |
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
|
230 |
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
|
231 |
-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
|
232 |
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
|
233 |
} |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
234 |
|
958 | 235 |
div.sidebar.left a.closebtn { |
236 |
color: #f0f0f0; |
|
237 |
background-color: #404040; |
|
238 |
margin-right: 0px; |
|
239 |
-moz-border-radius: 0 0 0 4px; |
|
965
72b37471cce0
Enanium: left collapse button same size as jBox bars now
Dan
parents:
958
diff
changeset
|
240 |
padding: 1pt 5px; |
72b37471cce0
Enanium: left collapse button same size as jBox bars now
Dan
parents:
958
diff
changeset
|
241 |
font-size: 10pt; |
958 | 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 { |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
245 |
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
|
246 |
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
|
247 |
} |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
248 |
|
958 | 249 |
div.left-sidebar-hidden { |
250 |
display: none; |
|
251 |
position: absolute; |
|
252 |
} |
|
253 |
||
955
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
254 |
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
|
255 |
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
|
256 |
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
|
257 |
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
|
258 |
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
|
259 |
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
|
260 |
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
|
261 |
-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
|
262 |
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
|
263 |
} |
de4f81abc5e3
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents:
948
diff
changeset
|
264 |
|
958 | 265 |
div.left-sidebar-hidden a.openbtn { |
266 |
display: block; |
|
267 |
float: left; |
|
268 |
margin-top: 1.8em; |
|
269 |
color: #456798; |
|
270 |
background-color: #f0f0f0; |
|
271 |
padding: 5px 4px; |
|
272 |
-moz-border-radius: 0 4px 4px 0; |
|
273 |
cursor: pointer; |
|
274 |
} |
|
275 |
||
921 | 276 |
div.slider { |
277 |
margin-bottom: 7px; |
|
278 |
} |
|
279 |
||
280 |
/* Content area */ |
|
281 |
div#content-wrapper { |
|
282 |
margin: 0; |
|
283 |
padding: 20px; |
|
284 |
} |
|
285 |
||
286 |
div.content { |
|
287 |
/* Though very subtle, this makes the entire theme less harsh especially with Trebuchet. */ |
|
288 |
color: #202020; |
|
289 |
} |
|
290 |
||
291 |
div.content h1, div.content h2 { |
|
292 |
border-bottom: 1px solid #90B0D0; |
|
293 |
margin-top: 0.2em; |
|
294 |
} |
|
295 |
||
1004 | 296 |
div.content h1#h2PageName { |
297 |
margin: 0.2em 0 0 0; |
|
298 |
} |
|
299 |
||
921 | 300 |
div.content p { |
301 |
margin-left: 0.8em; |
|
302 |
} |
|
303 |
||
948 | 304 |
/* Wikilinks to pages that don't exist */ |
305 |
div.content a.wikilink-nonexistent { |
|
306 |
color: #B05020; |
|
307 |
} |
|
308 |
||
309 |
div.content a.wikilink-nonexistent:visited { |
|
977 | 310 |
color: #906030 !important; |
948 | 311 |
} |
312 |
||
1045
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
313 |
/* 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
|
314 |
This is for consistency between paragraphs and code blocks. */ |
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
315 |
div.content pre, pre.geshi_highlighted { |
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
316 |
margin-left: 0.8em; |
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
317 |
} |
ce069a06906c
Enanium: <pre> elements under div.content are now indented
Dan
parents:
1004
diff
changeset
|
318 |
|
921 | 319 |
/* Inline rename */ |
320 |
||
321 |
input#pageheading { |
|
322 |
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; |
|
323 |
font-size: 18pt; |
|
324 |
font-weight: bold; |
|
325 |
border-width: 0 0 1px 0; |
|
326 |
width: 100%; |
|
327 |
border-bottom: 1px solid #90B0D0; |
|
328 |
margin: 0; |
|
329 |
padding: 0; |
|
330 |
color: #202020; |
|
331 |
background-color: rgb(240, 240, 240, 0.5); |
|
332 |
} |
|
333 |
||
334 |
input#pageheading:focus { |
|
335 |
background-color: #fafafa; |
|
336 |
} |
|
337 |
||
338 |
/* External links */ |
|
339 |
||
340 |
div.content a[href ^="http://"], div#messageBox a[href ^="http://"] { |
|
341 |
color: #4d78a2; |
|
342 |
background: url(../images/links/external.gif) center right no-repeat; |
|
343 |
padding-right: 16px; |
|
344 |
} |
|
345 |
||
346 |
div.content a[href ^="https://"], div#messageBox a[href ^="https://"] { |
|
347 |
color: #4d78a2; |
|
348 |
background: url(../images/links/https.gif) center right no-repeat; |
|
349 |
padding-right: 16px; |
|
350 |
} |
|
351 |
||
352 |
div.content a[href ^="mailto:"], div#messageBox a[href ^="mailto:"] { |
|
353 |
color: #4d78a2; |
|
354 |
background: url(../images/links/email.gif) center right no-repeat; |
|
355 |
padding-right: 16px; |
|
356 |
} |
|
357 |
||
358 |
div.content a[href ^="irc://"], div#messageBox a[href ^="irc://"] { |
|
359 |
color: #4d78a2; |
|
360 |
background: url(../images/links/irc.gif) center right no-repeat; |
|
361 |
padding-right: 16px; |
|
362 |
} |
|
363 |
||
364 |
div.content a[href ^="http://"]:hover, div#messageBox a[href ^="http://"]:hover { |
|
365 |
color: #6488ad; |
|
366 |
} |
|
367 |
||
368 |
div.content a[href ^="https://"]:hover, div#messageBox a[href ^="https://"]:hover { |
|
369 |
color: #6488ad; |
|
370 |
} |
|
371 |
||
372 |
div.content a[href ^="mailto:"]:hover, div#messageBox a[href ^="mailto:"]:hover { |
|
373 |
color: #6488ad; |
|
374 |
} |
|
375 |
||
376 |
div.content a[href ^="irc://"]:hover, div#messageBox a[href ^="irc://"]:hover { |
|
377 |
color: #6488ad; |
|
378 |
} |
|
379 |
||
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
|
380 |
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
|
381 |
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
|
382 |
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
|
383 |
} |
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
|
384 |
|
921 | 385 |
/* Form controls */ |
386 |
input { |
|
387 |
border: 1px solid #353535; |
|
388 |
background-color: #262626; |
|
389 |
color: #b6b6b6; |
|
390 |
font-size: 8pt; |
|
391 |
font-family: arial, helvetica, sans-serif; |
|
392 |
padding: 2px; |
|
393 |
} |
|
394 |
||
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
|
395 |
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
|
396 |
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
|
397 |
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
|
398 |
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
|
399 |
} |
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
|
400 |
|
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
|
401 |
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
|
402 |
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
|
403 |
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
|
404 |
} |
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
|
405 |
|
921 | 406 |
/* Footer */ |
407 |
div#footer { |
|
408 |
margin: 7px 0 0 0; |
|
409 |
border-top: 1px solid #707070; |
|
410 |
background-color: #000; |
|
411 |
color: #909090; |
|
412 |
padding: 4px; |
|
413 |
font-size: smaller; |
|
414 |
font-family: tahoma, arial, sans-serif; |
|
415 |
} |
|
416 |
||
417 |
body.simple div#footer { |
|
418 |
position: absolute; |
|
419 |
bottom: 0px; |
|
420 |
padding: 4px 0; |
|
421 |
width: 100%; |
|
422 |
} |
|
423 |
||
424 |
/* |
|
425 |
* Userpage styles |
|
426 |
*/ |
|
427 |
||
428 |
ul.userpage_links li { |
|
429 |
background-image: url('../images/buttonbg.gif'); |
|
430 |
background-repeat: repeat-x; |
|
431 |
} |
|
432 |
||
433 |
ul.userpage_links li a { |
|
434 |
color: #202020; |
|
435 |
} |
|
436 |
||
437 |
ul.userpage_links li.userpage_tab_active { |
|
438 |
background-image: url('../images/buttonbg-lite.gif'); |
|
439 |
} |
|
440 |
||
441 |
ul.userpage_links li:hover { |
|
442 |
background-image: url('../images/buttonbg-lite.gif'); |
|
443 |
border-color: #404040 #404040 #ffffff #404040; |
|
444 |
} |
|
445 |
||
446 |
ul.userpage_links li.userpage_tab_active:hover { |
|
447 |
} |
|
448 |
||
449 |
ul.userpage_links li a:visited, ul.userpage_links li a:hover { |
|
450 |
color: #202020 !important; |
|
451 |
} |
|
958 | 452 |
|
453 |
/* |
|
454 |
* Some table stuff |
|
455 |
*/ |
|
456 |
||
457 |
div.tblholder th a { |
|
458 |
text-decoration: underline; |
|
459 |
color: #f0f0f0 !important; |
|
460 |
} |
|
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
|
461 |
|
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 |
* 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
|
464 |
*/ |
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, 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
|
467 |
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
|
468 |
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
|
469 |
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
|
470 |
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
|
471 |
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
|
472 |
} |
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 |
.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
|
474 |
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
|
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 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
|
477 |
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
|
478 |
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
|
479 |
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
|
480 |
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
|
481 |
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
|
482 |
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
|
483 |
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
|
484 |
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
|
485 |
} |
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 |
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
|
487 |
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
|
488 |
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
|
489 |
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
|
490 |
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
|
491 |
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
|
492 |
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
|
493 |
} |
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 |
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
|
495 |
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
|
496 |
} |
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 |
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
|
498 |
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
|
499 |
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
|
500 |
} |
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 |
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
|
502 |
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
|
503 |
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
|
504 |
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
|
505 |
} |
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 |
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
|
507 |
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
|
508 |
} |
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 |
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
|
510 |
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
|
511 |
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
|
512 |
} |
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 |
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
|
514 |
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
|
515 |
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
|
516 |
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
|
517 |
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
|
518 |
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
|
519 |
} |
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 |
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
|
521 |
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
|
522 |
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
|
523 |
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
|
524 |
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
|
525 |
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
|
526 |
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
|
527 |
} |
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 |
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
|
529 |
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
|
530 |
} |
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 |
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
|
532 |
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
|
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 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
|
535 |
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
|
536 |
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
|
537 |
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
|
538 |
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
|
539 |
} |
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 |
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
|
541 |
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
|
542 |
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
|
543 |
} |
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 |
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
|
545 |
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
|
546 |
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
|
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.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
|
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
parents:
1045
diff
changeset
|
550 |
} |
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 |
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
|
552 |
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
|
553 |
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
|
554 |
} |
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 |
|
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 |
/* 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
|
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 { |
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 |
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
|
560 |
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
|
561 |
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
|
562 |
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
|
563 |
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
|
564 |
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
|
565 |
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
|
566 |
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
|
567 |
} |
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 |
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
|
569 |
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
|
570 |
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
|
571 |
} |
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 |
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
|
573 |
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
|
574 |
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
|
575 |
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
|
576 |
} |
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 |
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
|
578 |
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
|
579 |
} |
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 |
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
|
581 |
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
|
582 |
} |
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 |
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
|
584 |
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
|
585 |
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
|
586 |
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
|
587 |
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
|
588 |
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
|
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 |
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
|
591 |
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
|
592 |
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
|
593 |
} |
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 |
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
|
595 |
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
|
596 |
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
|
597 |
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
|
598 |
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
|
599 |
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
|
600 |
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
|
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: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
|
603 |
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
|
604 |
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
|
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 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
|
607 |
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
|
608 |
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
|
609 |
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
|
610 |
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
|
611 |
} |
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 |
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
|
613 |
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
|
614 |
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
|
615 |
} |
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 |
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
|
617 |
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
|
618 |
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
|
619 |
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
|
620 |
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
|
621 |
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
|
622 |
} |
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 |
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
|
624 |
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
|
625 |
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
|
626 |
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
|
627 |
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
|
628 |
} |
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 |
/* 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
|
631 |
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
|
632 |
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
|
633 |
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
|
634 |
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
|
635 |
} |
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 |
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
|
637 |
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
|
638 |
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
|
639 |
} |
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 |
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
|
641 |
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
|
642 |
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
|
643 |
} |
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 |
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
|
645 |
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
|
646 |
/*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
|
647 |
} |
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 |
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
|
649 |
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
|
650 |
/*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
|
651 |
} |
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 |
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
|
653 |
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
|
654 |
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
|
655 |
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
|
656 |
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
|
657 |
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
|
658 |
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
|
659 |
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
|
660 |
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
|
661 |
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
|
662 |
} |
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 |
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
|
664 |
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
|
665 |
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
|
666 |
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
|
667 |
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
|
668 |
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
|
669 |
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
|
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: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
|
672 |
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
|
673 |
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
|
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 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
|
676 |
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
|
677 |
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
|
678 |
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
|
679 |
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
|
680 |
} |
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 |
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
|
682 |
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
|
683 |
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
|
684 |
} |
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
|
685 |
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
|
686 |
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
|
687 |
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
|
688 |
} |
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
|
689 |
|
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
|
690 |
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
|
691 |
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
|
692 |
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
|
693 |
} |
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
|
694 |