ok, I have fixes for 2 of those already
# In public_forum_summary
find:
<a href="$ULTIMATEBB?category=$catarray->[2]"><b>$catarray->[1]</b></a>
replace with:
<a href="$ULTIMATEBB?category=$catarray->[2]"><font class="categoryheader"><b>$catarray->[1]</b></font></a>
find:
<b>$vars_wordlets{forum_column}</b>
replace with:
<font class="small"><b>$vars_wordlets{forum_column}</b></font>
# In ubb_lib_posting.cgi
find:
$post_total_line = qq( <a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=recent_user_posts;u=$this_user_number" style="color: $vars_style{TextColor}; text-decoration: none;">$vars_wordlets{author_posts} <b>$user_profile[7]</b></a> );
replace with:
$post_total_line = qq( <a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=recent_user_posts;u=$this_user_number"><font class="topiclink">$vars_wordlets{author_posts} <b>$user_profile[7]</b></font></a> );
find:
$linkname = qq!<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile;u=$this_user_number" style="color: $vars_style{TextColor}; text-decoration: none;" target="_blank"><b>$show_public_name</b></a>!;
replace with:
$linkname = qq!<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile;u=$this_user_number" target="_blank"><font class="topiclink"><b>$show_public_name</b></font></a>!;
my fixes so far
I'm about to work on fixing the post preview (the one that can be inline)
EDIT:
Also
# In public_pntf_summary.pl
find:
<td class="%%SPANCOLOR%%" colspan="$colspan" align="left">
<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=pntf$qstring">
<font class="small" color="%%SPANTCOLOR%%"><b>
replace with:
<td class="tdheader" colspan="$colspan" align="left">
<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=pntf$qstring">
<font class="small tdheader"><b>