MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
// Hero logo image styling - white + orange glow | |||
(function() { | |||
var s = document.createElement('style'); | |||
s.textContent = '#ax-hero-logo img { filter: hue-rotate(200deg) saturate(1.5) brightness(1.1) drop-shadow(0 0 16px rgba(255,100,0,0.8)) drop-shadow(0 0 40px rgba(255,80,0,0.4)); max-width:520px; width:80%; height:auto; display:inline-block; }'; | |||
document.head.appendChild(s); | |||
})(); | |||
// Knowledge Areas grid layout fixer | // Knowledge Areas grid layout fixer | ||
(function() { | (function() { | ||