1 /*@import url('../../modern/css/screen.css');*/
2 @import url("home.css");
14 background-color:#5a1800;
16 font-family:verdana, sans-serif;
21 a:visited {color: #ffd200;}
22 a.nonexistent, a.badinterwiki {color: #cc8900;}
30 list-style-type: none;
35 background-image: url('../img/background.jpg');
36 background-repeat: no-repeat;
37 background-position: top center;
41 /* Fit exactly into the header in the background, and push the menu bar in place */
44 /* Center the header */
50 /* Fit exactly into the bar in the background */
54 /* Disable all default list-style stuff */
58 list-style-position:outside;
59 /* Set the font size to fit exactly */
64 /* Display next to each other instead of below */
67 padding:0px 10px 0px 10px;
72 /* Disable underlining and the default blue colour for links in the menubar */
79 /* Center the page and footer, just like the header */
85 h1 { margin: 0; padding: 0; }
88 /* Put a dotted line at the top of the footer */
89 border-top: 1px dotted #9C9C9C;
90 /* Include some spacing around the line */
101 padding: 2px 20px 20px 20px;
104 #editor-textarea, #editor-help {
105 font-family: monospace;
106 border: 1px solid #8cacbb;
108 background-color: white;
114 /* Format the pageinfo bar. */
119 /* Format the username bar, copied from the modern theme */
133 padding: 0 0.5em 0 0;
137 /* Put the searchform below the pageinfo / username bar */
140 /* Put a bit of offset between the pageinfo and searchform. Don't use
141 * margin here, that collapses with the floating pageinfo. */
146 /* Put a bit of offset between the pageinfo and searchform. Don't use
147 * margin here, that collapses with the floating pageinfo. */
150 /* Unset the default ul margins */
153 /* Put the editbar at the right side (but not over the image there */
156 /* Prevent weird linebreaks */
160 .editbar form, .editbar form div {
171 /****************** Next pages ************************/
177 background-image:url('img/perkamentCenter.gif');
178 background-position:center 39px;
179 background-repeat:repeat-y;
186 background-image:url('img/perkamentTop.gif');
187 background-repeat:no-repeat;
188 background-color:#5a1800;
192 width:624px; /*694 parent width minus two times 35px padding*/
194 padding:0px 35px 0px 35px;
205 background-image:url('img/perkamentBottom.gif');
206 background-repeat:no-repeat;
207 background-color:#5a1800;
211 border:3px double #cc8900;
214 /* vim: set sw=4 sts=4 expandtab */