/*目录导航css-start*/
/*内容左侧留出，jquery直接打开目录导航*/
#mainContent {
    margin-left: 250px;
    border-left: 1px solid #ccc;
}
#winbox-1{
    background: var(--cnblogs-toc-bg-color);
    transform: translate(20px, 200px);
    width: 200px;
    height: 500px;
    min-height: 400px;
}
/*目录导航css-end*/

/* 导航条 */
#top_nav{
    margin-left: 5%;
    margin-right: 5%;
    min-width: 1200px;
}

/*代码折叠美化*/
summary {
    background-color: antiquewhite;                     /*背景色*/
    padding: 15px;                                      /*外边框*/
    border-radius: 15px;                                /*圆角*/
}

/*去除广告美化*/
#cnblogs_ch, #cnblogs_c1, #under_post_card1, #under_post_card2, #HistoryToday  {
    display: none;
}
/* 隐藏弹窗 */
.art-dialog{
    opacity:0;              
}
/* 允许复制 */
code, .highlighter-prismjs{
    user-select: text; 
}

