MediaWiki:Common.css
Jump to navigation
Jump to search
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 be applied to all skins */
h1 {
text-align: left;
}
body {
/* background-image: linear-gradient(-90deg, #000, #344E77); */
background-color: #20394F;
background-image: url(https://i.imgur.com/fFstNe5.png);
background-repeat: repeat;
background-size: 256px 256px;
}
#mw-page-base {
/* background-image: linear-gradient(-90deg, #000, #344E77); */
background-color: #20394F;
background-image: url(https://i.imgur.com/kfMXsYL.png);
background-repeat: no-repeat;
background-size: cover;
}
.vector-menu-content a {
color: #fff;
}
#footer a {
color: #fff;
}
#mw-panel .portal h3 {
color: #fff;
}
#right-navigation {
color: #000;
}
#left-navigation {
color: #000;
}
#mw-panel a {
color: #fff;
}
#footer-info-lastmod {
color: #fff;
}