MediaWiki:IC.css: Unterschied zwischen den Versionen

Aus PokéWiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „.typ-icon { display: inline-block; min-width: 56px; text-align: center; font-weight: bold; font-size: 0.9em; color: white; border-radius: 0.5em; box-s…“)
(kein Unterschied)

Version vom 21. September 2022, 16:29 Uhr

.typ-icon {
	display: inline-block;
	min-width: 56px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	color: white;
	border-radius: 0.5em; 
	box-sizing: border-box;
	background-color: black;
	border: rgba(255, 255, 255, .5) solid 2px;
}

.wettbewerb-icon {
	display: inline-block;
	min-width: 64px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	color: white;
	border-radius: 0.5em; 
	box-sizing: border-box;
	background-color: black;
	border: rgba(255, 255, 255, .5) solid 2px;
}

.kategorie-icon {
	display: inline-block;
	min-width: 56px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	color: white;
	border-radius: 0.5em;
	box-sizing: border-box;
	background-color: black;
	border: rgba(255, 255, 255, .5) solid 2px;
}


.typ-icon[title="Normal"] {
	background-color: #bbbbaa;
}
.typ-icon[title="Kampf"] {
	background-color: #bb5544;
}
.typ-icon[title="Flug"] {
	background-color: #96caff;
}
.typ-icon[title="Gift"] {
	background-color: #9553cd;
}
.typ-icon[title="Boden"] {
	background-color: #a67439;
}
.typ-icon[title="Gestein"] {
	background-color: #bbaa66;
}
.typ-icon[title="Käfer"] {
	background-color: #92c12a;
}
.typ-icon[title="Geist"] {
	background-color: #6e4370;
}
.typ-icon[title="Stahl"] {
	background-color: #aaaabb;
}
.typ-icon[title="Feuer"] {
	background-color: #ff421c;
}
.typ-icon[title="Wasser"] {
	background-color: #2c9be3;
}
.typ-icon[title="Pflanze"] {
	background-color: #62bc5a;
}
.typ-icon[title="Elektro"] {
	background-color: #ffdc00;
	text-shadow: 0px 0px 2px #999;
}
.typ-icon[title="Psycho"] {
	background-color: #ff6380;
}
.typ-icon[title="Eis"] {
	background-color: #74cfc0;
}
.typ-icon[title="Drache"] {
	background-color: #5670be;
}
.typ-icon[title="Unlicht"] {
	background-color: #4e4545;
}
.typ-icon[title="Fee"] {
	background-color: #ec8fe6;
}
.typ-icon[title="???"] {
	background-color: #68a090;
}


.wettbewerb-icon[title="Coolness"] {
	background-color: #d45040;
}
.wettbewerb-icon[title="Schönheit"] {
	background-color: #63c7e9;
}
.wettbewerb-icon[title="Putzigkeit"] {
	background-color: #ff85be;
}
.wettbewerb-icon[title="Anmut"] {
	background-color: #ff85be;
}
.wettbewerb-icon[title="Klugheit"] {
	background-color: #4ec173;
}
.wettbewerb-icon[title="Stärke"] {
	background-color: #f8d030;
}


.kategorie-icon[title="Physisch"] {
	background-image: url(https://www.pokewiki.de/images/e/eb/Typ-Icon_Physisch_SWSH.png);
	background-size: 22px 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ff4400;
}
.kategorie-icon[title="Spezial"] {
	background-image: url(https://www.pokewiki.de/images/8/80/Typ-Icon_Spezial_SWSH.png);
	background-size: 22px 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #2266cc;
}
.kategorie-icon[title="Status"] {
	background-image: url(https://www.pokewiki.de/images/b/b9/Typ-Icon_Status_SWSH.png);
	background-size: 22px 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #838383;
}