博客园修改BlackLowKey皮肤样式,增加占屏比



页面定制CSS代码,无需禁用默认配置
 
#home {
    margin: 0 auto;
    width: 100%;
}
 
#sideBar {
    min-height: 200px;
    padding: 0 5px 0 5px;
    margin-left: 80%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    _margin-left: 0;
    _width: 240px;
    padding-bottom: 20px;
}
 
#mainContent {
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 80%;
    background: #fff;
}
 
#navigator {
    background-color: #333;
    height: 60px;
    clear: both;
    margin-top: 10px;
    position: relative;
}

 

转自:https://www.cnblogs.com/lanqie/p/7464243.html
posted @ 2019-10-26 20:27  月半大熊猫  阅读(249)  评论(0编辑  收藏  举报