MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(49 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
body { | body { | ||
background-color: #0e0e0e; | 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 */; | ||
color: #ded7d7; | color: #ded7d7; | ||
/ | background: url('https://uoendurance.com/wiki/images/8/81/Bg1.gif') no-repeat center center fixed; | ||
background-size: cover; | |||
} | } | ||
Line 21: | Line 14: | ||
} | } | ||
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading { | |||
background-image: none; | |||
background-repeat: no-repeat; | |||
background-size: 1px 100%; | |||
} | |||
bodyContent { background-color: #0e0e0e; } | bodyContent { background-color: #0e0e0e; } | ||
firstHeading { background-color: #0e0e0e; color: #000000;} | firstHeading { background-color: #0e0e0e; color: #000000;} | ||
Line 31: | Line 28: | ||
content { background-color: #0e0e0e; } | content { background-color: #0e0e0e; } | ||
bodyContent { background-color: #0e0e0e; } | bodyContent { background-color: #0e0e0e; } | ||
content h1 { color: #0e0e0e; } | |||
element { color: #0e0e0e; } | |||
.mw-body, .parsoid-body { | .mw-body, .parsoid-body { | ||
background-color: #0e0e0e; | background-color: #0e0e0e; | ||
Line 36: | Line 35: | ||
direction: ltr; | direction: ltr; | ||
padding: 1em; | padding: 1em; | ||
} | |||
pre, code, .mw-code { | |||
background-color: #0e0e0e; | |||
color: #ded7d7; | |||
border: 1px solid #eaecf0; | |||
} | |||
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 { | |||
margin-bottom: 0.25em; | |||
padding: 0; | |||
color: #ded7d7; | |||
font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif; | |||
line-height: 1.375; | |||
} | |||
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading { | |||
background-image: none; | |||
background-color: #0e0e0e; | |||
color: #ded7d7; | |||
background-repeat: no-repeat; | |||
background-size: 1px 100%; | |||
} | |||
.wikitable { | |||
background-color: #0e0e0e; | |||
color: #ded7d7; | |||
margin: 1em 0; | |||
border: 1px solid #ded7d7; | |||
border-collapse: collapse; | |||
} | |||
.wikitable > tr > th, .wikitable > * > tr > th { | |||
background-color: #0e0e0e; | |||
color: #ded7d7; | |||
text-align: center; | |||
} | |||
.toc, .toccolours { | |||
background-color: #0e0e0e; | |||
border: 1px solid #a2a9b1; | |||
padding: 5px; | |||
font-size: 95%; | |||
} | |||
.catlinks { | |||
background-color: #0e0e0e; | |||
margin-top: 1em; | |||
border: 1px solid #a2a9b1; | |||
padding: 5px; | |||
clear: both; | |||
} | |||
.ext-WikiEditor-realtimepreview-textbox#wpTextbox1, .mw-editform .ext-WikiEditor-realtimepreview-textbox#wpTextbox1 { | |||
background-color: #0e0e0e; | |||
color: #ded7d7; | |||
resize: none; | |||
height: 100%; | |||
min-height: auto; | |||
max-height: none; | |||
} | |||
.wikiEditor-ui-toolbar { | |||
background-color: #808080; | |||
color: #ded7d7; | |||
box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1); | |||
} | |||
.editOptions { | |||
background-color: #0e0e0e; | |||
color: #ded7d7; | |||
border: 1px solid #c8ccd1; | |||
border-top: 0; | |||
padding: 1em 1em 1.5em 1em; | |||
margin-bottom: 2em; | |||
} | |||
a { | |||
text-decoration: none; | |||
color: #ef9e13; | |||
background: none; | |||
} | |||
a:visited { | |||
color: #ca7421; | |||
} | |||
a.new { | |||
color: #e8f5c3; | |||
} | |||
a.new:visited { | |||
color: #e8f5c3; | |||
} | |||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a { | |||
color: #ef9e13; | |||
} | |||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited { | |||
color: #ca7421; | |||
} | |||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:new { | |||
color: #e8f5c3; | |||
} | |||
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { | |||
color: #ca7421; | |||
text-decoration: none; | |||
} | |||
.vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited { | |||
color: #e8f5c3; | |||
} | |||
.vector-menu-tabs-legacy li a { | |||
color: #ef9e13; | |||
} | |||
.vector-menu-tabs-legacy li a:new { | |||
color: #e8f5c3; | |||
} | |||
.vector-menu-tabs-legacy li a:visited { | |||
color: #ca7421; | |||
} | |||
.vector-menu-dropdown .mw-list-item a { | |||
cursor: pointer; | |||
display: block; | |||
white-space: nowrap; | |||
padding: 0.625em; | |||
color: #ef9e13; | |||
} | |||
.vector-menu-dropdown .mw-list-item a:not(.vector-icon) { | |||
background-color: #0e0e0e; | |||
color: #ef9e13; | |||
font-size: 0.8125em; | |||
} | |||
.vector-menu-dropdown .mw-list-item.selected a, .vector-menu-dropdown .mw-list-item.selected a:visited { | |||
color: #ca7421; | |||
text-decoration: none; | |||
} | |||
figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption { | |||
color: #0e0e0e; | |||
} | |||
.mw-heading, h1, h2, h3, h4, h5, h6 { | |||
color: #ded7d7; | |||
font-weight: bold; | |||
margin: 0; | |||
padding-top: 0.5em; | |||
padding-bottom: 0.17em; | |||
overflow: hidden; | |||
} | |||
img { | |||
max-width:100%; | |||
height:auto; | |||
} | |||
.mw-footer li { | |||
color: #ded7d7; | |||
margin: 0; | |||
padding: 0.5em 0; | |||
font-size: 0.75em; | |||
} | } |
Latest revision as of 18:39, 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 */;
color: #ded7d7;
background: url('https://uoendurance.com/wiki/images/8/81/Bg1.gif') no-repeat center center fixed;
background-size: cover;
}
#mw-page-base {
background-image: none;
background-color: transparent;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
background-image: none;
background-repeat: no-repeat;
background-size: 1px 100%;
}
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; }
content h1 { color: #0e0e0e; }
element { color: #0e0e0e; }
.mw-body, .parsoid-body {
background-color: #0e0e0e;
color: #ded7d7;
direction: ltr;
padding: 1em;
}
pre, code, .mw-code {
background-color: #0e0e0e;
color: #ded7d7;
border: 1px solid #eaecf0;
}
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
margin-bottom: 0.25em;
padding: 0;
color: #ded7d7;
font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
line-height: 1.375;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
background-image: none;
background-color: #0e0e0e;
color: #ded7d7;
background-repeat: no-repeat;
background-size: 1px 100%;
}
.wikitable {
background-color: #0e0e0e;
color: #ded7d7;
margin: 1em 0;
border: 1px solid #ded7d7;
border-collapse: collapse;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #0e0e0e;
color: #ded7d7;
text-align: center;
}
.toc, .toccolours {
background-color: #0e0e0e;
border: 1px solid #a2a9b1;
padding: 5px;
font-size: 95%;
}
.catlinks {
background-color: #0e0e0e;
margin-top: 1em;
border: 1px solid #a2a9b1;
padding: 5px;
clear: both;
}
.ext-WikiEditor-realtimepreview-textbox#wpTextbox1, .mw-editform .ext-WikiEditor-realtimepreview-textbox#wpTextbox1 {
background-color: #0e0e0e;
color: #ded7d7;
resize: none;
height: 100%;
min-height: auto;
max-height: none;
}
.wikiEditor-ui-toolbar {
background-color: #808080;
color: #ded7d7;
box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.editOptions {
background-color: #0e0e0e;
color: #ded7d7;
border: 1px solid #c8ccd1;
border-top: 0;
padding: 1em 1em 1.5em 1em;
margin-bottom: 2em;
}
a {
text-decoration: none;
color: #ef9e13;
background: none;
}
a:visited {
color: #ca7421;
}
a.new {
color: #e8f5c3;
}
a.new:visited {
color: #e8f5c3;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
color: #ef9e13;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
color: #ca7421;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:new {
color: #e8f5c3;
}
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited {
color: #ca7421;
text-decoration: none;
}
.vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited {
color: #e8f5c3;
}
.vector-menu-tabs-legacy li a {
color: #ef9e13;
}
.vector-menu-tabs-legacy li a:new {
color: #e8f5c3;
}
.vector-menu-tabs-legacy li a:visited {
color: #ca7421;
}
.vector-menu-dropdown .mw-list-item a {
cursor: pointer;
display: block;
white-space: nowrap;
padding: 0.625em;
color: #ef9e13;
}
.vector-menu-dropdown .mw-list-item a:not(.vector-icon) {
background-color: #0e0e0e;
color: #ef9e13;
font-size: 0.8125em;
}
.vector-menu-dropdown .mw-list-item.selected a, .vector-menu-dropdown .mw-list-item.selected a:visited {
color: #ca7421;
text-decoration: none;
}
figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption {
color: #0e0e0e;
}
.mw-heading, h1, h2, h3, h4, h5, h6 {
color: #ded7d7;
font-weight: bold;
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.17em;
overflow: hidden;
}
img {
max-width:100%;
height:auto;
}
.mw-footer li {
color: #ded7d7;
margin: 0;
padding: 0.5em 0;
font-size: 0.75em;
}