Difference between revisions of "MediaWiki:Common.css"
From QueerBio.com
Line 35: | Line 35: | ||
font-family: Arial, Helvetica; | font-family: Arial, Helvetica; | ||
font-size: 16pt; | font-size: 16pt; | ||
+ | align: center; | ||
} | } | ||
Line 40: | Line 41: | ||
font-family: Arial, Helvetica; | font-family: Arial, Helvetica; | ||
font-size: 14pt; | font-size: 14pt; | ||
+ | align: center; | ||
} | } | ||
/* remove Toolbox */ | /* remove Toolbox */ | ||
#p-tb { display:none !important; } | #p-tb { display:none !important; } |
Revision as of 19:57, 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; } #main-content { display: inline-block; max-width: 60%; } #didyouknow { display: inline-block; background-color: #eaf2f8; margin-left: 25px; min-width: 30%; max-width: 300px; padding-left: 25px; padding-top: 15px; padding-right: 25px; padding-bottom: 15px; } .dyk-1 { font-family: Arial, Helvetica; font-size: 16pt; align: center; } .dyk-2 { font-family: Arial, Helvetica; font-size: 14pt; align: center; } /* remove Toolbox */ #p-tb { display:none !important; }