Template:Infobox landform/styles.css
Appearance
/* {{pp|small=yes}} */
.ib-landform {
width: 23em;
border-collapse: collapse;
line-height: 1.2em;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.ib-landform td,
.ib-landform th {
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.4em 0.6em;
}
.ib-landform .mergedtoprow .infobox-full-data,
.ib-landform .mergedtoprow .infobox-header,
.ib-landform .mergedtoprow .infobox-data,
.ib-landform .mergedtoprow .infobox-label,
.ib-landform .mergedtoprow .infobox-below {
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.2em 0.6em;
}
.ib-landform .mergedrow .infobox-full-data,
.ib-landform .mergedrow .infobox-data,
.ib-landform .mergedrow .infobox-label {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
.ib-landform .mergedbottomrow .infobox-full-data,
.ib-landform .mergedbottomrow .infobox-data,
.ib-landform .mergedbottomrow .infobox-label {
border-top: 0;
border-bottom: 1px solid #a2a9b1;
padding: 0 0.6em 0.4em 0.6em;
}
.ib-landform .maptable {
border: 0;
padding: 0;
}
.ib-landform .infobox-header,
.ib-landform .infobox-below {
text-align: left;
}
.ib-landform .infobox-above {
font-size: 125%;
line-height: 1.3em;
}
.ib-landform .infobox-subheader {
background-color: #e7dcc3;
font-weight: bold;
}
.ib-landform-native {
font-weight: normal;
padding-top: 0.2em;
}
.ib-landform-other-name {
font-size: 78%;
}
.ib-landform-official {
font-weight: bold;
}
.ib-landform-caption {
padding: 0.3em 0 0 0;
}
.ib-landform-caption-link {
padding: 0.2em 0;
}
.ib-landform-nickname {
display: inline;
}
.ib-landform-fn {
font-weight: normal;
display: inline;
}