Difference between revisions of "MediaWiki:Common.css"
From MSX Game Library
Line 1: | Line 1: | ||
/* Base color */ | /* Base color */ | ||
− | body { background-color: # | + | body { background-color: #ded087; } |
body.ns-0 { background-color: #e3eeff; } | body.ns-0 { background-color: #e3eeff; } | ||
#sitetitle { font-family: monospace; background-color:#5955e0; color:#8076f1; } | #sitetitle { font-family: monospace; background-color:#5955e0; color:#8076f1; } | ||
Line 8: | Line 8: | ||
h2 { font-family: monospace; border-bottom: solid thin black; } | h2 { font-family: monospace; border-bottom: solid thin black; } | ||
h3 { font-family: monospace; border-bottom: solid thin gray; } | h3 { font-family: monospace; border-bottom: solid thin gray; } | ||
− | h4 { font-family: monospace; border-bottom: | + | h4 { font-family: monospace; border-bottom: dashed thin gray; } |
h5 { font-family: monospace; } | h5 { font-family: monospace; } | ||
/* Misc */ | /* Misc */ | ||
− | pre { line-height: 110%; } | + | pre { line-height: 110%; border: dashed bold #b0baca } |
Revision as of 13:29, 8 March 2022
/* Base color */ body { background-color: #ded087; } body.ns-0 { background-color: #e3eeff; } #sitetitle { font-family: monospace; background-color:#5955e0; color:#8076f1; } /* Headline */ h1 { font-family: monospace; } h2 { font-family: monospace; border-bottom: solid thin black; } h3 { font-family: monospace; border-bottom: solid thin gray; } h4 { font-family: monospace; border-bottom: dashed thin gray; } h5 { font-family: monospace; } /* Misc */ pre { line-height: 110%; border: dashed bold #b0baca }