0
+ − 1
/**
+ − 2
* Box Art for Enano - make your website look like the old Enano, er, Midget, er, AdvancedArticles?
+ − 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: #88938D; font-family: 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#enano-master { height: 100%; }
+ − 13
+ − 14
/* Sidebar */
+ − 15
td.mdgSidebarHolder { width: 156px; }
+ − 16
div.sidebar, .dbx-group { width: 154px; background-color: #88938D; padding: 1px 0px 0px 0px; }
+ − 17
div.sidebar .head, .dbx-handle { font-family: Arial, helvetica, sans-serif; font-size: 9pt; cursor: pointer; border: 1px solid #000000;background-color: #A7AFA7;color: #000000; margin: 0px 3px 2px 3px; padding: 3px 3px 5px 3px; text-decoration: none; display: block; }
+ − 18
div.sidebar .head:hover, .dbx-handle:hover { font-family: Arial, helvetica, sans-serif; font-size: 9pt; cursor: pointer; border: 1px solid #000000;background-color: #A8B3AD;color: #000000; margin: 0px 3px 2px 3px; padding: 3px 3px 5px 3px; text-decoration: none; display: block; }
+ − 19
div.sidebar div.slideblock a , .dbx-content a { font-family: Arial, helvetica, sans-serif; font-size: 9pt; cursor: pointer; border: 1px solid #575F57;background-color: #B8BDB8;color: #575F57; margin: 0px 3px 2px 7px; padding: 7px 3px 7px 5px; text-decoration: none; display: block; text-align: right; }
+ − 20
div.sidebar div.slideblock a:hover, .dbx-content a:hover { font-family: Arial, helvetica, sans-serif; font-size: 9pt; cursor: pointer; border: 1px solid #272F27;background-color: #989D98;color: #000000; margin: 0px 3px 2px 7px; padding: 7px 3px 7px 5px; text-decoration: none; display: block; text-align: right; }
+ − 21
div.recttop { width: 156px; height: 12px; margin: 0; padding: 0; }
+ − 22
td.recttoptop { width: 100%; height: 12px; background-image: url({SCRIPTPATH}/themes/boxart/images/border-menu-t.gif); background-repeat: repeat-x; margin: 0; padding: 0; }
+ − 23
td.recttoptop:hover { width: 100%; height: 12px; background-image: url({SCRIPTPATH}/themes/boxart/images/border-menu-t-h.gif); background-repeat: repeat-x; margin: 0; padding: 0; cursor: pointer; }
+ − 24
div.rectbot { width: 156px; height: 12px; margin: 0; padding: 0; }
+ − 25
td.rectbottop { width: 100%; height: 12px; background-image: url({SCRIPTPATH}/themes/boxart/images/border-btm.gif); background-repeat: repeat-x; margin: 0; padding: 0; }
+ − 26
div.slideblock, .dbx-content { overflow: hidden; }
+ − 27
div.slideblock2, .dbx-content2 { overflow: hidden; background-color: #88938D; margin: 0px 1px 0px 1px; }
+ − 28
.dbx-handle { cursor: move; }
+ − 29
+ − 30
/* The credits thingy at the bottom */
+ − 31
div#credits { margin: 0; background-color: #88938D; color: #FFF; font-size: 7pt; text-align: right; padding: 3px; }
+ − 32
div#credits a { color: #A8B3AD; text-decoration: none; }
+ − 33
div#credits a:hover { color: #C8D3CD; 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
#enanomain { background-color: #C8CDC8; color: #272F27; }
+ − 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 #8E9B80; margin-bottom: 0; }
+ − 43
div.contentDiv h3 { font-size: 11pt; font-weight: bold; }
+ − 44
div.contentDiv li { list-style: url({SCRIPTPATH}/themes/boxart/images/bullet.gif); }
+ − 45
div.contentDiv p { margin-left: 1.0em; }
+ − 46
div.contentDiv blockquote { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; }
+ − 47
div.contentDiv { font-size: 9pt; padding: 0px 10px 10px 10px; }
+ − 48
div.contentDiv a { color: #2E3B20; text-decoration: none; border-bottom: 1px dotted #666; border-top: 1px dotted #666; }
+ − 49
div.contentDiv a:hover { color: #8E9B80; text-decoration: none; border-bottom: 1px dotted #AAA; border-top: 1px dotted #AAA; }
+ − 50
div.contentDiv a[href ^="http://"] { color: #4E5B40; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/external.gif) center right no-repeat; padding-right: 16px; }
+ − 51
div.contentDiv a[href ^="https://"]{ color: #4E5B40; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/https.gif) center right no-repeat; padding-right: 16px; }
+ − 52
div.contentDiv a[href ^="irc://"] { color: #4E5B40; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/irc.gif) center right no-repeat; padding-right: 16px; }
+ − 53
div.contentDiv a[href ^="mailto:"] { color: #4E5B40; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/email.gif) center right no-repeat; padding-right: 16px; }
+ − 54
div.contentDiv a[href ^="http://"]:hover { color: #6E7B60; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/external.gif) center right no-repeat; padding-right: 16px; }
+ − 55
div.contentDiv a[href ^="https://"]:hover { color: #6E7B60; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/https.gif) center right no-repeat; padding-right: 16px; }
+ − 56
div.contentDiv a[href ^="mailto:"]:hover { color: #6E7B60; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/email.gif) center right no-repeat; padding-right: 16px; }
+ − 57
div.contentDiv a[href ^="irc://"]:hover { color: #6E7B60; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/irc.gif) center right no-repeat; padding-right: 16px; }
+ − 58
+ − 59
/* Wikilinks to pages that don't exist */
+ − 60
div.contentDiv a.wikilink-nonexistent { color: #B05020; }
+ − 61
div.contentDiv a.wikilink-nonexistent:hover { color: #D06030; }
+ − 62
+ − 63
/* 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. */
+ − 64
.mdg-comment { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #D8DCDD; }
+ − 65
.tblholder { margin-left: 1em; padding: 0px; border: 1px solid #AAAAAA; background-color: #D8DCDD; }
+ − 66
+ − 67
/* The beautiful tables inside what may not obviously be mdg-comment divs */
+ − 68
.tblholder td.row1 { padding: 4px; background-color: #D8DDD8 !important; }
+ − 69
.tblholder td.row2 { padding: 4px; background-color: #E8EDE8 !important; }
+ − 70
.tblholder td.row3 { padding: 4px; background-color: #E0E6E0 !important; }
+ − 71
.tblholder th { padding: 4px; background-color: #68736D !important; font-weight: bold; text-align: center; color: #FFFFFF; }
+ − 72
.tblholder th.subhead { padding: 4px; background-color: #88938D !important; font-weight: bold; text-align: center; color: #FFFFFF; }
+ − 73
.tblholder table { background-color: #FFFFFF; }
+ − 74
+ − 75
/* Same as mdg-comment, but without the cute comment icon. Mostly unused. */
+ − 76
.mdg-infobox { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #D8DCDD; }
+ − 77
+ − 78
/* The "page tools" bar below the site logo but above the page content * /
+ − 79
div.pagebar { background-color: #A8B3AD; margin-top: 0px; padding: 3px; font-size: 7pt; }
+ − 80
div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #48534D; }
+ − 81
div.pagebar a:hover { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #48534D; background-color: #C8D3CD; }
+ − 82
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; }
+ − 83
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; }
+ − 84
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; }
+ − 85
+ − 86
/* Tweaks for the popup menu version of the same thing * /
+ − 87
div.pagebar#pagebarpopup { display: none; position: absolute; width: 150px; padding: 0; }
+ − 88
div.pagebar#pagebarpopup a { display: block; margin: 0; }
+ − 89
+ − 90
/*
+ − 91
* jBox menu system
+ − 92
*/
+ − 93
+ − 94
div.menu {
+ − 95
background-color: #A8B3AD;
+ − 96
font-size: 7pt;
+ − 97
border-width: 0;
+ − 98
}
+ − 99
div.menu a, div.menu div.label {
+ − 100
padding: 2.5pt 5px;
+ − 101
margin-right: 3px;
+ − 102
text-decoration: none;
+ − 103
display: block;
+ − 104
float: left;
+ − 105
color: #48534D;
+ − 106
border-top-width: 0px !important;
+ − 107
border-bottom-width: 0px !important;
+ − 108
}
+ − 109
div.menu div.label {
+ − 110
color: #201000;
+ − 111
cursor: default;
+ − 112
}
+ − 113
div.menu span.sep {
+ − 114
display: block;
+ − 115
float: left;
+ − 116
width: 5px;
+ − 117
}
+ − 118
div.menu div.multopts {
+ − 119
line-height: 17pt;
+ − 120
}
+ − 121
div.menu div.multopts a, div.menu div.multopts div.label {
+ − 122
float: none;
+ − 123
display: inline;
+ − 124
}
+ − 125
div.menu a.liteselected, div.menu a.liteselected:hover, div.menu a:hover {
+ − 126
color: #281700;
+ − 127
background-color: #C8D3CD;
+ − 128
}
+ − 129
div.menu input[type ^="text"], div.menu input[type ^="password"] {
+ − 130
border-width: 0;
+ − 131
font-size: 9pt;
+ − 132
padding: 4px 5px;
+ − 133
max-width: 70px;
+ − 134
background-color: #C8CDC8;
+ − 135
}
+ − 136
div.menu input[type ^="text"]:hover, div.menu input[type ^="password"]:hover {
+ − 137
background-color: #D8DDD8;
+ − 138
}
+ − 139
div.menu input[type ^="text"]:focus, div.menu input[type ^="password"]:focus {
+ − 140
background-color: #E8EDE8;
+ − 141
}
+ − 142
div.menu input[type ^="button"], div.menu input[type ^="submit"] {
+ − 143
border-width: 0;
+ − 144
font-size: 9pt;
+ − 145
padding: 3px 5px;
+ − 146
max-width: 70px;
+ − 147
}
+ − 148
div.menu a.current, div.menu a.current:hover, div.menu a.selected, div.menu a.selected:hover {
+ − 149
color: #402000;
+ − 150
background-color: #C8CDC8;
+ − 151
}
+ − 152
div.menu ul {
+ − 153
display: none;
+ − 154
position: absolute;
+ − 155
padding: 0;
+ − 156
margin: 0;
+ − 157
background-color: #A8B3AD;
+ − 158
border-width: 0;
+ − 159
min-width: 120px;
+ − 160
}
+ − 161
div.menu ul li {
+ − 162
list-style: none;
+ − 163
}
+ − 164
div.menu ul a {
+ − 165
float: none;
+ − 166
margin: 0;
+ − 167
}
+ − 168
span.menuclear {
+ − 169
font-size: 1px;
+ − 170
height: 0px;
+ − 171
width: 0px;
+ − 172
clear: left;
+ − 173
line-height: 0px;
+ − 174
display: block;
+ − 175
}
+ − 176
+ − 177
/* Buttons and textboxes - these settings are used almost everywhere */
+ − 178
input, textarea, select { border: 1px solid #48534D; background-color: #98A39D; padding: 3px; }
+ − 179
input:hover, textarea:hover, select:hover { border: 1px solid #68736D; background-color: #A8B3AD; padding: 3px; }
+ − 180
input:focus, textarea:focus, select:focus { border: 1px solid #98A39D; background-color: #C8D3CD; padding: 3px; }
+ − 181
label { padding: 3px; cursor: pointer; }
+ − 182
label:hover { padding: 3px; cursor: pointer; background-color: #F0F0F0; }
+ − 183
+ − 184
/* JWS window theming */
+ − 185
div.jswindow { border: 2px solid #98A39D; border-top: 5px solid #98A39D; padding: 0px; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; background-color: #D8DCDD; }
+ − 186
div.titlebar { background-color: #98A39D; color: #272F27; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; }
+ − 187
div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #272F27; background-color: #98A39D; display: block; }
+ − 188
div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #474F47; background-color: #A8B3AD; display: block; }
+ − 189
div.titlebar table, div.titlebar td { margin: 0; padding: 0; }
+ − 190
div.jswindow div.content { padding: 10px; margin: 0; background-color: #D8DCDD; }
+ − 191
+ − 192
/* The Wordpress-like fills behind checkboxes and their labels */
+ − 193
.catCheck { padding: 3px; }
+ − 194
.catCheck:hover { padding: 3px; background-color: #F0F0F0; }
+ − 195
+ − 196
/* Information, warning, question, error, and wait boxes */
+ − 197
div.error-box { background-image: url({SCRIPTPATH}/images/error.png); background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
+ − 198
div.info-box { background-image: url({SCRIPTPATH}/images/info.png); background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
+ − 199
div.warning-box { background-image: url({SCRIPTPATH}/images/warning.png); background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
+ − 200
div.question-box { background-image: url({SCRIPTPATH}/images/question.png); background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
+ − 201
div.wait-box { background-image: url({SCRIPTPATH}/images/wait.png); background-repeat: no-repeat; background-color: #FFF4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
+ − 202
+ − 203
/* This stuff is mostly unused, left in for compatibility */
+ − 204
div#ajaxEditContainer table { border: 0px solid #FFFFFF; }
+ − 205
div#ajaxEditContainer td { margin: 1px; }
+ − 206
/* div#ajaxEditContainer { overflow: auto; } /* Makes ajaxEditContainer scroll horizontally in firefox if the content is too wide - prevents that ugly clipping effect */
+ − 207
div#ajaxEditContainer pre { margin-left: 1em; background-color: #F8F8F8; border: 1px dashed #90B0D0; padding: 10px; overflow: auto; max-height: 150px; }
+ − 208
+ − 209
/*
+ − 210
* Docking Boxes code (for the sidebar editor)
+ − 211
*/
+ − 212
+ − 213
/* group container(s) */
+ − 214
#sbedit {
+ − 215
margin: 0;
+ − 216
padding: 0;
+ − 217
/* position:relative; /* additional outer containers must also have position:relative */
+ − 218
}
+ − 219
/* keyboard navigation tooltip */
+ − 220
.dbx-tooltip {
+ − 221
display:block;
+ − 222
position:absolute;
+ − 223
margin:36px 0 0 125px;
+ − 224
width:185px;
+ − 225
border:1px solid #000;
+ − 226
background:#ffd;
+ − 227
color:#000;
+ − 228
font:normal normal normal 0.85em tahoma, arial, sans-serif;
+ − 229
padding:2px 4px 3px 5px;
+ − 230
text-align:left;
+ − 231
}
+ − 232
* html .dbx-tooltip { width:195px; }
+ − 233
+ − 234
/* use CSS2 system colors in CSS2 browsers
+ − 235
but not safari, which doesn't support them */
+ − 236
*[class="dbx-tooltip"]:lang(en) {
+ − 237
border-color:InfoText;
+ − 238
background:InfoBackground;
+ − 239
color:InfoText;
+ − 240
font:small-caption;
+ − 241
font-weight:normal;
+ − 242
}
+ − 243
/* additional clone styles */
+ − 244
.dbx-clone {
+ − 245
opacity: 0.8;
+ − 246
}
+ − 247
.dbx-content ul {
+ − 248
margin: 0; padding: 0; list-style-type: none;
+ − 249
}
+ − 250
.dbx-content li a, .dbx-content li a:hover {
+ − 251
text-decoration: none; color: #666;
+ − 252
}
+ − 253
.dbx-content li, .dbx-content2 li {
+ − 254
list-style-type: none;
+ − 255
}
+ − 256
.dbx-content2 {
+ − 257
background-color: #DDD; margin: 0px 1px 0px 1px;
+ − 258
}
+ − 259