MediaWiki:Vector.css
MediaWiki interface page
More actions
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.
/* CSS placed here will affect users of the Vector skin */
#footer-info-lastmod { display: none; } /* last modification disable */
div#footer {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%; /* Footer Background Color */
width: 100%;
padding: 0px !important;
margin-top: 20px !important;
bottom: 0px !important;
margin-left: auto !important;
margin-right: auto !important;
color:#C2C8CF;
}
div#footer a {
color:white; /* Footer T Color */
}
div#footer ul {
padding-left: 190px;
padding-right: 15px;
}
div#footer ul li {
color:#C2C8CF;
}