Difference between revisions of "MediaWiki:Common.css"
m |
|||
Line 6: | Line 6: | ||
body { | body { | ||
background-image: url(/resources/assets/2xdback.jpg); | background-image: url(/resources/assets/2xdback.jpg); | ||
− | background-repeat: | + | background-repeat: repeat; |
background-position: center center; | background-position: center center; | ||
} | } |
Revision as of 07:39, 1 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; }