Difference between revisions of "Team:RHIT/StyleSheet1"

Line 8: Line 8:
 
/*-- Remove borders, float content left and remove padding/margin */
 
/*-- Remove borders, float content left and remove padding/margin */
 
#globalWrapper, #content{
 
#globalWrapper, #content{
background-color: #636976;
+
background-color: #836C6C;
        position: absolute;
+
border: 0px;
        top: 50%;
+
float:left;
        left: 50%;
+
    margin:0px;
        margin-right: -50%;
+
padding: 0px;
        transform: translate(-50%, -50%)
+
 
}
 
}
  
 
/*left align Black Menu Bar */
 
/*left align Black Menu Bar */
 
#top_menu_inside {  
 
#top_menu_inside {  
                        margin-left:auto;
+
margin-left: 20px;  
                        margin-right:auto;
+
 
}
 
}
 +
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
  
Line 49: Line 48:
 
#contentContainer {
 
#contentContainer {
 
                                
 
                                
padding-top:1px;
+
        position: absolute;
                                padding-left:1px;
+
        top: 50%;
                                padding-right:1px;
+
        left: 50%;
                                height: 100%;
+
        margin-right: -50%;
width: 97%;
+
        transform: translate(-50%, -50%)
margin-left:auto;
+
margin-right:auto;
+
 
background-color:#454652;  
 
background-color:#454652;  
 
font-family: "Arial", Helvetica, sans-serif;
 
font-family: "Arial", Helvetica, sans-serif;

Revision as of 15:22, 11 August 2015