MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
.mainPage { | .mainPage { | ||
background-image:url(http://wiki.aie-guild.org/images/4/45/Aie_cube_mark.png) ; | background-image:url(http://wiki.aie-guild.org/images/4/45/Aie_cube_mark.png) ; | ||
background-repeat:repeat; | background-repeat:no-repeat; | ||
background-size: 10%; | background-size: 10%; | ||
background-position: center center; | |||
} | } | ||
Revision as of 04:54, 28 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: 10%; background-position: center center; } .mainHeading { width: 60%; position: relative; margin-left: auto; margin-right: auto; font-weight: bold; text-align: center; } .mainTable{ width: 60%; margin-left: auto; margin-right: auto; padding: 0 0 0 0 ; border-spacing: 12px; } .boxHeading { border:1px solid #2B3A42; background:#5f5d5c; color: white; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%; } .mainPageTableBoxContents{ padding-left: 1em; padding-right: 1em; } .mainPage td { text-align: center; vertical-align: top; border: 3px solid #AAAAAA; border-radius: 7px 7px 7px 7px; background-color: rgba(230,230,240,.85); } td.leftSideBox { text-align: left;} td.rightSideBox { text-align: right;} .mainPage .bottomRow.rightSideBox { border-radius: 7px 7px 20px 7px;} .mainPage .bottomRow.leftSideBox { border-radius: 7px 7px 7px 20px;}