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


                           
     
                                            



                                                


                                







































                                                


                              










                                                  
:root {
	--bg-primary: #FFF;
}
body{
	background-color: var(--bg-primary);
	background-image: url("/pattern1a.png");
	background-repeat: repeat;
	color: #000;
}
del{
    text-decoration-color: #000;
}
#panel li a.active{
background-color:#CEC;
}
#panel li a:hover:not(.active){
background-color:#DFD;
}
#panel,#footer{
	background-color:#EEE;
	background-image: url("/pattern1a.png");
	background-repeat: repeat;
}
#content .block{
border: 1px solid #333;
}
a.highlighted{color:#EA0 !important;}
a:link{ 
color:#1194FF; 
}
a:visited{ 
color:#20ACFF; 
}
a:hover{ 
color:#3FBFFF; 
}
a:active{ 
color:#CCCCFF; 
}
blockquote{
border: 1px solid #333;
}
button,.fakebtn{
	color:white;
	background-color:#4A4;
}
button:hover,.fakebtn:hover{
	background-color:#5B5;
}
button:active,.fakebtn:active{
	background-color:#6C6;
}
button:disabled{
	background-color:#999;
}
input[type="text"]{
	color:#000;
	border-bottom-color:#4A4;
}
textarea{
	color:#000;
	border-color:#4A4;
}
.widgetbg{background-color:rgba(204,204,204,0.6);}
.sliderb1{background-color:rgba(64,240,96,0.6);}
.sliderb2{background-color:#10C048;}