7,009
edits
PanchamBro (talk | contribs) (Created page with "→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"; } .portable-infobox {...") |
mNo edit summary |
||
| (17 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
@font-face { | @font-face { | ||
font-family: Kurokane; | font-family: Kurokane; | ||
src: url(/w/images/ | src: url(/w/images/4/4e/FOT-KurokaneStd-EB.woff2); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: Rodin; | font-family: Rodin; | ||
src: url(/w/images/ | src: url(/w/images/8/80/FOT-RodinNTLGPro-DB.woff2); | ||
} | |||
@font-face { | |||
font-family: Humming; | |||
src: url(/w/images/d/d1/FOT-HummingStd-E.woff2); | |||
} | |||
@font-face { | |||
font-family: MaruGothic; | |||
src: url(/w/images/a/a7/DFMaruGothicStd-W9.woff2); | |||
} | |||
@font-face { | |||
font-family: WarioWare; | |||
src: url(/w/images/b/b5/WarioWare.woff2); | |||
} | } | ||
#firstHeading, | #firstHeading, | ||
| Line 17: | Line 29: | ||
color: #E6E6E6; | color: #E6E6E6; | ||
font-family: "Kurokane", "Arial"; | font-family: "Kurokane", "Arial"; | ||
font-weight: normal; | |||
} | |||
#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: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.40),rgb(0, 0, 0)) fixed,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; | |||
} | |||
/* Footer */ | |||
.mw-footer > .post-content .minerva-footer-logo:first-child { | |||
color: #e6e6e6; | |||
} | |||
.minerva-footer { | |||
border-top: none; | |||
background: linear-gradient(to bottom,rgb(0, 0, 0),rgba(0,0,0,0.10),rgb(0, 0, 0)),url(/w/images/5/50/Wiki-background); | |||
} | } | ||
. | .last-modified-bar { | ||
border-bottom: none; | |||
background-color: #002e45; | |||
} | } | ||
. | .mw-footer > .post-content > * { | ||
margin-bottom: 9px; | |||
color: #fff; | |||
} | } | ||
. | |||
/* Infoboxes */ | |||
.content .infobox { | |||
background-color: #000; | |||
} | } | ||
. | .oo-ui-tabSelectWidget-mobile .oo-ui-tabOptionWidget:last-child { | ||
margin-right: 0 !important; | |||
} | |||
.oo-ui-tabSelectWidget-mobile::after { | |||
display: none !important; | |||
} | |||
/* Search functionality */ | |||
.overlay.search-overlay { | |||
background: #000b10 !important; | |||
} | |||
.overlay.search-overlay .search-content .caption { | |||
color: #fff !important; | |||
} | |||
.overlay.search-overlay .results, .overlay.search-overlay .search-feedback { | |||
background-color: #000 !important; | |||
} | |||
.overlay.search-overlay li.page-summary h3 { | |||
color: #fff; | |||
} | |||
/* Color the links */ | |||
a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited { | |||
color: #a59fe1; | |||
} | } | ||
. | .mw-parser-output a.extiw, .mw-parser-output a.external { | ||
color: #7aacff; | |||
} | |||
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { | |||
color: #ca6eca; | |||
} | } | ||