MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
background-color: transparent; | background-color: transparent; | ||
background-image: none; | background-image: none; | ||
} | |||
.mw-body { | |||
rgba(66, 136, 255, 0.5); | |||
} | } |
Revision as of 02:51, 29 November 2022
/* CSS placed here will be applied to all skins */ body { background-color: #4288ff; background-image: url(/resources/assets/Wikibg_x3.png); background-position: center bottom; background-repeat: repeat no-repeat; } #mw-page-base { background-color: transparent; background-image: none; } .mw-body { rgba(66, 136, 255, 0.5); }