summaryrefslogtreecommitdiff
path: root/colors-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 /colors-night.css
downloadweb-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz
Initial commit.
Diffstat (limited to 'colors-night.css')
-rw-r--r--colors-night.css57
1 files changed, 57 insertions, 0 deletions
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;}