summaryrefslogtreecommitdiff
path: root/theme2b.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 /theme2b.css
downloadweb-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz
Initial commit.
Diffstat (limited to 'theme2b.css')
-rw-r--r--theme2b.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/theme2b.css b/theme2b.css
new file mode 100644
index 0000000..32f24c4
--- /dev/null
+++ b/theme2b.css
@@ -0,0 +1,57 @@
+body{
+ background-color: #1F1205;
+ background-image: url("/pattern2b.png");
+ background-repeat: repeat;
+ color: #FFF;
+}
+#panel li a.active{
+background-color:#974;
+}
+#panel li a:hover:not(.active){
+background-color:#863;
+}
+#panel,#footer{
+ background-color:#291806;
+ background-image: url("/pattern2b.png");
+ background-repeat: repeat;
+}
+#content .block{
+border: 1px solid #873;
+}
+a.highlighted{color:#A1F !important;}
+a:link{
+color:#FF924A;
+}
+a:visited{
+color:#FF8A50;
+}
+a:hover{
+color:#FFA040;
+}
+a:active{
+color:#FFD7AA;
+}
+blockquote{
+border: 1px solid #863;
+}
+button,.fakebtn{
+ color:white;
+ background-color:#963;
+}
+button:hover,.fakebtn:hover{
+ background-color:#A74;
+}
+button:active,.fakebtn:active{
+ background-color:#B85;
+}
+input[type="text"]{
+ color:#FFF;
+ border-bottom-color:#863;
+}
+textarea{
+ color:#FFF;
+ border-color:#863;
+}
+.widgetbg{background:rgba(80,64,24,0.6);}
+.sliderb1{background-color:rgba(163,133,98,0.6);}
+.sliderb2{background-color:#C96;}