User:Neko Knight/common.css: Difference between revisions
Neko Knight (talk | contribs) (Created page with "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;...") |
Neko Knight (talk | contribs) m (Neko Knight がページ「User:Neko Knight/custom.css」を「User:Neko Knight/common.css」に移動しました) |
Latest revision as of 16:22, 27 December 2024
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;
}