summaryrefslogtreecommitdiff
path: root/skins/nostalgia/screen.css
blob: 1cac7a738aed0671042a049fe64dae83e171d716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
body {
	/* Background color is set separately on page type */
	color: black;
}

#specialform {
	display: inline;
}

#powersearch {
	background: #DDEEFF;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

a.interwiki, a.external {
	color: #3366BB;
}

a.printable {
	text-decoration: underline;
}

a.stub {
	color: #772233;
	text-decoration: none;
}

h1.pagetitle {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

textarea {
	overflow: auto;
}

p.subtitle {
	padding-top: 0;
	margin-top: 0;
}
div.sitenotice {
	clear: both;
}