blob: 2f5964d81d1f9806610c59e8a9a12f7ca21696ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
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;
}
button:disabled{
background-color:#666;
}
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;}
|