summaryrefslogblamecommitdiff
path: root/theme0a.css
blob: b7b4a69ed1b51c0a5474b63b69f5ef6a84038927 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                


                                







































                                                


                              










                                                  
body{
	background-color: #F9EFF6;
	background-image: url("/pattern0a.png");
	background-repeat: repeat;
	color: #000;
}
del{
    text-decoration-color: #000;
}
#panel li a.active{
background-color:#EEC0DD;
}
#panel li a:hover:not(.active){
background-color:#FCE;
}
#panel,#footer{
	background-color:#EEE0E9;
	background-image: url("/pattern0a.png");
	background-repeat: repeat;
}
#content .block{
border: 1px solid #333;
}
a.highlighted{color:#EA0 !important;}
a:link{ 
color:#CF4AFF; 
}
a:visited{ 
color:#DA50FF; 
}
a:hover{ 
color:#DD40FF; 
}
a:active{ 
color:#EEAAFF; 
}
blockquote{
border: 1px solid #333;
}
button,.fakebtn{
	color:white;
	background-color:#C7B;
}
button:hover,.fakebtn:hover{
	background-color:#D8C;
}
button:active,.fakebtn:active{
	background-color:#E9D;
}
button:disabled{
	background-color:#999;
}
input[type="text"]{
	color:#000;
	border-bottom-color:#C7B;
}
textarea{
	color:#000;
	border-color:#C7B;
}
.widgetbg{background-color:rgba(204,204,204,0.6);}
.sliderb1{background-color:rgba(184,122,171,0.6);}
.sliderb2{background-color:#F0A0E0;}