MediaWiki:Common.css: Difference between revisions

From WargameChess

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


:root{
}


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



Revision as of 16:29, 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: #222221; }

#content h2 { color: #222221; }

#content h3 { color: #222221; }