view web/scoring/scores.css @ 64:86ae333bb4c0

Capitalize the class field in database entries. Some logfiles capitalize it and some don't. It will now appear consistently in the database and any database-derived pages. That does not include recent.cgi, whose eventual status is still undecided.
author John "Elwin" Edwards
date Tue, 23 Jun 2015 11:10:46 -0400
parents d2c3c29ca4f9
children
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;
}

div.graph {
	margin: 1em auto;
}

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

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

span.sdatar {
	display: table-cell;
	padding: 0 1em;
	text-align: right;
}