MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
(The first option worked. Trying a nicer option) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
body { background-image: none; background-color: #FFFFFF;} | body { background-image: none; background-color: #FFFFFF;} | ||
/* Using the Logo area for a navigation menu */ | |||
#column-one { | |||
padding-top: 20px; | |||
} | |||
/* Removing the linkable logo area */ | |||
#p-logo, | |||
#p-logo a, | |||
#p-logo a:hover { | |||
height: 0px; | |||
} |
Latest revision as of 15:06, 9 August 2009
/* CSS placed here will affect users of the Monobook skin */ body { background-image: none; background-color: #FFFFFF;} /* Using the Logo area for a navigation menu */ #column-one { padding-top: 20px; } /* Removing the linkable logo area */ #p-logo, #p-logo a, #p-logo a:hover { height: 0px; }