MediaWiki:Vector.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */
body { background-color: #e8e1d5; }
#p-navigation { background-color: #e8e1d5; }
#mw-head { background-color: #e8e1d5; }
#mw-panel { background-color: #e8e1d5; }
#p-logo { background-color: #e8e1d5; }
#p-tb { background-color: #e8e1d5; }
#p-tb-label { background-color: #e8e1d5; }
.mw-body { border: 1px solid #000000; }
#content { background-color: #ded5ba; }
#bodyContent { background-color: #ded5ba; }
#firstHeading { background-color: #ded5ba; }
#catlinks { background-color: #e8e1d5; }
#p-tb .body { background-color: #e8e1d5; }
#footer {
background-color: #ded5ba;
min-height: 100px;
top: 10px;
border: 1px solid #000000;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
background-image: linear-gradient(to bottom,#3D72A8 0,#3D72A8 100%); }
.vector-menu-tabs li {
background-image: linear-gradient(to top,#3D72A8 0,#3D72A8 1px,#3D72A8 100%); }
.vector-menu-tabs li a {
color: #3D72A8; }
.vector-menu-tabs li a:visited {
color: #3D72A8; }
.vector-menu-tabs .new a {
color:#E12F33 !important; }
.vector-menu-tabs .new a:visited {
color:#E12F33 !important; }
.vector-menu-tabs .selected {
background: #31D989; }
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
color: #fff; }
.vector-menu-dropdown h3 {
color: #3D72A8; }
.vector-menu-tabs li a:hovered {
color: #ded5ba; }