flw 寫:代碼: 選擇全部
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
[color=red]border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px[/color]
}
請注意我用紅色框起來的部份...
上面的英文就是表示上下左右的框線的寬度..
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ccs要改的部份請去查你的bbcode.tpl 裡面的code 跟 quote 所使用的風格\r
代碼: 選擇全部
<!-- BEGIN quote_username_open --></span>
<table width="90%" cellspacing="0" cellpadding="3" border="0" align="center">
<tr>
<td class="[color=orange]quotetitle[/color]"><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td>
</tr>
<tr>
<td class="quotecontent"><!-- END quote_username_open -->
<!-- BEGIN quote_open --></span>
<table width="90%" cellspacing="0" cellpadding="3" border="0" align="center">
<tr>
<td class="[color=orange]quotetitle[/color]"><span class="genmed"><b>{L_QUOTE}:</b></span></td>
</tr>
<tr>
<td class="quotecontent"><!-- END quote_open -->
<!-- BEGIN quote_close --></td>
</tr>
</table>
<span class="postbody"><!-- END quote_close -->
<!-- BEGIN code_open --></span>
<table width="90%" cellspacing="0" cellpadding="3" border="0" align="center">
<tr>
<td class="[color=orange]quotetitle[/color]"><span class="genmed"><b>{L_CODE}:</b></span></td>
</tr>
<tr>
<td class="codecontent"><!-- END code_open -->
<!-- BEGIN code_close --></td>
</tr>
</table>
<span class="postbody"><!-- END code_close -->
妳看到被我用橘色標起來的可能會跟你的有點差別.....
附註:"藍色的天空"所內建的風格也是 subsilver
如果你自己還是改不出來的話,把你的bbcode.tpl 還有 風格.ccs PM給我
我幫你看看..