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 */
.infobox {
float: right;
clear: right;
width: 320px;
margin: 0 0 1em 1em;
border: 1px solid #a2a9b1;
background: #f8f9fa;
font-size: 0.9em;
}
.infobox-title {
padding: 0.5em 0.75em;
font-weight: 700;
border-bottom: 1px solid #a2a9b1;
}
.infobox-table {
width: 100%;
border-collapse: collapse;
}
.infobox-table th,
.infobox-table td {
padding: 0.4em 0.6em;
vertical-align: top;
border-top: 1px solid #eaecf0;
}
.infobox-table th {
text-align: left;
white-space: nowrap;
width: 35%;
}