comparison 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
comparison
equal deleted inserted replaced
9:84c8e2c0b7f3 10:17f656035775
1 @import url("/main.css");
2
3 div.stable {
4 display: table;
5 border-width: 1px;
6 border-color: #101040;
7 border-style: solid;
8 border-collapse: collapse;
9 }
10
11 div.sentry {
12 display: table-row;
13 border-width: 1px 0;
14 border-color: #101040;
15 border-style: solid;
16 }
17
18 div.sentry:first-child {
19 background-color: #E0E0E0;
20 }
21
22 div.sentry:nth-child(3n) {
23 background-color: #E0E0FF;
24 }
25
26 div.sentry:nth-child(3n+4) {
27 background-color: #E0FFE0;
28 }
29
30 div.sentry:nth-child(3n+2) {
31 background-color: #FFE0E0;
32 }
33
34 span.shdata {
35 display: table-cell;
36 font-weight: bold;
37 text-align: center;
38 padding: 0 1em;
39 }
40
41 span.sdata {
42 display: table-cell;
43 padding: 0 1em;
44 }