summaryrefslogtreecommitdiff
path: root/colors-day.css
blob: 3ddbb76accbc1c765570d4f40c62cbf76289654a (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: #EFF4F9;
	background-image: url("/weston-pattern-transparent-dark.png");
	background-repeat: repeat;
	color: #000;
}
#panel li a.active{
background-color:#C0D7EE;
}
#panel li a:hover:not(.active){
background-color:#CEF;
}
#panel,#footer{
	background-color:#E0E7EE;
	background-image: url("/weston-pattern-transparent-dark.png");
	background-repeat: repeat;
}
#content .block{
border: 1px solid #333;
}
a.highlighted{color:#A0E !important;}
a:link{ 
color:#3898C8; 
}
a:visited{ 
color:#338CB8; 
}
a:hover{ 
color:#37A1D6;
}
a:active{ 
color:#89BCD6; 
}
blockquote{
border: 1px solid #333;
}
button,.fakebtn{
	color:white;
	background-color:#6BD;
}
button:hover,.fakebtn:hover{
	background-color:#6CF;
}
button:active,.fakebtn:active{
	background-color:#9DF;
}
input[type="text"]{
	color:#000;
	border-bottom-color:#6BD;
}
textarea{
	color:#000;
	border-color:#6BD;
}
.widgetbg{background-color:rgba(200,204,204,0.6);}
.sliderb1{background-color:rgba(153,221,255,0.6);}
.sliderb2{background-color:#6BD;}