m (1 revision imported) |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Nimbus skin */ | /* CSS placed here will affect users of the Nimbus skin */ | ||
body { background: #fff url(https:// | body { background: #fff url(https://marathon.wiki.gallery/images/nimbus-bg.jpg) repeat-x center top / contain; } | ||
#site-logo a { background-size: contain; } | #site-logo a { background-size: contain; } | ||
#site-logo { margin: 0 0 -10px -4px; } | #site-logo { margin: 0 0 -10px -4px; } | ||
#mw-indicator-rc { top: 23px; } | #mw-indicator-rc { top: 23px; } | ||
#article-text a.external[href^="https://www.marathonpedia.com"] { | |||
#article-text a.external[href^="https://www. | |||
color: #00f; | color: #00f; | ||
background: none; | background: none; | ||
padding: 0; | padding: 0; | ||
} | } | ||
#article-text a.external[href^="https://www. | #article-text a.external[href^="https://www.marathonpedia.com"]:active { | ||
color: orange; | color: orange; | ||
} | } | ||
#article-text a.external[href^="https://www. | #article-text a.external[href^="https://www.marathonpedia.com"]:visited { | ||
color: #00c; | color: #00c; | ||
} | } | ||
.ns-talk p + dl, .ns-110 p + dl, | .ns-talk p + dl, .ns-110 p + dl, | ||
.rootpage- | .rootpage-Marathonpedia_Changing_username p + dl { | ||
margin-top: -0.4em; | margin-top: -0.4em; | ||
} | } | ||
.ns-talk dl + dl, .ns-110 dl + dl, | .ns-talk dl + dl, .ns-110 dl + dl, | ||
.rootpage- | .rootpage-Marathonpedia_Changing_username dl + dl { | ||
margin-top: -0.2em; | margin-top: -0.2em; | ||
} | } | ||
Line 50: | Line 38: | ||
color: #3B4744; | color: #3B4744; | ||
} | } | ||
Revision as of 13:36, August 16, 2023
/* CSS placed here will affect users of the Nimbus skin */
body { background: #fff url(https://marathon.wiki.gallery/images/nimbus-bg.jpg) repeat-x center top / contain; }
#site-logo a { background-size: contain; }
#site-logo { margin: 0 0 -10px -4px; }
#mw-indicator-rc { top: 23px; }
#article-text a.external[href^="https://www.marathonpedia.com"] {
color: #00f;
background: none;
padding: 0;
}
#article-text a.external[href^="https://www.marathonpedia.com"]:active {
color: orange;
}
#article-text a.external[href^="https://www.marathonpedia.com"]:visited {
color: #00c;
}
.ns-talk p + dl, .ns-110 p + dl,
.rootpage-Marathonpedia_Changing_username p + dl {
margin-top: -0.4em;
}
.ns-talk dl + dl, .ns-110 dl + dl,
.rootpage-Marathonpedia_Changing_username dl + dl {
margin-top: -0.2em;
}
.pagetitle {
font-size: 2.3em;
padding-top: 11px;
}
#article-body, #content {
border: 1px solid #D4DFD7;
}
#navigation-title, #footer-container h2,
#other-links a, #article-tabs a, #article-tabs div {
color: #3B4744;
}