Vorlage:Infobox GO-Event/style.css

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

.infobox-go-event a:not(.new), .infobox-go-event a:visited:not(.new) {
	color: #000000;
}

.infobox-go-event .name {
	padding: 7px;
	color: #FFFFFF;
	font-size: 22px;
}

.infobox-go-event tr:nth-child(2) table {
	border-radius: 0.5em;
	width: 100%;
	font-size: 90%;
	color: #000000;
}

.infobox-go-event .times {
	border-radius: 0.5em;
	width: 100%;
	margin-top: 5px;
	padding: 2px;
}

.infobox-go-event .times th[colspan="2"] {
	color: #000000;
}

.infobox-go-event .times th:not([colspan="2"]) {
	border-radius: 0.5em;
	background: #FFFFFF;
	width: 30%;
	padding: 3px;
}

.infobox-go-event .times td {
	border-radius: 0.5em;
	background: #FFFFFF;
	width: 70%;
	padding: 3px;
}

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

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