]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - skins/common/nostalgia.css
MediaWiki 1.17.0
[autoinstallsdev/mediawiki.git] / skins / common / nostalgia.css
index 5944543a87c9844095f50c1d9b6fc2defa241792..e1b774dfe340def61ec030e884774234fa537e62 100644 (file)
@@ -1,18 +1,48 @@
-@import url("common.css");
 body {
        /* Background color is set separately on page type */
        color: black;
 }
-#specialform { display: inline; }
+
+#specialform {
+       display: inline;
+}
+
 #powersearch {
-  background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
+       background: #DDEEFF;
+       border-style: solid;
+       border-width: 1px;
+       padding: 2px;
+}
+
+a.interwiki, a.external {
+       color: #3366BB;
+}
+
+a.printable {
+       text-decoration: underline;
 }
-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; }
 
+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;
+}