Vorlage:Item Tabelle/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
table.item-tabelle {
	border-radius:0.5em;
	margin-bottom: 5px;
}

.item-tabelle table {
	border-radius:0.5em;
	margin-bottom: 5px;
}

.item-tabelle tr:last-child td:first-child {
	border-bottom-left-radius: 0.5em;
}

.item-tabelle tr:last-child td:last-child {
	border-bottom-right-radius: 0.5em;
}

.item-tabelle td {
	background: #ffffff;
}

.item-tabelle td:first-child {
	text-align: center;
}

.item-tabelle td:last-child {
	padding: 0 3px 0 2px;
}

.item-tabelle .spoilerButton {
	background: none;
	border: none;
	padding: 0;
	color: #002bb8;
}

.item-tabelle .spoilerButton:hover, .item-tabelle .spoilerButton:active {
	text-decoration: underline;
}

.item-tabelle .spoilerArea {
	margin-top: 0;
}

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