MainPage.css: Difference between revisions

From AIE Wiki
Jump to navigation Jump to search
(Created page with " .mainPage { background-image:url(http://wiki.aie-guild.org/images/4/45/Aie_cube_mark.png) ; background-repeat:no-repeat; background-size: contain; background-po...")
 
mNo edit summary
 
(62 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mainPage {  
.mainPage {  
  background-image:url(http://wiki.aie-guild.org/images/4/45/Aie_cube_mark.png)  ;
   background-repeat:repeat;
   background-repeat:no-repeat;
  background-size: contain;
   background-position: center center;
   background-position: center center;
}
}
Line 21: Line 18:
   margin-right: auto;
   margin-right: auto;
   padding: 0 0 0 0 ;
   padding: 0 0 0 0 ;
   border-spacing: 12px;
   border-spacing: 15px;
}
}


Line 28: Line 25:
   margin: 4px;  
   margin: 4px;  
   padding: 7px;  
   padding: 7px;  
   font-size: 220%;
   font-size: 190%;
   font-weight: bold;  
  font-style: italic;
   font-weight: bold;
  font-family: Arial, sans-serif;
   text-align: center;  
   text-align: center;  
   background: #5f2f2f;  
   background: #582828;  
   border: 1px solid #2B3A42;  
   border: 1px solid #2B3A42;  
   text-shadow: -2px 2px 1px #555, 1px -1px 0px #000
   text-shadow: -2px 2px 0px #422, 1px -1px 0px #000
}
}


Line 47: Line 46:
   border-radius: 7px 7px  7px  7px;
   border-radius: 7px 7px  7px  7px;
   background-color: rgba(220,220,230,.9);
   background-color: rgba(220,220,230,.9);
  background-image: radial-gradient(rgba(240,240,250,.4), #988080);
}
}


td.leftSideBox  { text-align: left;}
td.leftSideBox  {  
td.rightSideBox { text-align: right;}
  text-align: left;
}


.previouslyFeatured {  
td.rightSideBox {
   font-size: 0.8em;  
  text-align: right;
}
 
.oneMoreThing{  
   font-size: 0.8em;
  text-decoration: overline;
  line-height: 5;
   text-align: right;
   text-align: right;
   font-style: italic;  
   font-style: italic;  
}
}


.mainPage .bottomRow.rightSideBox { border-radius: 7px 7px 20px  7px;}
.mainPage .bottomRow.rightSideBox {  
.mainPage .bottomRow.leftSideBox  { border-radius: 7px 7px  7px 20px;}
  border-radius: 7px 7px 20px  7px;
}
 
.mainPage .bottomRow.leftSideBox  {  
  border-radius: 7px 7px  7px 20px;
}

Latest revision as of 11:52, 1 February 2013

.mainPage {

  background-repeat:repeat;
  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: 15px;

}

.boxHeading {

  color: white; 
  margin: 4px; 
  padding: 7px; 
  font-size: 190%;
  font-style: italic;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center; 
  background: #582828; 
  border: 1px solid #2B3A42; 
  text-shadow: -2px 2px 0px #422, 1px -1px 0px #000

}

.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);
  background-image: radial-gradient(rgba(240,240,250,.4), #988080); 

}

td.leftSideBox {

  text-align: left;

}

td.rightSideBox {

  text-align: right;

}

.oneMoreThing{

  font-size: 0.8em;
  text-decoration: overline;
  line-height: 5;
  text-align: right;
  font-style: italic; 

}

.mainPage .bottomRow.rightSideBox {

  border-radius: 7px 7px 20px  7px;

}

.mainPage .bottomRow.leftSideBox {

  border-radius: 7px 7px  7px 20px;

}