pokedex/www/css/custom_style.css

193 lines
3.0 KiB
CSS

md-input-container {
padding-bottom: 10px;
}
.half-image {
width: 50%;
}
.Width95 {
width: 95%;
}
.itemfontsize{
font-size: 14px;
}
.image-list-thumb {
padding: 2px 2px 2px 2px;
height: 64px;
}
.mycenter {
text-align: center;
}
/* Attacken Bewertung */
.typnormal{
border-color: #0a9dc7;
background-color: #11c1f3;
color: #fff;
text-align: center;
}
/* Attacken Bewertung */
.typnmittel{
border-color: #e6b500;
background-color: #ffc900;
color: #fff;
text-align: center;
}
/* Attacken Bewertung */
.typschwach{
border-color: #28a54c;
background-color: #33cd5f;
color: #fff;
text-align: center;
}
/* Attacken Bewertung */
.typstark{
border-color: #e42112;
background-color: #ef473a;
color: #fff;
text-align: center;
}
/* Typ Pflanze */
.pokemontyp1{
background-color: #78C850;
}
/* Typ Feuer */
.pokemontyp2{
background-color: #F08030;
}
/* Typ Wasser */
.pokemontyp3{
background-color: #6890F0;
}
/* Typ Käfer */
.pokemontyp4{
background-color: #A8B820;
}
/* Typ Normal */
.pokemontyp5{
background-color: #A8A878;
}
/* Typ Gift */
.pokemontyp6{
background-color: #A040A0;
}
/* Typ Elektro */
.pokemontyp7{
background-color: #F8D030;
}
/* Typ Boden */
.pokemontyp8{
background-color: #E0C068;
}
/* Typ Fee */
.pokemontyp9{
background-color: #FF79E7;
}
/* Typ Kampf */
.pokemontyp10{
background-color: #C03028;
}
/* Typ Psycho */
.pokemontyp11{
background-color: #F85888;
}
/* Typ Gestein */
.pokemontyp12{
background-color: #B8A038;
}
/* Typ Geist */
.pokemontyp13{
background-color: #705898;
}
/* Typ Eis */
.pokemontyp14{
background-color: #98D8D8;
}
/* Typ Drache */
.pokemontyp15{
background-color: #7038F8;
}
/* Typ Unlicht */
.pokemontyp16{
background-color: #705848;
}
/* Typ Stahl */
.pokemontyp17{
background-color: #B8B8D0;
}
/* Typ Flug */
.pokemontyp18{
background-color: #A890F0;
}
.pokemontypsx {
display: inline-block;
padding: 0 10px;
height: 18px;
font-size: 8px;
line-height: 16px;
border-radius: 5px;
color: white;
border-style: solid;
border-color: white;
border-width: 1px;
}
.pokemontypsx img {
float: left;
margin: 0 5px 0 -10px;
height: 16px;
width: 16px;
border-radius: 50%;
}
.pokemontypsm {
display: inline-block;
padding: 0 25px;
height: 18px;
font-size: 10px;
line-height: 16px;
border-radius: 5px;
color: white;
border-style: solid;
border-color:white;
border-width: 1px;
}
.pokemontypsm img {
float: left;
margin: 0 10px 0 -25px;
height: 16px;
width: 16px;
border-radius: 50%;
}
.pokemontypnor {
display: inline-block;
padding: 0 25px;
height: 24px;
font-size: 16px;
line-height: 22px;
border-radius: 6px;
color: white;
border-style: solid;
border-color:white;
border-width: 1px;
}
.pokemontypnor img {
float: left;
margin: 0 10px 0 -25px;
height: 22px;
width: 22px;
border-radius: 50%;
}