Szablon:Mecz piłkarski zwinięty/style.css

Z Wikipedii, wolnej encyklopedii
.vevent {
	border-spacing: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: -1px;
}

.vevent tr {
	vertical-align: top;
}

/* Kolumny */
.vevent td:nth-child(1),
.vevent td:nth-child(2) {
	text-align: right;
}
.vevent td:nth-child(3) {
	text-align: center;
}
.vevent td:nth-child(4),
.vevent td:nth-child(5) {
	text-align: left;
}

.vevent td:nth-child(1) {
	width: 20%;
}
.vevent td:nth-child(2) {
	width: 23%;
}
.vevent td:nth-child(3) {
	width: 8%;
}
.vevent td:nth-child(4) {
	width: 23%;
}

/* Nagłówek */
.vevent-numer {
	float: left;
	text-align: left;
	font-weight: bold;
}

.vevent-runda {
	float: left;
	text-align: left;
	font-size: 85%;
}

/* Stadion */
.vevent tr:nth-child(1) td:nth-child(5) {
	font-size: 85%;
}

/* Szczegóły */
.vevent tr:nth-child(2),
.vevent tr:nth-child(3),
.vevent tr:nth-child(4),
.vevent tr:nth-child(5) {
	font-size: 85%;
}