MediaWiki:Common.css
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.infobox {
font-size: .875rem;
background: #f2f2f2;
float: right;
margin: 0 0 1rem 1rem;
padding: 1.375rem 1rem;
max-width: 350px;
width: auto;
border-radius: 1rem;
}
.infobox-title {
font-size: 1rem;
font-weight: bold;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: left;
vertical-align: top;
padding: .125rem .5rem;
}
.infobox .infobox-header {
font-size: 1.125rem;
font-weight: bold;
text-align: center;
}
.infobox td {
vertical-align: top;
padding: .125rem .5rem;
}