MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 123: | Line 123: | ||
a.new { | a.new { | ||
color: #e8f5c3; | |||
} | |||
a.new:visited { | |||
color: #e8f5c3; | color: #e8f5c3; | ||
} | } | ||
Line 129: | Line 133: | ||
color: #ef9e13; | color: #ef9e13; | ||
} | } | ||
Revision as of 15:44, 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;
}