summaryrefslogtreecommitdiff
path: root/archive/index-day.css
diff options
context:
space:
mode:
Diffstat (limited to 'archive/index-day.css')
-rwxr-xr-xarchive/index-day.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/archive/index-day.css b/archive/index-day.css
new file mode 100755
index 0000000..97dd6bf
--- /dev/null
+++ b/archive/index-day.css
@@ -0,0 +1,10 @@
+tr#header {
+ background-color:rgba(255,255,255,0.9);
+ text-align:left;
+}
+td#lower {
+ background-color:rgba(255,255,255,0.7);
+}
+tr:nth-child(even) {background-color: rgba(240,240,240,0.8);}
+tr:nth-child(odd) {background-color: rgba(255,255,255,0.6);}
+