1 /*@import url('../../modern/css/screen.css');*/
13 background-color:#5a1800;
15 font-family:verdana, sans-serif;
20 a:visited {color: #ffd200;}
21 a.nonexistent, a.badinterwiki {color: #cc8900;}
28 background-image: url('../img/background.jpg');
29 background-repeat: no-repeat;
30 background-position: top center;
34 /* Fit exactly into the header in the background, and push the menu bar in place */
37 /* Center the header */
43 /* Fit exactly into the bar in the background */
47 /* Disable all default list-style stuff */
51 list-style-position:outside;
52 /* Set the font size to fit exactly */
57 /* Display next to each other instead of below */
58 #menubar li, #menubar li p {
63 padding:0px 0px 0px 10px;
68 /* Disable underlining and the default blue colour for links in the menubar */
74 /* Give the menu bar links a hover color */
80 /* Center the page and footer, just like the header */
90 background-image:url('../img/perkamentTop.gif');
94 background-image:url('../img/perkamentCenter.gif');
95 background-repeat:repeat-y;
96 /* Force a new block-formatting context, to prevent any margins from
97 * content to stick out of this div, causing a gap between #pagetop
100 /* Indent the text a bit, so it skips the jagged edges of the
102 padding:0px 45px 0px 45px;
103 /* 694px image width minus two times 45px padding*/
105 /* Set a font colour that's readable on the background image. We
106 * should really also set a background colour here (for when images
107 * are disabled), but it seems it's impossible to do that without the
108 * colour showing always */
126 #pagemiddle a, #pagemiddle a:visited {color: #9F2900;}
127 #pagemiddle a:hover, #pagemiddle a:visited:hover {color: #ffd200;}
132 /*Vaardigheden table*/
135 border-bottom:1px solid #5A1800;
137 /* Header row of vaardigheden table*/
139 background-color:#BEAA76;
143 background-color:#F1E5CB;
148 background-image:url('../img/perkamentBottom.gif');
152 /* Put a dotted line at the top of the footer */
153 border-top: 1px dotted #9C9C9C;
154 /* Include some spacing around the line */
165 padding: 2px 20px 20px 20px;
168 #editor-textarea, #editor-help {
169 font-family: monospace;
170 border: 1px solid #8cacbb;
172 background-color: white;
178 /* Format the pageinfo bar. */
183 /* Format the username bar, copied from the modern theme */
197 padding: 0 0.5em 0 0;
201 /* Put the searchform below the pageinfo / username bar */
204 /* Put a bit of offset between the pageinfo and searchform. Don't use
205 * margin here, that collapses with the floating pageinfo. */
210 /* Put a bit of offset between the pageinfo and searchform. Don't use
211 * margin here, that collapses with the floating pageinfo. */
214 /* Unset the default ul margins */
217 /* Put the editbar at the right side (but not over the image there */
220 /* Prevent weird linebreaks */
224 .editbar form, .editbar form div {
230 /* display: inline;*/
236 border:3px double #cc8900;
239 /* Diff view, copied from modern/screen.css */
245 background-color: #C0C0C0;
249 background-color: #E0FFE0;
254 background-color: #FFFFE0;
259 background-color: #80FF80;
263 background-color: #FFFF80;
265 /* vim: set sw=4 sts=4 expandtab */