Team:Minnesota/Templates/removestyle

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
/*============the following section is hacking the original wiki template============*/
/*============the following section is hacking the original wiki template============*/
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
-
    display:none;
 
-
}
 
-
 
-
#top-section {
 
-
    border: none;
 
-
    height: 0px;
 
-
}
 
-
 
-
#content {
 
-
    border: none;
 
-
    background-color: transparent;
 
-
}
 
-
 
-
 
-
#menubar > ul > li:last-child {
 
-
    display: none;
 
-
}
 
-
 
-
#menubar { //resizes menu bar
 
-
    width: auto;
 
-
}
 
-
 
-
/*hacks menubar links to do cool things*/
 
-
#menubar a:link {color:transparent;}
 
-
#menubar a:visited {color:transparent;}
 
-
#menubar a:hover {color:black;}
 
-
#menubar a:active {color:gray;}
 
-
 
-
 
-
#top-section { /*section with the buttons and search bar - might be bad to remove*/
 
-
    border: 0px transparent solid;
 
-
    position:absolute;
 
-
    left:140px;
 
-
    /*display:none;*/
 
-
}
 
-
 
-
#menubar { /*main menubar settings*/
 
-
    background-color: transparent;
 
-
}
 
-
#menubar ul li a { /*menubar subcategory items*/
 
-
    color: black;
 
-
}
 
-
 
-
.right-menu li a {
 
-
    color: black;
 
-
    background-color: transparent;
 
-
}
 
/*============End original wiki mods============*/
/*============End original wiki mods============*/

Revision as of 16:25, 7 September 2014

remove style