MediaWiki:Common.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.
/* CSS placed here will be applied to all skins */
table.infobox {
border-collapse: collapse;
background: #f8f9fa;
color: #202122;
}
table.infobox th, table.infobox td {
border: 1px solid #a2a9b1;
padding: 0.25em 0.4em;
vertical-align: top;
}
table.infobox th {
background: #eaecf0;
text-align: left;
font-weight: bold;
}
table.infobox > tr:first-child > th {
text-align: center;
font-size: 110%;
background: #ced4da;
}