Vorlage:Trainer-Belohnung/style.css
Aus PokéWiki
.trainer-belohnung {
border-radius: 0.5em;
margin: 1.5em auto 1.5em auto;
}
.trainer-belohnung th,
.trainer-belohnung td {
padding: 2px;
}
.trainer-belohnung td:first-child {
text-align: center;
}
.trainer-belohnung td {
background: #FFFFFF;
}
.trainer-belohnung tr:first-child th:first-child {
border-top-left-radius: 0.5em;
}
.trainer-belohnung tr:first-child th:last-child {
border-top-right-radius: 0.5em;
}
.trainer-belohnung tr:last-child td:first-child {
border-bottom-left-radius: 0.5em;
}
.trainer-belohnung tr:last-child td:last-child {
border-bottom-right-radius: 0.5em;
}
@media only screen and (max-width: 480px) {
.trainer-belohnung {
width: 100%;
}
}
/* [[Kategorie:Vorlage:Non-Wikitext]] */