MediaWiki:Vector.css: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* change background color of the pages */
#content { background-color: #1f1c66; }
/*change color of tools menu background */
#p-tb { background-color: #ff9966; }
/* change background color of the wiki for vector legacy only */
body { background: #7d7df0; }
/* change background color of the left side navigation for vector legacy only */
#mw-panel { background-color: #ff9966; }

Latest revision as of 12:26, 22 March 2024

/* All CSS here will be loaded for users of the Vector skin */