Discuz! 6.0.0 正式版简单添加表格线!
根据默认风格来弄打开templates/default/css.htm
在最下面添加[code].forumlist tbody th, .threadlist tbody th, .forumlist tbody td.nums, .threadlist tbody td.nums, .threadlist tbody td.author, .threadlist tbody td.folder { border-right: 1px solid {BGBORDER}; }[/code]保存,覆盖就可以了。
如果想把 标题、作者、回复等也用表格线的话,那再添加[code].forumlist thead th, .threadlist td.folder, .threadlist thead th, .threadlist td.author, td.nums { border-right: 1px solid {BGBORDER}; }[/code]保存,覆盖就可以了。
===============================================================================
CSS增加viewthread.htm阅读页面个人信息与内容分割线
打开css.htm
在最下面添加[code].viewthread td.postauthor { border-right: 1px solid {BGBORDER}; }[/code]保存,覆盖就可以了。
===================================================================================
下面这个修改,是尖对分类版块名称定义下划线使用的,与表格线无关系。
搜索[code].mainbox thead.category th, .mainbox thead.category td { {CATBGCODE}; }[/code]换成[code] .mainbox thead.category th, .mainbox thead.category td { {CATBGCODE}; border-top: 1px solid {BGBORDER}; }[/code]保存,覆盖就可以了。
==============================================================================
分类版块名称高度控制。
搜索[code].headactions { float: right; line-height: 1em; padding: 10px 10px 0 0; }[/code]换成[code].headactions { float: right; line-height: 1em; padding: 5px 5px 0 0; }[/code]搜索[code].mainbox h1, .mainbox h3, .mainbox h6 { line-height: 31px;[/code]换成[code].mainbox h1, .mainbox h3, .mainbox h6 { line-height: 26px;[/code]保存,覆盖就可以了。
页:
[1]
