MediaWiki:Gadget-Minerva.css: Difference between revisions
From Halopedia, the Halo wiki
mNo edit summary |
mNo edit summary Tag: Reverted |
||
Line 7: | Line 7: | ||
} | } | ||
.branding-box img { | .branding-box img { | ||
margin-top: | margin-top: 4.5px !important; | ||
} | } | ||
Revision as of 12:31, November 19, 2023
/* CSS placed here will affect users of the Minerva skin */
/* Wordmark logo */
.branding-box img, .minerva-footer-logo img {
width: 200px !important;
height: auto !important;
}
.branding-box img {
margin-top: 4.5px !important;
}
/* Background color */
body.skin-minerva, #mw-mf-page-left,
.header-container.header-chrome, .minerva-footer {
background: url(https://halo.wiki.gallery/images/0/01/HP_Dark-bg.jpg) #050B23 no-repeat !important;
}
#mw-mf-page-center {
background: #050B23 !important;
}
.header-container .header {
border-color: #050B23 !important;
}
/* Border color */
.minerva-footer, .last-modified-bar,
form.mw-mf-settings .oo-ui-fieldLayout,
.mw-mf-watchlist-selector li.selected a {
border-color: #000 !important;
}
form.mw-mf-settings #beta-field::before {
background-color: #000 !important;
}
.post-content .minerva-footer-logo {
border-color: #465D6F !important;
}
/* Active color */
#mw-mf-page-left ul li a:hover {
box-shadow: inset 4px 0 0 0 #050B23 !important;
}
h2.list-header, #content .mw-index-pager-list-header,
.last-modified-bar, .last-modified-bar.active {
background-color: #050B23 !important;
color: #fff !important;
}
/* Custom theme */
.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;
}
/* 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;
}
/* Text and links */
.content { color: #000; }
.content a { color: #002bb8; }
.content a:active { color: #faa700; }
.content a:visited { color: #5a3696; }
.content a.new > * { color: unset !important; }
.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; }
/* Echo extension */
.notification-count {
background: none;
}
.notification-count .circle {
background: #aaa;
border-color: #aaa;
}
.notification-count .circle span {
color: #fff;
letter-spacing: -0.4px;
}
.mw-special-Notifications #contentSub,
.mw-special-Notifications #mw-echo-pref-link,
.mw-special-Notifications .pre-content.heading-holder {
text-align: unset !important;
}