No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
#mw-mf-page-center { | #mw-mf-page-center { | ||
max-width: 960px; | max-width: 960px; | ||
margin-right: auto; | |||
margin-left: auto; | |||
background-color: unset; | background-color: unset; | ||
} | } | ||
Revision as of 07:37, 3 April 2025
/* CSS placed here will be applied to all skins */
.mediawiki {
background-image: url(../img/bg.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
}
#mw-mf-viewport {
background-color: rgba(0, 0, 0, 0.7);
}
#mw-mf-page-center {
max-width: 960px;
margin-right: auto;
margin-left: auto;
background-color: unset;
}
.header-container.header-chrome {
background-color: rgba(39, 111, 191, 0.8);
}
.mw-body {
background-image: url(../img/bg.png);
background-color: unset;
}
.mw-footer {
background-color: rgba(39, 111, 191, 0.8);
}