diff web/scoring/scores.css @ 10:17f656035775

Import the web/scoring/ files.
author John "Elwin" Edwards <elwin@sdf.org>
date Wed, 05 Sep 2012 22:34:00 -0700
parents
children 7303535b5a5d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/scoring/scores.css	Wed Sep 05 22:34:00 2012 -0700
@@ -0,0 +1,44 @@
+@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;
+}