Difference between revisions of "Template:Clade/styles.css"
Jump to navigation
Jump to search
imported>Xaosflux m (Changed protection level for "Template:Clade/styles.css": reduce to EPROT to enable primary editor to continue contirbuting (WP:IAR) ([Edit=Require extended confirmed access] (indefinite) [Move=Require template editor access] (indefinite))) |
imported>Xaosflux m (Changed protection level for "Template:Clade/styles.css": Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
(No difference)
| |
Revision as of 23:27, 31 March 2019
/* {{pp-template}} */
table.clade {
border-spacing:0;
margin:0;
font-size:100%;
line-height:100%;
border-collapse:separate;
width:auto;
}
table.clade table.clade {
width:100%;
}
table.clade td {
border:0;
padding:0;
vertical-align:middle;
text-align:center;
}
table.clade td.clade-label { /* the cell with the label */
width:0.8em; /* was only used for first leaf but shouldn't matter for others */
border:0;
padding:0 0.2em;
vertical-align:bottom;
text-align:center;
}
table.clade td.clade-slabel { /* the cell with the sublabel; only use if there is a label */
border:0;
padding:0 0.2em;
vertical-align:top;
text-align:center;
}
table.clade td.clade-bar { /* the cell with the bar label or group label */
vertical-align:middle;
text-align:left;
padding:0 0.5em;
}
table.clade td.clade-leaf { /* the cell with the leaf content (rowspan=2) */
border:0;
padding:0;
text-align:left;
vertical-align:middle;
}
table.clade td.clade-leafR { /* the cell with the leaf content (rowspan=2) */
border:0;
padding:0;
text-align:right;
}