Difference between revisions of "MediaWiki:Common.css"
From MSX Game Library
| Line 10: | Line 10: | ||
h4 { font-family:monospace; border-bottom:thin dashed gray; } | h4 { font-family:monospace; border-bottom:thin dashed gray; } | ||
h5 { font-family:monospace; } | h5 { font-family:monospace; } | ||
| + | |||
| + | .mw-highlight { background-color:transparent; } | ||
/* Misc */ | /* Misc */ | ||
pre { line-height:110%; border:medium dashed #b0baca; margin-left:0.5em; padding:0.5em; } | pre { line-height:110%; border:medium dashed #b0baca; margin-left:0.5em; padding:0.5em; } | ||
Revision as of 13:52, 14 March 2022
/* Base color */
body { background-color:#ffffe3; }
body.ns-0 { background-color:#e3eeff; }
#sitetitle { font-family:monospace; background-color:#4646ae; }
/* Headline */
h1 { font-family:monospace; }
h2 { font-family:monospace; border-bottom:thin solid black; }
h3 { font-family:monospace; border-bottom:thin solid gray; }
h4 { font-family:monospace; border-bottom:thin dashed gray; }
h5 { font-family:monospace; }
.mw-highlight { background-color:transparent; }
/* Misc */
pre { line-height:110%; border:medium dashed #b0baca; margin-left:0.5em; padding:0.5em; }