Vorlage:TaxoBox/styles.css
Zur Navigation springen
Zur Suche springen
.submers-taxobox {
width: 100%;
max-width: 850px;
margin: 1.15rem auto 1rem;
border-collapse: separate;
border-spacing: 0;
overflow: hidden;
border: 1px solid #b7c7cf;
border-radius: 15px;
box-shadow: 0 12px 30px #d5e0e5;
background-color: #ffffff;
}
.submers-taxobox th,
.submers-taxobox td {
padding: .58rem .8rem;
border-bottom: 1px solid #d5e0e5;
vertical-align: top;
}
.submers-taxobox tr:last-child td { border-bottom: 0; }
.submers-taxobox th {
color: #083344;
background-color: #e0f7ff;
text-align: center;
font-weight: bold;
}
.submers-taxobox tr:first-child th {
color: #ecfeff;
background-color: #0ea5e9;
font-size: 1.02rem;
letter-spacing: .04em;
}
.submers-taxobox td { background-color: #f8fbfc; }
.submers-taxobox--animal tr:first-child th { background-color: #0ea5e9; }
.submers-taxobox--animal th:not(:first-child),
.submers-taxobox--animal tr:not(:first-child) th { background-color: #e0f7ff; }
.submers-taxobox--animal td { background-color: #f8fbfc; }
.submers-taxobox--plant {
border-color: #9fc6ad;
box-shadow: 0 12px 30px #d4e8d8;
}
.submers-taxobox--plant tr:first-child th {
background-color: #16a34a;
color: #f7fee7;
}
.submers-taxobox--plant th:not(:first-child),
.submers-taxobox--plant tr:not(:first-child) th {
background-color: #dcfce7;
color: #14532d;
}
.submers-taxobox--plant td { background-color: #fbfff2; }