MediaWiki:Common.css: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
body { background: #7d7df0; }
body { background: #7d7df0; }


/* changes the background color of the left navigation panel: */
#p-navigation { background-color: #7d7df0; }
#p-navigation { background-color: #7d7df0; }
#p-tb-label { background-color: #7d7df0; }

Revision as of 11:48, 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 main wiki body: */
body { background: #7d7df0; }

/* changes the background color of the left navigation panel: */
#p-navigation { background-color: #7d7df0; }


#p-tb-label { background-color: #7d7df0; }