MediaWiki:Minerva.css: Difference between revisions
Created page with "→All CSS here will be loaded for users of the MinervaNeue skin: body { background: var(--league-black); color: var(--text-color); } body .content .mw-image-border .mw-file-element { border: 1px solid var(--border-color); border-radius: 2px; } dl { margin-left:0; } .mw-echo-ui-placeholderItemWidget { background-color: var(--league-wiki-blue); } →**************: →Header: →**************: .header-container.header-chrome { borde..." |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 85: | Line 85: | ||
/****************/ | /****************/ | ||
.minerva-footer { | .minerva-footer { | ||
background-color: var(--league-black); | background-color: var(--league-black) !important; | ||
} | } | ||
.last-modified-bar { | .last-modified-bar { | ||
background-color:var(--league-grey-2); | background-color: var(--league-grey-2) !important; | ||
} | } | ||
.last-modified-bar a, .last-modified-bar a:visited, .last-modified-bar .last-modified-text-accent { | .last-modified-bar a, .last-modified-bar a:visited, .last-modified-bar .last-modified-text-accent { | ||
color: var(--link-color); | color: var(--link-color) !important; | ||
} | } | ||
#mw-mf-diffview #mw-mf-userinfo { | #mw-mf-diffview #mw-mf-userinfo { | ||
background: var(--body-light); | background: var(--body-light) !important; | ||
border-top-color: var(--body-border); | border-top-color: var(--body-border) !important; | ||
} | } | ||
.drawer { | .drawer { | ||
background: var(--body-light); | background: var(--body-light) !important; | ||
border-top-color: var(--body-border); | border-top-color: var(--body-border) !important; | ||
} | } | ||