- 積分
- 2493
- 威望
- 2493
- 金錢
- 2110
- 最後登錄
- 2020-7-18
|
打开:一:打开css_common.htm
找到:- .list th { background: url({IMGDIR}/forum.gif) 5px 10px no-repeat; padding-left: 45px !important; }
-
- .list th.new { background-image: url({IMGDIR}/forum_new.gif); }
複製代碼 把这两项删除
然后在css_common.htm最底部添加以下代码:-
- .todaynew { width:58px; height:55px; float:left; background:url(图标{IMGDIR}/digg.gif) no-repeat center top; margin:5px; text-align:center; color:#f60; font-weight:bold; font-size:12px; line-height:23px; font-family: Georgia, "Times New Roman", Times, serif; }
- .todaynew p { display:block; font-weight:100; margin:0px; padding:0px; border:0px; color:#858D92;}
- .today { width:58px; height:55px; float:left; background:url(图标{IMGDIR}/digg_blue.gif) no-repeat center top; margin:5px; text-align:center; color:#217AB3; font-weight:bold; font-size:12px; line-height:23px; font-family: Georgia, "Times New Roman", Times, serif; }
- .today p { display:block; font-weight:100; margin:0px; padding:0px; border:0px; color:#858D92; font-size:11px; }
複製代碼 二:打开:disucz.htm
查找: (注意:由于代码片段较长,查找可能显示查找不到,可以直接查找:代码片段 <h2> 文件discuz.htm中有两处<h2> 对应的就是下面的两段)- <h2><a href="forumdisplay.php?fid=$forum[fid]" {if $forum[redirect]}target="_blank"{/if} style="{if $forum[extra][namecolor]}color: {$forum[extra][namecolor]};{/if}">$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em> ({lang index_today}: <strong>$forum[todayposts]</strong>)</em><!--{/if}--></h2>
複製代碼- <h2><a href="forumdisplay.php?fid=$forum[fid]" {if $forum[redirect]}target="_blank"{/if} style="{if $forum[extra][namecolor]}color: {$forum[extra][namecolor]};{/if}">$forum[name]</a><!--{if $forum[todayposts]}--><em> ({lang index_today}: <strong>$forum[todayposts]</strong>)</em><!--{/if}--></h2>
複製代碼 把这两段代码(就是把原来的整个<h2> </h2>里面的内容)全部替换成:
本帖隱藏的內容需要回復才可以瀏覽
原帖:http://oocn.258club.com/thread-5437-1-1.html |
-
-
digg.gif
(1.35 KB)
-
-
digg_blue.gif
(1.39 KB)
-
2
評分人數
-
|