MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Revision as of 04:13, 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;
padding: 0.2em;
}
.infobox-title {
background: #f2f2ce;
text-align: center;
font-weight: bold;
font-size: 110%;
}
.infobox-image {
background: #f8f9fa;
text-align: center;
}
.infobox-section {
background: #f2f2ce;
text-align: center;
font-weight: bold;
}
.infobox td {
vertical-align: top;
}
.infobox td:first-child {
width: 40%;
white-space: nowrap;
}
.binomial-name {
text-align: center;
font-style: italic;
font-weight: bold;
font-size: 110%;
}
.binomial-name .authority {
font-style: normal;
font-weight: normal;
display: block;
}