view web/scoring/scores.css @ 25:dd72d2dd923f

Move the inprogress dirs into a single directory. The inprogress dirs are now at /dgldir/inprogress/$GAME instead of /dgldir/inprogress-$GAME. This is less cluttered and may be more convenient for watching.
author John "Elwin" Edwards
date Sun, 20 Oct 2013 19:05:58 -0700
parents 17f656035775
children 7303535b5a5d
line wrap: on
line source

@import url("/main.css");

div.stable {
	display: table;
	border-width: 1px;
	border-color: #101040;
	border-style: solid;
	border-collapse: collapse;
}

div.sentry {
	display: table-row;
	border-width: 1px 0;
	border-color: #101040;
	border-style: solid;
}

div.sentry:first-child {
	background-color: #E0E0E0;
}

div.sentry:nth-child(3n) {
	background-color: #E0E0FF;
}

div.sentry:nth-child(3n+4) {
	background-color: #E0FFE0;
}

div.sentry:nth-child(3n+2) {
	background-color: #FFE0E0;
}

span.shdata {
	display: table-cell;
	font-weight: bold;
	text-align: center;
	padding: 0 1em;
}

span.sdata {
	display: table-cell;
	padding: 0 1em;
}