MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
// Sexual Health hero image | |||
(function() { | |||
var style = document.createElement('style'); | |||
style.textContent = '#ax-sexual-health-hero { background-image: url("https://alphax.wiki/images/4/43/Sexual_Health_Hero.jpg"); background-size: cover; background-position: center center; }'; | |||
document.head.appendChild(style); | |||
})(); | |||
(function () { | (function () { | ||