Datenbank erweitert, typenen und attacken
This commit is contained in:
@@ -348,4 +348,347 @@ md-input-container {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.pokemontyp1sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #D50000;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp1sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp2sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #C51162;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp2sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp3sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #AA00FF;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp3sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp4sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #6200EA;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp4sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp5sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #304FFE;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp5sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp6sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #2962FF;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp6sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp7sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #0091EA;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp7sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp8sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #00B8D4;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp8sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp9sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #00BFA5;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp9sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp10sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #1B5E20;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp10sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp11sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #33691E;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp11sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp12sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #827717;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp12sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp13sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #F57F17;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp13sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp14sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #FF6F00;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp14sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp15sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #E65100;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp15sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp16sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #BF360C;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp16sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp17sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #3E2723;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp17sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp18sm {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #212121;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp18sm img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user