蓝雨 发表于 2008-6-4 22:40:45

DZ版面显示今日贴仿动网8.2



1. 自定义风格模版/css_common.htm

    在底部添加

.todaynew { width:52px; height:51px; 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:52px; height:51px;
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; }
2. 自定义风格模版/css_common.htm

.forumlist tbody th.new { background-image: url({IMGDIR}/forum_new.gif); }
.forumlist th { padding-left: 55px !important; }
.forumlist tbody th { background-image: url({IMGDIR}/forum.gif); background-repeat:
no-repeat; background-position: 13px 50%; }

查找并删除红色部分
3. templates\\default\\discuz.htm
查找:



<tbody
id=\"forum$forum\">
<tr>
<th$forum>
$forum
<h2><a
href=\"forumdisplay.php?fid=$forum\">$forum</a><!--{if
$forum && !$forum[\'redirect\']}--><em> ({lang
index_today}: $forum)</em><!--{/if}--></h2>
修改为:



<tbody id=\"forum$forum\">
<tr>
<th>
<!--{if
$forum && !$forum[\'redirect\']}--><div
class=\"todaynew\">$forum<p>{lang
index_today}</p></div><!--{else}--><div
class=\"today\">0<p>{lang
index_today}</p></div><!--{/if}-->
<h2><a
href=\"forumdisplay.php?fid=$forum\">$forum</a></h2>
4. templates\\default\\discuz.htm
查找:

<h2><a
href=\"forumdisplay.php?fid=$forum\">$forum</a><!--{if
$forum}--><em> ({lang index_today}:
$forum)</em><!--{/if}--></h2>
修改为:



<!--{if $forum && !$forum[\'redirect\']}--><div
class=\"todaynew\">$forum<p>{lang
index_today}</p></div><!--{else}--><div
class=\"today\">0<p>{lang
index_today}</p></div><!--{/if}--><h2><a
href=\"forumdisplay.php?fid=$forum\">$forum</a></h2>
5. templates\\default\\discuz.htm
查找并删除:

**** Hidden Message *****
页: [1] 2
查看完整版本: DZ版面显示今日贴仿动网8.2