More dark colors
authorBernie Innocenti <bernie@codewiz.org>
Mon, 14 Aug 2023 11:06:37 +0000 (04:06 -0700)
committerBernie Innocenti <bernie@codewiz.org>
Mon, 14 Aug 2023 11:06:37 +0000 (04:06 -0700)
sys/geekigeeki.css

index 46fa7be749a956d841b06c3615edb64b8c40f207..75115dd3f452a34a11a55ccf2ee16a90ae985dfb 100644 (file)
@@ -142,13 +142,11 @@ div.index {
 }
 
 div.nav {
-       /*border-color: #88aacc;
-       background-color: #aaccee;*/
        border-color: #888888;
        background-color: #cccccc;
        border-style: solid;
        border-top-width: 0px;
-       border-bottom-width: 2px;
+       border-bottom-width: 1px;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-top:    5px;
@@ -252,7 +250,7 @@ table {
 }
 
 table tbody thead {
-       background: #f7f7f0
+       background: #f7f7f0;
 }
 
 /* FIXME: should be thead */
@@ -434,4 +432,16 @@ div .innerthumb {
     border-color: #606060;
     background-color: #303030;
   }
+
+  table { border: 2px solid #444; }
+  table tbody thead { background: #2f2f2f; }
+  table tbody th {
+          border: 1px solid #555;
+          border-bottom-color: #777;
+  }
+  table tbody td { border: 1px dotted #555; }
+  table tbody tr { border-top: 1px solid #555; }
+  table tbody tr.even { background-color: #303030; }
+  table tbody tr.odd { background-color: #393939; }
+  table tbody tr:hover { background: #444 !important; }
 }