summaryrefslogtreecommitdiff
path: root/public/assets/css/bucky.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/css/bucky.css')
-rw-r--r--public/assets/css/bucky.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index d404fe8..7077308 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -142,7 +142,12 @@ hr {
border-left: 1px solid #b6aeab; border-right: 1px solid #b6aeab;
}
.threads td:nth-child(3) {
- padding-left: 10px;
+ padding-left: 20px;
+ padding-right: 10px;
+}
+.threads td:nth-child(4),
+.threads td:nth-child(5) {
+ padding-right: 10px;
}
.threads tr:first-child td:nth-child(2) {
border-top: 1px solid #b6aeab;
@@ -209,3 +214,10 @@ tr:nth-child(odd) td.black { background-color: #ccc; border-bottom: 1px so
tr:nth-child(odd) td.black:hover { background-color: #f8f8f8; color: #000000; border-bottom: 1px solid #aaa; }
tr:nth-child(even) td.black { background-color: #eee; border-bottom: 1px solid #aaa; }
tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000; border-bottom: 1px solid #aaa; }
+
+.new { color: #000000; font-weight: bold; }
+.recent { color: #001111; }
+.med { color: #203838; }
+.old { color: #425050; }
+.older { color: #5D6464; }
+.quiet { color: #787878; }