mNo edit summary Tag: Reverted |
mNo edit summary Tag: Reverted |
||
Line 2: | Line 2: | ||
/* Link overrides */ | /* Link overrides */ | ||
nav.vector-menu li a, #p-cactions-label span, | |||
nav.vector-menu-tabs li.selected a, nav.vector-menu-tabs li a, | |||
a:not(.oo-ui-buttonElement-button), div#mw-panel nav.portal div.body ul li a { | a:not(.oo-ui-buttonElement-button), div#mw-panel nav.portal div.body ul li a { | ||
color: #009CFF !important; | color: #009CFF !important; | ||
} | } | ||
a.new, a.mw-usertoollinks-contribs-no-edits { | a.new, a.mw-usertoollinks-contribs-no-edits, | ||
nav.vector-menu-tabs li.new a, nav.vector-menu-tabs li.new a:visited { | |||
color: #FF1A1A !important; | color: #FF1A1A !important; | ||
} | } |
Revision as of 12:57, February 19, 2025
/* CSS placed here will affect users of the Vector skin */
/* Link overrides */
nav.vector-menu li a, #p-cactions-label span,
nav.vector-menu-tabs li.selected a, nav.vector-menu-tabs li a,
a:not(.oo-ui-buttonElement-button), div#mw-panel nav.portal div.body ul li a {
color: #009CFF !important;
}
a.new, a.mw-usertoollinks-contribs-no-edits,
nav.vector-menu-tabs li.new a, nav.vector-menu-tabs li.new a:visited {
color: #FF1A1A !important;
}
body { background: #222 url(https://marathon.wiki.gallery/images/darkbg.jpg) no-repeat fixed top / cover !important; }
/* Site notice */
.mw-dismissable-notice {
border: 2px solid #808080;
border-radius: 1em;
margin-bottom: 8px;
}
/* Larger headings */
.mw-body h1, .mw-body-content h1 { font-size: 2.00em; }
.mw-body h2, .mw-body-content h2 { font-size: 1.75em; }
.mw-body h3, .mw-body-content h3 { font-size: 1.45em; }
.mw-body h4, .mw-body-content h4 { font-size: 1.32em; }
.mw-body h5, .mw-body-content h5 { font-size: 1.15em; }
.mw-body h6, .mw-body-content h6 { font-size: 1.00em; }
.fakeh2 {
font-family: 'Linux Libertine','Georgia','Times',serif;
line-height: 1.3;
padding: 0;
margin: 1em 0 0.25em;
}
.tabcontainer .fakeh2:nth-of-type(2) {
margin-top: 0.25em;
}
/* Indicator icons */
.mw-indicators {
top: 8px;
}
#mw-indicator-rc {
top: 16px;
font-size: 85%;
}
.mw-indicators img {
max-height: 32px !important;
width: auto !important;
}
/* External self-links */
.mw-body a.external[href^="https://www.marathonwiki.com"] {
color: #009CFF !important;
background: none;
padding: 0;
}