From 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 10 Feb 2019 11:16:07 +0800 Subject: Initial commit. --- archive/index-day.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 archive/index-day.css (limited to 'archive/index-day.css') 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);} + -- cgit v1.2.3