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


                              
     
                                            



                                                


                                







































                                                


                              










                                                
:root {
	--bg-primary: #090933;
}
body{
	background-color: var(--bg-primary);
	background-image: url("/pattern1b.png");
	background-repeat: repeat;
	color: #FFF;
}
del{
    text-decoration-color: #FFF;
}
#panel li a.active{
background-color:#449;
}
#panel li a:hover:not(.active){
background-color:#338;
}
#panel,#footer{
	background-color:#116;
	background-image: url("/pattern1b.png");
	background-repeat: repeat;
}
#content .block{
border: 1px solid #338;
}
a.highlighted{color:#FC0 !important;}
a:link{ 
color:#1194FF; 
}
a:visited{ 
color:#20ACFF; 
}
a:hover{ 
color:#3FBFFF; 
}
a:active{ 
color:#CCCCFF; 
}
blockquote{
border: 1px solid #338;
}
button,.fakebtn{
	color:white;
	background-color:#161;
}
button:hover,.fakebtn:hover{
	background-color:#272;
}
button:active,.fakebtn:active{
	background-color:#383;
}
button:disabled{
	background-color:#666;
}
input[type="text"]{
	color:#FFF;
	border-bottom-color:#161;
}
textarea{
	color:#FFF;
	border-color:#161;
}
.widgetbg{background:rgba(32,32,96,0.6);}
.sliderb1{background-color:rgba(49,184,73,0.6);}
.sliderb2{background-color:#0EA33D;}