MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
body { | body { | ||
background-color: # | background-color: #0e0e0e; | ||
/* this assumes that your wiki is installed at '/w' in the web root */ | /* 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-image: url('https://uoendurance.com/wiki/images/8/81/Bg1.gif'); | ||
Line 22: | Line 22: | ||
bodyContent { background-color: # | bodyContent { background-color: #0e0e0e; } | ||
firstHeading { background-color: # | firstHeading { background-color: #0e0e0e; color: #000000;} | ||
mw-head-base { background-color: # | mw-head-base { background-color: #0e0e0e; } | ||
p-logo { background-color: # | p-logo { background-color: #0e0e0e; } | ||
p-tb { background-color: # | p-tb { background-color: #0e0e0e; } | ||
p-tb .body { background-color: # | p-tb .body { background-color: #0e0e0e; } | ||
footer { background-color: # | footer { background-color: #0e0e0e; } | ||
content { background-color: # | content { background-color: #0e0e0e; } | ||
bodyContent { background-color: # | bodyContent { background-color: #0e0e0e; } | ||
.mw-body, .parsoid-body { | .mw-body, .parsoid-body { | ||
background-color: # | background-color: #0e0e0e; | ||
color: #ded7d7; | color: #ded7d7; | ||
direction: ltr; | direction: ltr; | ||
padding: 1em; | padding: 1em; | ||
} | } |
Revision as of 09:35, 7 November 2024
/* CSS placed here will be applied to all skins */
body {
background-color: #0e0e0e;
/* 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: #0e0e0e; }
firstHeading { background-color: #0e0e0e; color: #000000;}
mw-head-base { background-color: #0e0e0e; }
p-logo { background-color: #0e0e0e; }
p-tb { background-color: #0e0e0e; }
p-tb .body { background-color: #0e0e0e; }
footer { background-color: #0e0e0e; }
content { background-color: #0e0e0e; }
bodyContent { background-color: #0e0e0e; }
.mw-body, .parsoid-body {
background-color: #0e0e0e;
color: #ded7d7;
direction: ltr;
padding: 1em;
}