summaryrefslogtreecommitdiff
path: root/public/assets/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-06 10:40:33 -0400
committerJules Laplace <jules@okfoc.us>2015-09-06 10:40:33 -0400
commitf496fe34ecebd92b7c43b2beface68893adcae97 (patch)
treee09b02c91454541c4fef33bbae56a328a9304534 /public/assets/css
parent8e25a37aced0399ad13e2c184c618119ec3da16d (diff)
port several formatting functions from bucky
Diffstat (limited to 'public/assets/css')
-rw-r--r--public/assets/css/bucky.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index c73af3d..67521f7 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -29,6 +29,9 @@ button {
color: #040a0a;
background-color: #d8ece0;
}
+.hidden {
+ visibility: hidden;
+}
.head a:link { color: #000;}
@@ -60,8 +63,12 @@ hr {
border-color: #000;
}
+#sidebar, #content {
+ float: left;
+}
#sidebar {
width: 300px;
+ margin-right: 10px;
}
#searchbox.bluebox {
@@ -114,3 +121,16 @@ hr {
}
#hoots tr:nth-child(odd) td:nth-child(2) { background-color: #f3f1f2; }
#hoots tr:nth-child(even) td:nth-child(2) { background-color: #e3e8e3; }
+
+.threads td {
+ text-align: right;
+}
+.threads td:nth-child(2) {
+ text-align: left;
+ font-family: Georgia, serif;
+ font-size: 120%;
+}
+.threads tr:nth-child(odd) td:nth-child(2) {
+}
+.threads tr:nth-child(even) td:nth-child(2) {
+} \ No newline at end of file