Difference between revisions of "Team:RHIT/StyleSheet1"

Line 9: Line 9:
 
#globalWrapper, #content{
 
#globalWrapper, #content{
 
background-color: transparent;
 
background-color: transparent;
border: 0px;
+
 
float:left;
+
                                        position: absolute;
                               
+
        top: 50%;
margin:0px;
+
        left: 50%;
padding: 0px;
+
        margin-right: -50%;
 +
        transform: translate(-50%, -50%)
 +
 
 
}
 
}
  
Line 47: Line 49:
 
/* Creates the container for the content */
 
/* Creates the container for the content */
 
#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%)
float:left
+
 
background-color:#454652;  
 
background-color:#454652;  
 
font-family: "Arial", Helvetica, sans-serif;
 
font-family: "Arial", Helvetica, sans-serif;

Revision as of 15:49, 11 August 2015