MediaWiki:Common.css: Difference between revisions

From Dead Suns Game
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: #content { background-color: #CCF; } #bodyContent { background-color: #CCF;}")
 
No edit summary
Line 2: Line 2:
#content { background-color: #CCF; }
#content { background-color: #CCF; }
#bodyContent { background-color: #CCF;}
#bodyContent { background-color: #CCF;}
#MikeTable { bckground-color: #DDF; border:none; }
#MikeTable.td {border: 1px solid #007;}

Revision as of 10:47, 22 October 2022

/* CSS placed here will be applied to all skins */
#content { background-color: #CCF; }
#bodyContent { background-color: #CCF;}
#MikeTable { bckground-color: #DDF; border:none; }
#MikeTable.td {border: 1px solid #007;}