[問題] iCGstation的底色要如何修改呢?

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

版主: 版主管理群

阿維
竹貓忠實會員
竹貓忠實會員
文章: 868
註冊時間: 2003-02-23 13:36
來自: 台南市

文章 阿維 »

.::藍色的天空::. 寫:要問當然要有作者來解答 =.=
很好,那你是不是應該要準備提供MOD的圖檔做後續支援啦?
因為很多人都不是網頁設計師,也不是美工高手,所以你這個作者要多加油啦 :mrgreen:
黑風凱特
星球公民
星球公民
文章: 267
註冊時間: 2004-12-13 22:12
來自: 台灣台北
聯繫:

文章 黑風凱特 »

請問 藍色的天空

那個是在css裡修改嗎 :?: 我在裡頭找不到相關的code~

倒是在overall_header裡找到~

只是我改了還是沒作用 :-(

貼overall_header前後幾行給你看看

代碼: 選擇全部

</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>

<a name="top"></a>
<table width="760" cellpadding="0" cellspacing="0" border="0" align="center">
  <tr> 
	<td width="10" nowrap="nowrap" class="lefttd"></td>
	<td width="740" [color=red]bgcolor="#FFFFFF"[/color]>
		<table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
			<tr> 
				<!-- BEGIN switch_user_logged_out -->
謝謝幫忙喔 :-|
圖檔
.::藍色的天空::.
竹貓忠實會員
竹貓忠實會員
文章: 587
註冊時間: 2003-09-14 17:29
來自: 我不知道
聯繫:

文章 .::藍色的天空::. »

代碼: 選擇全部

			</tr>
		</table>
		<table width="100%" cellspacing="10" cellpadding="0" border="0">
			<tr>
				<td align="center" width="100%" valign="middle">
改為\r

代碼: 選擇全部

			</tr>
		</table>
		<table width="100%" cellspacing="10" cellpadding="0" border="0">
			<tr>
				<td align="center" width="100%" valign="middle" bgcolor="#FFFFFF">
i-Web System 隨坊出來耶

新聞:
遊戲區開幕啦! 打造隨城最強的遊戲王國!
宣傳車出動! 賣力宣傳隨坊吧!
版主召募!版主魂激發!
中文好好學,不要方言通天飛
i-Web System 正式版上架測試!
.::藍色的天空::.
竹貓忠實會員
竹貓忠實會員
文章: 587
註冊時間: 2003-09-14 17:29
來自: 我不知道
聯繫:

文章 .::藍色的天空::. »

還有要改 CSS 喔=.="
i-Web System 隨坊出來耶

新聞:
遊戲區開幕啦! 打造隨城最強的遊戲王國!
宣傳車出動! 賣力宣傳隨坊吧!
版主召募!版主魂激發!
中文好好學,不要方言通天飛
i-Web System 正式版上架測試!
黑風凱特
星球公民
星球公民
文章: 267
註冊時間: 2004-12-13 22:12
來自: 台灣台北
聯繫:

文章 黑風凱特 »

我來整理一下

加入overall_header的

代碼: 選擇全部

<table width="760" cellpadding="0" cellspacing="0" border="0" align="center"> 
  <tr> 
   <td width="10" nowrap="nowrap" class="lefttd"></td> 
   <td width="740" [color=red]bgcolor="#FFFFFF"[/color]>

代碼: 選擇全部

</tr> 
      </table> 
      <table width="100%" cellspacing="10" cellpadding="0" border="0"> 
         <tr> 
            <td align="center" width="100%" valign="middle" [color=red]bgcolor="#FFFFFF"[/color]>
以及修改css的

代碼: 選擇全部

body { scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; margin: 0px; border: 0px; padding: 0px; background-color: [color=red]black[/color]; font-family: Verdana, Helvetica, sans-serif; font-size: 11px} 


成功囉~ :-D ....謝謝各位前輩的指點~~感激不盡~

這個風格真的很受歡迎呢~真是不錯的風格~ :mrgreen:

附上成果圖片

圖檔
圖檔
阿維
竹貓忠實會員
竹貓忠實會員
文章: 868
註冊時間: 2003-02-23 13:36
來自: 台南市

文章 阿維 »

請問藍色的天空
你可以告訴我子分區*tpl要怎麼修改在這個風格上嗎? :cry:
因為我不太會修改你可以告訴我嗎? (萬分感激)
MOD Title: Categories hierarchy - Part 1 - install first MOD-cache
MOD Version: 2.0.5-RC2

代碼: 選擇全部

#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------------
#
# at top of the file
#
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- mod : categories hierarchy -->
#
#-----[ FIND ]------------------------------------------------
#
	{CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
#
#-----[ IN-LINE FIND ]---------------------------------------- 
#
</a>
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------- 
#
{NAV_CAT_DESC}
#
#-----[ FIND ]------------------------------------------------
#
#************************************************************************************
#					NOTE :
#					------
#	The lines deleted here are reported in index_box.tpl. You will probably
#	want to customize index_box.tpl the same way index_body.tpl was if you use
#	a particular template with other classes than the one used by subSilver.
#
#************************************************************************************
#
# this is a partial search : the full lines are longer
#
<table
  <tr> 
		{L_FORUM}
		{L_TOPICS}
		{L_POSTS}
		{L_LASTPOST}
  </tr>
  <!-- BEGIN catrow -->
  <tr> 
		{catrow.CAT_DESC}
		&nbsp;
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
		<img src="{catrow.forumrow.FORUM_FOLDER_IMG}" 
		{catrow.forumrow.FORUM_NAME}
		{catrow.forumrow.FORUM_DESC}
		{catrow.forumrow.MODERATORS}
		{catrow.forumrow.TOPICS}
		{catrow.forumrow.POSTS}
		{catrow.forumrow.LAST_POST}
  </tr>
  <!-- END forumrow -->
  <!-- END catrow -->
</table>
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
{BOARD_INDEX}
#
#-----[ FIND ]------------------------------------------------
#
# this is a partial search : the full lines are longer
#
<table 
  <tr> 
	<a href="{U_VIEWONLINE}"
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- BEGIN disable_viewonline -->
#
#-----[ FIND ]------------------------------------------------
#

<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- END disable_viewonline -->
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/modcp_body.tpl
#
#-----[ FIND ]------------------------------------------------
# at top of the file
<form method="post" action="{S_MODCP_ACTION}">
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- mod : categories hierarchy -->
#
#-----[ FIND ]------------------------------------------------
#
	<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
#
#-----[ IN-LINE FIND ]---------------------------------------- 
#
 -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a>
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
{NAV_CAT_DESC}
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/modcp_move.tpl
#
#-----[ FIND ]------------------------------------------------
# at top of the file
<form action="{S_MODCP_ACTION}" method="post">
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- mod : categories hierarchy -->
#
#-----[ FIND ]------------------------------------------------
#
	  <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
#
#-----[ IN-LINE FIND ]---------------------------------------- 
#
 class="nav">
#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------
#
><span
#
#-----[ IN-LINE FIND ]---------------------------------------- 
#
</a>
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------- 
#
{NAV_CAT_DESC}</span>
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/modcp_split.tpl
#
#-----[ FIND ]------------------------------------------------
# at top of the file
<form method="post" action="{S_SPLIT_ACTION}">
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- mod : categories hierarchy -->
#
#-----[ FIND ]------------------------------------------------
#
	  <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a><span class="nav"> 
		-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
	  <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}</span></td>
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]------------------------------------------------
# at top of the file
<script language="JavaScript" type="text/javascript">
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- mod : categories hierarchy -->
#
#-----[ FIND ]------------------------------------------------
#
		-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
		<!-- END switch_not_privmsg -->
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
		{NAV_CAT_DESC}
		<!-- END switch_not_privmsg -->
		</span></td>
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/search_body.tpl
#
#-----[ FIND ]------------------------------------------------
# at top of the file
<form action="{S_SEARCH_ACTION}" method="POST"><table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- mod : categories hierarchy -->
#
#-----[ FIND ]------------------------------------------------
#
# this is a partial search : the full line is longer
#
name="search_forum"
#
#-----[ IN-LINE FIND ]---------------------------------------- 
#
search_forum
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
search_where
#
#-----[ FIND ]------------------------------------------------
#
# this is a partial search : the full line is longer
#
{L_CATEGORY}
{S_CATEGORY_OPTIONS}
</select>
{L_SORT_BY}
{S_SORT_OPTIONS}
</tr>
<tr> 
{L_DISPLAY_RESULTS}
{L_POSTS}
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
		<td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_DISPLAY_RESULTS}:&nbsp;</span></td>
		<td class="row2" nowrap="nowrap"><input type="radio" name="show_results" value="posts" /><span class="genmed">{L_POSTS}<input type="radio" name="show_results" value="topics" checked="checked" />{L_TOPICS}</span></td>
		<td class="row1" align="right" rowspan="2"><span class="gen">{L_SORT_BY}:&nbsp;</span></td>\r
		<td class="row2" valign="middle" nowrap="nowrap" rowspan="2"><span class="genmed"><select class="post" name="sort_by">{S_SORT_OPTIONS}</select><br /><input type="radio" name="sort_dir" value="ASC" /> {L_SORT_ASCENDING}<br /><input type="radio" name="sort_dir" value="DESC" checked /> {L_SORT_DESCENDING}</span>&nbsp;</td>
	</tr>
	<tr>
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/subSilver.cfg
#
#-----[ FIND ]------------------------------------------------
#
<?php
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : categories hierarchy --------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------------
#
?>
\n#
#-----[ BEFORE, ADD ]-----------------------------------------
#
//-- mod : categories hierarchy --------------------------------------------------------------------
//-- add
$images['category'] = "$current_template_images/cat_folder_big.gif";
$images['category_new'] = "$current_template_images/cat_folder_new_big.gif";
$images['category_locked'] = "$current_template_images/cat_folder_locked_big.gif";
$images['icon_minicat'] = "$current_template_images/icon_minicat.gif";
$images['icon_minicat_new'] = "$current_template_images/icon_minicat_new.gif";
$images['icon_minicat_locked'] = "$current_template_images/icon_minicat_lock.gif";
$images['icon_minipost_lock'] = "$current_template_images/icon_minipost_lock.gif";
$images['link'] = "$current_template_images/link_folder.gif";
$images['icon_minilink'] = "$current_template_images/icon_minilink.gif";

