[dismiss]
Site Notice |
---|
Remember to pay a visit to our Discord server and chat with our community! See here for more info. Be sure to check out the KHUX Wiki for the latest on Kingdom Hearts Union χ and Kingdom Hearts Dark Road! Go and pitch in! The KHWiki contains spoilers for all Kingdom Hearts games. Read at your own risk. Please remember not to add information about unreleased games from trailers. |
MediaWiki:Gadget-Minerva.css: Difference between revisions
From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
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: #91A0E1; | --minerva-bgcolor: #91A0E1; | ||
--minerva-border: #707FC1; | --minerva-border: #707FC1; | ||
--minerva-active: #5761A5; | --minerva-active: #5761A5; | ||
} | } | ||
Revision as of 20:26, 7 March 2025
/* CSS placed here will affect users of the Minerva skin */
body.mediawiki {
--minerva-bgcolor: #91A0E1;
--minerva-border: #707FC1;
--minerva-active: #5761A5;
}
/* 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; }
/* Tabber tabs */
.tabbernav {
margin: 0 !important;
padding: 1px 0 !important;
}