Merge "Send correct HTML when reporting a MWException object and the OuputPage object...
[mediawiki.git] / skins / nostalgia / screen.css
blobaed5715b1fe81b33a3eb93925c61e0fc6f5020c8
1 body {
2 /* background color is set separately on page type */
3 color: black;
6 #specialform {
7 display: inline;
10 #powersearch {
11 background: #DDEEFF;
12 border-style: solid;
13 border-width: 1px;
14 padding: 2px;
17 a.new {
18 color: #ba0000;
21 a.interwiki,
22 a.external {
23 color: #3366BB;
26 a.printable {
27 text-decoration: underline;
30 a.stub {
31 color: #772233;
32 text-decoration: none;
35 h1.pagetitle {
36 padding-top: 0;
37 margin-top: 0;
38 padding-bottom: 0;
39 margin-bottom: 0;
42 h2, h3, h4, h5, h6 {
43 margin-bottom: 0;
46 textarea {
47 overflow: auto;
50 p.subtitle {
51 padding-top: 0;
52 margin-top: 0;
54 div.sitenotice {
55 clear: both;