From a74f206e4020ddd08c6f5335a37f628e7ca2f1e1 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 27 Feb 2004 03:35:36 +0000 Subject: [PATCH] Fix for 901693: specify default text color to avoid conflicting with background --- stylesheets/cologneblue.css | 2 +- stylesheets/nostalgia.css | 4 ++++ stylesheets/wikistandard.css | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index 2eeacbde23..b48bc68b9c 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -1,5 +1,5 @@ -body { margin: 0px; padding: 0px; } +body { margin: 0px; padding: 0px; color: black; } #specialform { display: inline; } #content { top: 0; margin: 0; padding: 0; } #topbar { padding: 0px; } diff --git a/stylesheets/nostalgia.css b/stylesheets/nostalgia.css index 4623a21fe1..62aaf9f5ad 100644 --- a/stylesheets/nostalgia.css +++ b/stylesheets/nostalgia.css @@ -1,3 +1,7 @@ +body { + /* Background color is set separately on page type */ + color: black; +} #article { } #specialform { display: inline; } #powersearch { diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index 16f6289543..a0986add66 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -16,7 +16,7 @@ a.interwiki, a.external { color: #3366BB; } a.printable { text-decoration: underline; } a.stub { color:#772233; text-decoration:none; } a.stub { color:#772233; text-decoration:none; } -body { margin: 0px; padding: 4px; } +body { margin: 0px; padding: 4px; color: black; } form.inline { display: inline; } /* CHECK MERGE @@@ -- 2.20.1