Difference between revisions of "MediaWiki:Common.css"

From MSX Game Library

Line 5: Line 5:
  
 
// Headline
 
// Headline
 +
h1 { font-family: Verdana, monospace; }
 
h2 { font-family: Verdana, monospace; border-bottom: solid thin black; }
 
h2 { font-family: Verdana, monospace; border-bottom: solid thin black; }
 
h3 { font-family: Verdana, monospace; border-bottom: solid thin gray; }
 
h3 { font-family: Verdana, monospace; border-bottom: solid thin gray; }

Revision as of 13:23, 8 March 2022

// Base color
body { background-color: #65dbef; }
body.ns-0 { background-color: #b1c5e6; }
#sitetitle { font-family: Verdana, monospace; background-color:#5955e0; color:#8076f1; }

// Headline
h1 { font-family: Verdana, monospace; }
h2 { font-family: Verdana, monospace; border-bottom: solid thin black; }
h3 { font-family: Verdana, monospace; border-bottom: solid thin gray; }
h4 { font-family: Verdana, monospace; border-bottom: solid thin dashed; }
h5 { font-family: Verdana, monospace; }

// Misc
pre { line-height: 110%; }