繁體
|
簡體
Sclub交友聊天~加入聊天室當版主
(檢舉)
分享
新浪微博
QQ空间
人人网
腾讯微博
Facebook
Google+
Plurk
Twitter
Line
标题:
【章鱼之家】首页横排板块美化
[打印本页]
作者:
無名
时间:
2025-8-23 08:21
标题:
【章鱼之家】首页横排板块美化
1、打开 discuz.htm 模板,查找:
<th width="$cat[forumcolwidth]"{$forum[folder]}>
<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>
<!--{if !$forum[redirect]}-->
<p>{lang forum_threads}: $forum[threads], {lang forum_posts}: $forum[posts]</p>
<!--{if $forum['permission'] == 1}-->
<p>{lang private_forum}
<!--{else}-->
<p>{lang forum_lastpost}:
<!--{if is_array($forum['lastpost'])}-->
<a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost" title="{echo cutstr($forum[lastpost][subject], 30)} {lang forum_lastpost_by} {if $forum['lastpost']['author']}$forum['lastpost']['authorusername']{else}{lang anonymous}{/if} ">$forum[lastpost][dateline]</a>
复制代码
修改为:
<th width="$cat[forumcolwidth]"{$forum[folder]}><em id="ficon">{$forum[icon]}</em>
<h2><a href="forumdisplay.php?fid=$forum[fid]" {if $forum[redirect]}target="_blank"{/if}>$forum[name]</a>
<!--{if $forum[todayposts]}--><em><strong>$forum[todayposts]</strong></em><!--{/if}-->
<br />
<!--{if $forum[description]}-->$forum[description]<!--{/if}-->
<br />
主题: $forum[threads] 帖子: $forum[posts]</h2>
<!--{if !$forum[redirect]}--> <!--{if $forum['permission'] == 1}--> <p>{lang private_forum} <!--{else}--> <p>最新发表: <!--{if is_array($forum['lastpost'])}--> <a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost" title="$forum[lastpost][subject]">{echo cutstr($forum[lastpost][subject], 30)}</a>
<br />
<!--{if $forum['lastpost']['author']}-->作者:$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}--> 发表时间:$forum[lastpost][dateline]
复制代码
2、打开 css_common.htm 模板,在最下面添加:
#ficon a img{width:58px!important;}
body .list th h2 em strong{
background: none repeat scroll 0 0 #D94600;
border-radius: 15px 15px 15px 15px;
box-shadow: 0 1px 1px #555555 inset, 0 1px 0 white;
color: white !important;
display: inline !important;
font-size: 12px!important;
font-weight: bold;
margin-left: 5px;
margin-top: 2px;
padding: 1px 5px;
text-shadow: 0 1px 1px #585858;
width: auto;
font: 18pt/3.2em Avenir,Lucida Grande,Calibri,Trebuchet MS,Helvetica,Arial,Hiragino Sans GB,WenQuanYi Micro Hei,STHeiti,Microsoft Jhenghei,Nanum Gothic,sans-serif;}
复制代码
作者:
9528
时间:
2025-8-23 14:11
看帖回帖那是一定要的:
精彩至极,文章写的真棒,对我非常有帮助
老大。有效果图吗?
欢迎光临 i-share 爱生活爱分享 (http://i-share.66rt.com/)
Powered by Discuz! 7.2