Difference between revisions of "MediaWiki:Common.css"
From MSX Game Library
Line 2: | Line 2: | ||
body { background-color: #65dbef; } | body { background-color: #65dbef; } | ||
body.ns-0 { background-color: #b1c5e6; } | body.ns-0 { background-color: #b1c5e6; } | ||
− | #sitetitle { font-family: | + | #sitetitle { font-family: monospace; background-color:#5955e0; color:#8076f1; } |
// Headline | // Headline | ||
− | h1 { font-family: | + | h1 { font-family: monospace; } |
− | h2 { font-family: | + | h2 { font-family: monospace; border-bottom: solid thin black; } |
− | h3 { font-family: | + | h3 { font-family: monospace; border-bottom: solid thin gray; } |
− | h4 { font-family: | + | h4 { font-family: monospace; border-bottom: solid thin dashed; } |
− | h5 { font-family: | + | h5 { font-family: monospace; } |
// Misc | // Misc | ||
pre { line-height: 110%; } | pre { line-height: 110%; } |
Revision as of 13:24, 8 March 2022
// Base color body { background-color: #65dbef; } body.ns-0 { background-color: #b1c5e6; } #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: solid thin dashed; } h5 { font-family: monospace; } // Misc pre { line-height: 110%; }