Difference between revisions of "Template:ETH Zurich/move elements"

(Try moving outside globalWrapper div)
(Insert content right after iGEM menubar.)
Line 2: Line 2:
 
   Move header, contents and footer as far outside as possible of all those ridiculous divs, to avoid preloaded MediaWiki CSS.
 
   Move header, contents and footer as far outside as possible of all those ridiculous divs, to avoid preloaded MediaWiki CSS.
 
*/
 
*/
$("header").insertAfter("#globalWrapper");
+
$("header").insertAfter("#top_menu_14");
 
$(".contents").insertAfter("header");
 
$(".contents").insertAfter("header");
 
$("footer").insertAfter(".contents");
 
$("footer").insertAfter(".contents");

Revision as of 14:14, 28 September 2017

/*

 Move header, contents and footer as far outside as possible of all those ridiculous divs, to avoid preloaded MediaWiki CSS.
  • /

$("header").insertAfter("#top_menu_14"); $(".contents").insertAfter("header"); $("footer").insertAfter(".contents");