minor stylesheet changes
authorErik Moeller <erik@users.mediawiki.org>
Wed, 23 Jul 2003 07:48:43 +0000 (07:48 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Wed, 23 Jul 2003 07:48:43 +0000 (07:48 +0000)
includes/Skin.php
stylesheets/wikistandard.css

index c1e51d5..4f374f8 100644 (file)
@@ -119,7 +119,7 @@ class Skin {
                global $wgUser, $wgTitle, $wgNamespaceBackgrounds, $wgOut, $oldid, $redirect, $diff,$action;
 
                if ( 0 != $wgTitle->getNamespace() ) {
-                       $a = array( "bgcolor" => "#f7f7ff" );
+                       $a = array( "bgcolor" => "#ffffec" );
                }
                else $a = array( "bgcolor" => "#FFFFFF" );
                if($wgOut->isArticle() && $wgUser->getOption("editondblclick")
index 1ebdf85..ab20b85 100644 (file)
@@ -16,9 +16,9 @@ a.stub { color:#772233; text-decoration:none; }
 body { margin: 0px; padding: 4px; }
 form.inline { display: inline; }
 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
-font-size:125%; }
+font-size:130%; }
 h2 { font-size: 112.5%; }
-h2, h3, h4, h5, h6 { margin-bottom: 0;border-bottom:1px dotted #dddddd; }
+h2, h3, h4, h5, h6 { margin-bottom: 0;}
 h3 { font-size: 106.25%; }
 h4 { font-size: 103.125%; }
 h5 { font-size: 100%; }
@@ -26,5 +26,5 @@ h6 { font-size: 95%; }
 hr.sep { color:gray;height:1px;background-color:gray;}
 p.subpages { font-size:small;}
 p.subtitle { padding-top: 0; margin-top: 0;}
-td.bottom { border: 1px solid gray;background-color:#f4f4ff; }
+td.bottom { border-top: 1px solid gray; }
 td.top { border-bottom: 1px solid gray; }