MediaWiki:Common.css
Appearance
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 be applied to all skins */
/* Character infobox (global look) */
table.infobox.infobox-character {
border: 1px solid #a2a9b1;
background: #f8f9fa;
width: 300px;
float: right;
margin: 0 0 1em 1em;
font-size: 90%;
}
.infobox-title { text-align:center; background:#eaf3ff; font-weight:700; font-size:120%; padding:.4em .6em; }
}
.infobox-image { text-align: center; background: #fff; }
.infobox.infobox-character th { text-align: left; width: 38%; padding: .35em .5em; }
.infobox.infobox-character td { padding: .35em .5em; }