#home{
/*背景图片&透明度*/
background: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
opacity: 0.9;
z-index:8;
}
#topics,#post,#HistoryToday,#ad_t2,#comment_form_container,.under-post-card,#profile_block,.cnblogs-markdown code,
 .cnblogs-post-body code, .cnblogs-post-body code,.catListTitle,.sidebar-block h3,#sidebar_search_box,#blog-sidecolumn *,
 .navbar,#navigator,#has-navbar,#antiforgery_token,.day,.entrylistItem{/*透明初始化*/
background-color: rgba(0, 0, 0, 0.03)!important;
}
/*埋葬*/
#ad_t2,#header,#top_nav,.catListTitle,#under_post_card2,#cnblogs_c1,#cnblogs_c2,#HistoryToday{
            display: none;
}
/*无边框*/
#profile_block:hover,#profile_block,div[id="leftcontentcontainer"] li, div[id="leftcontentcontainer"] ul,
#topics,#under-post-card,#comment_form_container,.under-post-card,#under_post_card1,#sidebar_search div{
    border: 1px solid #ffffff00;
}
#navList{
            position: fixed;
            right: 0;
}/*顶部导航固定*/
#navList,#navigator{
    width: 500px;
            list-style: none;
            border: none;
            position: fixed;
            top: 0;
height: 0px;
background-color: rgba(0, 0, 0, 0.9)!important;
z-index:999;

}

#comment_nav a,#myTab01{
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}
#navList a:hover,#comment_nav a:hover,#myTab01:hover{/*导航触碰效果*/
background: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);!important;
z-index:999;
opacity: 0.6!important;
color: white;
}
/*右下角浮窗*/
#sidebar_search_box,#sidebar_search,#myTab01,#comment_nav{
        position: fixed;
        bottom:71px;
        right:20px;
}
/*底部栏固定*/
#comment_nav{
        bottom:20px;
        right:6px;
}
#myTab01{
    bottom:5px;
    right:213px;
}
#profile_block{
    margin-top: 100px !important;
}
#main{
        margin: 0px auto 0!important;
}

