MediaWiki:Common.js: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
     x.style.wordSpacing = "5px";
     x.style.wordSpacing = "5px";


document.write('<style> #firstHeading { font-variant: small-caps; font-family: times;}</style>');
document.write('<style> #firstHeading { font-variant: small-caps; font-family: serif;}</style>');

Revision as of 02:13, 9 August 2015

/* 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: serif;}</style>');