It is a template mod for a skin. not a hack.
The skin is called "
Kirsch"
But the PostBit Template has just been 'modified'. (see next post of mine for .Zip of all images/files)
Classes like this:
HTML Code:
.frame_tl { background: url(http://82.143.202.118/bwt3/images/kirsch/misc/frame_tl.gif) no-repeat 0 0; }
.quote_tl { background: url(http://82.143.202.118/bwt3/images/kirsch/misc/quote_tl.gif) no-repeat 0 0; }
.frame_br { background: url(http://82.143.202.118/bwt3/images/kirsch/misc/frame_br.gif) no-repeat 100% 100%; }
.frame_bl { background: url(http://82.143.202.118/bwt3/images/kirsch/misc/frame_bl.gif) no-repeat 0 100%; }
.frame_t { background: url(http://82.143.202.118/bwt3/images/kirsch/misc/frame_h.gif) repeat-x 0 0; padding-bottom: 10px; }
.quote_t { background: url(http://82.143.202.118/bwt3/images/kirsch/misc/quote_t.gif) repeat-x 0 0; background-color:#FFFFFF;}
.frame_b { background: url(http://82.143.202.118/bwt3/images/kirsch/misc/frame_h.gif) repeat-x 0 100%; }
.frame_l { background: url(http://82.143.202.118/bwt3/images/kirsch/misc/frame_v.gif) repeat-y 0 0; }
.frame_r { background: url(http://82.143.202.118/bwt3/images/kirsch/misc/frame_v.gif) repeat-y 100% 0; }
[Full CSS Source/
And HTML like this:
HTML Code:
<div class="quote_t"> <div class="frame_b"> <div class="frame_l"> <div class="frame_r"> <div class="frame_bl"> <div class="frame_br"> <div class="quote_tl">
Your Text
</div></div></div></div></div></div></div>
EDIT:
This is a full copy so you can mod your own template with itL
HTML Code:
<link rel="stylesheet" href="http://82.143.202.118/bwt3/clientscript3/vbulletin_css/style-e68ecd0444-00053.css" type="text/css" />
<!-- remove <table> tags -->
<table>
<tr>
<td class="altmsg3" id="td_post_1114211">
<div class="quote_t">
<div class="frame_b">
<div class="frame_l">
<div class="frame_r">
<div class="frame_bl">
<div class="frame_br">
<div class="quote_tl">
<div class="quote_tr">
<div>
<strong>
Post Title
</strong>
<div>
<a name="post1114211"></a>
Post Time | #
<a href="showpost.php?p=1114211&postcount=1" target="new" rel="nofollow" id="postcount1114211" name="1">
<strong>1</strong>
</a>
</div>
</div>
<hr size="1" />
<br>
<div id="post_message_1114211">
Post Message
</div>
<div align="right">
<a href="showthread.php?do=post_thanks_add&p=1114211" id="post_thanks_button_1114211" onclick="post_thanks_give_1114211(); return false;">
</a>
<a href="newreply.php?do=newreply&p=1114211" rel="nofollow">
<img src="http://82.143.202.118/bwt3/images/kirsch/buttons/quote.gif" alt="Reply With Quote" border="0" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>