Difference between revisions of "MediaWiki:Common.css"
From QueerBio.com
Line 13: | Line 13: | ||
#p-logo { | #p-logo { | ||
top: -190px; | top: -190px; | ||
+ | } | ||
+ | |||
+ | #didyouknow { | ||
+ | min-width: 30%; | ||
+ | max-width: 300px; | ||
} | } | ||
/* remove Toolbox */ | /* remove Toolbox */ | ||
#p-tb { display:none !important; } | #p-tb { display:none !important; } |
Revision as of 19:34, 30 April 2013
/* CSS placed here will be applied to all skins */ body { background-color: #FFFFFF; background-image: none; } #mw-page-base { background-image: url("/wiki/skins/vector/images/topbkgd.png"); background-position: top left; } #p-logo { top: -190px; } #didyouknow { min-width: 30%; max-width: 300px; } /* remove Toolbox */ #p-tb { display:none !important; }