Vorlage:Picross Lösung/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.picross-solution {
	border-style: solid;
	border-width: thin;
	border-collapse: collapse;
	empty-cells: show;
	line-height: 1em;
	text-align: center;
	margin: auto;
}

.picross-solution td {
	border-style: solid;
	border-width: thin;
}

.picross-solution .line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9200;
}

.picross-solution .a {
	background: #000000;
	width: 1em;
	height: 1em;
}

.picross-solution .a-border {
	background: #000000;
	width: 1em;
	height: 1em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9200;
}

.picross-solution .b {
	background: #FFFFFF;
	width: 1em;
	height: 1em;
	font-weight: bold;
	color: #DD7617;
}

.picross-solution .b-border {
	background: #FFFFFF;
	width: 1em;
	height: 1em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9200;
	font-weight: bold;
	color: #DD7617;
}

.picross-solution .c {
	background: #FFFFFF;
	width: 1em;
	height: 1em;
}

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