MediaWiki:DarkMinerva.css: Difference between revisions
From the Super Mario Wiki, the Mario 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 night theme */ | /* CSS placed here will affect users of the Minerva night theme */ | ||
/* | /* Red theme */ | ||
#mw-mf-page-center, #mw-mf-page-left, | #mw-mf-page-center, #mw-mf-page-left, | ||
.header-container.header-chrome, footer.minerva-footer { | .header-container.header-chrome, footer.minerva-footer { | ||
background: # | background: #600 !important; | ||
} | } | ||
.post-content .minerva-footer-logo, | |||
.last-modified-bar, .minerva-footer { | .last-modified-bar, .minerva-footer { | ||
border-color: # | border-color: #500 !important; | ||
} | } | ||
.last-modified-bar, .last-modified-bar.active { | .last-modified-bar, .last-modified-bar.active { | ||
background-color: # | background-color: #400 !important; | ||
color: #fff !important; | color: #fff !important; | ||
} | } |
Latest revision as of 18:43, February 20, 2025
/* CSS placed here will affect users of the Minerva night theme */
/* Red theme */
#mw-mf-page-center, #mw-mf-page-left,
.header-container.header-chrome, footer.minerva-footer {
background: #600 !important;
}
.post-content .minerva-footer-logo,
.last-modified-bar, .minerva-footer {
border-color: #500 !important;
}
.last-modified-bar, .last-modified-bar.active {
background-color: #400 !important;
color: #fff !important;
}
/* Search box highlight */
.client-nojs .search-box .search:focus,
.search-overlay .search-box .search:focus {
border-color: #999 !important;
box-shadow: inset 0 0 0 1px #999,0 1px 1px rgba(0,0,0,0.05) !important;
}