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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */
body {
background-color: #fff;
}
#mw-page-base {
background-image: none;
}
#firstHeading, #contentSub {
display:none;
}
.fullwidthimage {
max-width:100%;
width:100%;
height:auto;
}
#cusl-header {
background: #f9f9f9;
margin: 1.2em 0 6px 0;
padding: 1em 0.5em;
font-size: 120%;
border: 1px solid #ddd;
display: table;
width: 98%;
}
#cusl-header div {
display: table-cell;
}
#cusl-header-title {
color: #4479AD;
width: 560px;
}
#navigation {
list-style-type: none;
padding-left: 0.5em;
margin: 0 auto;
text-align: left;
}
#navigation li {
display: inline;
}