inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 14, 2013 5:39:14 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" style="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> My Modification Site
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Jul 6, 2013 0:35:54 GMT -8
I spotted a missing "style." Would be helpful to others when they use this code!
<div class="thread-link" style="display: block; font-size:14px; font-weight:bold; font-style:italic; color: #00138E; padding-left:35px; padding-bottom:3px;">$[post.thread.subject]</div>
|
|