贴子标题发光显示FOR DZ6.0/6.1正式版
6.1版本:打开templates\default\css_common.htm(如使用其他风格则也需修改)
在/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Common Style ~~~~ */里面
查找:
[font=新宋体]table { empty-cells: show; border-collapse: collapse; }[/font]
[font=新宋体][/font]
上面加上:
[font=新宋体]h2 { font-size: 1em; filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px; }[/font]
[font=新宋体][/font]
[font=新宋体][/font]
不过这样的话会造成主页的h2代码也发亮了
如果只需内容页的标题发光的话可以这样
打开templates\default\viewthread.htm
查找
[font=新宋体]<h2>$post[subject]</h2>[/font]
[font=新宋体][/font]
将其改
为
[font=新宋体]<h2 style="font-size: 2; filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px;">$post[subject]</h2>[/font]
页:
[1]