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-color: #FFFFFF; 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: #FFFFFF; text-align: center; border: 1px solid #000000; }
|
|
13 |
|
|
14 |
/* Sidebar */
|
|
15 |
td.mdgSidebarHolder { width: 0px; }
|
|
16 |
div.sidebar { display: none; }
|
|
17 |
div.recttop, div.rectbot { display: none; }
|
|
18 |
|
|
19 |
/* The credits thingy at the bottom */
|
|
20 |
div#credits { margin: 0; padding: 10px; background-color: #FFFFFF; color: #AAA; font-size: 7pt; border: 1px solid #000000; }
|
|
21 |
div#credits a { color: #B0B0B0; text-decoration: underline; }
|
|
22 |
div#credits a:hover { color: #A0A0A0; text-decoration: underline; }
|
|
23 |
|
|
24 |
/* The link hidden in plain "site" at the top of the page */
|
|
25 |
td#mainhead a { text-decoration: none; color: #000000; }
|
|
26 |
td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #406080; }
|
|
27 |
|
|
28 |
/* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */
|
|
29 |
div.contentDiv h2 { border-bottom: 1px solid #AAAAAA; margin-bottom: 0; }
|
|
30 |
div.contentDiv h3 { font-size: 11pt; font-weight: bold; }
|
|
31 |
div.contentDiv li { list-style: square; }
|
|
32 |
div.contentDiv p { margin-left: 1.0em; }
|
|
33 |
div.contentDiv blockquote { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; }
|
|
34 |
div.contentDiv { font-size: 9pt; }
|
|
35 |
div.contentDiv a { color: #909090; }
|
|
36 |
div.contentDiv a:hover { color: #B0B0B0; }
|
|
37 |
div.contentDiv a[href ^="http://"] { color: #A0A0A0; }
|
|
38 |
div.contentDiv a[href ^="https://"] { color: #A0A0A0; }
|
|
39 |
div.contentDiv a[href ^="irc://"] { color: #A0A0A0; }
|
|
40 |
div.contentDiv a[href ^="mailto:"] { color: #A0A0A0; }
|
|
41 |
div.contentDiv a[href ^="http://"]:hover { color: #C0C0C0; }
|
|
42 |
div.contentDiv a[href ^="https://"]:hover { color: #C0C0C0; }
|
|
43 |
div.contentDiv a[href ^="mailto:"]:hover { color: #C0C0C0; }
|
|
44 |
div.contentDiv a[href ^="irc://"]:hover { color: #C0C0C0; }
|
|
45 |
|
|
46 |
/* Wikilinks to pages that don't exist
|
|
47 |
div.contentDiv a.wikilink-nonexistent { color: #B05020; }
|
|
48 |
div.contentDiv a.wikilink-nonexistent:hover { color: #D06030; } */
|
|
49 |
|
|
50 |
/* 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. */
|
|
51 |
.mdg-comment { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; }
|
|
52 |
|
|
53 |
/* The beautiful tables inside what may not obviously be mdg-comment divs */
|
|
54 |
.mdg-comment td.row1 { padding: 4px; background-color: #FFFFFF; margin: 1px; border: 1px solid #CCCCCC; }
|
|
55 |
.mdg-comment td.row2 { padding: 4px; background-color: #FFFFFF; margin: 1px; border: 1px solid #CCCCCC; }
|
|
56 |
.mdg-comment td.row3 { padding: 4px; background-color: #FFFFFF; margin: 1px; border: 1px solid #CCCCCC; }
|
|
57 |
.mdg-comment th { padding: 4px; background-color: #FFFFFF; margin: 1px; border: 1px solid #CCCCCC; font-weight: bold; text-align: center; }
|
|
58 |
.mdg-comment th.subhead { padding: 4px; background-color: #FFFFFF; margin: 1px; border: 1px solid #CCCCCC; font-weight: bold; text-align: center; }
|
|
59 |
.mdg-comment table { background-color: #FFFFFF; }
|
|
60 |
|
|
61 |
/* Same as mdg-comment, but without the cute comment icon. Mostly unused. */
|
|
62 |
.mdg-infobox { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; }
|
|
63 |
|
|
64 |
/* The "page tools" bar below the site logo but above the page content */
|
|
65 |
div.pagebar { background-color: #FFFFFF; margin-top: 0px; padding: 3px; font-size: 7pt; border: 1px solid #000000; border-top: none; }
|
|
66 |
div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #606060; }
|
|
67 |
div.pagebar a:hover { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #606060; background-color: #F0F0F0; }
|
|
68 |
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: #E8E8E8; }
|
|
69 |
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: #F0F0F0; }
|
|
70 |
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: #F8F8F8; }
|
|
71 |
|
|
72 |
/* Tweaks for the popup menu version of the same thing */
|
|
73 |
div.pagebar#pagebarpopup { display: none; position: absolute; width: 150px; padding: 0; }
|
|
74 |
div.pagebar#pagebarpopup a, div#pagebarpopup2 a { display: block; margin: 0; }
|
|
75 |
|
|
76 |
/* Rounded corners on nearly everything */
|
|
77 |
td#mdg-tl { margin: 0; padding: 0; width: 0; height: 0; }
|
|
78 |
td#mdg-tr { margin: 0; padding: 0; width: 0; height: 0; }
|
|
79 |
td#mdg-top { margin: 0; padding: 0; width: 0; height: 0; }
|
|
80 |
td#mdg-l { margin: 0; padding: 0; width: 0; height: 0; }
|
|
81 |
td#mdg-r { margin: 0; padding: 0; width: 0; height: 0; }
|
|
82 |
td#mdg-bl { margin: 0; padding: 0; width: 0; height: 0; }
|
|
83 |
td#mdg-br { margin: 0; padding: 0; width: 0; height: 0; }
|
|
84 |
td#mdg-ml { margin: 0; padding: 0; width: 0; height: 0; }
|
|
85 |
td#mdg-mr { margin: 0; padding: 0; width: 0; height: 0; }
|
|
86 |
td#mdg-brl { margin: 0; padding: 0; width: 0; height: 0; }
|
|
87 |
td#mdg-brr { margin: 0; padding: 0; width: 0; height: 0; }
|
|
88 |
td#mdg-btl { margin: 0; padding: 0; width: 0; height: 0; }
|
|
89 |
td#mdg-btr { margin: 0; padding: 0; width: 0; height: 0; }
|
|
90 |
td#mdg-btcl { margin: 0; padding: 0; width: 0; height: 0; }
|
|
91 |
td#mdg-btcr { margin: 0; padding: 0; width: 0; height: 0; }
|
|
92 |
td#mdg-btm { margin: 0; padding: 0; width: 0; height: 0; }
|
|
93 |
td.mdg-menu-top { margin: 0; padding: 0; width: 0; height: 0; }
|
|
94 |
td.mdg-menu-tl { margin: 0; padding: 0; width: 0; height: 0; }
|
|
95 |
td.mdg-menu-tr { margin: 0; padding: 0; width: 0; height: 0; }
|
|
96 |
td.mdg-menu-bl { margin: 0; padding: 0; width: 0; height: 0; }
|
|
97 |
td.mdg-menu-br { margin: 0; padding: 0; width: 0; height: 0; }
|
|
98 |
td.mdg-menu-btm { margin: 0; padding: 0; width: 0; height: 0; }
|
|
99 |
|
|
100 |
/* Buttons and textboxes - these settings are used almost everywhere */
|
|
101 |
input, textarea, select { border: 1px solid #406080; background-color: #F2F2F2; padding: 3px; }
|
|
102 |
input:hover, textarea:hover, select:hover { border: 1px solid #6080A0; background-color: #F8F8F8; padding: 3px; }
|
|
103 |
input:focus, textarea:focus, select:focus { border: 1px solid #90B0D0; background-color: #FFFFFF; padding: 3px; }
|
|
104 |
label { padding: 3px; cursor: pointer; }
|
|
105 |
label:hover { padding: 3px; cursor: pointer; background-color: #F0F0F0; }
|
|
106 |
|
|
107 |
/* JWS window theming */
|
|
108 |
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; }
|
|
109 |
div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; }
|
|
110 |
div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #B0D0F0; background-color: #90B0D0; display: block; }
|
|
111 |
div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0D0F0; display: block; }
|
|
112 |
div.titlebar table, div.titlebar td { margin: 0; padding: 0; }
|
|
113 |
div.jswindow div.content { padding: 10px; margin: 0; background-color: #FFFFFF; }
|
|
114 |
|
|
115 |
/* The Wordpress-like fills behind checkboxes and their labels */
|
|
116 |
.catCheck { padding: 3px; }
|
|
117 |
.catCheck:hover { padding: 3px; background-color: #F0F0F0; }
|
|
118 |
|
|
119 |
/* Information, warning, question, error, and wait boxes */
|
|
120 |
div.error-box { background-color: #F0F0F0; border: 1px dashed #606060; padding: 10px; margin: 1em 0 0 1em; min-height: 25px; }
|
|
121 |
div.info-box { background-color: #F0F0F0; border: 1px dashed #606060; padding: 10px; margin: 1em 0 0 1em; min-height: 25px; }
|
|
122 |
div.warning-box { background-color: #F0F0F0; border: 1px dashed #606060; padding: 10px; margin: 1em 0 0 1em; min-height: 25px; }
|
|
123 |
div.question-box { background-color: #F0F0F0; border: 1px dashed #606060; padding: 10px; margin: 1em 0 0 1em; min-height: 25px; }
|
|
124 |
div.wait-box { background-color: #F0F0F0; border: 1px dashed #606060; padding: 10px; margin: 1em 0 0 1em; min-height: 25px; }
|
|
125 |
|
|
126 |
/* This stuff is mostly unused, left in for compatibility */
|
|
127 |
div#ajaxEditContainer table { border: 0px solid #FFFFFF; }
|
|
128 |
div#ajaxEditContainer td { margin: 1px; }
|
|
129 |
/* div#ajaxEditContainer { overflow: auto; } /* Makes ajaxEditContainer scroll horizontally in firefox if the content is too wide - prevents that ugly clipping effect */
|
|
130 |
div#ajaxEditContainer pre { margin-left: 1em; background-color: #F8F8F8; border: 1px dashed #90B0D0; padding: 10px; overflow: auto; max-height: 150px; }
|
|
131 |
|