MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
html, body { | |||
height: 100%; width: 100%; | |||
padding: 0; margin: 0; | |||
} | |||
body { | body { | ||
Revision as of 03:19, 29 November 2022
/* CSS placed here will be applied to all skins */
html, body {
height: 100%; width: 100%;
padding: 0; margin: 0;
}
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 {
/*background-color: rgba(66, 136, 255, 0.5);*/
background-color: rgba(209,248,255,0.67)
}