Difference between revisions of "MediaWiki:Print.css"

From UFO:AI
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 17:30, 8 May 2010

/* CSS placed here will affect the print output */

body {
 background-color: white !important;
}

.firstHeading {
 background-color: white !important;
}

#footer {
 background-color: white !important;
}

div.thumbinner .thumbcaption, table.gallery .gallerytext,
.ufotable th {
 background-color: #B0B0B0 !important;
}

div.thumbinner .image, table.gallery .thumb,
.ufotable td {
 background-color: #E0E0E0 !important;
}