Team:Rutgers/style2

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
/****************************/
/****************************/
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
-
    display:none;}
 
-
 
-
/* Redesigning the topmenu */
 
-
/***************************/
 
-
body {
 
-
    padding: 0;}
 
-
#top-section {
 
-
    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;}
 
-
#menubar > ul > li:last-child {
 
     display:none;}
     display:none;}

Revision as of 13:24, 12 August 2013

/* Removing wiki-like stuff */ /****************************/

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;}