From 7af8572542712473d595f111354ddabf5c509b4d Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Wed, 23 Jul 2003 07:48:43 +0000 Subject: [PATCH] minor stylesheet changes --- includes/Skin.php | 2 +- stylesheets/wikistandard.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/Skin.php b/includes/Skin.php index c1e51d5b60..4f374f8af9 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -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") diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index 1ebdf85870..ab20b85b8c 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -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; } -- 2.20.1