summaryrefslogtreecommitdiff
path: root/archive/index-day.css
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-10 11:16:07 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-10 11:16:07 +0800
commit9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch)
tree339de0698c13e1763d3361d70fb1266621025c91 /archive/index-day.css
downloadweb-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz
Initial commit.
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);}
+