
For those who prefer minimalistic approach to boards
Try this.
Install Stylish plugin for Firefox.
https://addons.mozilla.org/en-US/firefox/addon/2108When installed and up and running, go to "Write Style" (you'll see small Stylish icon in lower right corner of Mozilla), "Blank Style" and just paste this into post body:
Code:
@-moz-document url-prefix(http://www.worldofkj.com/forum/)
{
*[class*="postprofile"] { width: 14% ! important }
*[class*="postbody"] { width: 84% ! important }
*[class*="postbody"] a:link[href^="#p"],
*[class=back2top],
*[ID=newswrap],
DIV[ID=pagewrap] DIV[ID=header],
DL[class*="postprofile"] DD { display: none ! important }
DL[class*="postprofile"]:hover DD { display: block ! important }
/* Quote */
.postbody .content BLOCKQUOTE {background-color: #ffffff !important ;
font-size: 0.9em !important ;}
/* Quote; "xxx wrote" */
.postbody .content CITE {color: #003388 !important ;
font-size: 1.1em !important ;}
/* message content */
.postbody .content { font-size: 1.3em !important ;}
}
Description, whatever really, WoKJ, World of KJ, all sounds fine.
Basically, it removes all that info you have under the avatar, and the whole board is a bit wider.

You can still see that easily, if you just hover on with the mouse.

And quotes are a bit changed. With multiple quotes, older ones seem "deeper". Some colour change as well.

It's just something I found on other sites, and compiled for WoKJ, to suit my tastes. You'll need prosilver style for it to work.
Also, if someone is already familiar with stylish, and already did some styles for themselves, please post. I'd love to have more knowledge of it, as you can use Stylish for basically every web site.