Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Tag: Manual revert |
|||
Line 11: | Line 11: | ||
#p-tb .body { background-color: #B0C4DE; } | #p-tb .body { background-color: #B0C4DE; } | ||
#footer-info { display: none; } | #footer-info { display: none; } | ||
div#simpleSearch { width: | div#simpleSearch { width: 40em; } | ||
#mw-list-item {color: hotpink} | #mw-list-item {color: hotpink} | ||
div.vectorTabs span { | div.vectorTabs span { |
Revision as of 00:34, 8 April 2022
/* All CSS here will be loaded for users of the Vector skin */
#mw-head-base { background-color: #B0C4DE; }
#mw-panel { background-color: #B0C4DE; }
#p-logo { background-color: #B0C4DE; }
#p-navigation { background-color: #B0C4DE; }
#p-tb { background-color: #B0C4DE; }
body { background-color: #B0C4DE; }
#mw-page-base { background-color: #B0C4DE; }
#mw-head { background-color: #B0C4DE; }
#p-tb .body { background-color: #B0C4DE; }
#footer-info { display: none; }
div#simpleSearch { width: 40em; }
#mw-list-item {color: hotpink}
div.vectorTabs span {
background-image: none;
}
#left-navigation { display:none!important; }