diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-06 10:40:33 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-06 10:40:33 -0400 |
| commit | f496fe34ecebd92b7c43b2beface68893adcae97 (patch) | |
| tree | e09b02c91454541c4fef33bbae56a328a9304534 /public/assets/css/bucky.css | |
| parent | 8e25a37aced0399ad13e2c184c618119ec3da16d (diff) | |
port several formatting functions from bucky
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 20 |
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 |
