summaryrefslogtreecommitdiff
path: root/theme2a.css
blob: 53a61b142b6ab842780cbef19a810bcf873b9889 (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: #F9F2EF;
	background-image: url("/pattern2a.png");
	background-repeat: repeat;
	color: #000;
}
#panel li a.active{
background-color:#EED0C0;
}
#panel li a:hover:not(.active){
background-color:#FDC;
}
#panel,#footer{
	background-color:#EEE5E0;
	background-image: url("/pattern2a.png");
	background-repeat: repeat;
}
#content .block{
border: 1px solid #333;
}
a.highlighted{color:#A0E !important;}
a:link{ 
color:#C89738; 
}
a:visited{ 
color:#B89433; 
}
a:hover{ 
color:#D6B637;
}
a:active{ 
color:#D6C589; 
}
blockquote{
border: 1px solid #333;
}
button,.fakebtn{
	color:white;
	background-color:#CA7;
}
button:hover,.fakebtn:hover{
	background-color:#DB8;
}
button:active,.fakebtn:active{
	background-color:#EC9;
}
button:disabled{
	background-color:#999;
}
input[type="text"]{
	color:#000;
	border-bottom-color:#CA7;
}
textarea{
	color:#000;
	border-color:#CA7;
}
.widgetbg{background-color:rgba(204,204,204,0.6);}
.sliderb1{background-color:rgba(184,152,110,0.6);}
.sliderb2{background-color:#DA6;}