MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
max-width: 100%; | max-width: 100%; | ||
max-height: 100vh; | max-height: 100vh; | ||
margin: auto; | |||
color: #ded7d7; | |||
} | } | ||
Revision as of 09:34, 7 November 2024
/* CSS placed here will be applied to all skins */
body {
background-color: #000000;
/* this assumes that your wiki is installed at '/w' in the web root */
background-image: url('https://uoendurance.com/wiki/images/8/81/Bg1.gif');
background-repeat: no-repeat;
/* background-size: auto; */
/* max-width: 100%; */
/* height: auto; */
/* width: auto\9; */
max-width: 100%;
max-height: 100vh;
margin: auto;
color: #ded7d7;
}
#mw-page-base {
background-image: none;
background-color: transparent;
}
bodyContent { background-color: #000000; }
firstHeading { background-color: #000000; color: #000000;}
mw-head-base { background-color: #000000; }
p-logo { background-color: #000000; }
p-tb { background-color: #000000; }
p-tb .body { background-color: #000000; }
footer { background-color: #000000; }
content { background-color: #000000; }
bodyContent { background-color: #000000; }
.mw-body, .parsoid-body {
background-color: #000000;
color: #ded7d7;
direction: ltr;
padding: 1em;
}