html, body{
background-color: teal;
font-family: tahoma;
}
p.intro{
color: white!important;
background-image: linear-gradient(to right, darkblue, lightblue);
}
span.name{
color: white!important;
}
span.unimportant{
display: none;
}
span.heading{
color: black;
}
div.post{
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.post.op{
margin-left: 300px;
}
div.boardlist{
background-color: lightgray!important;
border-color: black!important;
border-style: ridge!important;
border-width: 2px;
}
a{
color: black!important;
text-align: center!important;
background-color: lightgray;
border-style:outset;
border-color:black;
border-width:2px;
}
a:active{
background-color: gray;
border-style: inset;
}
span.sub{
border-color: black!important;
border-style: ridge!important;
border-width: 2px;
}