1,393
edits
m |
m |
||
Line 8: | Line 8: | ||
/* FIXES, SPACING AND LAYOUT TWEAKS, HACKS. */ | |||
/* Override the site's font. */ | /* Override the site's font. */ | ||
Line 16: | Line 18: | ||
/* | /* Remove white space from the main content box. */ | ||
#content { | #content { | ||
position: relative; | position: relative; | ||
Line 24: | Line 26: | ||
} | } | ||
/* Emulate normal padding in the body content box instead. */ | |||
#bodyContent { | #bodyContent { | ||
padding: 1em; | padding: 1em; | ||
Line 64: | Line 67: | ||
/* Page title. Appears at the top of articles right beneath the page control buttons. */ | /* Page title. Appears at the top of articles right beneath the page control buttons. */ | ||
.firstHeading { | .firstHeading { | ||
color: rgb( | background-image: url('http://wiki.aetolia.com/mediawiki/images/2/21/Graphite.gif'); | ||
color: rgb(80, 180, 255); | |||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; |