prefs toc/folding
[lhc/web/wiklou.git] / stylesheets / nostalgia.css
1 @import url("common.css");
2 body {
3 /* Background color is set separately on page type */
4 color: black;
5 }
6 #article { }
7 #specialform { display: inline; }
8 #powersearch {
9 background: #DDEEFF; border-style: solid; border-width: 1; padding: 2;
10 }
11 .bodytext { }
12 a.interwiki, a.external { color: #3366BB; }
13 a.printable { text-decoration: underline; }
14 a.stub { color:#772233; text-decoration:none; }
15 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
16 h2, h3, h4, h5, h6 { margin-bottom: 0; }
17 textarea { overflow: auto; }
18 p.subtitle { padding-top: 0; margin-top: 0; }
19
20