inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 18, 2013 6:32:37 GMT -8
Themes - Layout Templates - Thread - Post ListThis will add the Thread Title in Threads above The TimestampChange this to 550 or 600 in /* Posts */ in your Stylesheet and take out overflow: hidden; .posts .post .content .thread-link { max-width: 450px; overflow: hidden; } Find this <div class="info"> $[post.thread] <span class="date">$[post.date]</span> {if $[post.how_posted]} <span class="post-method">via $[post.how_posted]</span> {/if} $[post.likes] </div> Add the blue, adjust the green to your forums style <div class="info"> <div class="thread-link" display: block; font-size:14px; font-weight:bold; font-style:italic; color: #00138E; padding-left:35px; padding-bottom:3px;">$[post.thread.subject]</div> <span class="date">$[post.date]</span> {if $[post.how_posted]} <span class="post-method">via $[post.how_posted]</span> {/if} $[post.likes] </div>
|
|