Vorlage:Karte Infobox/style.css: Unterschied zwischen den Versionen

Aus PokéWiki
Zur Navigation springen Zur Suche springen
(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…“)
 
KKeine Bearbeitungszusammenfassung
Zeile 5: Zeile 5:
text-align: center;
text-align: center;
margin: 0 0 1em 1em;
margin: 0 0 1em 1em;
}
.karte-infobox tr:last-child td {
border-bottom-left-radius:0.5em;
border-bottom-right-radius:0.5em;
}
}



Version vom 24. Juli 2021, 01:45 Uhr

.karte-infobox {
	border-radius: 0.5em;
	float: right;
	width: 300px;
	text-align: center;
	margin: 0 0 1em 1em;
}

.karte-infobox tr:last-child td {
	border-bottom-left-radius:0.5em;
	border-bottom-right-radius:0.5em;
}

.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]] */