Vorlage:Pokédex-Aufgaben/style.css
Aus PokéWiki
.pokedex-aufgaben {
border-radius: 0.5em;
display: grid;
grid-template-columns: max-content auto max-content;
margin: auto;
border-width: 2px;
border-style: solid;
background-color: #FFFFFF;
}
.pokedex-aufgaben > div:first-child {
grid-column-end: span 3;
}
.pokedex-aufgaben > div:first-child > div {
padding: 2px;
}
.pokedex-aufgaben > div:first-child > div > span {
float: right;
}
.pokedex-aufgaben > div:first-child > div {
border-radius: 0.5em;
text-align: center;
font-weight: bold;
margin: 3px 3px 0 3px;
}
.pokedex-aufgaben img {
filter: invert(55%) sepia(86%) saturate(7104%) hue-rotate(344deg) brightness(125%) contrast(82%);
}
.pokedex-aufgaben .single {
background: #D9D9CD;
width: 20px;
height: 20px;
border-radius: 2px;
}
.pokedex-aufgaben > div:not(:first-child):not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
border-bottom-width: 2px;
border-bottom-style: dashed;
}
.pokedex-aufgaben > div:not(:first-child):nth-child(3n+1) {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 3px;
gap: 3px;
}
.pokedex-aufgaben > div:not(:first-child):not(:nth-child(3n+1)) {
display: flex;
align-items: center;
padding: 3px;
}
.pokedex-aufgaben > div:not(:first-child):nth-child(3n+1) > div {
border-radius: 0.5em;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
width: 30px;
}
/* [[Kategorie:Vorlage:Non-Wikitext]] */