Unreported: subsilver2 - complete rework of the styling. BBCodes, especially lists, will be displayed properly.

This commit is contained in:
Kevin
2008-03-16 15:00:33 +00:00
parent e22397bb64
commit 767ae914d2
3 changed files with 13 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
</td>
</tr>
<tr class="row1">
<td>
<td style="padding:5px 5px 5px 5px;">
<span class="gensmall" style="float: left;">{L_POSTED_BY}: <strong><a href="{announcements_row.U_USER_PROFILE}">{announcements_row.POSTER}</a></strong>
<!-- IF announcements_row.FORUM_NAME --> &nbsp;&bull;&nbsp; {L_FORUM}: <strong><a href="{announcements_row.U_VIEWFORUM}">{announcements_row.FORUM_NAME}</a></strong>
<!-- ELSE -->
@@ -24,7 +24,9 @@
</span>
<span class="gensmall" style="float: right;">{announcements_row.TIME}</span>
<br /><br />
<div class="postbody">
{announcements_row.TEXT}
</div>
<br /><br />
</td>
</tr>

View File

@@ -13,11 +13,13 @@
<td class="cat"><!-- IF news_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_VIEW_COMMENTS}"><strong>{news_row.TITLE}</strong></a></td>
</tr>
<tr class="row1">
<td>
<td style="padding:5px 5px 5px 5px;">
<span class="gensmall" style="float: left;">{L_POSTED_BY}: <strong><a href="{news_row.U_USER_PROFILE}">{news_row.POSTER}</a></strong><!-- IF news_row.FORUM_NAME --> &nbsp;&bull;&nbsp; {L_FORUM}: <strong><a href="{news_row.U_VIEWFORUM}">{news_row.FORUM_NAME}</a></strong><!-- ENDIF --></span>
<span class="gensmall" style="float: right;">{news_row.TIME}</span>
<br /><br />
<div class="postbody">
{news_row.TEXT}
</div>
<br /><br />
</td>
</tr>

View File

@@ -1,11 +1,15 @@
<table class="tablebg" cellspacing="1" width="100%">
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th>{L_WELCOME}</th>
</tr>
<tr class="row1">
<td align="center" style="padding:5px 5px 5px 5px;">
<td style="padding:5px 5px 5px 5px;">
<div class="postbody">
{PORTAL_WELCOME_INTRO}
</div>
</td>
</tr>
</table>
<br />
<br clear="all" />