Difference between revisions of "Template:Oxford"

Line 17: Line 17:
 
#mainContainer {   
 
#mainContainer {   
 
width: 100%;
 
width: 100%;
                    
+
                   height: 100%;
 
overflow:auto;
 
overflow:auto;
 
float:center;
 
float:center;
Line 44: Line 44:
 
#contentContainer {
 
#contentContainer {
 
padding-top:20px;
 
padding-top:20px;
padding-right:10px;
+
padding-right:0px;
margin-bottom: 20px;
+
margin-bottom: 0px;
width: 80%;
+
width: 100%;
padding-left: 20px;
+
padding-left: 0px;
 
float: none;
 
float: none;
 
background-color: #fff;  
 
background-color: #fff;  
Line 61: Line 61:
 
text-align:center;
 
text-align:center;
 
color: #002147;
 
color: #002147;
 +
}
 +
 +
                  /* Creates the container for the footer */
 +
#footerContainer {
 +
padding-top:20px;
 +
padding-right:10px;
 +
                                background-color: #002147;
 +
margin-bottom: 20px;
 +
width: 100%;
 +
padding-left: 20px;
 +
float: bottom;
 +
 +
border-top: none;
 +
font-family: Helvetica, sans-serif;
 
}
 
}
  
Line 213: Line 227:
 
padding-top: 5px;
 
padding-top: 5px;
 
     }
 
     }
 +
 +
 +
  
  
Line 287: Line 304:
 
<!-- Start of content -->
 
<!-- Start of content -->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 +
 +
<div id="footerContainer"></div>
 
</html>
 
</html>

Revision as of 19:48, 24 May 2015