Difference between revisions of "Template:Team:Harvard BioDesign/CSS"

(Replaced content with "<html> <style type="text/css"> Removes Wiki default template: #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} ...")
Line 17: Line 17:
 
}
 
}
  
 +
 +
 +
/*Hides Menu*/
 +
body {
 +
    margin: 10px 0 0 0;
 +
    padding: 0;}
 +
#top-section {
 +
    width: 965px;
 +
    height: 0;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;}
 +
#menubar {
 +
    font-size: 65%;
 +
    top: -14px;}
 +
.left-menu:hover {
 +
    background-color: transparent;}
 +
#menubar li a {
 +
    background-color: transparent;}
 +
#menubar:hover {
 +
    color: white;}
 +
#menubar li a {
 +
    color: transparent;}
 +
#menubar:hover li a {
 +
    color: white;}
 
 
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 03:49, 28 June 2015