From d591a9f77165eff6d4966fb0b159418fb31ffbf7 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 7 Apr 2004 14:43:24 +0000 Subject: [PATCH] * non-existing discussion link formatting * pre width no longer set for IE5.5 and 6 --- stylesheets/monobook/IE55Fixes.css | 1 - stylesheets/monobook/IE60Fixes.css | 1 - stylesheets/monobook/main.css | 13 +++++++------ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css index b896b636f6..649bf0c7be 100644 --- a/stylesheets/monobook/IE55Fixes.css +++ b/stylesheets/monobook/IE55Fixes.css @@ -9,7 +9,6 @@ } #bodyContent center, #bodyContent pre { - width: 100%; overflow: auto; } diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index 9b192323b3..cc0387da39 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -12,7 +12,6 @@ } #bodyContent center, /* the full-size images are in center tags */ #bodyContent pre { - width: 100%; overflow: auto; } diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 883ecd6498..d9cc7999d1 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -311,10 +311,6 @@ pre { padding: 0.5em 1em; vertical-align: middle; } -.portalMessage a { - color: Black; - text-decoration: none; -} .documentDescription { /* The summary text describing the document */ font-weight: bold; @@ -338,7 +334,7 @@ pre { */ a.stub, -a.new{ color:#ba0000; text-decoration:none; } +a.new { color:#ba0000; text-decoration:none; } #toc { /*border:1px solid #2f6fab;*/ @@ -625,12 +621,14 @@ div.townBox dl dd { overflow: visible; } #portlet-logo h5 { display: none; } -#portlet-logo a { +#portlet-logo a, +#portlet-logo a:hover { display: block; height: 155px; width: 135px; background: url(wiki.png) no-repeat; background-repeat: no-repeat; + text-decoration: none; } /* @@ -834,6 +832,9 @@ li#personaltools-login { #portlet-contentViews .selected a { z-index: 3; } +#portlet-contentViews .new a { + color:#ba0000; +} #portlet-contentViews li a:hover { z-index: 3; } -- 2.20.1