MediaWiki:Gadget-Minerva.css

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search

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 */

/* Wordmark logo */
.branding-box img, .minerva-footer-logo img {
	width: 155px !important;
	height: auto !important;
}
.branding-box img {
	margin-top: 4px !important;
}

/* Background color */
.header-container.header-chrome,
body.skin-minerva, #mw-mf-page-left,
#mw-mf-page-center, .minerva-footer {
	background-color: #CEF2E0 !important;
}
.header-container .header {
	border-color: #CEF2E0 !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: #A3BFB1 !important;
}
form.mw-mf-settings #beta-field::before {
	background-color: #A3BFB1 !important;
}
/* Active color */
#mw-mf-page-left ul li a:hover {
	box-shadow: inset 4px 0 0 0 #62A383 !important;
}
.client-nojs .search-box .search:focus,
.search-overlay .search-box .search:focus {
	border-color: #62A383 !important;
	box-shadow: inset 0 0 0 1px #62A383,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: #62A383 !important;
	color: #fff !important;
}

/* Black 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: #000 !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 {
	filter: brightness(0) !important;
}

/* Infoboxes */
.infobox {
	background: #f9f9f9;
	border: 1px solid #aaa;
}
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #aaa;
}
.infobox th,
.infoboxTitle {
	background: #cef2e0;
}

/* Site boxes */
.pikipediaBox,
.warningbox:not(.minerva-anon-talk-message),
.mw-message-box:not(.minerva-anon-talk-message) {
	background: #cef2e0;
	border: 1px solid #a3bfb1;
}

/* Titled boxes */
.titledBox {
	background: #ecf6ee url(https://pikmin.wiki.gallery/images/0/09/Vector_grass.jpg) bottom center;
	border: 1px solid #66b283;
	border-radius: 16px;
}
.titledBoxTitle {
	background: #cef2e0;
	border: 1px solid #a3bfb1;
	border-radius: 12px;
}

/* Wiki tables */
.mw-parser-output table.wikitable > tr > th,
.mw-parser-output table.wikitable > * > tr > th {
	background-color: #d8f0db;
}

/* Text and links (green) */
body.skin-minerva { color: #000; }
body.skin-minerva a { color: #070; }
body.skin-minerva a:active { color: #050; }
body.skin-minerva a:visited { color: #060; }
body.skin-minerva a.new > * { color: unset !important; }
body.skin-minerva a.external, body.skin-minerva a.extiw { color: #090; }
body.skin-minerva a.external:active, body.skin-minerva a.extiw:active { color: #070; }
body.skin-minerva a.external:visited, body.skin-minerva a.extiw:visited { color: #080; }
body.skin-minerva a.external { background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg fill='%23090'%3E%3Cpath d='M8.9 8.9H1.1V1.1h2.8V0H1.1C.5 0 0 .5 0 1.1v7.8C0 9.5.5 10 1.1 10h7.8c.6 0 1.1-.5 1.1-1.1V6.1H8.9v2.8z'/%3E%3Cpath d='M10 0H5.6l1.8 1.8L4.2 5l.8.8 3.2-3.2L10 4.4V0z'/%3E%3C/g%3E%3C/svg%3E"); }
.mw-notification a, .toast a { color: #fff !important }
.page-summary h2 a, .page-summary h3 a { color: inherit !important; }
body.skin-minerva .mw-ui-icon-mf-talk::before { background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2240%22 height=%2230%22 viewBox=%220 0 40 30%22%3E%3Ctitle%3Etalkpage%3C/title%3E%3Cpath fill=%22%23070%22 fill-rule=%22evenodd%22 d=%22M36 9v17.182L40 30H13V9h23.143H36zm-9-9v8H12v13H0l4-4c-.143.182-.143-17 0-17h23z%22/%3E%3C/svg%3E"); }
.minerva-talk-full-page-button, .mw-ui-anchor.mw-ui-progressive { color: #070 !important; }
body.skin-minerva .mw-special-CheckUser .mw-checkuser-paging-links { color: #070; }
/* New links (yellow) */
body.skin-minerva a.new, body.skin-minerva a.new:visited,
body.skin-minerva a.new:hover, body.skin-minerva a.mw-usertoollinks-contribs-no-edits,
.minerva__tab-container .minerva__tab.new, .minerva__tab-container .minerva__tab.new:visited,
.minerva__tab-container .minerva__tab.new:hover, .minerva__tab-container .minerva__tab.new:active { color: #bb0; }

/* Green UI */
.backtotop {
	background-color: #080 !important;
}
.category-header li.selected a {
	color: #080 !important;
	border-bottom-color: #080 !important;
}
.overlay-header .header-action .submit,
.overlay-header .header-action .continue,
.overlay-header .header-action .progressive {
	background: #080;
}
.action-history .mw-history-compareselectedversions .mw-history-compareselectedversions-button:not(:disabled) {
	background-color: #080;
	border-color: #080;
}
.action-history .mw-history-compareselectedversions .mw-history-compareselectedversions-button:not(:disabled):hover {
	background-color: #0a0;
	border-color: #0a0;
}
.action-history .mw-history-compareselectedversions .mw-history-compareselectedversions-button:not(:disabled).is-on,
.action-history .mw-history-compareselectedversions .mw-history-compareselectedversions-button:not(:disabled):active {
	background-color: #060;
	border-color: #060;
}
.mw-ui-icon-wikimedia-unStar-progressive::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Eun-star%3C/title%3E%3Cg fill='%23080'%3E%3Cpath d='M20 7h-7L10 .5 7 7H0l5.46 5.47-1.64 7 6.18-3.7 6.18 3.73-1.63-7z'/%3E%3C/g%3E%3C/svg%3E") !important;
}