fffffffff that white color, suggested css changes to make it a bit more like the other pages on the forums:
Code:
/* main article container */
.tborder.vw-content {
background: #000;
border: 1px solid #222;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
-moz-box-shadow: -2px 2px 2px #aaa;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-webkit-box-shadow: -2px 2px 2px #aaa;
}
/* tab loading message container */
.content_block div.tborder { background: #000; }
/* article text container */
.bodyContent {
color: #FFC;
line-height: 18px;
font-size: 12px;
}
/* ######## ARTICLE TITLE ######## */
/* the container surrounding the title */
.titleBox { border-bottom: 1px solid #222; }
/* ######## HEADLINES AND SECTIОNS ######## */
/* hеadline text */
h1.vw-head‚ h2.vw-head, h3.vw-head,
h4.vw-head, h5.vw-head, h6.vw-head {
color: #FFC;
font-weight: bold;
border-bottom: 1px ѕolid #0B198C;
}
/* thе box containing an article's category list */
#catlinks {
border: 1px solid #222;
background: #000;
padding: 8px;
margin-top: 1em;
clear: both;
}