/* 

"PornBB Forum: Wider & Cleaner -=[ KaaMoS ]=-" 

Pretty simple but useful tweaks for "PornBB Forum" WideScreen users
(tested on 1680 x 1050 px)



Changelist:

Version 1.0 (Initial Release):
Â· Main Board's Width goes 99%
Â· Text Area Width goes 100%
Â· Hides Main Banner
Â· Hides some Ads.

*/




@namespace url(http://www.w3.org/1999/xhtml);

/*PornBB*/
@-moz-document domain("pornbb.org") {

table {width:99% !important; padding: 0px !important}
TABLE.forumline, TEXTAREA {width:100% !important; }
DIV + * + DIV[align="center"], DIV[align="center"]:first-child, DIV + DIV[align="center"], IMG[src="http://img.pornbb.org/images/banners/43.jpg"] { display: none !important; }
}
