MediaWiki:Monobook.css: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
.infobox th { | .infobox th { | ||
background-color: #CEE0F2; | background-color: #CEE0F2; | ||
} | |||
/* A little hack-y, but i like the look better. */ | |||
#p-logo a { | |||
position: relative; | |||
top: -19px; | |||
left: -6px; | |||
} | } |
Revision as of 15:12, 28 November 2007
/* CSS placed here will affect users of the Monobook skin */ .infobox { background-color:#F9F9F9; border:1px solid #AAAAAA; clear:right; color:black; float:right; margin-bottom:0.5em; margin-left:1em; padding:0.2em; } .infobox td, .infobox th { padding: 0 0.5em; vertical-align:top; } .infobox th { background-color: #CEE0F2; } /* A little hack-y, but i like the look better. */ #p-logo a { position: relative; top: -19px; left: -6px; }