MediaWiki:Common.css: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
mNo 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: #222; }
body { background-color: #222; }
mw-head { background-color: #222; }
#mw-page-base { background-color: #222; background-image: linear-gradient(to bottom,#000 50%,#060606 100%);}

Revision as of 08:47, 21 February 2023

/* CSS placed here will be applied to all skins */
body { background-color: #222; }
#mw-page-base { background-color: #222; background-image: linear-gradient(to bottom,#000 50%,#060606 100%);}