MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→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; }" |
No edit summary Tag: Reverted |
||
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 { | body { color: #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 { color: #7d7df0; } /* change background color of the left side navigation for vector legacy only */ #mw-panel { background-color: #ff9966; }