Vorlage:Zucht, Entwicklung und Formen/style.css
Zur Navigation springen
Zur Suche springen
.zucht-entwicklung-formen {
border-radius: 0.5em;
margin: auto;
}
.zucht-entwicklung-formen th {
border-radius: 0.5em;
}
.zucht-entwicklung-formen td:first-child {
width: 35px;
}
.zucht-entwicklung-formen td:first-child:nth-last-child(2) {
background: #F2F2F2;
}
.zucht-entwicklung-formen td:nth-child(n):not(:last-child) {
text-align: center;
border-radius: 0.5em 0 0 0.5em;
font-weight: bold;
}
.zucht-entwicklung-formen td:nth-child(n):not(:first-child):not(:last-child) {
width: 40px;
}
.zucht-entwicklung-formen td:last-child {
border-radius: 0 0.5em 0.5em 0;
background: #F2F2F2;
padding: 2px;
}
.zucht-entwicklung-formen tr:last-child td:first-child:last-child {
border-radius: 0.5em;
}
/* [[Kategorie:Vorlage:Non-Wikitext]] */