summaryrefslogtreecommitdiff
path: root/theme0a.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 /theme0a.css
downloadweb-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz
Initial commit.
Diffstat (limited to 'theme0a.css')
-rw-r--r--theme0a.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/theme0a.css b/theme0a.css
new file mode 100644
index 0000000..95e9a5a
--- /dev/null
+++ b/theme0a.css
@@ -0,0 +1,57 @@
+body{
+ background-color: #F9EFF6;
+ background-image: url("/pattern0a.png");
+ background-repeat: repeat;
+ color: #000;
+}
+#panel li a.active{
+background-color:#EEC0DD;
+}
+#panel li a:hover:not(.active){
+background-color:#FCE;
+}
+#panel,#footer{
+ background-color:#EEE0E9;
+ background-image: url("/pattern0a.png");
+ background-repeat: repeat;
+}
+#content .block{
+border: 1px solid #333;
+}
+a.highlighted{color:#EA0 !important;}
+a:link{
+color:#CF4AFF;
+}
+a:visited{
+color:#DA50FF;
+}
+a:hover{
+color:#DD40FF;
+}
+a:active{
+color:#EEAAFF;
+}
+blockquote{
+border: 1px solid #333;
+}
+button,.fakebtn{
+ color:white;
+ background-color:#C7B;
+}
+button:hover,.fakebtn:hover{
+ background-color:#D8C;
+}
+button:active,.fakebtn:active{
+ background-color:#E9D;
+}
+input[type="text"]{
+ color:#000;
+ border-bottom-color:#C7B;
+}
+textarea{
+ color:#000;
+ border-color:#C7B;
+}
+.widgetbg{background-color:rgba(204,204,204,0.6);}
+.sliderb1{background-color:rgba(184,122,171,0.6);}
+.sliderb2{background-color:#F0A0E0;}