/*定制背景*/
body{
    background: url("https://images.cnblogs.com/cnblogs_com/joahyau/967441/o_o_3d.jpg") no-repeat top center fixed;
    background-size:auto 100%;
}
/*调整整个大容器的大小以及透明度*/
#home{
    width:75%;
    padding:4% 8%;
    margin-top: 2%;
    margin-bottom: 2%;
    filter:alpha(Opacity=96);
    -moz-opacity: 0.96;
    opacity:0.96;
}
/*调整文章列表的样式*/
.day{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
/*文章列表最后一项显示不一样，另外调整样式*/
.postSeparator{
    margin: 30px auto;
    background-color: #f0f0f0;
}
/*文章列表标题行高*/
.postTitle{
    line-height: 30px;
}
/*调整列表标题左边距*/
.day .postTitle a{
    padding-left: 15px;
}
/*侧栏小标题*/
.catListTitle{
    color: #515151;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
/*侧边栏间隔*/
.sidebar-block{
    margin-bottom:15%;
}
/*隐藏底部广告*/
#ad_t2, #under_post_news, #under_post_kb, #ad_c1, #ad_c2, #cnblogs_c1, #cnblogs_c2{
    display:none;
}
/*隐藏反对按钮*/
.buryit{
    display:none;
}
/*调整支持按钮位置*/
.diggit{
    float:right;
}
#div_digg{
    margin-right:0px;
}
/*去掉目录的下划线*/
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}
/*目录样式*/
.toc-container-header {
    font-size: 24px;
}
/*去掉列表项下边距*/
.postBody li, .postCon li {
    margin-bottom: 0em;
}
a:link {
    color: grey;
    text-decoration: none;
}
a:hover {
    color: green;
}