html, body{
background-color: teal;
font-family: tahoma;
}
th{
background-color:darkblue!important;
color:white;
font-style: italic;
}
div.postInfo.title, div.opHead.title, legend{
color: white!important;
background-image: linear-gradient(to right, darkblue, lightblue);
}
span.name, span.labelSubject{
color: white!important;
}
span.heading{
color: black;
}
div.innerPost, div.innerOP, nav.top-nav, fieldset{
background-color: lightgray!important;
border-color: black!important;
border-style: ridge!important;
border-width: 2px;
outline-style: outset;
outline-color: black;
outline-width: 1px;
padding: 5px;
}
div.boardlist{
background-color: lightgray!important;
border-color: black!important;
border-style: ridge!important;
border-width: 2px;
}
a, button{
color: black!important;
text-align: center!important;
background-color: lightgray;
border-style:outset;
border-color:gray;
border-width:2px;
border-radius: 0px;
}
a:active, button:active{
background-color: gray;
border-style: inset;
border-radius: 0px;
border-color:gray;
}