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;
}
/* Background color */
.header-container.header-chrome,
body.skin-minerva, #mw-mf-page-left,
#mw-mf-page-center, .minerva-footer {
background-color: #D10200 !important;
}
.header-container .header {
border-color: #D10200 !important;
}
/* Border color */
.minerva-footer, .last-modified-bar,
form.mw-mf-settings .oo-ui-fieldLayout,
.mw-mf-watchlist-selector li.selected a,
.post-content .minerva-footer-logo {
border-color: #BC0100 !important;
}
form.mw-mf-settings #beta-field::before {
background-color: #BC0100 !important;
}
/* Active color */
#mw-mf-page-left ul li a:hover {
box-shadow: inset 4px 0 0 0 #AD0401 !important;
}
.client-nojs .search-box .search:focus,
.search-overlay .search-box .search:focus {
border-color: #AD0401 !important;
box-shadow: inset 0 0 0 1px #AD0401,0 1px 1px rgba(0,0,0,0.05) !important;
}
h2.list-header, #content .mw-index-pager-list-header,
.last-modified-bar, .last-modified-bar.active {
background-color: #AD0401 !important;
color: #fff !important;
}
/* White text theme */
.branding-box a, .branding-box sup,
#mw-mf-page-left ul.hlist li a, .ra-read-more h2,
.footer-content, .footer-content a, footer .hlist li::after {
color: #fff !important;
}
.mw-ui-icon-wikimedia-menu-base20::before, .mw-ui-icon-wikimedia-search-base20::before,
.mw-ui-icon-wikimedia-bellOutline-base20::before, .mw-ui-icon-minerva-userAvatarOutline::before,
.header-chrome .mw-ui-icon-mf-close-base20::before {
filter: brightness(100) !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.new > * { color: unset !important; }
.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:
}
}


/* Multiple image template */
/* MarioWiki: Echo */
.multiFloat {
.notification-count.notification-unseen .circle {
margin: 0 auto 6px !important;
border-color: #fff;
}
background: #8a0301;
.multiVert + .multiVert {
margin-top: 0.6em !important;
}
@media all and (max-width: 719px) {
.multiFloat {
float: none !important;
}
.multiFloat + .multiFloat {
margin-top: 0.6em !important;
}
}
}
@media all and (min-width: 720px) {
.notification-count.notification-unseen .circle span {
.multiFloat {
color: #fff;
margin-bottom: 0 !important;
}
.multiFloat + .multiFloat {
margin-left: 0.3em !important;
}
.content .thumb .thumbinner .multiFloat {
float: left !important;
clear: none !important;
}
}
}

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;
}