body{font-family:"Comic Sans MS",'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;background:url('https://images.cnblogs.com/cnblogs_com/puyongsong/902779/o_kobe.jpg') no-repeat  center top fixed;background-size:cover;}
/*bg*/
#home{background-color:violet;}
#topicList,#sideBar{background-color:#eee;opacity:0.9;}
/*返回顶部*/
.gotop{position:fixed;right:10px;bottom:10px;background-color:thistle;padding:5px 10px;border-radius:10px;}
.gotop:hover{background-color:violet;}
/*标题*/
.postTitle{font-size: 20px;border-left:5px solid #0080FF;border-radius: 5px;padding-left:20px;}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {color:#5586AA;transition:margin 0.5s linear;}
.postTitle a:hover{margin-left:40px;color:#3E5BC1;text-decoration: none;}
#cnblogs_post_body h2{background-color:pink;border-radius:5px;text-align:center;color:blueviolet;}
#cnblogs_post_body h3{border-left:3px solid royalblue;border-radius:5px;background-color:darkgray;padding-left:20px;}
#cnblogs_post_body h4{border-left:3px solid pink;border-radius:5px;background-color:aliceblue;padding-left:20px;}
/*原footer*/
#footer{display:none;}
#footerNick{position: fixed;bottom:0;text-align:center;width:100%;line-height:20px;background-color:#E4DCFA;color:#666;font-weight: bold;font-size:14px;color: #e4393c;padding:10px;opacity:.5;}
#footerNick:hover{opacity:1;}
/*公告栏*/
#blog-news{position:relative;padding-bottom:80px;}