summaryrefslogtreecommitdiff
path: root/archive/index-night.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-night.css
downloadweb-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz
Initial commit.
Diffstat (limited to 'archive/index-night.css')
-rwxr-xr-xarchive/index-night.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/archive/index-night.css b/archive/index-night.css
new file mode 100755
index 0000000..92a408f
--- /dev/null
+++ b/archive/index-night.css
@@ -0,0 +1,9 @@
+tr#header {
+ background-color: rgba(102,102,102,0.8);
+ text-align:left;
+}
+td#lower {
+ background-color: rgba(9,9,51,0.8);
+}
+tr:nth-child(even) {background-color: rgba(48,48,102,0.8);}
+tr:nth-child(odd) {background-color: rgba(9,9,51,0.4);}