/*--击杀广告（*/
#under_post_news,#cnblogs_ch,#cnblogs_c2,#cnblogs_c1,#under_post_kb {display:none}
#ad_t2,#bannerbar,#under_post_card1,#under_post_card2 {display:none}
#green_channel,#div-gpt-ad-1592365906576-0 {display:none}

body
{
    color: #000;
    background-color: #e7e7e7;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%; 
    background-image: url(https://images.cnblogs.com/cnblogs_com/lsCoinred/1923734/o_210127161534IMG_5505_mid.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat:no-repeat;
}

/*4空格制表符缩进*/
code
{
	tab-size: 4;
	-moz-tab-size: 4;
	/* 针对 Firefox 的代码 */
	-o-tab-size: 4;
	/* 针对 Opera 的代码 */
}

#home
{
    margin: 0 auto;
    opacity: 0.8;
    width: 70%;
    min-width: 1080px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}
