User:Rgoodermote/monobook-ipod.js: Difference between revisions
Appearance
imported>Rgoodermote |
(No difference)
|
Latest revision as of 01:33, 18 October 2009
//Imported from http://en.wikipedia.org/wiki/User:Nihiltres/iPod.js to make my life easier
//move p-cactions and p-personal inside the content bit, above sitenotice, so that I can prettify them more easily
addOnloadHook(function() {
if ( (document.getElementById("p-cactions")) && (document.getElementById("p-personal")) && skin == "monobook") {
var contentdiv = document.getElementById("content");
contentdiv.insertBefore(document.getElementById("p-cactions"), document.getElementById("siteNotice"));
contentdiv.insertBefore(document.getElementById("p-personal"), document.getElementById("p-cactions"));
}});
//remember to use the magic by also properly styling the moved elements and removing the now-empty space on top