[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
From Destinypedia, the Destiny wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Minerva skin */
body.skin-minerva {
--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;
}