MediaWiki:Common.css: Difference between revisions

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


.mainPage td {
.mainPage td {
  border: 3px solid #AAAAAA;
  vertical-align: top;
   border-radius: 0 0px 15px 15px;
   border-radius: 0 0px 15px 15px;
   background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.5),rgba(200,200,200,.1));
   background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.5),rgba(200,200,200,.1));

Revision as of 23:48, 27 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: contain;
   background-position: center center;
}

.mainHeading {
   width: 60%; 
   position: relative;
   padding: 5px; 
   margin: 3px; 
   font-weight: 
   bold; 
   text-align: center;
}

.mainTable{
   width: 75%; 
   margin-left: auto; 
   margin-right: auto;
}

.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 {
   border: 3px solid #AAAAAA; 
   vertical-align: top;
   border-radius: 0 0px 15px 15px;
   background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.5),rgba(200,200,200,.1));
   background-image: -moz-linear-gradient(135deg,rgba(0,0,0,.5),rgba(200,200,200,.1));
   background-image: -ms-linear-gradient(135deg,rgba(0,0,0,.5),rgba(200,200,200,.1));
   background-image: linear-gradient(135deg,rgba(0,0,0,.5),rgba(200,200,200,.1));
}