Difference between revisions of "Template:TeamTemplateA"

Line 16: Line 16:
 
/* Set up a width, height and color of the body wrapper*/
 
/* Set up a width, height and color of the body wrapper*/
 
body {  
 
body {  
 +
 +
/* Layout */
 
width: 100%;  
 
width: 100%;  
 
height: 100%;  
 
height: 100%;  
 +
 +
/* Styling */
 
background-color: #fff;
 
background-color: #fff;
 
}
 
}
Line 47: Line 51:
 
/* Main content wrap  */
 
/* Main content wrap  */
 
#mainContainer {   
 
#mainContainer {   
 +
 +
/* Layout */
 
width: 980px;
 
width: 980px;
background-color: #fff;
 
 
overflow:hidden;
 
overflow:hidden;
 
margin:auto;
 
margin:auto;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
 +
 +
/* Styling*/
 +
 
border-bottom: 14px solid #565656;
 
border-bottom: 14px solid #565656;
 
border-right: 2px solid #565656;
 
border-right: 2px solid #565656;
Line 61: Line 69:
 
/* Creates the container for the menu */
 
/* Creates the container for the menu */
 
#menuContainer  {  
 
#menuContainer  {  
 +
 +
/* Layout */
 
float:left;
 
float:left;
 
width: 135px;
 
width: 135px;
border-top: 14px solid #565656;
 
 
padding: 20px 0px;
 
padding: 20px 0px;
 +
 +
/* Styling*/
 +
border-top: 14px solid #565656;
 
background-color: #E8E8E9;
 
background-color: #E8E8E9;
  
Line 71: Line 83:
  
 
#contentContainer {
 
#contentContainer {
background-color: #fff;
+
 
width: 815px;
+
/* Layout */
padding-left: 20px;
+
float: left;
+
 
padding-top:20px;
 
padding-top:20px;
 
padding-right:10px;
 
padding-right:10px;
 
margin-bottom: 20px;
 
margin-bottom: 20px;
 +
width: 815px;
 +
padding-left: 20px;
 +
float: left;
 +
 +
/* Styling*/
 +
background-color: #fff;
 
border-top: 14px solid #565656;
 
border-top: 14px solid #565656;
 
}
 
}

Revision as of 21:07, 17 February 2015