$images['up_arrow'] = "$current_template_images/icon_up_arrow.gif";
$images['down_arrow'] = "$current_template_images/icon_down_arrow.gif";

$images['spacer'] = "$current_template_images/spacer.gif";
//-- fin mod : categories hierarchy ----------------------------------------------------------------
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/viewforum_body.tpl
#
#-----[ FIND ]------------------------------------------------
# at top of the file
<form method="post" action="{S_POST_DAYS_ACTION}">
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- mod : categories hierarchy -->
#
#-----[ FIND ]------------------------------------------------
#
	  <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="gensmall"><b>{L_MODERATOR}: {MODERATORS}<br /><br />{LOGGED_IN_USER_LIST}</b></span></td>
	  <td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b>{PAGINATION}</b></span></td>
	</tr>
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
	  <td align="left" valign="middle" class="nav" width="100%"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}</span></td>
	</tr>
  </table>

{BOARD_INDEX}

  <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
#
#-----[ FIND ]------------------------------------------------
#
# this is a partial search : the full lines are longer
#
<a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> 
<a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a>
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
	  <td align="left" valign="bottom" width="100%"><span class="gensmall"><b>{L_MODERATOR}: {MODERATORS}<br /><br />{LOGGED_IN_USER_LIST}</b></span></td>
	  <td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b>{PAGINATION}</b><br /><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
