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: 280px;
margin: 0 0 1em 1em;
border: 1px solid #aaa;
background: #f9f9f9;
font-size: 90%;
}
.infobox-title {
background: #f2f2ce;
font-size: 120%;
text-align: center;
padding: 6px;
}
.infobox-header {
background: #e6e6cc;
text-align: center;
font-weight: bold;
padding: 4px;
}
.infobox td {
padding: 4px 6px;
vertical-align: top;
}
.infobox-image {
text-align: center;
background: #fff;
}
.infobox-caption {
font-size: 90%;
}
.infobox-binomial {
text-align: center;
font-size: 105%;
}
.infobox-authority {
font-size: 90%;
}