其他分享
首页 > 其他分享> > 博客园美化

博客园美化

作者:互联网

博客园美化

  1. 个人追求,简洁的美。花里胡哨的就不整了。
  2. 使用的主题是 SimpleMemory
    页面定制css
div.commentform textarea {/*评论区高度 */
  height: 100px;
}

.day /* 个人主页文章之间空隙减小 */
{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.c_ad_block, .under-post-card {/*关闭下方广告*/
display: none;
}

#cnblogs_c1, #cnblogs_c1 img{ /*评论区下方空白 */
display: none;
}

#footer {/*footer空隙 */
  margin-top: 0px;
}

#nav_left{ /* 删除导航栏左侧 */
display: none;
}

#nav_main{ /* 导航栏右对齐 */
justify-content: right;
}


#home {/* 设置页面宽度和顶部空间 */
  margin-top: 10px;
  width: 90%;
}

标签:none,footer,博客园,display,c1,margin,top,美化
来源: https://www.cnblogs.com/masterlintop/p/15813082.html