Vorlage:Erweiterung Infobox/style.css

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

.erweiterung-name {
	font-weight: bold;
	font-size: large;
	margin-right: auto;
	margin-left: auto;
}

.erweiterung-logo {
	width: 100%;
	font-size: small;
}

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

.erweiterung-daten {
	background: #DDD;
	width: 100%;
	text-align: center;
}

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

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

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

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

.erweiterung-daten th {
	width: 124px;
	background: #F8F8F8; 
}

.erweiterung-daten td {
	background: #EEE;
}

.erweiterung-daten td:not(.erweiterung-small) {
	font-size: 90%;
}

.erweiterung-small {
 	font-size: 84%;
}

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

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

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

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

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