MediaWiki:Gadget-Minerva.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
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.skin-minerva { | |||
--minerva-bgcolor: #D10200; | |||
--minerva-border: #BC0100; | |||
--minerva-active: #AD0401; | |||
--minerva-themetext: #FFF; | |||
--minerva-themefilter: brightness(100); | |||
} | |||
/* Wordmark logo */ | /* Wordmark logo */ | ||
Line 8: | Line 16: | ||
.branding-box img { | .branding-box img { | ||
margin-top: 5px !important; | margin-top: 5px !important; | ||
} | } | ||
Line 61: | Line 23: | ||
.content a:active { color: #faa700; } | .content a:active { color: #faa700; } | ||
.content a:visited { color: #5a3696; } | .content a:visited { color: #5a3696; } | ||
.content a.external, .content a.extiw { color: #36b; } | .content a.external, .content a.extiw { color: #36b; } | ||
.content a.external:active, .content a.extiw:active { color: #b63; } | .content a.external:active, .content a.extiw:active { color: #b63; } | ||
Line 73: | Line 34: | ||
} | } | ||
/* | /* MarioWiki: Echo */ | ||
. | .notification-count.notification-unseen .circle { | ||
border-color: #fff; | |||
background: #8a0301; | |||
. | |||
} | } | ||
.notification-count.notification-unseen .circle span { | |||
color: #fff; | |||
} | } |
Latest revision as of 09:24, April 8, 2025
/* CSS placed here will affect users of the Minerva skin */
body.skin-minerva {
--minerva-bgcolor: #D10200;
--minerva-border: #BC0100;
--minerva-active: #AD0401;
--minerva-themetext: #FFF;
--minerva-themefilter: brightness(100);
}
/* Wordmark logo */
.branding-box img, .minerva-footer-logo img {
width: 155px !important;
height: auto !important;
}
.branding-box img {
margin-top: 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; }
/* Tabber tabs */
.tabbernav {
margin: 0 !important;
padding: 1px 0 !important;
}
/* MarioWiki: Echo */
.notification-count.notification-unseen .circle {
border-color: #fff;
background: #8a0301;
}
.notification-count.notification-unseen .circle span {
color: #fff;
}