Datenbank Update, detailseite angepasst, Standard Attacken eingebaut
This commit is contained in:
@@ -7,6 +7,38 @@ md-input-container {
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.mycenter {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.typnormal{
|
||||
border-color: #0a9dc7;
|
||||
background-color: #11c1f3;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.typnmittel{
|
||||
border-color: #e6b500;
|
||||
background-color: #ffc900;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.typschwach{
|
||||
border-color: #28a54c;
|
||||
background-color: #33cd5f;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.typstark{
|
||||
border-color: #e42112;
|
||||
background-color: #ef473a;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pokemontyp1 {
|
||||
display: inline-block;
|
||||
@@ -692,3 +724,345 @@ md-input-container {
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp1sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #D50000;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp1sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp2sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #C51162;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp2sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp3sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #AA00FF;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp3sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp4sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #6200EA;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp4sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp5sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #304FFE;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp5sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp6sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #2962FF;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp6sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp7sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #0091EA;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp7sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp8sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #00B8D4;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp8sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp9sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #00BFA5;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp9sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp10sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #1B5E20;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp10sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp11sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #33691E;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp11sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp12sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #827717;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp12sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp13sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #F57F17;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp13sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp14sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #FF6F00;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp14sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp15sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #E65100;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp15sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp16sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #BF360C;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp16sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp17sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #3E2723;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp17sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.pokemontyp18sx {
|
||||
display: inline-block;
|
||||
padding: 0 25px;
|
||||
height: 16px;
|
||||
font-size: 8px;
|
||||
line-height: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #212121;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pokemontyp18sx img {
|
||||
float: left;
|
||||
margin: 0 10px 0 -25px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
Reference in New Issue
Block a user