Team:UI-Indonesia
From 2014.igem.org
Line 1: | Line 1: | ||
<html> | <html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
/* HIDING TOP SECTION */ | /* HIDING TOP SECTION */ | ||
Line 48: | Line 41: | ||
<!-- here ends the section that changes the default wiki template to a white full width background --> | <!-- here ends the section that changes the default wiki template to a white full width background --> | ||
+ | |||
+ | <!-- Remove "TEAM" from the menubar --> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("menubar > ul > li:last-child").remove(); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | </html> |
Revision as of 14:18, 14 July 2014
/* HIDING TOP SECTION */ body{position:absolute; top:0px; width:100%; height:100%;} #top-section{ height: 20px; border: none; width: 980px; margin: 0 auto; padding: 2px 0 0 0; background-color:transparent; background-image:url('https://static.igem.org/mediawiki/2014/4/4f/UI-Indonesia_Image_TopSectionBG.png'); background-size: 100% auto; overflow:hide; } #p-logo{display:none;} #search-controls{display:none;} #top{display:none;} .firstHeading{display:none;} /* END OF HIDING TOP SECTION */ #globalWrapper, #content { /*-- changes default wiki settings --*/ width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; } html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }