MediaWiki:Common.css: Difference between revisions

From AIE Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:




.mainLandingPage {  
.mainPage {  
   background-image:url(http://wiki.aie-guild.org/images/3/37/AielogoOnClear.gif)  ;
   background-image:url(http://wiki.aie-guild.org/images/3/37/AielogoOnClear.gif)  ;
   background-repeat:no-repeat;
   background-repeat:no-repeat;
Line 8: Line 8:
}
}


.mainLandingHeading {
.mainHeading {
   width: 60%;  
   width: 60%;  
   position: relative;
   position: relative;
Line 16: Line 16:
   bold;  
   bold;  
   text-align: center;
   text-align: center;
}
.mainTable{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
}

Revision as of 20:10, 27 January 2013

/* CSS placed here will be applied to all skins */


.mainPage { 
   background-image:url(http://wiki.aie-guild.org/images/3/37/AielogoOnClear.gif)  ;
   background-repeat:no-repeat;
   background-position: left 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;
}