User:TheMcr/monobook.js: Difference between revisions

Boobpedia - Encyclopedia of big boobs
Jump to navigationJump to search
No edit summary
(Blanked the page)
Tag: Blanking
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
// Create a new <style> element
var customStyle = document.createElement("style");
customStyle.innerHTML = `
  body {
  font: x-small sans-serif;
  background: #990000 url(/wiki/skins/monobook/headbg.jpg) 0 0 no-repeat;
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
}
`;


// Append the <style> element to the document head
document.head.appendChild(customStyle);
console.log("Custom CSS applied via JavaScript!");

Latest revision as of 15:17, 5 April 2025