Vorlage:Picross/style.css

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

.picross > tbody > th {
	padding: 10px;
	font-size: 18px;
}

.picross table {
	border-radius: 0.5em;
	width: 100%;
}

.picross .toggler td {
	border-radius: 0.5em;
	width: 50%;
}

.picross .info th {
	border-radius: 0.5em;
	width: calc(100%/3);
}

.picross .info td {
	border-radius: 0.5em;
	width: calc(100%/3*2);
}

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

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