Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <!-- This tells the browser that your page is responsive --> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" | <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" | ||
Line 306: | Line 308: | ||
src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | ||
− | < | + | <script type="application/javascript"> |
− | + | $(document).ready(function () { | |
− | + | /* remove igem mess */ | |
+ | $("#content").removeClass("mw-body").attr("id", ""); | ||
+ | $("#mw-content-text").removeClass("mw-content-ltr").attr("id", ""); | ||
+ | $("#HQ_page").attr("id", ""); | ||
+ | $("#bodyContent").attr("id", ""); | ||
+ | $("#globalWrapper").attr("id", ""); | ||
+ | }); | ||
+ | $(window).load(function () { | ||
+ | setTimeout(function () { | ||
+ | $(".container").fadeIn(); | ||
+ | }, 150); | ||
+ | $("#home_logo").remove(); | ||
+ | $("#sideMenu").remove(); | ||
+ | $("#top_title").remove(); | ||
+ | $("#patrollink").remove(); | ||
+ | }); | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
Line 401: | Line 419: | ||
</div><!-- /.container-fluid --> | </div><!-- /.container-fluid --> | ||
</nav> | </nav> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:31, 1 November 2017