#
#-----[ FIND ]------------------------------------------------
#
	  <th align="center" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
#
#-----[ IN-LINE FIND ]---------------------------------------- 
#
<th
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------- 
#
 width="150"
#
#-----[ FIND ]------------------------------------------------
#
	  <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
#
#-----[ IN-LINE FIND ]---------------------------------------- 
#
 -> <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a>
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
{NAV_CAT_DESC}
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------------
#
<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
	<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br />
	  <span class="gensmall"><b>{PAGINATION}</b><br />
	  &nbsp; </span></td>
  </tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
	<td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
	<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
  </tr>
</table>
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
<!-- mod : categories hierarchy -->
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr> 
	<td align="left" valign="middle" class="nav" width="100%"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}</span></td>
</tr>
<tr>
	<td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
	<td align="right" valign="bottom" width="100%" nowrap="nowrap"><span class="gensmall"><b>{PAGINATION}</b></span></td>
</tr>
</table>
#
#-----[ FIND ]------------------------------------------------
#
	<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
	<td align="left" valign="middle" class="nav" width="100%"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}</span></td>
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/admin/auth_ug_body.tpl
#
#-----[ FIND ]------------------------------------------------
# at top of the file
<h1>{L_AUTH_TITLE}</h1>
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- mod : categories hierarchy -->
#
#-----[ FIND ]------------------------------------------------
#\r
	  <th width="30%" class="thCornerL">{L_FORUM}</th>
