Use black on white colors. Some skins might have 'stranges' colors.
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 12 Aug 2005 08:08:11 +0000 (08:08 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 12 Aug 2005 08:08:11 +0000 (08:08 +0000)
skins/common/commonPrint.css

index 8835f3a..3b8442c 100644 (file)
@@ -123,6 +123,8 @@ ul {
     text-align: left;
 }
 #footer {
+       background : white;
+       color : black;
     border-top: 1px solid black;
 }
 
@@ -146,6 +148,8 @@ pre {
     font-size: 8pt;
     overflow: auto;
     padding: 1em 0;
+       background : white;
+       color : black;
 }
 
 table.listing,
@@ -175,6 +179,11 @@ a:link, a:visited {
     min-width: 0 !important;
 }
 
+#content {
+       background : white;
+       color : black;
+}
+
 #column-content {
     margin: 0 !important;
 }