html {
padding-bottom: 300px;
}
body {
background-color: #e6f0f0;
color: #111111;
font-size: 10px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
margin: 20px;
}
small {
font-size: 10px;
}
label {
display: inline-block;
min-width: 100px;
text-align: right;
padding-right: 5px;
}
button {
font-size: 10px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-weight: bold;
color: #140A0A;
border: 2px #140A0A solid;
padding: 2px;
margin: 3px;
background-color: #c8d0dc;
text-transform: uppercase;
}
.desktop button:hover {
color: #040a0a;
background-color: #d8ece0;
}
.hidden {
visibility: hidden;
}
.head a:link { color: #000;}
.head a:visited { color: #000;}
.head a:active { color: #000;}
.head a:hover { color: #558;}
h1 {
font-size: 30px;
font-weight: bold;
margin: 0;
}
.bluebox {
background-color: #d8e0ec;
color: #000000;
text-align: center;
border: 2px solid #201010;
padding: 3px;
margin: 0 0 5px 0;
}
.bluebox input[type=text] {
border: 1px solid #000;
font-size: 12px;
position: relative;
top: 1px;
margin-bottom: 5px;
}
hr {
border-color: #000;
}
#sidebar, #content {
float: left;
}
#sidebar {
width: 300px;
margin-right: 10px;
}
#searchbox.bluebox {
text-align: left;
padding: 3px 2px 3px 4px;
}
#searchbox input[type=text] {
width: 225px;
margin-left: 3px;
}
#hootbox.bluebox {
text-align: left;
padding: 0;
}
#hootbox form {
padding: 4px;
}
#hootbox input[type=text] {
width: 225px;
margin-left: 3px;
}
#hootbox button {
width: 44px;
}
#hoots {
margin: 0;
padding: 0;
border-spacing: 0;
}
#hoots tr {
margin: 0;
padding: 0;
}
#hoots td {
margin: 0;
padding: 0;
border-top: 2px solid #000;
}
#hoots td:nth-child(1){
border-right: 2px solid #000;
width: 40px;
height: 40px;
background-size: cover;
background-position: center center;
}
#hoots td:nth-child(2){
text-align: left;
padding: 5px;
}
#hoots tr:nth-child(odd) td:nth-child(2) { background-color: #f3f1f2; }
#hoots tr:nth-child(even) td:nth-child(2) { background-color: #e3e8e3; }
.threads td {
text-align: right;
}
.threads td:nth-child(2) {
text-align: left;
font-family: Georgia, serif;
font-size: 120%;
}
.threads tr:nth-child(odd) td:nth-child(2) {
}
.threads tr:nth-child(even) td:nth-child(2) {
}