Team:Minnesota/Templates/removestyle

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
<style type="text/css">
<style type="text/css">
 +
<!--
 +
/*============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 {
 +
    position: relative;
 +
    width:  965px;
 +
  margin-left: 0px;
 +
margin: 0 auto;
 +
    padding: 0 0 0 0;
 +
    color: black;
 +
    /* line-height: 1.5em; */
 +
    z-index: 2;
 +
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============*/
 +
-->
/* remove style from https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki */
/* remove style from https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki */

Revision as of 06:30, 8 September 2014

remove style