Vorlage:Infobox Themendeck/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.themendeck-infobox {
	width: 300px;
	border-radius: 0.5em;
	margin: 0 0 1em 1em;
	text-align: center;
	float: right;
}

.themendeck-name {
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}

.themendeck-name td:nth-child(2) {
	padding-left: 1em;
}

.themendeck-deutsch {
	font-size: large;
}

.themendeck-englisch {
	font-size: 100%;
}

.themendeck-logo {
	width: 100%;
}

.themendeck-logo td {
	background: #FFF;
	border-radius: 0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.themendeck-daten {
	width: 100%;
	text-align: center;
}

.themendeck-daten tr:first-child th {
	border-top-left-radius: 0.5em;
}

.themendeck-daten tr:first-child td {
	border-top-right-radius: 0.5em;
}

.themendeck-daten tr:last-child th {
	border-bottom-left-radius: 0.5em;
}

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

.themendeck-daten th {
	width: 90px;
	background: #F8F8F8;
}

.themendeck-daten td {
	width: 180px;
	background: #EEE;
}

.themendeck-daten th a:not(.new), .themendeck-daten th a:visited:not(.new) {
	color: #000000;
}

/* @media only screen and (min-width: 671px) {
	.themendeck-infobox {
		float: right;
	}
}

@media only screen and (min-width: 491px) and (max-width: 670px) {
	.themendeck-infobox-wrapper:after {
	content: '';
	display: block;
    clear: both;
	}
	
    .themendeck-infobox {
	margin-right: auto;
	margin-left: auto;
	}
}

@media only screen and (max-width: 490px) {
	.themendeck-infobox {
		width: 100%;
		margin-left: 0;
	}
	
	.themendeck-daten th {
		width: 190px;
	}
} */

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