summaryrefslogtreecommitdiff
path: root/theme2a.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 /theme2a.css
downloadweb-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz
Initial commit.
Diffstat (limited to 'theme2a.css')
-rw-r--r--theme2a.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/theme2a.css b/theme2a.css
new file mode 100644
index 0000000..1dc6b82
--- /dev/null
+++ b/theme2a.css
@@ -0,0 +1,57 @@
+body{
+ background-color: #F9F2EF;
+ background-image: url("/pattern2a.png");
+ background-repeat: repeat;
+ color: #000;
+}
+#panel li a.active{
+background-color:#EED0C0;
+}
+#panel li a:hover:not(.active){
+background-color:#FDC;
+}
+#panel,#footer{
+ background-color:#EEE5E0;
+ background-image: url("/pattern2a.png");
+ background-repeat: repeat;
+}
+#content .block{
+border: 1px solid #333;
+}
+a.highlighted{color:#A0E !important;}
+a:link{
+color:#C89738;
+}
+a:visited{
+color:#B89433;
+}
+a:hover{
+color:#D6B637;
+}
+a:active{
+color:#D6C589;
+}
+blockquote{
+border: 1px solid #333;
+}
+button,.fakebtn{
+ color:white;
+ background-color:#CA7;
+}
+button:hover,.fakebtn:hover{
+ background-color:#DB8;
+}
+button:active,.fakebtn:active{
+ background-color:#EC9;
+}
+input[type="text"]{
+ color:#000;
+ border-bottom-color:#CA7;
+}
+textarea{
+ color:#000;
+ border-color:#CA7;
+}
+.widgetbg{background-color:rgba(204,204,204,0.6);}
+.sliderb1{background-color:rgba(184,152,110,0.6);}
+.sliderb2{background-color:#DA6;}