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.
/* Table-based Infobox */
table.infobox {
float: right;
width: 300px;
background: #f8f9fa;
border: 1px solid #a2a9b1;
border-collapse: collapse;
margin-left: 1em;
}
.infobox th.infobox-header {
background: #eaecf0;
text-align: center;
padding: 10px;
font-size: 1.2em;
}
.infobox td {
padding: 6px 10px;
border-bottom: 1px solid #eaecf0;
}
.infobox-label {
width: 35%;
font-weight: bold;
color: #54595d;
background-color: #f0f0f0; /* Optional: adds a slight color to the label column */
}
.infobox-image {
text-align: center;
padding: 10px 0;
background: #fff;
}