“将评论框底部的分享到微博QQ空间什么的隐藏起来”
.ds-sync{
display:none !important;
}/*隐藏评论框底部分享*/
“定义评论框背景”
.ds-textarea-wrapper.ds-rounded-top{
background: #ffffff url(你想设置的评论框背景图片地址、绝对路径) no-repeat right bottom !important;
}/*定义评论框背景*/
“定义发布按钮字体,以及渐变色背景”
#ds-thread #ds-reset .ds-post-button{
font-family: ‘微软雅黑’ ‘Microsoft Yahei’!important;
font-weight: bold;
font-size:12px;
background:none !important;
color:#49976b !important;
}/*定义发布按钮字体以及渐变背景*/
“隐藏评论右上方最新、最热之类的
#ds-thread #ds-reset .ds-sort {
display:none;
}/*隐藏最新最热等*/
“隐藏底部多说版权”
#ds-thread #ds-reset .ds-powered-by{
display:none;
}/*隐藏多说底部版权*/
以下是我没有看懂作用的几个,已做备用:
“定义各种文字高亮颜色,以及浮动窗口的高亮颜色,配合模板颜色把以下色值统一设置即可”
#ds-reset .ds-highlight{
color:#49976b !important;
}/*定义高亮字体颜色*/#ds-thread #ds-reset #ds-bubble a{
color: #49976b !important;
}/*定义评论框内其他高亮颜色*/#ds-thread #ds-reset #ds-bubble {
color: #49976b !important;
}/*定义评论框内其他高亮颜色*/#ds-reset #ds-ctx .ds-ctx-entry .ds-ctx-head a{
color: #49976b !important;
}/*定义评论框内其他高亮颜色*/#ds-thread #ds-reset a.ds-comment-context:hover{
color: #49976b !important;
}/*定义评论框内其他高亮颜色*/#ds-thread #ds-reset a.ds-comment-context{
color: #49976b !important;
}/*定义评论框内其他高亮颜色*/
“隐藏评论框底部渐变背景”
#ds-reset .ds-gradient-bg{
background:none !important;
}/*设置评论框下方渐变*/
“定义评论框内字体”
#ds-thread #ds-reset .ds-textarea-wrapper textarea, #ds-thread #ds-reset .ds-textarea-wrapper .ds-hidden-text {
font-family: ‘微软雅黑’ ‘Microsoft Yahei’!important;
font-size:12px;
letter-spacing:1px;
}/*定义评论框内字体*/
隐藏评论总数背景及边框
#ds-thread #ds-reset li.ds-tab a.ds-current{
background:none;
border:none;
}/*隐藏评论总数背景及边框*/