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: #459867; 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: #459867; 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 #95E8B7;border-bottom: 1px solid #95E8B7;border-left: 1px solid #257847;border-top: 1px solid #257847;background-color: #85D8A7;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 #95E8B7;border-bottom: 1px solid #95E8B7;border-left: 1px solid #257847;border-top: 1px solid #257847;background-color: #B5FFD7;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 #257847;background-color: #75C897;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 #257847;background-color: #A5F8C7;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: #459867; margin: 0px 1px 0px 1px; }
|
|
28 |
.dbx-handle { cursor: move; }
|
|
29 |
/* The credits thingy at the bottom */
|
|
30 |
div#credits { margin: 0; background-color: #459867; color: #FFF; font-size: 7pt; text-align: right; padding: 3px; }
|
|
31 |
div#credits a { color: #B5F8D7; text-decoration: none; }
|
|
32 |
div#credits a:hover { color: #D5FFF7; 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 #408060; }
|
|
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 #8E809B; 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 #408060; 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: #257847; text-decoration: none; }
|
|
48 |
div.contentDiv a:hover { color: #75C897; text-decoration: none; }
|
|
49 |
div.contentDiv a[href ^="http://"] { color: #358857; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/external.gif) center right no-repeat; padding-right: 16px; }
|
|
50 |
div.contentDiv a[href ^="https://"]{ color: #358857; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/https.gif) center right no-repeat; padding-right: 16px; }
|
|
51 |
div.contentDiv a[href ^="irc://"] { color: #358857; background: url({SCRIPTPATH}/themes/boxart/images/{STYLE_ID}/irc.gif) center right no-repeat; padding-right: 16px; }
|
|
52 |
div.contentDiv a[href ^="mailto:"] { color: #358857; 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: #85D8A7; 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: #85D8A7; 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: #85D8A7; 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: #85D8A7; 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: #B02050; }
|
|
60 |
div.contentDiv a.wikilink-nonexistent:hover { color: #D03060; }
|
|
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: #70A080; font-weight: bold; text-align: center; color: #FFFFFF; }
|
|
70 |
.mdg-comment th.subhead { padding: 4px; background-color: #90B0A0; 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: #D8DDDC; }
|
|
75 |
|
|
76 |
/* The "page tools" bar below the site logo but above the page content */
|
|
77 |
div.pagebar { background-color: #85D8A7; 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: #257847; }
|
|
79 |
div.pagebar a:hover { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #004817; background-color: #A5F8C7; }
|
|
80 |
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; }
|
|
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: #408060; background-color: #D0FFF0; }
|
|
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: #408060; background-color: #F0FFF0; }
|
|
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 |
/* Buttons and textboxes - these settings are used almost everywhere */
|
|
89 |
input, textarea, select { border: 1px solid #408060; background-color: #F2F2F2; padding: 3px; }
|
|
90 |
input:hover, textarea:hover, select:hover { border: 1px solid #60A080; background-color: #F8F8F8; padding: 3px; }
|
|
91 |
input:focus, textarea:focus, select:focus { border: 1px solid #90D0B0; background-color: #FFFFFF; padding: 3px; }
|
|
92 |
label { padding: 3px; cursor: pointer; }
|
|
93 |
label:hover { padding: 3px; cursor: pointer; background-color: #F0F0F0; }
|
|
94 |
|
|
95 |
/* JWS window theming */
|
|
96 |
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; }
|
|
97 |
div.titlebar { background-color: #70B090; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; }
|
|
98 |
div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #B0F0D0; background-color: #90D0B0; display: block; }
|
|
99 |
div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0F0D0; display: block; }
|
|
100 |
div.titlebar table, div.titlebar td { margin: 0; padding: 0; }
|
|
101 |
div.jswindow div.content { padding: 10px; margin: 0; background-color: #FFFFFF; }
|
|
102 |
|
|
103 |
/* The Wordpress-like fills behind checkboxes and their labels */
|
|
104 |
.catCheck { padding: 3px; }
|
|
105 |
.catCheck:hover { padding: 3px; background-color: #F0F0F0; }
|
|
106 |
|
|
107 |
/* Information, warning, question, error, and wait boxes */
|
|
108 |
div.error-box { background-image: url({SCRIPTPATH}/images/error.png); background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #408060; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
|
|
109 |
div.info-box { background-image: url({SCRIPTPATH}/images/info.png); background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #408060; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
|
|
110 |
div.warning-box { background-image: url({SCRIPTPATH}/images/warning.png); background-repeat: no-repeat; background-color: #FFF4FF; border: 1px dashed #408060; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
|
|
111 |
div.question-box { background-image: url({SCRIPTPATH}/images/question.png); background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #408060; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
|
|
112 |
div.wait-box { background-image: url({SCRIPTPATH}/images/wait.png); background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #408060; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
|
|
113 |
|
|
114 |
/* This stuff is mostly unused, left in for compatibility */
|
|
115 |
div#ajaxEditContainer table { border: 0px solid #FFFFFF; }
|
|
116 |
div#ajaxEditContainer td { margin: 1px; }
|
|
117 |
/* div#ajaxEditContainer { overflow: auto; } /* Makes ajaxEditContainer scroll horizontally in firefox if the content is too wide - prevents that ugly clipping effect */
|
|
118 |
div#ajaxEditContainer pre { margin-left: 1em; background-color: #F8F8F8; border: 1px dashed #90D0B0; padding: 10px; overflow: auto; max-height: 150px; }
|
|
119 |
|
|
120 |
/*
|
|
121 |
* Docking Boxes code (for the sidebar editor)
|
|
122 |
*/
|
|
123 |
|
|
124 |
/* group container(s) */
|
|
125 |
#sbedit {
|
|
126 |
margin: 0;
|
|
127 |
padding: 0;
|
|
128 |
/* position:relative; /* additional outer containers must also have position:relative */
|
|
129 |
}
|
|
130 |
/* keyboard navigation tooltip */
|
|
131 |
.dbx-tooltip {
|
|
132 |
display:block;
|
|
133 |
position:absolute;
|
|
134 |
margin:36px 0 0 125px;
|
|
135 |
width:185px;
|
|
136 |
border:1px solid #000;
|
|
137 |
background:#ffd;
|
|
138 |
color:#000;
|
|
139 |
font:normal normal normal 0.85em tahoma, arial, sans-serif;
|
|
140 |
padding:2px 4px 3px 5px;
|
|
141 |
text-align:left;
|
|
142 |
}
|
|
143 |
* html .dbx-tooltip { width:195px; }
|
|
144 |
|
|
145 |
/* use CSS2 system colors in CSS2 browsers
|
|
146 |
but not safari, which doesn't support them */
|
|
147 |
*[class="dbx-tooltip"]:lang(en) {
|
|
148 |
border-color:InfoText;
|
|
149 |
background:InfoBackground;
|
|
150 |
color:InfoText;
|
|
151 |
font:small-caption;
|
|
152 |
font-weight:normal;
|
|
153 |
}
|
|
154 |
/* additional clone styles */
|
|
155 |
.dbx-clone {
|
|
156 |
opacity: 0.8;
|
|
157 |
}
|
|
158 |
.dbx-content ul {
|
|
159 |
margin: 0; padding: 0; list-style-type: none;
|
|
160 |
}
|
|
161 |
.dbx-content li a, .dbx-content li a:hover {
|
|
162 |
text-decoration: none; color: #666;
|
|
163 |
}
|
|
164 |
.dbx-content li, .dbx-content2 li {
|
|
165 |
list-style-type: none;
|
|
166 |
}
|
|
167 |
.dbx-content2 {
|
|
168 |
background-color: #DDD; margin: 0px 1px 0px 1px;
|
|
169 |
}
|
|
170 |
|