phpwind

关注公众号 jb51net

关闭
CMS教程 > phpwind >

PHPwind6.x CSS模板样式表修改帮助

jb51

关键字描述:修改 帮助 样式 模板 solid 必要 background: 1px border:1px


.t_one{background:$forumcolorone;}
.r_one{background:$forumcolorone;}

也可以默认设置
.f_one,.t_one,.r_one{background:$forumcolorone;}

/*form*/
textarea,input,select{font:12px Arial;padding:1px 3px 0 3px;vertical-align:middle;margin-bottom:1px}
/* 输入框,标题填写,下拉框 综合样式 [可以一起设置,也可以分开在下面的几个表里设置] */

select{border:solid 1px $tdcolor;}
/* 下拉框具体设置 */

.btn{background:#fff url($imgpath/$stylepath/h.gif) 0 bottom repeat-x;color:$headfontone;border-width:1px;padding-left:15px;padding-right:15px;vertical-align:middle}
/* 按钮设置 */

.input{border:solid 1px $tablecolor;padding:2px 0px 2px 1px;font-size:1.0em;vertical-align:middle}
/* 标题填写输入框 */

form{display:inline;}
/*无修改必要*/

textarea{border:solid 1px $tablecolor;}
/* 大型文本输入框样式 */

/*header*/
#header{width:$mtablewidth;margin:auto;}
/*头部宽度样式 [后台风格编辑里的 头部和尾部表格宽度设置之一] */

/*toolbar*/
.toptool{border-bottom:1px solid $tdcolor;background:$cbgcolor url($imgpath/$stylepath/guide.gif) 0 bottom repeat-x;}
.toptool span{padding:1px 5px;line-height:180%}
/*头部导航样式 */

/*index info*/
#infobox,#profile-menubar{border:$tdcolor 1px solid;margin-top:-.6em;background:url($imgpath/$stylepath/infobox.gif) 0 0 repeat-x #E1F6F9 ; }
/* 首页登陆框的样式 [包含公告栏] */

#notice{padding:.3em 0;height:18px; border-top:1px dashed $tablecolor}
/* 公告栏样式 */

#notice a{padding-left:1em; background:url($imgpath/$stylepath/dotB.png) no-repeat 0 .1em; margin-left:1em}
/* 公告栏连接字体得样式 */

/*banner*/
.banner img{vertical-align:middle;}
/* 头部logo的位置样式 */

/*guide*/
.guide{background:$cbgcolor url($imgpath/$stylepath/guide.gif) 0 bottom repeat-x; padding:.6em .5em; border:1px solid $tdcolor; color:#ccc;}
td.guide{ border:0; border-bottom:1px solid $tdcolor}
/* 重要栏目导航 [如 社区服务等] */

/*table*/
.t{border:1px solid $tablecolor;margin:0px auto 8px; height:auto; overflow:hidden}
/* 风格里所有的框架边框样式 [后台风格编辑里的 表格外边框颜色 ] */

.t table{border:1px solid $forumcolorone;margin:0; width:100%}
/* 样式.t里的table框架样式 */

.t2{border-top:$tablecolor 1px solid;margin:0px auto 5px;}
/* 浏览页里的框架 [ 无修改必要 ] */

.t3{margin:auto}
/* [ 无修改必要 ] */

.t4{padding:1px 0 1px 1px}
/* [ 无修改必要 ] */

/*table head*/
.h{border-bottom:1px solid $headborder;background:$headcolor url($imgpath/$stylepath/h.gif) 0 0 repeat-x;text-align:left;color:$headfontone;padding:.3em .5em 0; line-height:210%}
/* 表格标题栏样式 可修改背景 框大小 [如 分类栏目的名称] */