author | Dan |
Sun, 01 Jul 2007 14:08:39 -0400 | |
changeset 32 | 4d87aad3c4c0 |
parent 0 | 902822492a68 |
permissions | -rw-r--r-- |
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: #456798; 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#enano-master { height: 100%; } |
|
13 |
||
14 |
/* Sidebar */ |
|
15 |
td.mdgSidebarHolder { width: 156px; } |
|
16 |
div.sidebar, .dbx-group { width: 154px; background-color: #456798; padding: 1px 0px 0px 0px; } |
|
17 |
div.sidebar .head, .dbx-handle { font-family: trebuchet ms, verdana, Arial, helvetica, sans-serif; font-size: 9pt; cursor: pointer; border-right: 1px solid #95B7E8;border-bottom: 1px solid #95B7E8;border-left: 1px solid #254778;border-top: 1px solid #254778;background-color: #85A7D8;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: trebuchet ms, verdana, Arial, helvetica, sans-serif; font-size: 9pt; cursor: pointer; border-right: 1px solid #95B7E8;border-bottom: 1px solid #95B7E8;border-left: 1px solid #254778;border-top: 1px solid #254778;background-color: #B5D7FF;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: trebuchet ms, verdana, Arial, helvetica, sans-serif; font-size: 9pt; cursor: pointer; border: 1px solid #254778;background-color: #7597C8;color: #000000; 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: trebuchet ms, verdana, Arial, helvetica, sans-serif; font-size: 9pt; cursor: pointer; border: 1px solid #254778;background-color: #A5C7F8;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: #456798; margin: 0px 1px 0px 1px; } |
|
28 |
.dbx-handle { cursor: move; } |
|
29 |
/* The credits thingy at the bottom */ |
|
30 |
div#credits { margin: 0; background-color: #456798; color: #FFF; font-size: 7pt; text-align: right; padding: 3px; } |
|
31 |
div#credits a { color: #B5D7F8; text-decoration: none; } |
|
32 |
div#credits a:hover { color: #D5F7FF; text-decoration: underline; } |
|
33 |
||
34 |
/* The link hidden in plain "site" at the top of the page */ |
|
35 |
td#mainhead a { text-decoration: none; color: #000000; } |
|
36 |
td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #406080; } |
|
37 |
||
38 |
#enanomain { background-color: #FFFFFF; color: #000000; } |
|
39 |
||
40 |
/* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */ |
|
41 |
div.contentDiv h2 { border-bottom: 1px solid #8E9B80; margin-bottom: 0; } |
|
42 |
div.contentDiv h3 { font-size: 11pt; font-weight: bold; } |
|
43 |
div.contentDiv li { list-style: url({SCRIPTPATH}/themes/boxart/images/bullet.gif); } |
|
44 |
div.contentDiv p { margin-left: 1.0em; } |
|
45 |
div.contentDiv blockquote { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; } |
|
46 |
div.contentDiv { font-size: 9pt; padding: 0px 10px 10px 10px; } |
|
47 |
div.contentDiv a { color: #254778; text-decoration: none; } |
|
48 |
div.contentDiv a:hover { color: #7597C8; text-decoration: none; } |
|
49 |
div.contentDiv a[href ^="http://"] { color: #355788; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/external.gif) center right no-repeat; padding-right: 16px; } |
|
50 |
div.contentDiv a[href ^="https://"]{ color: #355788; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/https.gif) center right no-repeat; padding-right: 16px; } |
|
51 |
div.contentDiv a[href ^="irc://"] { color: #355788; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/irc.gif) center right no-repeat; padding-right: 16px; } |
|
52 |
div.contentDiv a[href ^="mailto:"] { color: #355788; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/email.gif) center right no-repeat; padding-right: 16px; } |
|
53 |
div.contentDiv a[href ^="http://"]:hover { color: #85A7D8; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/external.gif) center right no-repeat; padding-right: 16px; } |
|
54 |
div.contentDiv a[href ^="https://"]:hover { color: #85A7D8; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/https.gif) center right no-repeat; padding-right: 16px; } |
|
55 |
div.contentDiv a[href ^="mailto:"]:hover { color: #85A7D8; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/email.gif) center right no-repeat; padding-right: 16px; } |
|
56 |
div.contentDiv a[href ^="irc://"]:hover { color: #85A7D8; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/irc.gif) center right no-repeat; padding-right: 16px; } |
|
57 |
||
58 |
/* Wikilinks to pages that don't exist */ |
|
59 |
div.contentDiv a.wikilink-nonexistent { color: #B05020; } |
|
60 |
div.contentDiv a.wikilink-nonexistent:hover { color: #D06030; } |
|
61 |
||
62 |
/* 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. */ |
|
63 |
.mdg-comment { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E0E0E0; } |
|
64 |
||
65 |
/* The beautiful tables inside what may not obviously be mdg-comment divs */ |
|
66 |
.mdg-comment td.row1 { padding: 4px; background-color: #E0E0E0; } |
|
67 |
.mdg-comment td.row2 { padding: 4px; background-color: #F0F0F0; } |
|
68 |
.mdg-comment td.row3 { padding: 4px; background-color: #E8E8E8; } |
|
69 |
.mdg-comment th { padding: 4px; background-color: #7080A0; font-weight: bold; text-align: center; color: #FFFFFF; } |
|
70 |
.mdg-comment th.subhead { padding: 4px; background-color: #90A0B0; font-weight: bold; text-align: center; color: #FFFFFF; } |
|
71 |
.mdg-comment table { background-color: #FFFFFF; } |
|
72 |
||
73 |
/* Same as mdg-comment, but without the cute comment icon. Mostly unused. */ |
|
74 |
.mdg-infobox { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #D8DCDD; } |
|
75 |
||
76 |
/* The "page tools" bar below the site logo but above the page content * / |
|
77 |
div.pagebar { background-color: #85A7D8; margin-top: 0px; padding: 3px; font-size: 7pt; } |
|
78 |
div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #254778; } |
|
79 |
div.pagebar a:hover { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #001748; background-color: #A5C7F8; } |
|
80 |
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; } |
|
81 |
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; } |
|
82 |
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; } |
|
83 |
||
84 |
/* Tweaks for the popup menu version of the same thing * / |
|
85 |
div.pagebar#pagebarpopup { display: none; position: absolute; width: 150px; padding: 0; } |
|
86 |
div.pagebar#pagebarpopup a { display: block; margin: 0; } |
|
87 |
||
88 |
/* |
|
89 |
* jBox menu system |
|
90 |
*/ |
|
91 |
||
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
92 |
div.menu, div.menu_nojs { |
0 | 93 |
background-color: #85A7D8; |
94 |
font-size: 7pt; |
|
95 |
border-width: 0; |
|
96 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
97 |
div.menu a, div.menu_nojs a, div.menu div.label, div.menu_nojs div.label { |
0 | 98 |
padding: 2.5pt 5px; |
99 |
margin-right: 3px; |
|
100 |
text-decoration: none; |
|
101 |
display: block; |
|
102 |
float: left; |
|
103 |
color: #254778; |
|
104 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
105 |
div.menu div.label, div.menu_nojs div.label { |
0 | 106 |
color: #001020; |
107 |
cursor: default; |
|
108 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
109 |
div.menu span.sep, div.menu_nojs span.sep { |
0 | 110 |
display: block; |
111 |
float: left; |
|
112 |
width: 5px; |
|
113 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
114 |
div.menu div.multopts, div.menu_nojs div.multopts { |
0 | 115 |
line-height: 17pt; |
116 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
117 |
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 | 118 |
float: none; |
119 |
display: inline; |
|
120 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
121 |
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 | 122 |
color: #001748; |
123 |
background-color: #A5C7F8; |
|
124 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
125 |
div.menu input[type ^="text"], div.menu_nojs input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="password"] { |
0 | 126 |
border-width: 0; |
127 |
font-size: 9pt; |
|
128 |
padding: 4px 5px; |
|
129 |
max-width: 70px; |
|
130 |
background-color: #D0F0FF; |
|
131 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
132 |
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 | 133 |
background-color: #E0F0FF; |
134 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
135 |
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 | 136 |
background-color: #F0F0FF; |
137 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
138 |
div.menu input[type ^="button"], div.menu_nojs input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="submit"] { |
0 | 139 |
border-width: 0; |
140 |
font-size: 9pt; |
|
141 |
padding: 3px 5px; |
|
142 |
max-width: 70px; |
|
143 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
144 |
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 | 145 |
color: #000040; |
146 |
background-color: #FFFFFF; |
|
147 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
148 |
div.menu ul, div.menu_nojs ul { |
0 | 149 |
display: none; |
150 |
position: absolute; |
|
151 |
padding: 0; |
|
152 |
margin: 0; |
|
153 |
background-color: #85A7D8; |
|
154 |
border-width: 0; |
|
155 |
min-width: 120px; |
|
156 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
157 |
div.menu ul li, div.menu_nojs ul li { |
0 | 158 |
list-style: none; |
159 |
} |
|
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
0
diff
changeset
|
160 |
div.menu ul a, div.menu_nojs ul a { |
0 | 161 |
float: none; |
162 |
margin: 0; |
|
163 |
} |
|
164 |
span.menuclear { |
|
165 |
font-size: 1px; |
|
166 |
height: 0px; |
|
167 |
width: 0px; |
|
168 |
clear: left; |
|
169 |
line-height: 0px; |
|
170 |
display: block; |
|
171 |
} |
|
172 |
||
173 |
/* Buttons and textboxes - these settings are used almost everywhere */ |
|
174 |
input, textarea, select { border: 1px solid #406080; background-color: #F2F2F2; padding: 3px; } |
|
175 |
input:hover, textarea:hover, select:hover { border: 1px solid #6080A0; background-color: #F8F8F8; padding: 3px; } |
|
176 |
input:focus, textarea:focus, select:focus { border: 1px solid #90B0D0; background-color: #FFFFFF; padding: 3px; } |
|
177 |
label { padding: 3px; cursor: pointer; } |
|
178 |
label:hover { padding: 3px; cursor: pointer; background-color: #F0F0F0; } |
|
179 |
||
180 |
/* JWS window theming */ |
|
181 |
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; } |
|
182 |
div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; } |
|
183 |
div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #B0D0F0; background-color: #90B0D0; display: block; } |
|
184 |
div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0D0F0; display: block; } |
|
185 |
div.titlebar table, div.titlebar td { margin: 0; padding: 0; } |
|
186 |
div.jswindow div.content { padding: 10px; margin: 0; background-color: #FFFFFF; } |
|
187 |
||
188 |
/* The Wordpress-like fills behind checkboxes and their labels */ |
|
189 |
.catCheck { padding: 3px; } |
|
190 |
.catCheck:hover { padding: 3px; background-color: #F0F0F0; } |
|
191 |
||
192 |
/* Information, warning, question, error, and wait boxes */ |
|
193 |
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; } |
|
194 |
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; } |
|
195 |
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; } |
|
196 |
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; } |
|
197 |
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; } |
|
198 |
||
199 |
/* This stuff is mostly unused, left in for compatibility */ |
|
200 |
div#ajaxEditContainer table { border: 0px solid #FFFFFF; } |
|
201 |
div#ajaxEditContainer td { margin: 1px; } |
|
202 |
/* div#ajaxEditContainer { overflow: auto; } /* Makes ajaxEditContainer scroll horizontally in firefox if the content is too wide - prevents that ugly clipping effect */ |
|
203 |
div#ajaxEditContainer pre { margin-left: 1em; background-color: #F8F8F8; border: 1px dashed #90B0D0; padding: 10px; overflow: auto; max-height: 150px; } |
|
204 |
||
205 |
/* |
|
206 |
* Docking Boxes code (for the sidebar editor) |
|
207 |
*/ |
|
208 |
||
209 |
/* group container(s) */ |
|
210 |
#sbedit { |
|
211 |
margin: 0; |
|
212 |
padding: 0; |
|
213 |
/* position:relative; /* additional outer containers must also have position:relative */ |
|
214 |
} |
|
215 |
/* keyboard navigation tooltip */ |
|
216 |
.dbx-tooltip { |
|
217 |
display:block; |
|
218 |
position:absolute; |
|
219 |
margin:36px 0 0 125px; |
|
220 |
width:185px; |
|
221 |
border:1px solid #000; |
|
222 |
background:#ffd; |
|
223 |
color:#000; |
|
224 |
font:normal normal normal 0.85em tahoma, arial, sans-serif; |
|
225 |
padding:2px 4px 3px 5px; |
|
226 |
text-align:left; |
|
227 |
} |
|
228 |
* html .dbx-tooltip { width:195px; } |
|
229 |
||
230 |
/* use CSS2 system colors in CSS2 browsers |
|
231 |
but not safari, which doesn't support them */ |
|
232 |
*[class="dbx-tooltip"]:lang(en) { |
|
233 |
border-color:InfoText; |
|
234 |
background:InfoBackground; |
|
235 |
color:InfoText; |
|
236 |
font:small-caption; |
|
237 |
font-weight:normal; |
|
238 |
} |
|
239 |
/* additional clone styles */ |
|
240 |
.dbx-clone { |
|
241 |
opacity: 0.8; |
|
242 |
} |
|
243 |
.dbx-content ul { |
|
244 |
margin: 0; padding: 0; list-style-type: none; |
|
245 |
} |
|
246 |
.dbx-content li a, .dbx-content li a:hover { |
|
247 |
text-decoration: none; color: #666; |
|
248 |
} |
|
249 |
.dbx-content li, .dbx-content2 li { |
|
250 |
list-style-type: none; |
|
251 |
} |
|
252 |
.dbx-content2 { |
|
253 |
background-color: #DDD; margin: 0px 1px 0px 1px; |
|
254 |
} |
|
255 |