d6183623220e1d9853d0e33c386cf7e3231fd53d
[lhc/web/wiklou.git] / skins / nostalgia / screen.css
1 body {
2 /* background color is set separately on page type */
3 color: black;
4 }
5
6 #specialform {
7 display: inline;
8 }
9
10 #powersearch {
11 background: #DDEEFF;
12 border-style: solid;
13 border-width: 1px;
14 padding: 2px;
15 }
16
17 a.interwiki,
18 a.external {
19 color: #3366BB;
20 }
21
22 a.printable {
23 text-decoration: underline;
24 }
25
26 a.stub {
27 color: #772233;
28 text-decoration: none;
29 }
30
31 h1.pagetitle {
32 padding-top: 0;
33 margin-top: 0;
34 padding-bottom: 0;
35 margin-bottom: 0;
36 }
37
38 h2, h3, h4, h5, h6 {
39 margin-bottom: 0;
40 }
41
42 textarea {
43 overflow: auto;
44 }
45
46 p.subtitle {
47 padding-top: 0;
48 margin-top: 0;
49 }
50 div.sitenotice {
51 clear: both;
52 }