Vorlage:Musiktitel/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.musiktitel {
	float: right;
	border-radius: 0.5em;
	border-width: 3px;
	border-style: solid;
	text-align: center;
	width: 300px;
	padding: 2px;
	margin: 0 0 1em 1em;
}

.musiktitel > tbody > tr:first-child {
	font-size: large;
}

.musiktitel .img {
	border-radius: 0.5em;
	background: #FFFFFF;
	border-width: 3px;
	border-style: solid;
}

.musiktitel .img .clicktoggle {
	font-size: smaller;
}

.musiktitel > tbody > tr > td {
	padding: 0;
}

.musiktitel table {
	border-spacing: 0;
	border-radius: 0.5em;
	width: 100%;
}

.musiktitel table td {
	background: #FFFFFF;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	background-clip: padding-box;
}

.musiktitel table th {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
	background-clip: padding-box;
}

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

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

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

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

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

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