Difference between revisions of "MediaWiki:Common.css"
From MSX Game Library
| Line 1: | Line 1: | ||
// Base color | // Base color | ||
| − | body { background-color:#65dbef; } | + | body { background-color: #65dbef; } |
| − | body.ns-0 { background-color:#cccccc; } | + | body.ns-0 { background-color: #cccccc; } |
| − | #sitetitle { font-family:Courier, monospace; background-color:#5955e0; color:#8076f1; } | + | #sitetitle { font-family: Courier, monospace; background-color:#5955e0; color:#8076f1; } |
// Headline | // Headline | ||
| − | h2 { border-bottom:thin | + | h2 { border-bottom: solid thin black; } |
Revision as of 13:11, 8 March 2022
// Base color
body { background-color: #65dbef; }
body.ns-0 { background-color: #cccccc; }
#sitetitle { font-family: Courier, monospace; background-color:#5955e0; color:#8076f1; }
// Headline
h2 { border-bottom: solid thin black; }
// Misc
pre { line-height: 110%; }