原帖由 goooob 于 2007-12-6 09:56 发表
建议将css的修改单独列出来,毕竟每个人的风格都不同,还是谢谢了!
CSS修改很简单,在最后加了一段:
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hpiccss ~~~~ */
/*Main Box1*/
.mainbox1 { background: {TABLEBG}; border: {BORDERWIDTH} solid {BORDERCOLOR}; padding: {TABLESPACE}; margin-bottom: {BOXSPACE}; }
.mainbox1 h1, .mainbox1 h3, .mainbox1 h6 { line-height: 31px; padding-left: 1em; {HEADERBGCODE}; background-repeat: repeat-x; background-position: 0 0; color: {HEADERTEXT}; }
.mainbox1 h1 a, .mainbox1 h3 a { color: {HEADERTEXT}; }
.mainbox1 table { width: 100%; }
.forumlist table, .threadlist table { border-collapse: separate; }
.mainbox1 thead th, .mainbox1 thead td { background: {CATCOLOR}; padding: 2px 5px; line-height: 22px; color: {TEXT}; }
.mainbox1 thead.category th, .mainbox1 thead.category td { {CATBGCODE}; }
.mainbox1 thead.separation th, .mainbox1 thead.separation td { border-left: 1px solid {BGBORDER} }
.mainbox1 tbody th, .mainbox1 tbody td { border-top: 0px solid {BGBORDER}; padding: 0px; }
.mainbox1 tbody cite, .mainbox1 tbody em { line-height: 1.3em; }
.forumlist tbody strong, .threadlist tbody strong , .formbox tbody strong { color: {NOTICETEXT}; }
/*Row*/
.row1 { border: none; background: {TABLEBG}; empty-cells: show; }
.row1 td { border-bottom: 1px solid {BGBORDER}; border-left: 1px solid {BGBORDER}; margin: 0px; padding: 0px; }
.row2 { border: none; background: {ALTBG2}; empty-cells: show; }
.row2 td { border: none; margin: 0px; padding: 0px; } |