MediaWiki:Common.css: Difference between revisions

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


.mainLandingHeading {
.mainLandingHeading {
style="width: 60%; margin: auto; position: relative;"
    width: 60%;  
    margin: auto;  
    position: relative;
}
}


.mainLandingHeadingText {
.mainLandingHeadingText {
   style="padding: 5px; margin: 3px; font-weight: bold; text-align: center;"
   padding: 5px;  
  margin: 3px;  
  font-weight:  
  bold;  
  text-align: center;
}
}

Revision as of 19:42, 27 January 2013

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


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

.mainLandingHeading {
    width: 60%; 
    margin: auto; 
    position: relative;
}

.mainLandingHeadingText {
   padding: 5px; 
   margin: 3px; 
   font-weight: 
   bold; 
   text-align: center;
}