简单发布一个主题样式,去掉边框样式,看起来会整体大气一点,把下面代码复制到主题的样式框里面就行了,整体方面再慢慢细调整即可
body{
background-color: #ffffff;
}
.contpost{
box-shadow: 20px -6px 21px -22px rgba(0,0,0,0.1);
}
.widget{
box-shadow: none !important;
}
.site-footer {
border-top: 0px solid rgba(0, 0, 0, .08) !important;
}
.video-index {
box-shadow: none;
}
#secondary{
margin-top: 20px;
}
#secondary .abautor{
border: 1px solid rgba(0, 0, 0, .05);
}
.site-footer{
background: #2a2a32;
}
.site-footer a{
color: #949498;
}
.footer-l-top {
border-bottom: 1px solid #33333c;
}
!
发表评论