body{
    color: #000;
    background-color: #e6e6e6;
    font-family: 'Helvetiva Neue',Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url('https://images.cnblogs.com/cnblogs_com/blogs/693727/galleries/2001510/o_21071714180499e4fcd079224a9b84b1df6935ec2001.jpg') fixed;
}
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 1080px;
    opacity: 0.7;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}

.navbar>nav .navbar-branding {
    display: none;
}
.CalTodayDay {
    opacity: 0.7;
    background: #475D6A !important;
    color: #fff !important;
    font-weight: bold;
}

#sidebar_search{
    display: none;
}

#sidebar_shortcut{
    display: none;
}

#sidebar_toptags{
    .catListTag > ul > li{
        display: inline-block;
    }
}


<style type="text/css">
    #cnblogs_post_body
    {
        color: black;
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
        padding:0 1px;
    }
    #cnblogs_post_body h2    {
        background: #6D767F;
        border-radius: 6px 6px 6px 6px;
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 17px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        margin: 18px 0 !important;
        padding: 8px 0 5px 25px;
    }
 #cnblogs_post_body h3{
        background: #6D767F;
        border-radius: 6px 6px 6px 6px; 
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 13px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 50px;
    }
 #cnblogs_post_body a {
        color: #21759b;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: linear;
    }
#cnblogs_post_body a:hover{
    margin-left: 20px
}

#navCategory  a{
    display: block;
    transition:all 1s;
}

#navCategory a:hover{
    margin-left: 20px
}

#blog-sidecolumn  a{
    display: block;
    transition:all 1s;
}
#blog-sidecolumn a:hover{
    margin-left: 20px
}

#sidebar_toptags li a{
float:left;
}
#TopViewPostsBlock li a{
margin-left: 5px;
}
#cnblogs_post_body a{
    display: block;
    transition:all 1s;
}
</style>


