MediaWiki:Common.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.
body {
background-color: #0d0d0d;
background-image: url("/images/war_texture.png");
background-repeat: repeat;
color: #f5e6c4;
}
#content {
border: 2px solid #a67c00;
padding: 20px;
background-color: #2a0000;
border-radius: 8px;
box-shadow: 0 0 10px black inset;
}
.content-panel {
background-color: #3b1f1f; /* dark but readable */
border: 2px solid #f3c200; /* gold/bronze border */
padding: 20px;
border-radius: 8px;
box-shadow: inset 0 0 15px rgba(0,0,0,0.5); /* inset shadow for depth */
color: #f5e6c4; /* readable light text */
margin-bottom: 20px;
}