]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - skins/common/nostalgia.css
MediaWiki 1.17.0
[autoinstalls/mediawiki.git] / skins / common / nostalgia.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, a.external {
18         color: #3366BB;
19 }
20
21 a.printable {
22         text-decoration: underline;
23 }
24
25 a.stub {
26         color: #772233;
27         text-decoration: none;
28 }
29
30 h1.pagetitle {
31         padding-top: 0;
32         margin-top: 0;
33         padding-bottom: 0;
34         margin-bottom: 0;
35 }
36
37 h2, h3, h4, h5, h6 {
38         margin-bottom: 0;
39 }
40
41 textarea {
42         overflow: auto;
43 }
44
45 p.subtitle {
46         padding-top: 0;
47         margin-top: 0;
48 }