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


                              
     
                                            



                                                


                                







































                                                


                              










                                                 
:root {
	--bg-primary: #051933;
}
body{
	background-color: var(--bg-primary);
	background-image: url("/pattern3b.png");
	background-repeat: repeat;
	color: #FFF;
}
del{
    text-decoration-color: #FFF;
}
#panel li a.active{
background-color:#469;
}
#panel li a:hover:not(.active){
background-color:#358;
}
#panel,#footer{
	background-color:#082040;
	background-image: url("/pattern3b.png");
	background-repeat: repeat;
}
#content .block{
border: 1px solid #358;
}
a.highlighted{color:#F1C !important;}
a:link{ 
color:#4A92FF; 
}
a:visited{ 
color:#508AFF; 
}
a:hover{ 
color:#40A0FF; 
}
a:active{ 
color:#AAD7FF; 
}
blockquote{
border: 1px solid #358;
}
button,.fakebtn{
	color:white;
	background-color:#469;
}
button:hover,.fakebtn:hover{
	background-color:#57A;
}
button:active,.fakebtn:active{
	background-color:#68B;
}
button:disabled{
	background-color:#666;
}
input[type="text"]{
	color:#FFF;
	border-bottom-color:#469;
}
textarea{
	color:#FFF;
	border-color:#469;
}
.widgetbg{background:rgba(24,48,80,0.6);}
.sliderb1{background-color:rgba(85,119,170,0.6);}
.sliderb2{background-color:#469;}