summaryrefslogtreecommitdiff
path: root/theme0b.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 /theme0b.css
downloadweb-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz
Initial commit.
Diffstat (limited to 'theme0b.css')
-rw-r--r--theme0b.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/theme0b.css b/theme0b.css
new file mode 100644
index 0000000..38de3a8
--- /dev/null
+++ b/theme0b.css
@@ -0,0 +1,57 @@
+body{
+ background-color: #2F0933;
+ background-image: url("/pattern0b.png");
+ background-repeat: repeat;
+ color: #FFF;
+}
+#panel li a.active{
+background-color:#849;
+}
+#panel li a:hover:not(.active){
+background-color:#738;
+}
+#panel,#footer{
+ background-color:#440C48;
+ background-image: url("/pattern0b.png");
+ background-repeat: repeat;
+}
+#content .block{
+border: 1px solid #738;
+}
+a.highlighted{color:#FC0 !important;}
+a:link{
+color:#CF4AFF;
+}
+a:visited{
+color:#DA50FF;
+}
+a:hover{
+color:#DD40FF;
+}
+a:active{
+color:#EEAAFF;
+}
+blockquote{
+border: 1px solid #738;
+}
+button,.fakebtn{
+ color:white;
+ background-color:#746;
+}
+button:hover,.fakebtn:hover{
+ background-color:#958;
+}
+button:active,.fakebtn:active{
+ background-color:#A59;
+}
+input[type="text"]{
+ color:#FFF;
+ border-bottom-color:#746;
+}
+textarea{
+ color:#FFF;
+ border-color:#746;
+}
+.widgetbg{background:rgba(64,24,80,0.6);}
+.sliderb1{background-color:rgba(163,108,152,0.6);}
+.sliderb2{background-color:#C8B;}