MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Reverted |
||
| Line 16: | Line 16: | ||
margin-right: auto; | margin-right: auto; | ||
padding: 0; } | padding: 0; } | ||
.mw-page-container { | |||
min-width: 100%; | |||
margin: 0 auto; | |||
} | |||
Revision as of 11:50, 17 January 2026
/* All CSS here will be loaded for users of the Citizen skin */
body {
background-image: url("https://www.evernyllawakened.wiki/images/b/b5/EvernyllBackground.png");
min-height: 500px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
globalWrapper {
position:relative;
font-size: 127%;
min-width: 90%;
margin-left: auto;
margin-right: auto;
padding: 0; }
.mw-page-container {
min-width: 100%;
margin: 0 auto;
}