[dismiss]
Spoilers — Please keep the spoiler policy in mind while editing the wiki.
Citations — Please cite your sources when adding information to the wiki! Use our handy guide for assistance.
MediaWiki:Gadget-Minerva.css: Difference between revisions
From Destinypedia, the Destiny wiki
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Minerva skin */ | /* CSS placed here will affect users of the Minerva skin */ | ||
body { | body.mediawiki { | ||
--minerva-bgcolor: #C9D6E0; | --minerva-bgcolor: #C9D6E0; | ||
--minerva-border: #A2B2BF; | --minerva-border: #A2B2BF; | ||
Line 14: | Line 14: | ||
.branding-box img { | .branding-box img { | ||
margin-top: 4.5px !important; | margin-top: 4.5px !important; | ||
} | } | ||
Revision as of 16:24, March 7, 2025
/* CSS placed here will affect users of the Minerva skin */
body.mediawiki {
--minerva-bgcolor: #C9D6E0;
--minerva-border: #A2B2BF;
--minerva-active: #758796;
}
/* Wordmark logo */
.branding-box img, .minerva-footer-logo img {
width: 200px !important;
height: auto !important;
}
.branding-box img {
margin-top: 4.5px !important;
}
/* Text and links */
.content { color: #000; }
.content a { color: #002bb8; }
.content a:active { color: #faa700; }
.content a:visited { color: #5a3696; }
.content a.external, .content a.extiw { color: #36b; }
.content a.external:active, .content a.extiw:active { color: #b63; }
.content a.external:visited, .content a.extiw:visited { color: #636; }
.content a.new, .content a.new:visited, .content a.new:hover, .content a.mw-usertoollinks-contribs-no-edits { color: #d33; }
/* External self-links */
.content a.external[href^="https://www.destinypedia.com"] {
color: #002bb8;
}
.content a.external[href^="https://www.destinypedia.com"]:active {
color: #faa700;
}
.content a.external[href^="https://www.destinypedia.com"]:visited {
color: #5a3696;
}