#
#-----[ IN-LINE FIND ]---------------------------------------- 
#
class="thCornerL"
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------- 
#
 colspan="{INC_SPAN}"
#
#-----[ FIND ]------------------------------------------------
#
	  <th class="thCornerR">{L_MODERATOR_STATUS}</th>
	</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
	<!-- BEGIN row -->
	<!-- BEGIN cathead -->
	<tr> 
		<!-- BEGIN inc -->
		<td class="row2" width="46"><img src="{SPACER}" width="46" height="0" /></td>
		<!-- END inc -->
		<td colspan="{row.cathead.INC_SPAN}" class="{row.cathead.CLASS_CAT}" align="left" nowrap="nowrap"> <span class="cattitlemed">{row.cathead.CAT_TITLE}</span></td>
		<!-- BEGIN aclvalues -->
		<td class="{row.cathead.CLASS_CAT}" align="left" nowrap="nowrap"><span class="cattitlemed">&nbsp;</span></td>
		<!-- END aclvalues -->
		<td class="{row.cathead.CLASS_CAT}" align="left" nowrap="nowrap"><span class="cattitlemed">&nbsp;</span></td>
	</tr>
	<!-- END cathead -->
#
#-----[ FIND ]------------------------------------------------
#
	<tr> 
	  <td class="{forums.ROW_CLASS}" align="center">{forums.FORUM_NAME}</td>
	  <!-- BEGIN aclvalues -->
	  <td class="{forums.ROW_CLASS}" align="center">{forums.aclvalues.S_ACL_SELECT}</td>
	  <!-- END aclvalues -->
	  <td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td>
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
		<!-- BEGIN inc -->
		<td class="row2" width="46"><img src="{SPACER}" width="46" height="0" /></td>
		<!-- END inc -->
		<td class="row1" align="left" colspan="{row.forums.INC_SPAN}"><span class="gentbl">{row.forums.FORUM_NAME}</span></td>
		<!-- BEGIN aclvalues -->
		<td class="row2" align="center">{row.forums.aclvalues.S_ACL_SELECT}</td>
		<!-- END aclvalues -->
		<td class="row1" align="center">{row.forums.S_MOD_SELECT}</td>
#
#-----[ FIND ]------------------------------------------------
#
	<!-- END forums -->
#
#-----[ AFTER, ADD ]------------------------------------------
#
	<!-- END row -->
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM
黑風凱特
星球公民
星球公民
文章: 267
註冊時間: 2004-12-13 22:12
來自: 台灣台北
聯繫:

文章 黑風凱特 »

建議你用\r

http://phpbb-tw.net/phpbb/viewtopic.php?t=29212

這個偽子分區.....比較容易....如果你真的是「不太會修改」的話~=_=+
圖檔
阿維
竹貓忠實會員
竹貓忠實會員
文章: 868
註冊時間: 2003-02-23 13:36
來自: 台南市

文章 阿維 »

問題是我只差*tpl改不會而已,你認為我還要重新來過嗎?
再說這是別人要求的,我不安裝這個不行啦,這樣你了解嗎?
提供代客維護 phpBB 3.0.x 以及外掛/風格升級或安裝的服務,如需委託,請與我聯絡,謝謝! ;)
我的 Skype 帳號:gpxjordan
主題已鎖定

回到「風格問題討論」