From 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 10 Feb 2019 11:16:07 +0800 Subject: Initial commit. --- colors-night.css | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 colors-night.css (limited to 'colors-night.css') diff --git a/colors-night.css b/colors-night.css new file mode 100644 index 0000000..99b64e9 --- /dev/null +++ b/colors-night.css @@ -0,0 +1,57 @@ +body{ + background-color: #051933; + background-image: url("/weston-pattern-transparent.png"); + background-repeat: repeat; + color: #FFF; +} +#panel li a.active{ +background-color:#469; +} +#panel li a:hover:not(.active){ +background-color:#358; +} +#panel,#footer{ + background-color:#082040; + background-image: url("/weston-pattern-transparent.png"); + background-repeat: repeat; +} +#content .block{ +border: 1px solid #358; +} +a.highlighted{color:#F1C !important;} +a:link{ +color:#4A92FF; +} +a:visited{ +color:#508AFF; +} +a:hover{ +color:#40A0FF; +} +a:active{ +color:#AAD7FF; +} +blockquote{ +border: 1px solid #358; +} +button,.fakebtn{ + color:white; + background-color:#469; +} +button:hover,.fakebtn:hover{ + background-color:#57A; +} +button:active,.fakebtn:active{ + background-color:#68B; +} +input[type="text"]{ + color:#FFF; + border-bottom-color:#469; +} +textarea{ + color:#FFF; + border-color:#469; +} +.widgetbg{background:rgba(24,48,80,0.6);} +.sliderb1{background-color:rgba(85,119,170,0.6);} +.sliderb2{background-color:#469;} -- cgit v1.2.3