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