MediaWiki:Common.css: Difference between revisions

From Ara: History Untold Wiki
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 */


/*
body { background-color: #e6e6e6; }
body { background-color: #e6e6e6; }
/*
#content { background-color: #f2f2f2; }
#content { background-color: #f2f2f2; }
#footer { background-color: #f2f2f2; }
#footer { background-color: #f2f2f2; }

Revision as of 18:18, 9 October 2024

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

/* 
body { background-color: #e6e6e6; }
#content { background-color: #f2f2f2; }
#footer { background-color: #f2f2f2; }
*/

/* 
#bodyContent { background-color: #f2f2f2; }
#firstHeading { background-color: #f2f2f2; }
#catlinks { background-color: #f2f2f2; }
#mw-head-base { background-color: #f2f2f2; }
#mw-panel { background-color: #f2f2f2; }
*/