blob: c373877bf26c2c5b21c740121f6176633700d014 (
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
61
62
63
|
body{
background-color: #090933;
background-image: url("/pattern1b.png");
background-repeat: repeat;
color: #FFF;
}
del{
text-decoration-color: #FFF;
}
#panel li a.active{
background-color:#449;
}
#panel li a:hover:not(.active){
background-color:#338;
}
#panel,#footer{
background-color:#116;
background-image: url("/pattern1b.png");
background-repeat: repeat;
}
#content .block{
border: 1px solid #338;
}
a.highlighted{color:#FC0 !important;}
a:link{
color:#1194FF;
}
a:visited{
color:#20ACFF;
}
a:hover{
color:#3FBFFF;
}
a:active{
color:#CCCCFF;
}
blockquote{
border: 1px solid #338;
}
button,.fakebtn{
color:white;
background-color:#161;
}
button:hover,.fakebtn:hover{
background-color:#272;
}
button:active,.fakebtn:active{
background-color:#383;
}
button:disabled{
background-color:#666;
}
input[type="text"]{
color:#FFF;
border-bottom-color:#161;
}
textarea{
color:#FFF;
border-color:#161;
}
.widgetbg{background:rgba(32,32,96,0.6);}
.sliderb1{background-color:rgba(49,184,73,0.6);}
.sliderb2{background-color:#0EA33D;}
|