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

杀马特。学长 韩版系。学妹 提交于 2019-12-02 12:29:50

#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
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!