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

Aus PokéWiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „.item-infobox { min-width: 250px; margin: 0 0 1em 1em; float: right; text-align: center; border-radius: 0.5em; } .item-infobox table { border-radius: 0.…“)
 
KKeine Bearbeitungszusammenfassung
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 14: Zeile 14:
.item-infobox a:not(.new) {
.item-infobox a:not(.new) {
color: #000000;
color: #000000;
}
.item-infobox .wlink a:not(.new) {
color: #FFFFFF;
}
}


Zeile 28: Zeile 32:
.item-infobox .item-infobox-languages table th {
.item-infobox .item-infobox-languages table th {
float: left;
float: left;
}
.item-infobox-left-icon {
margin-right: 10px;
}
.item-infobox-right-icon {
margin-left: 10px;
}
}


Zeile 61: Zeile 57:
}
}


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


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

Aktuelle Version vom 2. Juni 2023, 01:18 Uhr

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

.item-infobox table {
	border-radius: 0.5em;
	width: 100%;
}

.item-infobox a:not(.new) {
	color: #000000;
}

.item-infobox .wlink a:not(.new) {
	color: #FFFFFF;
}

.item-infobox .item-infobox-languages {
	white-space: nowrap;
}

.item-infobox .item-infobox-languages table {
	margin-right: auto;
	margin-left: auto;
	width: auto;
}

.item-infobox .item-infobox-languages table th {
	float: left;
}

.item-infobox .item-infobox-image {
	background: #FFFFFF;
	border-radius: 0.5em;
	padding-top: 5px;
}

.item-infobox .item-infobox-bag td:nth-child(1) {
	white-space: nowrap;
}

.item-infobox tr:not(:first-child) table td {
	background: #FFFFFF;
	width: 50%;
	border-radius: 0.5em;
	margin-right: auto;
	margin-left: auto;
}

.item-infobox > tbody > tr > td > table > tbody > tr > th {
	margin-right: auto;
	margin-left: auto;
}

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

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