Difference between revisions of "Team:RHIT/StyleSheet1"

Line 32: Line 32:
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
#mainContainer {   
 
#mainContainer {   
width:108.6%;
+
width:101.4%;
 
                                 height:100%;
 
                                 height:100%;
 
overflow:hidden;
 
overflow:hidden;
 
float:inherit;
 
float:inherit;
 +
        padding:auto;
 +
                                position:relative;
 +
                                top:-6px;
 +
                                left:3.9%;
 +
                                text-align:center;
 
               background-color: #454652;
 
               background-color: #454652;
 
font-family: "Arial", Helvetica, sans-serif;
 
font-family: "Arial", Helvetica, sans-serif;
Line 41: Line 46:
 
                                           }
 
                                           }
  
 
/* Creates the container for the content */
 
#contentContainer {
 
                                position:relative;
 
background-color:#454652;
 
font-family: "Arial", Helvetica, sans-serif;
 
                                z-index:1;
 
                    }
 
  
  
Line 55: Line 52:
 
height:20%;
 
height:20%;
 
                                 width:100%;   
 
                                 width:100%;   
 
+
                                position: relative;
 +
                                top:-6px;
 +
                                left:00%;
 
                                 z-index:2;  
 
                                 z-index:2;  
 
                  }
 
                  }

Revision as of 15:56, 11 August 2015