blob: 99b64e92b80c7ceb0884439388be04880a464494 (
plain) (
tree)
|
|
body{
background-color: #051933;
background-image: url("/weston-pattern-transparent.png");
background-repeat: repeat;
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("/weston-pattern-transparent.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;
}
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;}
|