1 /** |
|
2 * The original Oxygen theme for Enano |
|
3 * Designed by Dan Fuhry, (C) 2006 |
|
4 * This theme is Free Software; see the file "GPL" included with this package for details. |
|
5 */ |
|
6 |
|
7 /* The basics */ |
|
8 html,body { height: 100%; } |
|
9 body { /* color added in 1.0.2 to fix light text in dark desktop themes */ color: #202020; margin: 0; padding: 0; background: url(../images/bleu/bg.png); font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; } |
|
10 .holder { border: 1px solid #CCCCCC; padding: 1px; background-color: #FFFFFF; color: #444444 } |
|
11 div.pad { padding: 10px; } |
|
12 table#title { margin: 0; padding: 0; height: 100px; background-color: #90B0D0; text-align: center; } |
|
13 |
|
14 /* Sidebar */ |
|
15 td.mdgSidebarHolder { width: 140px; } |
|
16 div.sidebar, .dbx-group { width: 138px; background-color: #F8F8F8; border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding: 1px 0px 0px 0px; } |
|
17 div.sidebar .head, .dbx-handle { background-color: #F0F0F0; display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #111; padding: 5px; font-weight: bold; } |
|
18 div.sidebar .head:hover, .dbx-handle:hover { background-color: #F4F4F4; display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #111; padding: 5px; font-weight: bold; } |
|
19 div.sidebar div.slideblock a, .dbx-content li { background-color: #DDD; display: block; margin: 0px 1px; border-bottom: 1px solid #FFF; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #666; padding: 5px 5px 5px 9px; list-style-type: none; } |
|
20 div.sidebar div.slideblock a:hover, .dbx-content li:hover { background-color: #EEE; display: block; margin: 0px 1px; border-bottom: 1px solid #FFF; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #666; padding: 5px 5px 5px 9px; } |
|
21 div.recttop { width: 140px; height: 12px; margin: 0; padding: 0; } |
|
22 td.recttoptop { width: 100%; height: 12px; background-image: url(../images/bleu/border-menu-t.gif); background-repeat: repeat-x; margin: 0; padding: 0; } |
|
23 td.recttoptop:hover { width: 100%; height: 12px; background-image: url(../images/bleu/border-menu-t-h.gif); background-repeat: repeat-x; margin: 0; padding: 0; cursor: pointer; } |
|
24 div.rectbot { width: 140px; height: 12px; margin: 0; padding: 0; } |
|
25 td.rectbottop { width: 100%; height: 12px; background-image: url(../images/bleu/border-btm.gif); background-repeat: repeat-x; margin: 0; padding: 0; } |
|
26 div.slideblock, .dbx-content { overflow: hidden; background-color: #DDD; } |
|
27 div.slideblock2 { overflow: hidden; background-color: #DDD; margin: 0px 1px 0px 1px; } |
|
28 .dbx-handle { cursor: move !important; } |
|
29 |
|
30 /* The credits thingy at the bottom */ |
|
31 div#credits { margin: 0; padding: 10px; padding-bottom: 0px; padding-top: 12px; background-color: #E8E8E8; color: #AAA; font-size: 7pt; font-family: lucida grande, verdana, arial, sans-serif; } |
|
32 div#credits a { color: #90B0D0; text-decoration: none; } |
|
33 div#credits a:hover { color: #80A0C0; text-decoration: underline; } |
|
34 |
|
35 /* The link hidden in plain "site" at the top of the page */ |
|
36 td#mainhead a { text-decoration: none; color: #000000; } |
|
37 td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #406080; } |
|
38 |
|
39 /* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */ |
|
40 div.contentDiv h2 { border-bottom: 1px solid #90B0D0; margin-bottom: 0; } |
|
41 div.contentDiv h3 { font-size: 11pt; font-weight: bold; } |
|
42 div.contentDiv ul li , div#messageBox ul li { list-style: url(../images/bleu/bullet.gif); } |
|
43 div.contentDiv p , div#messageBox p { margin-left: 1.0em; } |
|
44 div.contentDiv blockquote , div#messageBox blockquote { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; } |
|
45 div.contentDiv , div#messageBox { font-size: 9pt; } |
|
46 div.contentDiv a , div#messageBox a { color: #7090B0; } |
|
47 div.contentDiv a:hover , div#messageBox a:hover { color: #90B0D0; } |
|
48 div.contentDiv a[href ^="http://"] , div#messageBox a[href ^="http://"] { color: #80A0C0; background: url(../images/bleu/external.gif) center right no-repeat; padding-right: 16px; } |
|
49 div.contentDiv a[href ^="https://"] , div#messageBox a[href ^="https://"] { color: #80A0C0; background: url(../images/bleu/https.gif) center right no-repeat; padding-right: 16px; } |
|
50 div.contentDiv a[href ^="mailto:"] , div#messageBox a[href ^="mailto:"] { color: #80A0C0; background: url(../images/bleu/email.gif) center right no-repeat; padding-right: 16px; } |
|
51 div.contentDiv a[href ^="irc://"] , div#messageBox a[href ^="irc://"] { color: #80A0C0; background: url(../images/bleu/irc.gif) center right no-repeat; padding-right: 16px; } |
|
52 div.contentDiv a[href ^="http://"]:hover , div#messageBox a[href ^="http://"]:hover { color: #A0C0E0; background: url(../images/bleu/external.gif) center right no-repeat; padding-right: 16px; } |
|
53 div.contentDiv a[href ^="https://"]:hover, div#messageBox a[href ^="https://"]:hover { color: #A0C0E0; background: url(../images/bleu/https.gif) center right no-repeat; padding-right: 16px; } |
|
54 div.contentDiv a[href ^="mailto:"]:hover , div#messageBox a[href ^="mailto:"]:hover { color: #A0C0E0; background: url(../images/bleu/email.gif) center right no-repeat; padding-right: 16px; } |
|
55 div.contentDiv a[href ^="irc://"]:hover , div#messageBox a[href ^="irc://"]:hover { color: #A0C0E0; background: url(../images/bleu/irc.gif) center right no-repeat; padding-right: 16px; } |
|
56 |
|
57 /* Wikilinks to pages that don't exist */ |
|
58 div.contentDiv a.wikilink-nonexistent { color: #B05020; } |
|
59 div.contentDiv a.wikilink-nonexistent:hover { color: #D06030; } |
|
60 |
|
61 /* Well, not Midget and not comments (usually), but that's what the class is called ;-). Basically an informational window or used as a wrapper for tables. */ |
|
62 .mdg-comment, .mdg-infobox { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; } |
|
63 |
|
64 .tblholder { margin: 10px 0 0 0; padding: 0; border: 1px solid #AAAAAA; background-color: #E8E8E8; } |
|
65 |
|
66 /* The beautiful tables inside what may not obviously be mdg-comment divs */ |
|
67 div.tblholder td.row1 { padding: 4px; background-color: #E0E0E0; } |
|
68 div.tblholder td.row2 { padding: 4px; background-color: #F0F0F0; } |
|
69 div.tblholder td.row3 { padding: 4px; background-color: #E8E8E8; } |
|
70 div.tblholder th { padding: 4px; background-color: #7080A0; font-weight: bold; text-align: center; color: #FFFFFF; } |
|
71 div.tblholder th.subhead { padding: 4px; background-color: #90A0B0; font-weight: bold; text-align: center; color: #FFFFFF; } |
|
72 div.tblholder table { background-color: #FFFFFF; width: 100%; } |
|
73 |
|
74 /* Colored table cells */ |
|
75 div.tblholder td.row1_red { padding: 4px; background-color: #F8E0E0; } |
|
76 div.tblholder td.row2_red { padding: 4px; background-color: #FFF0F0; } |
|
77 div.tblholder td.row3_red { padding: 4px; background-color: #FFE8E8; } |
|
78 div.tblholder td.row1_green { padding: 4px; background-color: #E0F8E0; } |
|
79 div.tblholder td.row2_green { padding: 4px; background-color: #F0FFF0; } |
|
80 div.tblholder td.row3_green { padding: 4px; background-color: #E8FFE8; } |
|
81 |
|
82 div.tblholder th a { |
|
83 color: #FFFFFF !important; |
|
84 text-decoration: underline !important; |
|
85 } |
|
86 |
|
87 div.tblholder th a:hover { |
|
88 color: #FFFF00 !important; |
|
89 text-decoration: underline !important; |
|
90 } |
|
91 |
|
92 /* The "page tools" bar below the site logo but above the page content |
|
93 div.pagebar { background-color: #B0D0F0; margin-top: 0px; padding: 3px; font-size: 7pt; } |
|
94 div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; } |
|
95 div.pagebar a.selected { background-color: #FFFFFF; color: #000040; font-weight: bold; } |
|
96 div.pagebar a:hover { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; background-color: #D0F0FF; } |
|
97 div.pagebar input { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #E0F0FF; } |
|
98 div.pagebar input:hover { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #D0F0FF; } |
|
99 div.pagebar input:focus { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #F0F0FF; } |
|
100 */ |
|
101 |
|
102 /* |
|
103 * jBox menu system |
|
104 */ |
|
105 |
|
106 div.menu, div.menu_nojs { |
|
107 background-color: #B0D0F0; |
|
108 font-size: 7pt; |
|
109 border-width: 0; |
|
110 } |
|
111 .menu_bg { |
|
112 background-color: #B0D0F0; |
|
113 } |
|
114 div.menu a, div.menu div.label { |
|
115 padding: 2.5pt 5px; |
|
116 margin-right: 3px; |
|
117 text-decoration: none; |
|
118 display: block; |
|
119 float: left; |
|
120 color: #406080; |
|
121 } |
|
122 div.menu_nojs a, div.menu_nojs div.label { |
|
123 padding: 2.5pt 5px; |
|
124 margin-right: 3px; |
|
125 text-decoration: none; |
|
126 display: block; |
|
127 float: left; |
|
128 color: #406080; |
|
129 } |
|
130 div.menu div.label, div.menu_nojs div.label { |
|
131 color: #001020; |
|
132 cursor: default; |
|
133 } |
|
134 div.menu span.sep, div.menu_nojs span.sep { |
|
135 display: block; |
|
136 float: left; |
|
137 width: 5px; |
|
138 } |
|
139 div.menu div.multopts, div.menu_nojs div.multopts { |
|
140 line-height: 17pt; |
|
141 } |
|
142 div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label { |
|
143 float: none; |
|
144 display: inline; |
|
145 } |
|
146 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 { |
|
147 color: #406080; |
|
148 background-color: #D0F0FF; |
|
149 } |
|
150 div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] { |
|
151 border-width: 0; |
|
152 font-size: 9pt; |
|
153 padding: 2px 5px 3px 5px; |
|
154 max-width: 70px; |
|
155 background-color: #D0F0FF; |
|
156 } |
|
157 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 { |
|
158 background-color: #E0F0FF; |
|
159 } |
|
160 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 { |
|
161 background-color: #F0F0FF; |
|
162 } |
|
163 div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] { |
|
164 border-width: 0; |
|
165 font-size: 9pt; |
|
166 padding: 3px 5px; |
|
167 max-width: 70px; |
|
168 } |
|
169 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 { |
|
170 color: #000040; |
|
171 background-color: #FFFFFF; |
|
172 } |
|
173 div.menu ul, div.menu_nojs ul { |
|
174 display: none; |
|
175 position: absolute; |
|
176 padding: 0; |
|
177 margin: 0 !important; |
|
178 background-color: #B0D0F0; |
|
179 border-width: 0; |
|
180 min-width: 120px; |
|
181 } |
|
182 /* |
|
183 div.menu_nojs ul { |
|
184 display: block; |
|
185 padding: 0; |
|
186 margin: 0 0 0 1em; |
|
187 background-color: #B0D0F0; |
|
188 border-width: 0; |
|
189 min-width: 120px; |
|
190 } |
|
191 */ |
|
192 div.menu ul li, div.menu_nojs ul li { |
|
193 list-style: none; |
|
194 } |
|
195 div.menu ul a, div.menu_nojs ul a { |
|
196 float: none; |
|
197 margin: 0; |
|
198 } |
|
199 span.menuclear { |
|
200 font-size: 1px; |
|
201 height: 0px; |
|
202 width: 0px; |
|
203 clear: left; |
|
204 line-height: 0px; |
|
205 display: block; |
|
206 } |
|
207 |
|
208 /* Rounded corners on nearly everything */ |
|
209 td#mdg-tl { width: 12px; height: 12px; background: url(../images/bleu/border-tl.gif); } |
|
210 td#mdg-tr { width: 12px; height: 12px; background: url(../images/bleu/border-tr.gif); } |
|
211 td#mdg-top { background: url(../images/bleu/border-top.gif); } |
|
212 td#mdg-l { width: 12px; height: 12px; background: url(../images/bleu/border-l.gif); } |
|
213 td#mdg-r { width: 12px; height: 12px; background: url(../images/bleu/border-r.gif); } |
|
214 td#mdg-bl { width: 12px; height: 12px; background: url(../images/bleu/border-tb-l.gif); } |
|
215 td#mdg-br { width: 12px; height: 12px; background: url(../images/bleu/border-tb-r.gif); } |
|
216 td#mdg-ml { width: 12px; height: 12px; background: url(../images/bleu/border-m-l.gif); } |
|
217 td#mdg-mr { width: 12px; height: 12px; background: url(../images/bleu/border-m-r.gif); } |
|
218 td#mdg-brl { width: 12px; height: 1px; background: url(../images/bleu/border-m-l.gif); } |
|
219 td#mdg-brr { width: 12px; height: 1px; background: url(../images/bleu/border-m-r.gif); } |
|
220 td#mdg-btl { width: 12px; height: 1px; background: url(../images/bleu/border-btm-l.gif); } |
|
221 td#mdg-btr { width: 12px; height: 1px; background: url(../images/bleu/border-btm-r.gif); } |
|
222 td#mdg-btcl { width: 12px; height: 12px; background: url(../images/bleu/border-bl.gif); } |
|
223 td#mdg-btcr { width: 12px; height: 12px; background: url(../images/bleu/border-br.gif); } |
|
224 td#mdg-btm { height: 12px; background: url(../images/bleu/border-btm.gif); } |
|
225 td.mdg-menu-top { width: 84%; height: 12px; background: url(../images/bleu/border-menu-t.gif); margin: 0; padding: 0; background-repeat: repeat-x; font-size: 2px; } |
|
226 td.mdg-menu-tl { width: 12px; height: 12px; background: url(../images/bleu/border-menu-l.gif); background-position: left top; background-repeat: no-repeat; } |
|
227 td.mdg-menu-tr { width: 12px; height: 12px; background: url(../images/bleu/border-menu-r.gif); background-position: right top; background-repeat: no-repeat; } |
|
228 td.mdg-menu-bl { width: 12px; height: 12px; background: url(../images/bleu/border-bl.gif); } |
|
229 td.mdg-menu-br { width: 12px; height: 12px; background: url(../images/bleu/border-br.gif); } |
|
230 td.mdg-menu-btm { height: 12px; background: url(../images/bleu/border-btm.gif); } |
|
231 |
|
232 /* Buttons and textboxes - these settings are used almost everywhere */ |
|
233 input, textarea, select { border: 1px solid #406080; background-color: #F2F2F2; padding: 3px; font-family: arial, helvetica, sans-serif; font-size: 8pt; } |
|
234 input:hover, textarea:hover, select:hover { border: 1px solid #6080A0; background-color: #F8F8F8; padding: 3px; } |
|
235 input:focus, textarea:focus, select:focus { border: 1px solid #90B0D0; background-color: #FFFFFF; padding: 3px; } |
|
236 label { padding: 3px; cursor: pointer; font-family: arial, helvetica, sans-serif; font-size: 8pt; } |
|
237 label:hover { padding: 3px; cursor: pointer; background-color: #F0F0F0; } |
|
238 input#pageheading { font-size: 14pt; border-bottom: 1px solid #90B0D0; margin-bottom: 0; } |
|
239 |
|
240 input[type ^="button"], input[type ^="submit"] { |
|
241 background-image: url(../images/buttonbg.gif); |
|
242 background-repeat: repeat-x; |
|
243 color: #202020; |
|
244 } |
|
245 |
|
246 /* JWS window theming */ |
|
247 div.jswindow { border: 2px solid #7090B0; border-top: 5px solid #7090B0; padding: 0px; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; background-color: #FFFFFF; } |
|
248 div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; } |
|
249 div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #B0D0F0; background-color: #90B0D0; display: block; } |
|
250 div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0D0F0; display: block; } |
|
251 div.titlebar table, div.titlebar td { margin: 0; padding: 0; } |
|
252 div.jswindow div.content { padding: 10px; margin: 0; background-color: #FFFFFF; } |
|
253 |
|
254 /* The Wordpress-like fills behind checkboxes and their labels */ |
|
255 .catCheck { padding: 3px; } |
|
256 .catCheck:hover { padding: 3px; background-color: #F0F0F0; } |
|
257 |
|
258 /* Information, warning, question, error, and wait boxes */ |
|
259 div.error-box { background-image: url(../../../images/error.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
260 div.info-box { background-image: url(../../../images/info.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
261 div.warning-box { background-image: url(../../../images/warning.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
262 div.question-box { background-image: url(../../../images/question.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
263 div.wait-box { background-image: url(../../../images/wait.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFF4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
264 |
|
265 /* This stuff is mostly unused, left in for compatibility */ |
|
266 div#ajaxEditContainer table { border: 0px solid #FFFFFF; } |
|
267 div#ajaxEditContainer td { margin: 1px; } |
|
268 /* div#ajaxEditContainer { overflow: auto; } /* Makes ajaxEditContainer scroll horizontally in firefox if the content is too wide - prevents that ugly clipping effect */ |
|
269 div#ajaxEditContainer pre { margin-left: 1em; background-color: #F8F8F8; border: 1px dashed #90B0D0; padding: 10px; overflow: auto; max-height: 150px; } |
|
270 |
|
271 /* toolbar */ |
|
272 div.toolbar { |
|
273 border-bottom: 1px solid #909090; |
|
274 background-color: #D0D0D0; |
|
275 padding: 2px 0; |
|
276 height: 22px; |
|
277 font-family: arial, sans-serif; |
|
278 font-size: 8pt; |
|
279 } |
|
280 div.toolbar ul { |
|
281 margin: 0; |
|
282 padding: 0; |
|
283 } |
|
284 div.toolbar ul li { |
|
285 list-style: none; |
|
286 margin: 0; |
|
287 float: left; |
|
288 } |
|
289 div.toolbar a img { |
|
290 opacity: 0.6; |
|
291 /*filter: alpha(opacity=60);*/ |
|
292 } |
|
293 div.toolbar a:hover img { |
|
294 opacity: 1; |
|
295 /*filter: alpha(opacity=100);*/ |
|
296 } |
|
297 div.toolbar a { |
|
298 display: block; |
|
299 padding: 2px; |
|
300 border: 1px solid transparent; |
|
301 cursor: default; |
|
302 width: auto; |
|
303 color: #000000; |
|
304 margin: 0 2px; |
|
305 max-height: 16px; |
|
306 text-decoration: none; |
|
307 } |
|
308 div.toolbar a:hover { |
|
309 border: 1px solid #202090; |
|
310 background-color: #ceceed; |
|
311 color: #000000; |
|
312 text-decoration: none; |
|
313 } |
|
314 div.toolbar a:active { |
|
315 border: 1px solid #A0A0A0; |
|
316 background-color: #E0E0E0; |
|
317 } |
|
318 div.toolbar img { |
|
319 margin: 0; |
|
320 padding: 0; |
|
321 display: inline; |
|
322 border-width: 0px; |
|
323 } |
|
324 div.toolbar a span { |
|
325 position: relative; |
|
326 top: -4px; |
|
327 } |
|
328 div.toolbar li span { |
|
329 padding-left: 2px; |
|
330 padding-right: 5px; |
|
331 } |
|
332 |
|
333 /* vertical toolbar */ |
|
334 div.toolbar_vert { |
|
335 border: 1px solid #909090; |
|
336 background-color: #D0D0D0; |
|
337 padding: 2px 0; |
|
338 } |
|
339 div.toolbar_vert ul { |
|
340 margin: 0; |
|
341 padding: 0; |
|
342 } |
|
343 div.toolbar_vert ul li { |
|
344 list-style: none; |
|
345 margin: 0; |
|
346 } |
|
347 div.toolbar_vert a img { |
|
348 opacity: 0.6; |
|
349 /*filter: alpha(opacity=60);*/ |
|
350 } |
|
351 div.toolbar_vert a:hover img { |
|
352 opacity: 1; |
|
353 /*filter: alpha(opacity=100);*/ |
|
354 } |
|
355 div.toolbar_vert a { |
|
356 display: block; |
|
357 padding: 2px; |
|
358 border: 1px solid transparent; |
|
359 cursor: default; |
|
360 width: auto; |
|
361 color: #000000; |
|
362 margin: 0 2px; |
|
363 max-height: 16px; |
|
364 text-decoration: none; |
|
365 } |
|
366 div.toolbar_vert a:hover { |
|
367 border: 1px solid #202090; |
|
368 background-color: #ceceed; |
|
369 color: #000000; |
|
370 text-decoration: none; |
|
371 } |
|
372 div.toolbar_vert a:active { |
|
373 border: 1px solid #A0A0A0; |
|
374 background-color: #E0E0E0; |
|
375 } |
|
376 div.toolbar_vert img { |
|
377 margin: 0; |
|
378 padding: 0; |
|
379 display: inline; |
|
380 border-width: 0px; |
|
381 } |
|
382 div.toolbar_vert a span { |
|
383 position: relative; |
|
384 top: -4px; |
|
385 } |
|
386 div.toolbar_vert li span { |
|
387 padding-left: 2px; |
|
388 padding-right: 5px; |
|
389 } |
|
390 |
|