Mercurial > hg > rlgallery-misc
annotate web/scoring/scores.css @ 65:f74935730fd2
Add a news item to the front page.
author | John "Elwin" Edwards |
---|---|
date | Sat, 27 Jun 2015 19:55:56 -0400 |
parents | d2c3c29ca4f9 |
children |
rev | line source |
---|---|
10
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
1 @import url("/main.css"); |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
2 |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
3 div.stable { |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
4 display: table; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
5 border-width: 1px; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
6 border-color: #101040; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
7 border-style: solid; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
8 border-collapse: collapse; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
9 } |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
10 |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
11 div.sentry { |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
12 display: table-row; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
13 border-width: 1px 0; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
14 border-color: #101040; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
15 border-style: solid; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
16 } |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
17 |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
18 div.sentry:first-child { |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
19 background-color: #E0E0E0; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
20 } |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
21 |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
22 div.sentry:nth-child(3n) { |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
23 background-color: #E0E0FF; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
24 } |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
25 |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
26 div.sentry:nth-child(3n+4) { |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
27 background-color: #E0FFE0; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
28 } |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
29 |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
30 div.sentry:nth-child(3n+2) { |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
31 background-color: #FFE0E0; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
32 } |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
33 |
38
d2c3c29ca4f9
Add a new statistics script that creates SVG plots.
John "Elwin" Edwards
parents:
31
diff
changeset
|
34 div.graph { |
d2c3c29ca4f9
Add a new statistics script that creates SVG plots.
John "Elwin" Edwards
parents:
31
diff
changeset
|
35 margin: 1em auto; |
d2c3c29ca4f9
Add a new statistics script that creates SVG plots.
John "Elwin" Edwards
parents:
31
diff
changeset
|
36 } |
d2c3c29ca4f9
Add a new statistics script that creates SVG plots.
John "Elwin" Edwards
parents:
31
diff
changeset
|
37 |
10
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
38 span.shdata { |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
39 display: table-cell; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
40 font-weight: bold; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
41 text-align: center; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
42 padding: 0 1em; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
43 } |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
44 |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
45 span.sdata { |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
46 display: table-cell; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
47 padding: 0 1em; |
17f656035775
Import the web/scoring/ files.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
48 } |
31 | 49 |
50 span.sdatar { | |
51 display: table-cell; | |
52 padding: 0 1em; | |
53 text-align: right; | |
54 } |