blob: 99b64e92b80c7ceb0884439388be04880a464494 (
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
|
body{
background-color: #051933;
background-image: url("/weston-pattern-transparent.png");
background-repeat: repeat;
color: #FFF;
}
#panel li a.active{
background-color:#469;
}
#panel li a:hover:not(.active){
background-color:#358;
}
#panel,#footer{
background-color:#082040;
background-image: url("/weston-pattern-transparent.png");
background-repeat: repeat;
}
#content .block{
border: 1px solid #358;
}
a.highlighted{color:#F1C !important;}
a:link{
color:#4A92FF;
}
a:visited{
color:#508AFF;
}
a:hover{
color:#40A0FF;
}
a:active{
color:#AAD7FF;
}
blockquote{
border: 1px solid #358;
}
button,.fakebtn{
color:white;
background-color:#469;
}
button:hover,.fakebtn:hover{
background-color:#57A;
}
button:active,.fakebtn:active{
background-color:#68B;
}
input[type="text"]{
color:#FFF;
border-bottom-color:#469;
}
textarea{
color:#FFF;
border-color:#469;
}
.widgetbg{background:rgba(24,48,80,0.6);}
.sliderb1{background-color:rgba(85,119,170,0.6);}
.sliderb2{background-color:#469;}
|