Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
body { background-color: #B6ACCA; } | body { background-color: #B6ACCA; } | ||
#mw-page-base { background-color: #B6ACCA; } | #mw-page-base { background-color: #B6ACCA; } | ||
#mw-head { background-color: #B6ACCA; } | #mw-head { background-color: #B6ACCA; } | ||
#p-tb .body { background-color: #B6ACCA; } | #p-tb .body { background-color: #B6ACCA; } |
Revision as of 23:24, 5 October 2023
/* All CSS here will be loaded for users of the Vector skin */
#mw-head-base { background-color: #B6ACCA; }
#mw-panel { background-color: #B6ACCA; }
#p-logo { background-color: #B6ACCA; }
#p-navigation { background-color: #B6ACCA; }
#p-tb { background-color: #B6ACCA; }
body { background-color: #B6ACCA; }
#mw-page-base { background-color: #B6ACCA; }
#mw-head { background-color: #B6ACCA; }
#p-tb .body { background-color: #B6ACCA; }
div#simpleSearch { width: 100em; }
<!--some colors to change the vector background-->
<!--#B0C4DE LightSteelBlue-->
<!--#B6ACCA light purple-->
<!--#FFF0F5 Lavender blush-->