:root {
  --themeColor: #0093b4;
  /* --themeColor: #0093b4; */
  
}
body {
    font-size:16px;
        /* 单行代码 */
    p code,li code {
        font-family:'Consolas'!important;
        font-size:14px!important;
    }
}
@media screen and (min-width: 1800px) {
    #main {
        max-width: 2000px;
    }
    #mainContent {
        flex: 0 1 980px;
        max-width: 980px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        
    }
    #sideBar {
        flex: 0 0 260px;
        width: 260px;
        margin-right: 0px;
        margin-left: 180px;
    }
     /* 代码块 */
    pre code {
        font-size:14px!important;
    }
    #navList {
        padding-left: 250px;
    }
}

 /* 背景网格: */
/* body,#topics,#comment_form_container,#blog-comments-placeholder {
	background-image:linear-gradient(90deg,rgba(180,180,180,0.08) 5%,rgba(0,0,0,0) 5%),linear-gradient(rgba(180,180,180,0.08) 5%,rgba(0,0,0,0) 5%);
	background-size:20px 20px;
} */
/* #topics{
	border-radius: 6px;
} */
#blogTitle {
	display: none;
}

/* 鼠标选中颜色 */
/* ::selection { 
    background:var(--themeColor);
	color:#fff;
} */
#navigator,#navList {
  background-color: var(--themeColor)!important;
  border: 0px solid var(--themeColor)!important;
}
#navList a:hover {
    background-color: var(--themeColor)!important;
	color:#b9fc00;
 }
.catListTitle,.sidebar-block h3 {
  background-color: var(--themeColor)!important;
  border: 1px solid var(--themeColor)!important;
}
/* #cnblogs_post_body h1,h2,h3,h4 {
   color: var(--themeColor);
} */
/* 目录 */
/* :root{
  --cnblogs-toc-color: var(--themeColor)!important;
} */
/* 主页标题时间 */
.dayTitle {
	background-color:var(--themeColor);
}
/*公告栏*/
/* #profile_block a{
	font-size: 14px;
}
#profile_block a:hover{
	color:#ff5722;
} */
/*评论区*/
#blog-comments-placeholder{
	font-size:14px!important;
}
.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active, .feedbackListSubtitle .louzhu {
    color: var(--themeColor);
    font-weight: bold;
}
.feedback_area_title {
	color:#000;
	font-size: 16px;
}
/*标签横向排列*/
.catListTag ul {
    display: flex;
    flex-wrap: wrap;
    
}
.catListTag ul li {
    margin: 3px;
	background:#EAEAEF;
    /* padding: 0 0px; */
    border-radius: 4px;
	line-height: 0; 
} 
#sidebar_toptags ul li a {
    padding: 14px 5px 14px 5px;
}
/*目录行高*/
.cnblogs-toc {
    line-height: 120%;
}
#cnblogs_ch, .under-post-card{
    visibility: hidden;
    display: none;
}