Difference between revisions of "Team:RHIT/StyleSheet2"

 
(25 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 27: Line 27:
 
/* Change Background color*/
 
/* Change Background color*/
 
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 51: Line 50:
 
                                 width: 97%;
 
                                 width: 97%;
 
                                 float:left
 
                                 float:left
                                 background-color:#605552;
+
                                 background-color:#836C6C;
 
                                 font-family: "Arial", Helvetica, sans-serif;
 
                                 font-family: "Arial", Helvetica, sans-serif;
 
                                       }
 
                                       }
Line 270: Line 269:
 
                       left:880px;
 
                       left:880px;
 
                           }
 
                           }
 +
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 14:12, 13 August 2015