6,998
edits
mNo edit summary Tag: Reverted |
mNo edit summary |
||
| (47 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 146: | Line 158: | ||
/* Fix pre-code stuff */ | /* Fix pre-code stuff */ | ||
pre, code, .mw-code { | pre, code, .mw-code, mw-changeslist-overlay, .mw-changeslist-legend { | ||
background-color: #14252d; | background-color: #14252d; | ||
color: #eaecf0; | color: #eaecf0; | ||
| Line 195: | Line 207: | ||
border-color: #4A31FF; | border-color: #4A31FF; | ||
text-align: center; | text-align: center; | ||
font-family: "Kurokane", "Arial"; | |||
font-weight: normal; | |||
} | |||
ul { | |||
list-style-image: none; | |||
} | |||
.main-navigation-logo{ | |||
padding:0.5% | |||
} | } | ||
. | .pixelated{ | ||
image-rendering: pixelated; | |||
} | } | ||