Vorlage:Karte Infobox/style.css

Aus PokéWiki
Version vom 10. Juli 2021, 23:54 Uhr von GrollenKette951 (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „.karte-infobox { border-radius: 0.5em; float: right; width: 300px; text-align: center; margin: 0 0 1em 1em; } .karte-infobox .name { border-top-right…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
.karte-infobox {
	border-radius: 0.5em;
	float: right;
	width: 300px;
	text-align: center;
	margin: 0 0 1em 1em;
}

.karte-infobox .name {
    border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	padding:10px;
}

.karte-infobox .name span {
	line-height:1.4em;
}

.karte-infobox .zusatz span {
	color: black;
	font-size: large;
}

.karte-infobox .bild div {
	padding: 0.3em;
	margin-bottom: 0.5em;
	font-size: 85%;
}

.karte-infobox .eigenschaft {
	width: 50%;
}

.karte-infobox .zeile table {
	width: 100%;
}

.karte-infobox .zeile td:nth-child(3) {
    width: 10%;
}

.karte-infobox .zeile div {
	text-align: center;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 11px;
	display: table-cell;
	font-size: 10px;
}

/* @media only screen and (max-width: 480px) {
  .karte-infobox {
    width: 100%
  }
} */

/* [[Kategorie:Vorlage:Non-Wikitext]] */