blob: c373877bf26c2c5b21c740121f6176633700d014 (
plain) (
tree)
|
|
body{
background-color: #090933;
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;}
|