[問題] 請問如何修改引言的顯示模樣呢?(done)

phpBB 2 Style Support
討論的範圍包含版面排列、樣式、配置;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
黑風凱特
星球公民
星球公民
文章: 267
註冊時間: 2004-12-13 22:12
來自: 台灣台北
聯繫:

[問題] 請問如何修改引言的顯示模樣呢?(done)

文章 黑風凱特 »

請教各位前輩,小弟目前的站台風格為sosumi~網址在我的簽名檔

問題頁面連結

內建的引言格式為粗斜體,我想把他改成粗體並改顏色,不要斜體....

我該改哪個檔案的哪裡呢?....

剛才我爬了一下置頂文,發現bbcode.tpl是管引言的~但我改了半天就是\r

改不出個頭緒....

附上我的bbcode.tpl

代碼: 選擇全部

<!-- BEGIN ulist_open --><ul><!-- END ulist_open -->
<!-- BEGIN ulist_close --></ul><!-- END ulist_close -->

<!-- BEGIN olist_open --><ol type="{LIST_TYPE}"><!-- END olist_open -->
<!-- BEGIN olist_close --></ol><!-- END olist_close -->

<!-- BEGIN listitem --><li><!-- END listitem -->

<!-- BEGIN quote_username_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr> 
	  <td><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td>
	</tr>
	<tr>
	  <td class="quote"><!-- END quote_username_open -->
<!-- BEGIN quote_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr> 
	  <td><span class="genmed"><b>{L_QUOTE}:</b></span></td>
	</tr>
	<tr>
	  <td class="quote"><!-- END quote_open -->
<!-- BEGIN quote_close --></td>
	</tr>
</table>
<span class="postbody"><!-- END quote_close -->

<!-- BEGIN code_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr> 
	  <td><span class="genmed"><b>{L_CODE}:</b></span></td>
	</tr>
	<tr>
	  <td class="code"><!-- END code_open -->
<!-- BEGIN code_close --></td>
	</tr>
</table>
<span class="postbody"><!-- END code_close -->


<!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open -->
<!-- BEGIN b_close --></span><!-- END b_close -->

<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
<!-- BEGIN u_close --></span><!-- END u_close -->

<!-- BEGIN i_open --><span style="font-style: italic"><!-- END i_open -->
<!-- BEGIN i_close --></span><!-- END i_close -->

<!-- BEGIN color_open --><span style="color: {COLOR}"><!-- END color_open -->
<!-- BEGIN color_close --></span><!-- END color_close -->

<!-- BEGIN size_open --><span style="font-size: {SIZE}px; line-height: normal"><!-- END size_open -->
<!-- BEGIN size_close --></span><!-- END size_close -->

<!-- BEGIN img --><img src="{URL}" border="0" /><!-- END img -->

<!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->

<!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</A><!-- END email -->
最後由 黑風凱特 於 2005-05-12 00:40 編輯,總共編輯了 1 次。
圖檔
~倉木麻衣~
竹貓忠實會員
竹貓忠實會員
文章: 1405
註冊時間: 2004-03-21 21:00

Re: [問題] 請問如何修改引言的顯示模樣呢?

文章 ~倉木麻衣~ »

黑風凱特 寫:請教各位前輩,小弟目前的站台風格為sosumi~網址在我的簽名檔

問題頁面連結

內建的引言格式為粗斜體,我想把他改成粗體並改顏色,不要斜體....
嗯?
我看起來是只有斜體而己呀
引言內容的外觀是在bbcode.tpl裡的這一段在控制\r
<td class="quote">
也就是說你應該去找你風格的css檔~意即sosumi.css
剛看了一下sosumi.css

代碼: 選擇全部

.quote   {
	color: #000000;
	font-style: italic;
	font-size: 12px;
	line-height: 125%;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #81A4BB;
	background-color: #CCE3EE;
}
只要將font-style: italic; 這行拿掉就可以了

-----
唔,沒法在code裡用color :roll:
黑風凱特
星球公民
星球公民
文章: 267
註冊時間: 2004-12-13 22:12
來自: 台灣台北
聯繫:

文章 黑風凱特 »

謝謝你,我成功了....

麻衣前輩你幫過我不少忙...

十分感謝您.....thank you
圖檔
主題已鎖定

回到「風格問題討論」