.desktop-style div.boardlist:not(.bottom) {
position: fixed;
top: 0;
left: 0;
right: 0;
margin-top: 0;
z-index: 30;
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
border-bottom: 1px solid;
background-color: #DADADA;
}
body {
background: #E1E2E4 url('') repeat-x 50% 0%;
color: black;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
margin: 0 4px;
padding-left: 4px;
padding-right: 4px;
}
form table tr th {
background: #EF6012;
}
div.post.reply {
background: #C2C2C2;
margin: 0.2em 4px;
padding: 0.5em 0.3em 0.5em 0.6em;
display: inline-block;
max-width: 94% !important;
border-width: 1px;
border-style: none solid solid none;
border-color: #DADBE0;
}
table tbody tr:nth-of-type(2n) {
background-color: #DADADA;
}
a:hover, .intro a.post_no:hover {
color: #ff7500;
}
.unimportant, .unimportant * {
font-size: 10px;
}
a, a:visited {
text-decoration: underline;
color: #ff7500;
}
div.post.reply div.body a {
color: #FF7703;
}
div.pages {
color: #89A;
background: #CECECE;
display: inline-block;
padding: 8px;
margin: 8px 0 4px 0;
border-right: 1px solid #CECECE;
border-bottom: 1px solid #CECECE;
}
div.post.reply.highlighted {
background: #BABABA;
}
.quote {
color: #86158D;
}