MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
PanchamBro (talk | contribs) (further infobox fixes) |
PanchamBro (talk | contribs) mNo edit summary |
||
Line 21: | Line 21: | ||
color: #E6E6E6; | color: #E6E6E6; | ||
font-family: "Rodin","Arial"; | font-family: "Rodin","Arial"; | ||
} | |||
.overlay-enabled, .mw-body { | |||
background-color: #000B10; | |||
} | |||
.header-container.header-chrome, #mw-mf-page-left { | |||
background: url(/w/images/5/50/Wiki-background); | |||
} | |||
#mw-mf-page-left ul li { | |||
background-color: #157aac9e; | |||
} | |||
.mw-ui-icon::before { | |||
filter: invert(1) hue-rotate(180deg); | |||
} | |||
.minerva-header .branding-box a span, .minerva__tab-container .minerva__tab, #mw-mf-page-left ul.hlist li a span, #mw-mf-page-left ul li a { | |||
color: #e6e6e6; | |||
} | |||
.minerva__tab-container .minerva__tab.selected { | |||
border-bottom: 2px solid #fff; | |||
} | } | ||
.portable-infobox { | .portable-infobox { |
Revision as of 11:22, 18 July 2023
/* All CSS here will be loaded for users of the mobile site */ @font-face { font-family: Kurokane; src: url(/w/images/0/0b/FOT-KurokaneStd-EB.otf); } @font-face { font-family: Rodin; src: url(/w/images/4/4c/FOT-RodinNTLGPro-DB.otf); } #firstHeading, h1, #bodyContent h1, h2, #bodyContent h2, h3, #bodyContent h3, h4, #bodyContent h4, h5, #bodyContent h5, h6, #bodyContent h6 { color: #E6E6E6; font-family: "Kurokane", "Arial"; } #content, .mw-body { color: #E6E6E6; font-family: "Rodin","Arial"; } .overlay-enabled, .mw-body { background-color: #000B10; } .header-container.header-chrome, #mw-mf-page-left { background: url(/w/images/5/50/Wiki-background); } #mw-mf-page-left ul li { background-color: #157aac9e; } .mw-ui-icon::before { filter: invert(1) hue-rotate(180deg); } .minerva-header .branding-box a span, .minerva__tab-container .minerva__tab, #mw-mf-page-left ul.hlist li a span, #mw-mf-page-left ul li a { color: #e6e6e6; } .minerva__tab-container .minerva__tab.selected { border-bottom: 2px solid #fff; } .portable-infobox { background-color: #000B10; border-color: #3A4246; } .portable-infobox .pi-data > p { text-align: right; color: #E6E6E6; font-family: "Kurokane","Arial"; width: 40%; } .portable-infobox .pi-data-label { display: none !important; } .portable-infobox .pi-horizontal-group .pi-data-label { display: revert !important; text-align: center !important; color: #E6E6E6; } .portable-infobox > p { background-color: #4A31FF; color: white; text-align: center; font-family: "Kurokane", "Arial"; border: 0; margin: 0; font-size: 1.75em; line-height: 1.5; padding: var(--pi-item-spacing); } .portable-infobox .pi-title { display:none !important; } .oo-ui-tabSelectWidget-mobile .oo-ui-tabOptionWidget:last-child { margin-right: 0 !important; } .oo-ui-tabSelectWidget-mobile::after { display: none !important; }