MediaWiki:Common.css: Difference between revisions

From AIE Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 34: Line 34:
   background: #5f5d5c;  
   background: #5f5d5c;  
   border: 1px solid #2B3A42;  
   border: 1px solid #2B3A42;  
  text-shadow: 4px 4px 0px #5f5d5c, 10px 10px 0px #504f4e;
}
}



Revision as of 23:15, 28 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: 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: 3px; 
   padding: 5px; 
   font-size: 120%;
   font-weight: bold; 
   text-align: center; 
   background: #5f5d5c; 
   border: 1px solid #2B3A42; 
   text-shadow: 4px 4px 0px #5f5d5c, 10px 10px 0px #504f4e;
}

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