MediaWiki:Common.css

From AIE Wiki
Revision as of 22:03, 27 January 2013 by Ralff (talk | contribs)
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 */


.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;
}

.mainTable boxHeading {
   background: #5f5d5c;
   padding: 5px; 
   margin: 0px; 
   font-weight: bold;
   text-align: center; 
   font-size: 120%; 
   color: #FFFFFF;
}