Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
    var x = document.getElementById("firstHeading");
    x.style.wordSpacing = "5px";
document.write('<style> #firstHeading { font-variant: small-caps; font-family: "Times New Roman" !important; font-weight: bolder;}</style>');

Revision as of 02:16, 9 August 2015

/* Any JavaScript here will be loaded for all users on every page load. */