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 */
.mw-logo-container {
display: none;
}
.mw-logo-icon {
width: auto;
}
.mw-highlight pre {
font-size: 80%;
}
.template-infobox {
float: right;
padding: 6px 14px;
margin-left: 11px;
background-color: #f8f9fa;
max-width: 250px;
}
.template-infobox th {
text-align: left;
border-top: 1px solid #eaecf0;
}
.template-infobox span + p span,
.template-infobox span + span,
.template-infobox p + span,
.template-infobox p {
display: inline;
}
.template-infobox td span::after {
content: ',';
}
.template-infobox td span:last-child::after,
.template-infobox td p span:last-child::after {
content: '';
}