Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: .static { position:absolute; background: white; } .static:hover { opacity:0; }") |
|||
Line 1: | Line 1: | ||
− | /* CSS placed here will be applied to all skins | + | /* CSS placed here will be applied to all skins |
.static { | .static { | ||
position:absolute; | position:absolute; | ||
Line 8: | Line 8: | ||
opacity:0; | opacity:0; | ||
} | } | ||
+ | */ |
Latest revision as of 16:13, 5 October 2018
/* CSS placed here will be applied to all skins .static { position:absolute; background: white; } .static:hover { opacity:0; } */