User:Neko Knight/common.css
< User:Neko Knight(Redirected from User:Neko Knight/custom.css)
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
body, html, .mw-headline {
font-family: "Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
}
.mw-body-content h3, .mw-body-content h4 {
font-weight: bold;
border-bottom: inset;
}
.toclevel-2 {
display: inline;
}
.tocnumber {
font-size: x-small;
}
p {
line-height: 1.2;
}
.mw-parser-output h2 {
font-weight: bold;
background-color: #9dbbbd;
padding: 0.3em 0.5em;
border: none;
transform: translateX(-0.8em);
}
.mw-parser-output h3 {
font-weight: bold;
padding-left: 0.5em;
border-left: 5px solid #9dbbbd;
background-color: #ebf1f2;
transform: translateX(-0.8em);
}
.mw-body-content h4 {
font-weight: bold;
border-bottom: 2px dotted #9dbbbd;
transform: translateX(-0.8em);
}
pre, code, .mw-code {
background-color: #d8dbdb;
border: 1px solid #adadad;
}
p a {
font-weight: bold;
}