MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
Tag: Undo |
||
| Line 2: | Line 2: | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
margin: 0 0 | margin: 0 0 1em 1em; | ||
width: 260px; | width: 260px; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
Revision as of 03:48, 31 December 2025
.infobox {
float: right;
clear: right;
margin: 0 0 1em 1em;
width: 260px;
border: 1px solid #a2a9b1;
background: #f8f9fa;
font-size: 88%;
line-height: 1.45;
}
.infobox-title {
background: #f2f2ce;
text-align: center;
font-weight: bold;
font-size: 110%;
padding: 0.35em 0.35em;
}
.infobox-image {
background: #f8f9fa;
text-align: center;
padding: 0.5em;
}
.infobox-section {
background: #f2f2ce;
text-align: center;
font-weight: bold;
padding: 0.5em 0.5em;
}
.infobox td {
padding: 0.5em 0.4em;
vertical-align: top;
}
.infobox td:first-child {
width: 40%;
white-space: nowrap;
}
.binomial-name {
text-align: center;
font-style: italic;
font-weight: bold;
padding: 0.5em 0.3em;
}
.binomial-name .authority {
font-style: normal;
font-weight: normal;
margin-top: 0.15em;
display: block;
}