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.
/* CSS placed here will be applied to all skins */
/* Infobox Design */
.infobox {
float: right;
clear: right;
width: 300px;
background: #f8f9fa; /* Light mode bg */
border: 1px solid #a2a9b1;
padding: 5px;
margin-left: 1em;
margin-bottom: 1em;
font-size: 90%;
}
.infobox-header {
background: #eaecf0;
color: #000;
text-align: center;
font-weight: bold;
padding: 0.5em;
font-size: 1.2em;
}
.infobox-image {
text-align: center;
padding: 10px 0;
}
.infobox-row {
display: flex;
justify-content: space-between;
padding: 4px 8px;
border-bottom: 1px solid #eaecf0;
}
.infobox-label {
font-weight: bold;
color: #54595d;
}