MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins and pages */ .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: 80%; position: relative; margin-left: auto; margin-right: auto; font-weight: bold; text-align: center; } .mainTable{ width: 80%; margin-left: auto; margin-right: auto; padding: 0 0 0 0 ; border-spacing: 12px; } .boxHeading { color: white; margin: 4px; padding: 7px; font-size: 220%; font-weight: bold; text-align: center; background: #5f2f2f; border: 1px solid #2B3A42; text-shadow: -2px 2px 1px #555, 1px -1px 0px #000 } .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(220,220,230,.9); } td.leftSideBox { text-align: left; } td.rightSideBox { text-align: right; } .previouslyFeatured { font-size: 0.8em; text-align: right; font-style: italic; } .mainPage .bottomRow.rightSideBox { border-radius: 7px 7px 20px 7px; } .mainPage .bottomRow.leftSideBox { border-radius: 7px 7px 7px 20px; }