MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 26: | Line 26: | ||
.boxHeading { | .boxHeading { | ||
background: #5f5d5c; | border:1px solid #2B3A42; | ||
background:#5f5d5c; | |||
color: white; | |||
padding: 5px; | padding: 5px; | ||
margin: | margin: 3px; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
font-size: 120% | font-size: 120%; | ||
} | } |
Revision as of 22:34, 27 January 2013
/* CSS placed here will be applied to all skins */ .mainPage { background-image:url(http://wiki.aie-guild.org/images/4/45/Aie_cube_mark.png) ; background-repeat:no-repeat; background-size: contain; background-position: center center; } .mainHeading { width: 60%; position: relative; padding: 5px; margin: 3px; font-weight: bold; text-align: center; } .mainTable{ width: 70%; margin-left: auto; margin-right: auto; } .boxHeading { border:1px solid #2B3A42; background:#5f5d5c; color: white; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%; }