summaryrefslogtreecommitdiff
path: root/programs/templates/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'programs/templates/index.css')
-rw-r--r--programs/templates/index.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/programs/templates/index.css b/programs/templates/index.css
index be6321c..f989f80 100644
--- a/programs/templates/index.css
+++ b/programs/templates/index.css
@@ -9,6 +9,10 @@ h1 {
margin-right: 1em;
}
+/**
+ * Summary pages:
+ */
+
#navbox {
font-family: sans-serif;
font-weight: bold;
@@ -88,7 +92,7 @@ div.resultColumn {
min-width: 5em;
}
-div.resultColumn a {
+div.resultColumn a, div.resultColumn span {
display: block;
padding: 4pt;
}
@@ -141,3 +145,14 @@ div.group .fail:nth-child(even) { background-color: #e00505; }
div.group .crash:nth-child(odd) { background-color: #111111; }
div.group .crash:nth-child(even) { background-color: #000000; }
+/**
+ * Detail pages:
+ */
+
+div.result {
+ display: none;
+}
+
+h1.pass {
+ background-color: #20ff20;
+}