aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/bbcode.html
diff options
context:
space:
mode:
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 -->