MediaWiki:Common.css: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
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 */


/* changes the background colour of the pages: */
/* changes the background color of the pages: */
#content { background-color: #050522; }
#content { background-color: #050522; }
/* changes the background color of the menu panel to the left: */
#mw-panel { background-color: #7d7df0; }

Revision as of 11:40, 21 March 2024

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

/* changes the background color of the pages: */
#content { background-color: #050522; }


/* changes the background color of the menu panel to the left: */
#mw-panel { background-color: #7d7df0; }