Team:UI-Indonesia

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
 
+
<!-- Remove "TEAM" from the menubar -->
-
<!-- this section changes the default wiki template to a white full width background -->
+
        <script type="text/javascript">
-
 
+
            $(document).ready(function() {
-
<style type="text/css">
+
                $("menubar > ul > li:last-child").remove();
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
+
            });
 +
        </script>
/* HIDING TOP SECTION */
/* HIDING TOP SECTION */

Revision as of 14:15, 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; }