Difference between revisions of "MediaWiki:Common.css"
m |
m |
||
Line 12: | Line 12: | ||
body > * { | body > * { | ||
opacity: 0.95; | opacity: 0.95; | ||
+ | } | ||
+ | |||
+ | #mw-panel { | ||
+ | background: rgba(255,255,255,0.75); | ||
} | } |
Revision as of 06:27, 3 April 2020
/* CSS placed here will be applied to all skins */ .skill > span { font-size: 0.875em !important; } body { background-image: url(/resources/assets/2xdback.jpg); background-repeat: repeat; background-position: center center; } body > * { opacity: 0.95; } #mw-panel { background: rgba(255,255,255,0.75); }