MediaWiki:Common.css: Difference between revisions

From WargameChess

No edit summary
No edit summary
Line 18: Line 18:




#content h1.firstHeading { color: blue; }
#content h1 { color: blue; }


#content h2 { color: #222221; }
#content h2 { color: red; }


#content h3 { color: #222221; }
#content h3 { color: green; }

Revision as of 16:32, 29 January 2025

/* CSS placed here will be applied to all skins */


:root{


}

body {
  /*background-image: url(/images/8/8e/Backgroundred.png)*/;
}


#content { background-color: #e4e4e4 }


body { color: #222221; }


#content h1 { color: blue; }

#content h2 { color: red; }

#content h3 { color: green; }