Team:Minnesota/Templates/removestyle
From 2014.igem.org
(Difference between revisions)
(7 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | table { | |
+ | font-size: 100%; | ||
+ | background-color: transparent; | ||
+ | color: black; | ||
+ | } | ||
/*============the following section is hacking the original wiki template============*/ | /*============the following section is hacking the original wiki template============*/ | ||
Line 68: | Line 72: | ||
/*============End original wiki mods============*/ | /*============End original wiki mods============*/ | ||
+ | |||
+ | /* remove style from https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki */ | ||
+ | |||
+ | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
+ | display:none;} | ||
+ | #top-section { | ||
+ | border: none; | ||
+ | height: 0px;} | ||
+ | |||
+ | #content { | ||
+ | width: 100%; | ||
+ | border: none;} | ||
+ | |||
+ | /* Removes "teams" from the menubar */ | ||
+ | #menubar > ul > li:last-child { | ||
+ | display: none;} | ||
+ | /* Resizes the menubar to fik the links (default is 400px) */ | ||
+ | #menubar { | ||
+ | width: auto;} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
Latest revision as of 19:32, 14 October 2014