0
+ − 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 { margin: 0; padding: 0; background: url(../images/mint/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: #90D0B0; 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/mint/border-menu-t.gif); background-repeat: repeat-x; margin: 0; padding: 0; }
+ − 23
td.recttoptop:hover { width: 100%; height: 12px; background-image: url(../images/mint/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/mint/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; }
+ − 32
div#credits a { color: #90D0B0; text-decoration: none; }
+ − 33
div#credits a:hover { color: #80C0A0; 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 #408060; }
+ − 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 #90D0B0; margin-bottom: 0; }
+ − 41
div.contentDiv h3 { font-size: 11pt; font-weight: bold; }
+ − 42
div.contentDiv li , div#messageBox li { list-style: url(../images/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 #408060; 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: #70B090; }
+ − 47
div.contentDiv a:hover , div#messageBox a:hover { color: #90D0B0; }
+ − 48
div.contentDiv a[href ^="http://"] , div#messageBox a[href ^="http://"] { color: #80C0A0; background: url(../images/mint/external.gif) center right no-repeat; padding-right: 16px; }
+ − 49
div.contentDiv a[href ^="https://"] , div#messageBox a[href ^="https://"] { color: #80C0A0; background: url(../images/mint/https.gif) center right no-repeat; padding-right: 16px; }
+ − 50
div.contentDiv a[href ^="mailto:"] , div#messageBox a[href ^="mailto:"] { color: #80C0A0; background: url(../images/mint/email.gif) center right no-repeat; padding-right: 16px; }
+ − 51
div.contentDiv a[href ^="irc://"] , div#messageBox a[href ^="irc://"] { color: #80C0A0; background: url(../images/mint/irc.gif) center right no-repeat; padding-right: 16px; }
+ − 52
div.contentDiv a[href ^="http://"]:hover , div#messageBox a[href ^="http://"]:hover { color: #A0E0C0; background: url(../images/mint/external.gif) center right no-repeat; padding-right: 16px; }
+ − 53
div.contentDiv a[href ^="https://"]:hover, div#messageBox a[href ^="https://"]:hover { color: #A0E0C0; background: url(../images/mint/https.gif) center right no-repeat; padding-right: 16px; }
+ − 54
div.contentDiv a[href ^="mailto:"]:hover , div#messageBox a[href ^="mailto:"]:hover { color: #A0E0C0; background: url(../images/mint/email.gif) center right no-repeat; padding-right: 16px; }
+ − 55
div.contentDiv a[href ^="irc://"]:hover , div#messageBox a[href ^="irc://"]:hover { color: #A0E0C0; background: url(../images/mint/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: #B02050; }
+ − 59
div.contentDiv a.wikilink-nonexistent:hover { color: #D03060; }
+ − 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: #70A080; font-weight: bold; text-align: center; color: #FFFFFF; }
+ − 71
div.tblholder th.subhead { padding: 4px; background-color: #90B0A0; font-weight: bold; text-align: center; color: #FFFFFF; }
+ − 72
div.tblholder table { background-color: #FFFFFF; width: 100%; }
+ − 73
+ − 74
/* The "page tools" bar below the site logo but above the page content
+ − 75
div.pagebar { background-color: #B0F0D0; margin-top: 0px; padding: 3px; font-size: 7pt; }
+ − 76
div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #408060; }
+ − 77
div.pagebar a.selected { background-color: #FFFFFF; color: #004000; font-weight: bold; }
+ − 78
div.pagebar a:hover { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #408060; background-color: #D0FFF0; }
+ − 79
div.pagebar input { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #408060; background-color: #E0FFF0; }
+ − 80
div.pagebar input:hover { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #408060; background-color: #D0FFF0; }
+ − 81
div.pagebar input:focus { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #408060; background-color: #F0FFF0; }
+ − 82
*/
+ − 83
+ − 84
/*
+ − 85
* jBox menu system
+ − 86
*/
+ − 87
+ − 88
div.menu, div.menu_nojs {
+ − 89
background-color: #B0F0D0;
+ − 90
font-size: 7pt;
+ − 91
border-width: 0;
+ − 92
}
+ − 93
div.menu a, div.menu div.label {
+ − 94
padding: 2.5pt 5px;
+ − 95
margin-right: 3px;
+ − 96
text-decoration: none;
+ − 97
display: block;
+ − 98
float: left;
+ − 99
color: #408060;
+ − 100
}
+ − 101
div.menu_nojs a, div.menu_nojs div.label {
+ − 102
padding: 2.5pt 5px;
+ − 103
margin-right: 3px;
+ − 104
text-decoration: none;
+ − 105
display: block;
+ − 106
color: #408060;
+ − 107
}
+ − 108
div.menu div.label, div.menu_nojs div.label {
+ − 109
color: #002010;
+ − 110
cursor: default;
+ − 111
}
+ − 112
div.menu span.sep, div.menu_nojs span.sep {
+ − 113
display: block;
+ − 114
float: left;
+ − 115
width: 5px;
+ − 116
}
+ − 117
div.menu div.multopts, div.menu_nojs div.multopts {
+ − 118
line-height: 17pt;
+ − 119
}
+ − 120
div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label {
+ − 121
float: none;
+ − 122
display: inline;
+ − 123
}
+ − 124
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 {
+ − 125
color: #408060;
+ − 126
background-color: #D0FFF0;
+ − 127
}
+ − 128
div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] {
+ − 129
border-width: 0;
+ − 130
font-size: 9pt;
+ − 131
padding: 4px 5px;
+ − 132
max-width: 70px;
+ − 133
background-color: #D0FFF0;
+ − 134
}
+ − 135
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 {
+ − 136
background-color: #E0FFF0;
+ − 137
}
+ − 138
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 {
+ − 139
background-color: #F0FFF0;
+ − 140
}
+ − 141
div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] {
+ − 142
border-width: 0;
+ − 143
font-size: 9pt;
+ − 144
padding: 3px 5px;
+ − 145
max-width: 70px;
+ − 146
}
+ − 147
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 {
+ − 148
color: #004000;
+ − 149
background-color: #FFFFFF;
+ − 150
}
+ − 151
div.menu ul {
+ − 152
display: none;
+ − 153
position: absolute;
+ − 154
padding: 0;
+ − 155
margin: 0 !important;
+ − 156
background-color: #B0F0D0;
+ − 157
border-width: 0;
+ − 158
min-width: 120px;
+ − 159
}
+ − 160
div.menu_nojs ul {
+ − 161
display: block;
+ − 162
padding: 0;
+ − 163
margin: 0 0 0 1em;
+ − 164
background-color: #B0F0D0;
+ − 165
border-width: 0;
+ − 166
min-width: 120px;
+ − 167
}
+ − 168
div.menu ul li, div.menu_nojs ul li {
+ − 169
list-style: none;
+ − 170
}
+ − 171
div.menu ul a, div.menu_nojs ul a {
+ − 172
float: none;
+ − 173
margin: 0;
+ − 174
}
+ − 175
span.menuclear {
+ − 176
font-size: 1px;
+ − 177
height: 0px;
+ − 178
width: 0px;
+ − 179
clear: left;
+ − 180
line-height: 0px;
+ − 181
display: block;
+ − 182
}
+ − 183
+ − 184
/* Rounded corners on nearly everything */
+ − 185
td#mdg-tl { width: 12px; height: 12px; background: url(../images/mint/border-tl.gif); }
+ − 186
td#mdg-tr { width: 12px; height: 12px; background: url(../images/mint/border-tr.gif); }
+ − 187
td#mdg-top { background: url(../images/mint/border-top.gif); }
+ − 188
td#mdg-l { width: 12px; height: 12px; background: url(../images/mint/border-l.gif); }
+ − 189
td#mdg-r { width: 12px; height: 12px; background: url(../images/mint/border-r.gif); }
+ − 190
td#mdg-bl { width: 12px; height: 12px; background: url(../images/mint/border-tb-l.gif); }
+ − 191
td#mdg-br { width: 12px; height: 12px; background: url(../images/mint/border-tb-r.gif); }
+ − 192
td#mdg-ml { width: 12px; height: 12px; background: url(../images/mint/border-m-l.gif); }
+ − 193
td#mdg-mr { width: 12px; height: 12px; background: url(../images/mint/border-m-r.gif); }
+ − 194
td#mdg-brl { width: 12px; height: 1px; background: url(../images/mint/border-m-l.gif); }
+ − 195
td#mdg-brr { width: 12px; height: 1px; background: url(../images/mint/border-m-r.gif); }
+ − 196
td#mdg-btl { width: 12px; height: 1px; background: url(../images/mint/border-btm-l.gif); }
+ − 197
td#mdg-btr { width: 12px; height: 1px; background: url(../images/mint/border-btm-r.gif); }
+ − 198
td#mdg-btcl { width: 12px; height: 12px; background: url(../images/mint/border-bl.gif); }
+ − 199
td#mdg-btcr { width: 12px; height: 12px; background: url(../images/mint/border-br.gif); }
+ − 200
td#mdg-btm { height: 12px; background: url(../images/mint/border-btm.gif); }
+ − 201
td.mdg-menu-top { width: 84%; height: 12px; background: url(../images/mint/border-menu-t.gif); margin: 0; padding: 0; background-repeat: repeat-x; font-size: 2px; }
+ − 202
td.mdg-menu-tl { width: 12px; height: 12px; background: url(../images/mint/border-menu-l.gif); background-position: left top; background-repeat: no-repeat; }
+ − 203
td.mdg-menu-tr { width: 12px; height: 12px; background: url(../images/mint/border-menu-r.gif); background-position: right top; background-repeat: no-repeat; }
+ − 204
td.mdg-menu-bl { width: 12px; height: 12px; background: url(../images/mint/border-bl.gif); }
+ − 205
td.mdg-menu-br { width: 12px; height: 12px; background: url(../images/mint/border-br.gif); }
+ − 206
td.mdg-menu-btm { height: 12px; background: url(../images/mint/border-btm.gif); }
+ − 207
+ − 208
/* Buttons and textboxes - these settings are used almost everywhere */
+ − 209
input, textarea, select { border: 1px solid #408060; background-color: #F2F2F2; padding: 3px; font-family: arial, helvetica, sans-serif; font-size: 8pt; }
+ − 210
input:hover, textarea:hover, select:hover { border: 1px solid #60A080; background-color: #F8F8F8; padding: 3px; }
+ − 211
input:focus, textarea:focus, select:focus { border: 1px solid #90D0B0; background-color: #FFFFFF; padding: 3px; }
+ − 212
label { padding: 3px; cursor: pointer; font-family: arial, helvetica, sans-serif; font-size: 8pt; }
+ − 213
label:hover { padding: 3px; cursor: pointer; background-color: #F0F0F0; }
+ − 214
input#pageheading { font-size: 14pt; border-bottom: 1px solid #90D0B0; margin-bottom: 0; }
+ − 215
+ − 216
input[type ^="button"], input[type ^="submit"] {
+ − 217
background-image: url(../images/buttonbg.gif);
+ − 218
background-repeat: repeat-x;
+ − 219
}
+ − 220
+ − 221
/* JWS window theming */
+ − 222
div.jswindow { border: 2px solid #70B090; border-top: 5px solid #70B090; padding: 0px; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; background-color: #FFFFFF; }
+ − 223
div.titlebar { background-color: #70B090; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; }
+ − 224
div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #B0F0D0; background-color: #90D0B0; display: block; }
+ − 225
div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0F0D0; display: block; }
+ − 226
div.titlebar table, div.titlebar td { margin: 0; padding: 0; }
+ − 227
div.jswindow div.content { padding: 10px; margin: 0; background-color: #FFFFFF; }
+ − 228
+ − 229
/* The Wordpress-like fills behind checkboxes and their labels */
+ − 230
.catCheck { padding: 3px; }
+ − 231
.catCheck:hover { padding: 3px; background-color: #F0F0F0; }
+ − 232
+ − 233
/* Information, warning, question, error, and wait boxes */
+ − 234
div.error-box { background-image: url(../../../images/error.png); background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #408060; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
+ − 235
div.info-box { background-image: url(../../../images/info.png); background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #408060; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
+ − 236
div.warning-box { background-image: url(../../../images/warning.png); background-repeat: no-repeat; background-color: #FFF4FF; border: 1px dashed #408060; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
+ − 237
div.question-box { background-image: url(../../../images/question.png); background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #408060; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
+ − 238
div.wait-box { background-image: url(../../../images/wait.png); background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #408060; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
+ − 239
+ − 240
/* This stuff is mostly unused, left in for compatibility */
+ − 241
div#ajaxEditContainer table { border: 0px solid #FFFFFF; }
+ − 242
div#ajaxEditContainer td { margin: 1px; }
+ − 243
/* div#ajaxEditContainer { overflow: auto; } /* Makes ajaxEditContainer scroll horizontally in firefox if the content is too wide - prevents that ugly clipping effect */
+ − 244
div#ajaxEditContainer pre { margin-left: 1em; background-color: #F8F8F8; border: 1px dashed #90D0B0; padding: 10px; overflow: auto; max-height: 150px; }
+ − 245
+ − 246
/* Tables where diffs are shown */
+ − 247
table.diff, td.diff-otitle, td.diff-ntitle { background-color: white; }
+ − 248
td.diff-addedline { background: #cfc; font-size: smaller; }
+ − 249
td.diff-deletedline { background: #ffa; font-size: smaller; }
+ − 250
td.diff-context { background: #eee; font-size: smaller; }
+ − 251
span.diffchange { color: red; font-weight: bold; }
+ − 252
+ − 253
/* toolbar */
+ − 254
div.toolbar {
+ − 255
border-bottom: 1px solid #909090;
+ − 256
background-color: #D0D0D0;
+ − 257
padding: 2px 0;
+ − 258
height: 22px;
+ − 259
font-family: arial, sans-serif;
+ − 260
font-size: 8pt;
+ − 261
}
+ − 262
div.toolbar ul {
+ − 263
margin: 0;
+ − 264
padding: 0;
+ − 265
}
+ − 266
div.toolbar ul li {
+ − 267
list-style: none;
+ − 268
margin: 0;
+ − 269
float: left;
+ − 270
}
+ − 271
div.toolbar a img {
+ − 272
opacity: 0.6;
+ − 273
/*filter: alpha(opacity=60);*/
+ − 274
}
+ − 275
div.toolbar a:hover img {
+ − 276
opacity: 1;
+ − 277
/*filter: alpha(opacity=100);*/
+ − 278
}
+ − 279
div.toolbar a {
+ − 280
display: block;
+ − 281
padding: 2px;
+ − 282
border: 1px solid transparent;
+ − 283
cursor: default;
+ − 284
width: auto;
+ − 285
color: #000000;
+ − 286
margin: 0 2px;
+ − 287
max-height: 16px;
+ − 288
text-decoration: none;
+ − 289
}
+ − 290
div.toolbar a:hover {
+ − 291
border: 1px solid #209020;
+ − 292
background-color: #ceedce;
+ − 293
color: #000000;
+ − 294
text-decoration: none;
+ − 295
}
+ − 296
div.toolbar a:active {
+ − 297
border: 1px solid #A0A0A0;
+ − 298
background-color: #E0E0E0;
+ − 299
}
+ − 300
div.toolbar img {
+ − 301
margin: 0;
+ − 302
padding: 0;
+ − 303
display: inline;
+ − 304
border-width: 0px;
+ − 305
}
+ − 306
div.toolbar a span {
+ − 307
position: relative;
+ − 308
top: -4px;
+ − 309
}
+ − 310
div.toolbar li span {
+ − 311
padding-left: 2px;
+ − 312
padding-right: 5px;
+ − 313
}
+ − 314
+ − 315
/* vertical toolbar */
+ − 316
div.toolbar_vert {
+ − 317
border: 1px solid #909090;
+ − 318
background-color: #D0D0D0;
+ − 319
padding: 2px 0;
+ − 320
}
+ − 321
div.toolbar_vert ul {
+ − 322
margin: 0;
+ − 323
padding: 0;
+ − 324
}
+ − 325
div.toolbar_vert ul li {
+ − 326
list-style: none;
+ − 327
margin: 0;
+ − 328
}
+ − 329
div.toolbar_vert a img {
+ − 330
opacity: 0.6;
+ − 331
/*filter: alpha(opacity=60);*/
+ − 332
}
+ − 333
div.toolbar_vert a:hover img {
+ − 334
opacity: 1;
+ − 335
/*filter: alpha(opacity=100);*/
+ − 336
}
+ − 337
div.toolbar_vert a {
+ − 338
display: block;
+ − 339
padding: 2px;
+ − 340
border: 1px solid transparent;
+ − 341
cursor: default;
+ − 342
width: auto;
+ − 343
color: #000000;
+ − 344
margin: 0 2px;
+ − 345
max-height: 16px;
+ − 346
text-decoration: none;
+ − 347
}
+ − 348
div.toolbar_vert a:hover {
+ − 349
border: 1px solid #209020;
+ − 350
background-color: #ceedce;
+ − 351
color: #000000;
+ − 352
text-decoration: none;
+ − 353
}
+ − 354
div.toolbar_vert a:active {
+ − 355
border: 1px solid #A0A0A0;
+ − 356
background-color: #E0E0E0;
+ − 357
}
+ − 358
div.toolbar_vert img {
+ − 359
margin: 0;
+ − 360
padding: 0;
+ − 361
display: inline;
+ − 362
border-width: 0px;
+ − 363
}
+ − 364
div.toolbar_vert a span {
+ − 365
position: relative;
+ − 366
top: -4px;
+ − 367
}
+ − 368
div.toolbar_vert li span {
+ − 369
padding-left: 2px;
+ − 370
padding-right: 5px;
+ − 371
}
+ − 372