Difference between revisions of "MediaWiki:Common.css"
From MSX Game Library
| Line 5: | Line 5: | ||
// Headline | // Headline | ||
| − | l2 { border-bottom: | + | l2 { border-bottom:medium dashed green;} |
Revision as of 13:09, 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
l2 { border-bottom:medium dashed green;}
// Misc
pre { line-height: 110%; }