summaryrefslogtreecommitdiff
path: root/theme3a.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 /theme3a.css
downloadweb-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz
Initial commit.
Diffstat (limited to 'theme3a.css')
-rw-r--r--theme3a.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/theme3a.css b/theme3a.css
new file mode 100644
index 0000000..c7666de
--- /dev/null
+++ b/theme3a.css
@@ -0,0 +1,57 @@
+body{
+ background-color: #EFF4F9;
+ background-image: url("/pattern3a.png");
+ background-repeat: repeat;
+ color: #000;
+}
+#panel li a.active{
+background-color:#C0D7EE;
+}
+#panel li a:hover:not(.active){
+background-color:#CEF;
+}
+#panel,#footer{
+ background-color:#E0E7EE;
+ background-image: url("/pattern3a.png");
+ background-repeat: repeat;
+}
+#content .block{
+border: 1px solid #333;
+}
+a.highlighted{color:#A0E !important;}
+a:link{
+color:#3898C8;
+}
+a:visited{
+color:#338CB8;
+}
+a:hover{
+color:#37A1D6;
+}
+a:active{
+color:#89BCD6;
+}
+blockquote{
+border: 1px solid #333;
+}
+button,.fakebtn{
+ color:white;
+ background-color:#6BD;
+}
+button:hover,.fakebtn:hover{
+ background-color:#6CF;
+}
+button:active,.fakebtn:active{
+ background-color:#9DF;
+}
+input[type="text"]{
+ color:#000;
+ border-bottom-color:#6BD;
+}
+textarea{
+ color:#000;
+ border-color:#6BD;
+}
+.widgetbg{background-color:rgba(200,204,204,0.6);}
+.sliderb1{background-color:rgba(153,221,255,0.6);}
+.sliderb2{background-color:#6BD;}