pokedex/www/css/custom_style.css

1068 lines
18 KiB
CSS

md-input-container {
padding-bottom: 10px;
}
.image-list-thumb {
padding: 2px 2px 2px 2px;
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;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #D50000;
color: white;
}
.pokemontyp1 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp2 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #C51162;
color: white;
}
.pokemontyp2 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp3 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #AA00FF;
color: white;
}
.pokemontyp3 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp4 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #6200EA;
color: white;
}
.pokemontyp4 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp5 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #304FFE;
color: white;
}
.pokemontyp5 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp6 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #2962FF;
color: white;
}
.pokemontyp6 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp7 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #0091EA;
color: white;
}
.pokemontyp7 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp8 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #00B8D4;
color: white;
}
.pokemontyp8 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp9 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #00BFA5;
color: white;
}
.pokemontyp9 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp10 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #1B5E20;
color: white;
}
.pokemontyp10 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp11 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #33691E;
color: white;
}
.pokemontyp11 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp12 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #827717;
color: white;
}
.pokemontyp12 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp13 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #F57F17;
color: white;
}
.pokemontyp13 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp14 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #FF6F00;
color: white;
}
.pokemontyp14 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp15 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #E65100;
color: white;
}
.pokemontyp15 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp16 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #BF360C;
color: white;
}
.pokemontyp16 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp17 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #3E2723;
color: white;
}
.pokemontyp17 img {
float: left;
margin: 0 10px 0 -25px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.pokemontyp18 {
display: inline-block;
padding: 0 25px;
height: 32px;
font-size: 16px;
line-height: 32px;
border-radius: 25px;
background-color: #212121;
color: white;
}
.pokemontyp18 img {
float: left;
margin: 0 10px 0 -25px;
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%;
}
.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%;
}