MediaWiki:RPGC-infobox.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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.infobox,
.wikitable {
background: #10151b !important;
border: 1px solid var(--rpgc-border) !important;
color: var(--rpgc-text) !important;
box-shadow: 0 0 12px rgba(0,0,0,.35);
}
.infobox th,
.wikitable th {
background: linear-gradient(#4f86d6, #315f9d) !important;
color: #ffffff !important;
text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.infobox td,
.wikitable td {
border-color: var(--rpgc-border) !important;
}
.infobox-header {
background: #262c33 !important;
color: #ffffff !important;
}