Difference between revisions of "MediaWiki:Common.css"
From QueerBio.com
(38 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | body { | ||
+ | background-color: #FFFFFF; | ||
+ | background-image: none; | ||
+ | } | ||
#mw-page-base { | #mw-page-base { | ||
background-image: url("/wiki/skins/vector/images/topbkgd.png"); | background-image: url("/wiki/skins/vector/images/topbkgd.png"); | ||
− | background-position: top right; | + | background-position: top left; |
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | top: -190px; | ||
+ | } | ||
+ | |||
+ | #main-content { | ||
+ | vertical-align: top; | ||
+ | display: inline-block; | ||
+ | max-width: 60%; | ||
+ | } | ||
+ | |||
+ | #didyouknow { | ||
+ | display: inline-block; | ||
+ | background-color: #eaf2f8; | ||
+ | margin-left: 25px; | ||
+ | min-width: 300px; | ||
+ | max-width: 300px; | ||
+ | padding-left: 25px; | ||
+ | padding-top: 15px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | border: 1px solid #e7e7e7; | ||
} | } | ||
+ | |||
+ | /* remove Toolbox | ||
+ | #p-tb { display:none !important; } */ |
Latest revision as of 19:55, 11 May 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; } #main-content { vertical-align: top; display: inline-block; max-width: 60%; } #didyouknow { display: inline-block; background-color: #eaf2f8; margin-left: 25px; min-width: 300px; max-width: 300px; padding-left: 25px; padding-top: 15px; padding-right: 25px; padding-bottom: 25px; border: 1px solid #e7e7e7; } /* remove Toolbox #p-tb { display:none !important; } */