html body {
    padding-top: 0px;
    background: #e1d7cd;
}
a[name=top]{
background: url(https://images.cnblogs.com/cnblogs_com/simba-lkj/1232540/t_girl.jpg);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: 10%;
    border-radius: 100%;
}
#top {
    background-color: #fbb;
    color: #000;
    border-bottom: 4px solid #c66;
    text-align: center;
}
#top h1 a{
    font-size: 33px;
    font-family: cursive;
}
#main{
 margin:0 210px;
}
p.date{
    font-size: 1.3em;
}
.post{
font-size: 17px;
}
.topicListFooter{
margin-top: 74px;
}
#leftmenu h3, #rightmenu h3 {
    font-size: 1.4em;
}
a:visited, a:active, a:link,a:hover{
font-size:15px;
}
#rightmenu{
 right:none;
left:10px;
}
#leftmenu {
    left:inherit;
    right: 10px;
}
#scrollTop{
position: fixed;
    right: 50px;
    bottom: 70px;
    z-index: 9000;
    display: block;
    width: 40px;
    height: 40px;
    background: linear-gradient(rgba(0,0,0,0.3) 0, rgba(0,0,0,0.3) 100%);
    text-align: center;
    line-height: 33px;
    font-size: 23px;
    color: white;
text-decoration: none;
}
#scrollTop:hover{
text-decoration: none;
}
#cnblogs_c2,#cnblogs_c1{
display:none;
}