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

时间:2016-04-05
关键字描述:修改 帮助 样式 模板 solid 必要 background: 1px border:1px

/* 公告栏连接字体得样式 */

/*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%}
/* 表格标题栏样式 可修改背景 框大小 [如 分类栏目的名称] */

.h span{font-weight:normal;}
/* [ 无修改必要 ] */

.h h2{font-weight:bold}
/* 标签的字体加粗 */

.h a{font-family:Arial;color:$headfontone}
/* 表格标题栏字体样式 */

.h a.a2{margin-left:12px;}
/* 连接字的样式距离 */

.closeicon { margin-top:.5em}
/* 表格标题栏样式右边打开关闭小图标控制 */

/* tab */
.tab{ float:left; padding:0 .8em 0;border:1px solid $forumcolorone;background:$headborder ; border-bottom:0; line-height:200%; margin-top:3px; cursor:pointer; margin:2px 0; }
.h span.activetab{ border-color: $tablecolor; cursor:default; font-weight:700}
/* 备用css[ 无修改必要 ] */

/*table tr1*/
.tr1 th{padding:5px 10px;text-align:left;vertical-align:top;font-weight:normal;}
.tr1 td.td1{border:1px solid $tdcolor;}
/* 列表页里左右框架样式[如无必要不用修改] */

/*table tr2*/
.tr2{background:$cbgcolor url($imgpath/$stylepath/tr2bg.png) 0 0 repeat-x;color:$cbgfont;}
.tr2 td,.tr2 tay{color:#818a89} /* 灰色 [ 比如底部版权信息里得非连接字颜色 ] */
/*次要文字颜色-可定义*/

/*main color 数值自定义*/

.f_one
/*首页版块里的第一颜色*/

.f_two
/*首页版块里鼠标移动到上面所显示的颜色*/

.t_one
/* 主题列表版块里的第一颜色*/

.t_two
/* 主题列表版块里鼠标移动到上面所显示的颜色*/

.r_one
/* 主题浏览里的主题内容背景*/

.r_two
/* 主题浏览里用户信息的背景*/

以上可以分开设置

.f_one{background:$forumcolorone;}

#p#副标题#e#
关键字描述:修改 帮助 样式 模板 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%}
/* 表格标题栏样式 可修改背景 框大小 [如 分类栏目的名称] */

#p#副标题#e#
关键字描述:修改 帮助 样式 模板 solid 必要 background: 1px border:1px



.h span{font-weight:normal;}
/* [ 无修改必要 ] */

.h h2{font-weight:bold}
/* 标签的字体加粗 */

.h a{font-family:Arial;color:$headfontone}
/* 表格标题栏字体样式 */

.h a.a2{margin-left:12px;}
/* 连接字的样式距离 */

.closeicon { margin-top:.5em}
/* 表格标题栏样式右边打开关闭小图标控制 */

/* tab */
.tab{ float:left; padding:0 .8em 0;border:1px solid $forumcolorone;background:$headborder ; border-bottom:0; line-height:200%; margin-top:3px; cursor:pointer; margin:2px 0; }
.h span.activetab{ border-color: $tablecolor; cursor:default; font-weight:700}
/* 备用css[ 无修改必要 ] */

/*table tr1*/
.tr1 th{padding:5px 10px;text-align:left;vertical-align:top;font-weight:normal;}
.tr1 td.td1{border:1px solid $tdcolor;}
/* 列表页里左右框架样式[如无必要不用修改] */

/*table tr2*/
.tr2{background:$cbgcolor url($imgpath/$stylepath/tr2bg.png) 0 0 repeat-x;color:$cbgfont;}
.tr2 td,.tr2 th{line-height:18px;border-bottom:1px solid $cbgborder;padding:2px 6px 0px;/*border-top:1px solid $tablecolor;*

相关文章