Support filtering by version in App::Web::NAOdash
[nethack-naodash.git] / web / dash.css
index 8bd91e7897acf58ebc18303f4c56ee508a5328ac..9e1887717a6565f056fc291273592ac548e542cc 100644 (file)
@@ -39,8 +39,26 @@ h2:after {
        text-align: center;
 }
 
+#versions {
+       text-align:center;
+       margin: 5px;
+}
+
+#versions li {
+       display: inline;
+}
+
+#versions li::after {
+       content: "|";
+       margin: 0 0.5em;
+}
+
+#versions li:last-child::after {
+       content: "";
+}
+
 span[title] {
-       color: #F66;
+       color: #D33;
        font-family: monospace;
        font-size: 1.25em;
        margin-right: 1.5em;
@@ -48,7 +66,8 @@ span[title] {
 
 
 span[title].done {
-       color: #7E7;
+       color: #8F8;
+       text-decoration: underline;
 }
 
 dl {
This page took 0.009358 seconds and 4 git commands to generate.