MediaWiki:Vector.css: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 8: Line 8:


/* change background color of the wiki for vector legacy only */
/* change background color of the wiki for vector legacy only */
body { color: #7d7df0; }
body { background: #7d7df0; }


/* change background color of the left side navigation for vector legacy only */
/* change background color of the left side navigation for vector legacy only */
#mw-panel { background-color: #ff9966; }
#mw-panel { background-color: #ff9966; }

Revision as of 12:25, 22 March 2024

/* 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; }