0
+ − 1
/*
+ − 2
* St. Patty theme for Enano
+ − 3
* Copyright (C) 2007 Dan Fuhry
+ − 4
*
+ − 5
* This theme is Free Software, available under the terms of the GNU General Public License. See the file "GPL" included with this
+ − 6
* package for details.
+ − 7
*
+ − 8
* Some ideas - most notably the hatching patterns and floating divs, were taken from Bittersweet <http://templates.arcsin.se/>
+ − 9
* No code or graphics were copied.
+ − 10
*/
+ − 11
+ − 12
html,body {
+ − 13
margin: 0;
+ − 14
padding: 0;
+ − 15
height: 100%;
+ − 16
}
+ − 17
body {
+ − 18
background-color: #101d14;
161
bed9d04fa144
Fixed text colors on pages when dark system themes are used (bug could be seen using MurrinaNightOrange on an Ubuntu system)
Dan
diff
changeset
+ − 19
/* color added in 1.0.2 to fix light text in dark desktop themes */
bed9d04fa144
Fixed text colors on pages when dark system themes are used (bug could be seen using MurrinaNightOrange on an Ubuntu system)
Dan
diff
changeset
+ − 20
color: #202020;
0
+ − 21
background-image: url(../images/bghatching.gif);
+ − 22
background-repeat: repeat;
+ − 23
font-family: "Lucida Sans Unicode", sans-serif;
+ − 24
font-size: 75%;
+ − 25
}
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
+ − 26
body#tinymce {
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
+ − 27
background-color: white;
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
+ − 28
background-image: none;
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
+ − 29
}
0
+ − 30
div#bg {
+ − 31
min-height: 500px;
+ − 32
width: 100%;
+ − 33
background-image: url(../images/bgfade.png);
+ − 34
background-repeat: repeat-x;
+ − 35
}
+ − 36
div#rap {
+ − 37
width: 760px;
+ − 38
padding: 0 10px;
+ − 39
margin: 0 auto;
+ − 40
background-image: url(../images/rap.png);
+ − 41
}
+ − 42
div#title {
+ − 43
margin: 0px;
+ − 44
padding: 0px;
+ − 45
background-color: #6abd2b;
+ − 46
background-image: url(../images/header.gif);
+ − 47
background-repeat: repeat-x;
+ − 48
border-bottom: 1px solid #237000;
+ − 49
vertical-align: middle;
+ − 50
}
+ − 51
div#title h1 {
+ − 52
margin: 0px 10px 10px 10px;
+ − 53
padding-top: 30px;
+ − 54
text-align: left;
+ − 55
}
+ − 56
div#title h2 {
+ − 57
margin: 0px 10px 0px 10px;
+ − 58
padding-bottom: 40px;
+ − 59
text-align: left;
+ − 60
}
+ − 61
div#title img#clover {
+ − 62
float: right;
+ − 63
margin-right: 10px;
+ − 64
margin-top: 10px;
+ − 65
+ − 66
display: none;
+ − 67
}
+ − 68
div.straightaway {
+ − 69
clear: both;
+ − 70
}
+ − 71
/* Footer */
+ − 72
div.footer {
+ − 73
min-height: 40px;
+ − 74
padding: 10px;
+ − 75
background-image: url(../images/footer.gif);
+ − 76
background-repeat: repeat-x;
+ − 77
background-color: #6fba38;
+ − 78
color: #FFF;
+ − 79
}
+ − 80
div.footer a {
+ − 81
color: #B3FF78;
+ − 82
}
+ − 83
+ − 84
/* Content area */
+ − 85
div#maincontent {
+ − 86
padding: 10px;
+ − 87
padding-right: 150px;
37
+ − 88
clear: left;
0
+ − 89
}
+ − 90
img#ajaxloadicon {
+ − 91
margin-top: 10px;
+ − 92
}
+ − 93
div#maincontent h2 {
+ − 94
color: #53a018;
+ − 95
margin: 10px 0;
+ − 96
padding: 0;
+ − 97
font-size: 16pt;
+ − 98
}
+ − 99
div#maincontent p {
+ − 100
margin-left: 1em;
+ − 101
}
+ − 102
div#maincontent h2#pagetitle {
+ − 103
margin: 0;
+ − 104
border-bottom: 1px solid #73c038;
+ − 105
font-size: 18pt;
+ − 106
color: #000000;
+ − 107
}
+ − 108
div#maincontent a:link, div#maincontent a:visited {
+ − 109
color: #237000;
+ − 110
text-decoration: none;
+ − 111
}
+ − 112
div#maincontent a:hover {
+ − 113
color: #033000;
+ − 114
border-bottom: 1px dotted #033000;
+ − 115
}
+ − 116
div#maincontent a.wikilink-nonexistent {
+ − 117
color: #AA0000;
+ − 118
}
+ − 119
div#maincontent a.wikilink-nonexistent:hover {
+ − 120
color: #BA2000;
+ − 121
}
+ − 122
div#maincontent ul {
+ − 123
list-style: square;
+ − 124
}
+ − 125
/* Sidebar */
+ − 126
div#sidebar, div.dbx-box {
+ − 127
float: right;
37
+ − 128
clear: right;
0
+ − 129
width: 135px;
+ − 130
}
+ − 131
div#sidebar h4, div.dbx-handle {
+ − 132
margin: 0;
+ − 133
padding: 0 5px;
+ − 134
line-height: 25px;
+ − 135
color: #FFF;
+ − 136
background-color: #104715;
+ − 137
border-bottom: 1px solid #93e058;
+ − 138
font-weight: normal;
+ − 139
text-align: right;
+ − 140
text-transform: lowercase;
+ − 141
}
+ − 142
div.dbx-handle {
+ − 143
text-align: left;
+ − 144
cursor: move;
+ − 145
}
+ − 146
div#sidebar ul, .dbx-content ul {
+ − 147
margin: 0;
+ − 148
padding: 0;
+ − 149
list-style: none !important;
+ − 150
}
+ − 151
div#sidebar ul li, div.dbx-content ul li {
+ − 152
padding: 0;
+ − 153
}
+ − 154
div#sidebar ul li a, div.dbx-content ul li a {
+ − 155
line-height: 25px;
+ − 156
padding: 0 7px;
+ − 157
text-decoration: none;
+ − 158
color: #000;
+ − 159
background-color: #60A745;
+ − 160
display: block;
+ − 161
border-bottom: 1px solid #93e058;
+ − 162
}
+ − 163
div#sidebar ul li a:hover, div.dbx-content ul li a:hover {
+ − 164
background-color: #70B755;
+ − 165
}
+ − 166
div#sidebar div, div.dbx-content2 {
+ − 167
background-color: #60A745;
+ − 168
border-bottom: 1px solid #93e058;
+ − 169
width: 135px;
+ − 170
/* padding: 3px; */
+ − 171
}
+ − 172
div#sidebar div ul {
+ − 173
margin-left: 2em;
+ − 174
list-style: square;
+ − 175
}
+ − 176
div#sidebar div ul a {
+ − 177
background-color: transparent;
+ − 178
display: inline;
+ − 179
border-bottom-width: 0px;
+ − 180
padding: 0;
+ − 181
color: #134000;
+ − 182
}
+ − 183
div#sidebar div ul a:hover {
+ − 184
background-color: transparent;
+ − 185
display: inline;
+ − 186
color: #033000;
+ − 187
border-bottom: 1px dotted #033000;
+ − 188
}
+ − 189
div#maincontent div.dbx-box a {
+ − 190
color: #000000;
+ − 191
}
+ − 192
div#sidebar div div {
+ − 193
background: transparent;
+ − 194
border-bottom-width: 0;
+ − 195
padding: 0;
+ − 196
}
+ − 197
/* Page toolbar */
+ − 198
/*
+ − 199
div.pagetools {
+ − 200
background-color: #93e058;
+ − 201
line-height: 20px;
+ − 202
font-size: 75%;
+ − 203
padding: 0 5px;
+ − 204
}
+ − 205
div.pagetools a {
+ − 206
text-decoration: none;
+ − 207
padding: 3px;
+ − 208
color: #235000;
+ − 209
}
+ − 210
div.pagetools a:hover {
+ − 211
background-color: #A3F068;
+ − 212
height: 20px;
+ − 213
}
+ − 214
div.pagetools a.selected {
+ − 215
font-weight: bold;
+ − 216
background-color: #f4fff7;
+ − 217
}
+ − 218
div.pagetools#pagebarpopup {
+ − 219
display: none;
+ − 220
position: absolute;
+ − 221
width: 150px;
+ − 222
padding: 0;
+ − 223
overflow: hidden;
+ − 224
}
+ − 225
div.pagetools#pagebarpopup a {
+ − 226
display: block;
+ − 227
}
+ − 228
*/
+ − 229
+ − 230
/*
+ − 231
* jBox menu system
+ − 232
*/
+ − 233
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 234
div.menu, div.menu_nojs {
0
+ − 235
background-color: #93e058;
+ − 236
font-size: 7pt;
+ − 237
border-width: 0;
+ − 238
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 239
div.menu a, div.menu_nojs a, div.menu div.label, div.menu_nojs div.label {
0
+ − 240
padding: 2.5pt 5px;
+ − 241
margin-right: 3px;
+ − 242
text-decoration: none;
+ − 243
display: block;
+ − 244
float: left;
+ − 245
color: #235000;
+ − 246
border-bottom-width: 0 !important;
+ − 247
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 248
div.menu div.label, div.menu_nojs div.label {
0
+ − 249
color: #002010;
+ − 250
cursor: default;
+ − 251
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 252
div.menu span.sep, div.menu_nojs span.sep {
0
+ − 253
display: block;
+ − 254
float: left;
+ − 255
width: 5px;
+ − 256
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 257
div.menu div.multopts, div.menu_nojs div.multopts {
0
+ − 258
line-height: 17pt;
+ − 259
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 260
div.menu div.multopts a, div.menu_nojs div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts div.label {
0
+ − 261
float: none;
+ − 262
display: inline;
+ − 263
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 264
div.menu a.liteselected, div.menu_nojs a.liteselected, div.menu a.liteselected:hover, div.menu_nojs a.liteselected:hover, div.menu a:hover, div.menu_nojs a:hover {
0
+ − 265
color: #235000;
+ − 266
background-color: #A3F068;
+ − 267
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 268
div.menu input[type ^="text"], div.menu_nojs input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="password"] {
0
+ − 269
border-width: 0;
+ − 270
font-size: 9pt;
+ − 271
padding: 4px 5px;
+ − 272
max-width: 70px;
+ − 273
background-color: #A3F068;
+ − 274
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 275
div.menu input[type ^="text"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="password"]:hover {
0
+ − 276
background-color: #AAF870;
+ − 277
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 278
div.menu input[type ^="text"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="password"]:focus {
0
+ − 279
background-color: #B3FF78;
+ − 280
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 281
div.menu input[type ^="button"], div.menu_nojs input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="submit"] {
0
+ − 282
border-width: 0;
+ − 283
font-size: 9pt;
+ − 284
padding: 3px 5px;
+ − 285
max-width: 70px;
+ − 286
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 287
div.menu a.current, div.menu_nojs a.current, div.menu a.current:hover, div.menu_nojs a.current:hover, div.menu a.selected, div.menu_nojs a.selected, div.menu a.selected:hover, div.menu_nojs a.selected:hover {
0
+ − 288
color: #000040;
+ − 289
background-color: #f4fff7;
+ − 290
font-weight: bold;
+ − 291
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 292
div.menu ul, div.menu_nojs ul {
0
+ − 293
display: none;
+ − 294
position: absolute;
+ − 295
padding: 0;
+ − 296
margin: 0;
+ − 297
background-color: #93e058;
+ − 298
border-width: 0;
+ − 299
min-width: 120px;
+ − 300
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 301
/*
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 302
div.menu_nojs ul {
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 303
display: block !important;
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 304
}
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 305
*/
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 306
div.menu ul li, div.menu_nojs ul li {
0
+ − 307
list-style: none;
+ − 308
}
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
diff
changeset
+ − 309
div.menu ul a, div.menu_nojs ul a {
0
+ − 310
float: none;
+ − 311
margin: 0;
+ − 312
}
+ − 313
span.menuclear {
+ − 314
font-size: 1px;
+ − 315
height: 0px;
+ − 316
width: 0px;
+ − 317
clear: left;
+ − 318
line-height: 0px;
+ − 319
display: block;
+ − 320
}
+ − 321
+ − 322
/* Other Enano-related stuff */
+ − 323
+ − 324
/* Tables */
+ − 325
.tblholder { margin: 10px 0 0 0; padding: 0; border: 1px solid #AAAAAA; background-color: #E8E8E8; }
+ − 326
div.tblholder td.row1 { padding: 4px; background-color: #E0E0E0; }
+ − 327
div.tblholder td.row2 { padding: 4px; background-color: #F0F0F0; }
+ − 328
div.tblholder td.row3 { padding: 4px; background-color: #E8E8E8; }
+ − 329
div.tblholder th { padding: 4px; background-color: #73c038; font-weight: bold; text-align: center; color: #FFFFFF; }
+ − 330
div.tblholder th.subhead { padding: 4px; background-color: #93e058; font-weight: bold; text-align: center; color: #FFFFFF; }
+ − 331
div.tblholder table { background-color: #FFFFFF; width: 100%; }
+ − 332
+ − 333
/* JWS window theming */
+ − 334
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; }
+ − 335
div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; }
+ − 336
div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #B0D0F0; background-color: #90B0D0; display: block; }
+ − 337
div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0D0F0; display: block; }
+ − 338
div.titlebar table, div.titlebar td { margin: 0; padding: 0; }
+ − 339
div.jswindow div.content { padding: 10px; margin: 0; background-color: #FFFFFF; }
+ − 340
+ − 341
/* The Wordpress-like fills behind checkboxes and their labels */
+ − 342
.catCheck { padding: 3px; }
+ − 343
.catCheck:hover { padding: 3px; background-color: #F0F0F0; }
+ − 344
+ − 345
/* Information, warning, question, error, and wait boxes */
+ − 346
div.error-box { background-image: url(../../../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; }
+ − 347
div.info-box { background-image: url(../../../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; }
+ − 348
div.warning-box { background-image: url(../../../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; }
+ − 349
div.question-box { background-image: url(../../../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; }
+ − 350
div.wait-box { background-image: url(../../../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; }
+ − 351
+ − 352
/* Tables where diffs are shown */
+ − 353
table.diff, td.diff-otitle, td.diff-ntitle { background-color: white; }
+ − 354
td.diff-addedline { background: #cfc; font-size: smaller; }
+ − 355
td.diff-deletedline { background: #ffa; font-size: smaller; }
+ − 356
td.diff-context { background: #eee; font-size: smaller; }
+ − 357
span.diffchange { color: red; font-weight: bold; }
+ − 358
+ − 359
/* Bordered boxes */
+ − 360
blockquote, .mdg-comment, .mdg-infobox {
+ − 361
background: #FFF;
+ − 362
border-bottom: 1px solid #EEE;
+ − 363
border-top: 1px solid #EEE;
+ − 364
color: #333;
+ − 365
display: block;
+ − 366
margin-bottom: 1.2em;
+ − 367
padding: 6px 12px;
+ − 368
}
+ − 369
+ − 370
/*
+ − 371
* Docking Boxes code (for the sidebar editor)
+ − 372
*/
+ − 373
+ − 374
/* group container(s) */
+ − 375
#sbedit {
+ − 376
margin: 0;
+ − 377
padding: 0;
+ − 378
/* position:relative; /* additional outer containers must also have position:relative */
+ − 379
}
+ − 380
/* keyboard navigation tooltip */
+ − 381
.dbx-tooltip {
+ − 382
display:block;
+ − 383
position:absolute;
+ − 384
margin:36px 0 0 125px;
+ − 385
width:185px;
+ − 386
border:1px solid #000;
+ − 387
background:#ffd;
+ − 388
color:#000;
+ − 389
font:normal normal normal 0.85em tahoma, arial, sans-serif;
+ − 390
padding:2px 4px 3px 5px;
+ − 391
text-align:left;
+ − 392
}
+ − 393
* html .dbx-tooltip { width:195px; }
+ − 394
+ − 395
/* use CSS2 system colors in CSS2 browsers
+ − 396
but not safari, which doesn't support them */
+ − 397
*[class="dbx-tooltip"]:lang(en) {
+ − 398
border-color:InfoText;
+ − 399
background:InfoBackground;
+ − 400
color:InfoText;
+ − 401
font:small-caption;
+ − 402
font-weight:normal;
+ − 403
}
+ − 404
/* additional clone styles */
+ − 405
.dbx-clone {
+ − 406
opacity: 0.8;
+ − 407
}
+ − 408
.dbx-content ul {
+ − 409
margin: 0; padding: 0;
+ − 410
list-style: none;
+ − 411
}
+ − 412
.dbx-content li a, .dbx-content li a:hover {
+ − 413
text-decoration: none;
+ − 414
}
+ − 415
.dbx-content2 {
+ − 416
margin: 0px 1px 0px 1px;
+ − 417
}
+ − 418
+ − 419
/* inputs */
+ − 420
input {
+ − 421
color: #555;
+ − 422
font: normal 1.1em "Lucida Sans Unicode",sans-serif;
+ − 423
}
+ − 424
+ − 425
input, select, textarea {
+ − 426
background-color: #539018;
+ − 427
color: #FFF;
+ − 428
padding: 2px;
+ − 429
border: 1px solid #EEE;
+ − 430
}
+ − 431
+ − 432
input:hover {
+ − 433
background-color: #73b038;
+ − 434
}
+ − 435
51
436e7a3a4013
Fixed even more bugs in the upgrade schema (there may be a number of commits like this, as we are testing the upgrade script on a temp server)
Dan
diff
changeset
+ − 436
input:active, input:focus {
0
+ − 437
background-color: #83c048;
+ − 438
}
+ − 439