MediaWiki:Common.css: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
/* change background color of the pages */
/* change background color of the pages */
#content { background-color: #1f1c66; }
#content { background-color: #1f1c66; }
#mw-head-base { background-color: #ff441d; }

Revision as of 11:04, 22 March 2024

/* CSS placed here will be applied to all skins */
/* EV Colours:
Melon: #ff9966
Coral: #ff7d4c
Sunset: #ff6a14
Magma: #ff441d
White: #ffffff
Electric: #7d7df0
Violet: #473ba7
Dusk: #1f1c66
Night: #050522
Black: #000000
*/

/* change background color of the pages */
#content { background-color: #1f1c66; }


#mw-head-base { background-color: #ff441d; }