Difference between revisions of "Team:RHIT/StyleSheet2"

 
(9 intermediate revisions by the same user not shown)
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: transparent;
+
background-color:#836C6C;
 
                                 position: absolute;
 
                                 position: absolute;
 
                                 top:9px;
 
                                 top:9px;
Line 15: Line 15:
 
                                 transform: translate(-50%, -50%);
 
                                 transform: translate(-50%, -50%);
 
                                 -webkit-transform: translate(-50%, -50%);
 
                                 -webkit-transform: translate(-50%, -50%);
}
+
                            }
  
 
/*left align Black Menu Bar */
 
/*left align Black Menu Bar */
Line 21: Line 21:
 
margin-left: auto;  
 
margin-left: auto;  
 
                                 margin-right: auto;
 
                                 margin-right: auto;
}
+
                    }
  
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
Line 28: Line 28:
 
body {  
 
body {  
 
background-color:#836C6C;
 
background-color:#836C6C;
}
+
        }
  
 
/* 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.7%;
+
width:108.65%;
 
overflow:hidden;
 
overflow:hidden;
        padding:auto;
 
 
                                 position:absolute;
 
                                 position:absolute;
 
                                 top:150%;
 
                                 top:150%;
Line 270: Line 269:
 
                       left:880px;
 
                       left:880px;
 
                           }
 
                           }
 +
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 14:12, 13 August 2015