summaryrefslogtreecommitdiff
path: root/theme0b.css
blob: e820160bce5d6a2474697913a13af5d7dd765251 (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
64
65
66
:root {
	--bg-primary: #2F0933;
}
body{
	background-color: var(--bg-primary);
	background-image: url("/pattern0b.png");
	background-repeat: repeat;
	color: #FFF;
}
del{
    text-decoration-color: #FFF;
}
#panel li a.active{
background-color:#849;
}
#panel li a:hover:not(.active){
background-color:#738;
}
#panel,#footer{
	background-color:#440C48;
	background-image: url("/pattern0b.png");
	background-repeat: repeat;
}
#content .block{
border: 1px solid #738;
}
a.highlighted{color:#FC0 !important;}
a:link{ 
color:#CF4AFF; 
}
a:visited{ 
color:#DA50FF; 
}
a:hover{ 
color:#DD40FF; 
}
a:active{ 
color:#EEAAFF; 
}
blockquote{
border: 1px solid #738;
}
button,.fakebtn{
	color:white;
	background-color:#746;
}
button:hover,.fakebtn:hover{
	background-color:#958;
}
button:active,.fakebtn:active{
	background-color:#A59;
}
button:disabled{
	background-color:#666;
}
input[type="text"]{
	color:#FFF;
	border-bottom-color:#746;
}
textarea{
	color:#FFF;
	border-color:#746;
}
.widgetbg{background:rgba(64,24,80,0.6);}
.sliderb1{background-color:rgba(163,108,152,0.6);}
.sliderb2{background-color:#C8B;}