olympus.css
I would change the font sizes with "%" in a fixe size, because with some Browsers they are shown up very small
For example:
p.topictitle { margin: 1px 0px; display: inline; font-size:
65%; font-weight: bold; }
[...]
p.searchbar { margin: 0px; font-size:
60%; white-space: nowrap; }
.tablebg,.forumline { background-color: #A9B8C2; }
.topbg { background-color: #EFEFEF; border: 1px #A9B8C2; }
p.breadcrumbs { margin: 0px; float: left; color: black; font-size:
60%; font-weight: bold; white-space: normal; }
p.datetime { margin: 0px; float: right; font-size:
60%; white-space: nowrap; }
.cat { height: 28px; margin: 0px; padding: 0px; border: 0px; background-color: #C7D0D7; background-image: url('./images/cellpic1.gif'); text-indent: 4px; }
.titles { color: black; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 130%; text-decoration: none; }
p.moderators { margin: 0px; float: left; color: black; font-size:
60%; font-weight: bold; }
I've changed them to "11px"
index_body.tpl
The Link "Mark Forums Read" is visible for guests.
<table width="100%" cellspacing="1" class="tablebg"> <!-- cellpadding="2" border="0" align="center" -->
<tr>
<td class="cat" colspan="5" align="right"><a class="nav" href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a> </td>
</tr>
</table>
<table width="100%" cellspacing="1" border="0" class="tablebg">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
I've changed this part in this:
<table width="100%" cellspacing="1" border="0" class="tablebg">
<!-- BEGIN switch_user_logged_in -->
<tr>
<td class="cat" colspan="5" align="right"><a class="nav" href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a> </td>
</tr>
<!-- END switch_user_logged_in -->
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->