博客园美化
- 个人追求,简洁的美。花里胡哨的就不整了。
- 使用的主题是 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%;
}