MediaWiki:Metrolook.css: Difference between revisions

(New Page: "→‎CSS placed here will affect users of the Metrolook skin: #mw-page-base { background-color: #333; } .tilebar { background: #444 !important; }")
 
No edit summary
Line 2: Line 2:




#mw-page-base { background-color: #333; }
#mw-page-base { background-color: #333;    background-image: linear-gradient(#444 10%,#444 100%)!important; }


.tilebar { background: #444 !important; }
.tilebar { background: #444 !important; }

Revision as of 18:47, 2 April 2017

/* CSS placed here will affect users of the Metrolook skin */


#mw-page-base { background-color: #333;     background-image: linear-gradient(#444 10%,#444 100%)!important; }

.tilebar { 	background: #444 !important; }