aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/bbcode.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2004-01-06 15:36:16 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2004-01-06 15:36:16 +0000
commit73d2f9c8421f853d62763efd06c3cc741d82ba9d (patch)
tree18a92004fe38bf4fb524a57fd086c23a71150ef3 /phpBB/styles/subSilver/template/bbcode.html
parent66cc31fb1d868e8846c89600c284514b246abe21 (diff)
downloadforums-73d2f9c8421f853d62763efd06c3cc741d82ba9d.tar
forums-73d2f9c8421f853d62763efd06c3cc741d82ba9d.tar.gz
forums-73d2f9c8421f853d62763efd06c3cc741d82ba9d.tar.bz2
forums-73d2f9c8421f853d62763efd06c3cc741d82ba9d.tar.xz
forums-73d2f9c8421f853d62763efd06c3cc741d82ba9d.zip
Mental note, stop playing with markup and finish the board
git-svn-id: file:///svn/phpbb/trunk@4723 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/bbcode.html')
-rw-r--r--phpBB/styles/subSilver/template/bbcode.html38
1 files changed, 11 insertions, 27 deletions
diff --git a/phpBB/styles/subSilver/template/bbcode.html b/phpBB/styles/subSilver/template/bbcode.html
index 70fe44ba96..80ecd0b349 100644
--- a/phpBB/styles/subSilver/template/bbcode.html
+++ b/phpBB/styles/subSilver/template/bbcode.html
@@ -9,50 +9,34 @@
<!-- BEGIN listitem_close --></li><!-- END listitem_close -->
<!-- BEGIN quote_username_open -->
-<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
- <tr>
- <td class="quote"><b>{USERNAME} {L_WROTE}:</b><hr />
+<div class="quotetitle"><b>{USERNAME} {L_WROTE}:</b></div><div class="quotecontent">
<!-- END quote_username_open -->
<!-- BEGIN quote_open -->
-<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
- <tr>
- <td><b class="genmed">{L_QUOTE}:</b></td>
- </tr>
- <tr>
- <td class="quote">
+<div class="quotetitle"><b>{L_QUOTE}:</b></div><div class="quotecontent">
<!-- END quote_open -->
<!-- BEGIN quote_close -->
- </td>
- </tr>
-</table>
+</div>
<!-- END quote_close -->
<!-- BEGIN code_open -->
-<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
- <tr>
- <td><b class="genmed">{L_CODE}:</b></td>
- </tr>
- <tr>
- <td class="code">
+<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent">
<!-- END code_open -->
<!-- BEGIN code_close -->
- </td>
- </tr>
-</table>
+</div>
<!-- END code_close -->
-<!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open -->
-<!-- BEGIN b_close --></span><!-- END b_close -->
+<!-- BEGIN b_open --><strong><!-- END b_open -->
+<!-- BEGIN b_close --></strong><!-- END b_close -->
-<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
-<!-- BEGIN u_close --></span><!-- END u_close -->
+<!-- BEGIN u_open --><u><!-- END u_open -->
+<!-- BEGIN u_close --></u><!-- END u_close -->
-<!-- BEGIN i_open --><span style="font-style: italic"><!-- END i_open -->
-<!-- BEGIN i_close --></span><!-- END i_close -->
+<!-- BEGIN i_open --><em><!-- END i_open -->
+<!-- BEGIN i_close --></em><!-- END i_close -->
<!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color -->