MediaWiki:Common.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 be applied to all skins */
body {
background: url("/images/TexturedBackground.jpg");
background-size: cover;
}
.basicsnavtable {
border: 1px solid rgb(132,174,236);
padding: 5px;
border-radius: 11px;
border-spacing: 0;
width: 100%;
max-width: 1024px;
margin: 15px auto 40px auto;
font-weight: bold;
line-height: 1.3em;
text-align: center;
background-color: rgba(255,255,255,0.3);
}