MediaWiki:Monobook.js

Salt la: navigare, căutare

Notă: După salvare, trebuie să treceţi peste cache-ul browser-ului pentru a vedea modificările. Mozilla/Safari/Konqueror: ţineţi apăsat Shift în timp ce apăsaţi Reload (sau apăsaţi Ctrl-Shift-R), IE: apăsaţi Ctrl-F5, Opera: apăsaţi F5.

/* Any JavaScript here will be loaded for users using the MonoBook skin */
 
if((navigator.userAgent.indexOf("MSIE 6")==-1) && (wgAction == 'submit' || wgAction == 'view')) addOnloadHook(function() {
    if(!document.getElementById('siteNotice') && !window.siteNoticeValue && !window.wgNotice) return
    appendCSS('#bodyContent { position:relative; } \n.topicon, #protected-icon{ position:absolute; top:-2em !important;}\n#coordinates{ position:absolute; top:1px !important; }');
})