summaryrefslogtreecommitdiff
path: root/public/assets/css/bucky.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-07 01:50:27 -0400
committerJules Laplace <jules@okfoc.us>2015-09-07 01:50:27 -0400
commitf5cd692caf98cfeddc61df6442d401619d264aa7 (patch)
tree786961430f74768d03e0808786acaed66ea76362 /public/assets/css/bucky.css
parenta19867180c1bf221f8a5d1d1115c9a0ba95d1b63 (diff)
files styilng
Diffstat (limited to 'public/assets/css/bucky.css')
-rw-r--r--public/assets/css/bucky.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index 5305999..ed66d90 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -158,6 +158,12 @@ hr {
.threads tr:last-child td:nth-child(2) {
border-bottom: 1px solid #b6aeab;
}
+
+tr:nth-child(odd).row td { background-color: #e6f0f0; }
+tr:nth-child(odd).row:hover td { background-color: #d8e0ec; color: #000000; }
+tr:nth-child(even).row td { background-color: #e0e8e8; }
+tr:nth-child(even).row:hover td { background-color: #d8e0ec; color: #000000; }
+
tr:nth-child(odd) td.row { background-color: #e6f0f0; }
tr:nth-child(odd) td.row:hover { background-color: #d8e0ec; color: #000000; }
tr:nth-child(even) td.row { background-color: #e0e8e8; }
@@ -258,3 +264,28 @@ tr:first-child .comment {
}
tr:nth-child(even) td.comment { background-color: #f3f1f2; }
tr:nth-child(odd) td.comment { background-color: #fcf8f8; }
+
+#files, #files tr {
+ margin: 0; padding: 0;
+ border-spacing: 0;
+}
+#files {
+ border: 1px solid #ccc;
+}
+#files td {
+ padding: 3px 3px;
+}
+#files .user a {
+ text-decoration: none;
+ color: #333;
+}
+#files td:first-child {
+ text-align: left;
+}
+#files td {
+ text-align: right;
+}
+#files .total td {
+ text-align: right;
+ border-top: 1px dotted #888;
+} \ No newline at end of file