/** 删去博客园图标 **/
.navbar>nav .navbar-branding img {
    height: 0mm;
}

#blogTitle h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
/** 字体颜色 **/

#blogTitle h1 a {
    font-size: 40px;
    color: #091679;
}

#blogTitle h2 {
    margin-right: 10px;
    text-align: center;
    font-weight:bolder;
    font-size: 16px;
    line-height: 1.846153846;
    color: #238ec1;
    float: none;
} 

/** 文章的标题 **/
#topics .postTitle {
    border: 0;
    font-size:;
    font-weight: bolder;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
    text-align: center;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    font-size: 25px;
}

/** 导航栏 **/
#navigator {
    font-size: 10px;
    border-bottom: 1px solid #e72525;
    border-top: 1px solid #4116ed;
    height: 40px;
    clear: both;
    margin-top: 60px;
}

#navList a {
    display: block;
    width: 5em;
    height: 20px;
    float: left;
    text-align: center;
    padding-top: 12px;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #43464a;
    font-weight: bolder;
}


/** 全局页面 // 设置页面宽度 **/
#home {
    margin: 0 auto;
    width: 40%;    
    min-width: 650px;
    background: white;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px gainsboro;
    border-radius: 10px;
    border: 1px solid #238ec1;
}

/** 全局设置 ： 字体 , body前面不需要加# **/
body {
    color: #000;
    /* 背景图片设置， 如果挂了就换另一张 */
    background: rgb(233, 246, 248) url('https://cn.bing.com/images/search?view=detailV2&ccid=qrevz9FR&id=2BF5D373AAFAB0AF7CC5458612BC60083E46ED90&thid=OIP.qrevz9FR345h5QnikfVlMQHaNK&mediaurl=https%3a%2f%2fuploadfile.bizhizu.cn%2fup%2f02%2f66%2f7b%2f02667b676c9797cd2638c9c8169e1cf4.jpg&exph=1820&expw=1024&q=%e6%b5%85%e8%93%9d%e8%83%8c%e6%99%af%e5%9b%be%e7%89%87&simid=608006797825876958&FORM=IRPRST&ck=672F91E31D9E8EF4BF698D1FD2FF12D0&selectedIndex=0&ajaxhist=0&ajaxserp=0') repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    font-family: none;
    font-size: 16px;
    min-height: 101%;
}

#main {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

/* 把post的左侧空白区域删掉， margin-left删掉 */
#mainContent .forFlow {
    margin-left: 0em;
    float: none;
    width: auto;
}

#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: 0em;
    width: 90%;
}

/** 注释框 **/
.postBody blockquote {
    background: rgb(253, 253, 255) no-repeat 25px 0;
    min-height: 35px;
    border-collapse: collapse;
    border-left: 5px solid rgb(50, 202, 253);
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-radius: 10px;
    line-height: 1.4em;
    color: #3b3738;
}

/* 横线 */
#cnblogs_post_body hr {
    border-top: 2px solid #ece2e2;
    margin: 5px 0;
    border-radius: 10px;
}

/* 刷新评论的三个按钮 */
#comment_nav a {
    padding: 4px 4px 4px 4px;
    font-size: 12px;
    color: white;
    margin-left: 10px;
    display: inline-block;
    background-color: rgb(7, 153, 7);
    text-align: center;
    border-radius: 5px;
}


/** 删去个人资料 **/
#profile_block {
    visibility: hidden;
}

/** 公告栏 **/
#blog-news {
    overflow: hidden;
    background-color: white; // background tag
}

.catListTitle {
    width: 0px;
    display: hidden;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 14px;
    margin-bottom: 10px;
    text-align: center;
    background-color: white; // background tag
}

/** 侧边栏 - 不知道为什么，这里控制了右边的颜色 **/
.catListPostArchive, .newsItem, .catListEssay,  .catListPostCategory, .catListLink,  .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList {
    background: white; // background tag
    margin-bottom: 35px;
    word-wrap: break-word;
    width: 0px;
}

#sideBar {
    width: 0px;
    height: 0px;
    display: none!important
}



/*代码高亮*/
// 使用TinyMCE5之后不需要自定义代码高亮了
/*代码高亮结束*/
// 设置summary样式

details {
    
}

summary {
    margin-top: 5px;
    padding: .1rem .3rem .1rem 1rem; 
    border: 2px solid rgb(50, 202, 253);
    background-color: rgb(251, 248, 248);
    border-radius: 10px;
    color: #3f51b5;
    font-weight: 700;
}

/*去掉推送*/
#ad_t2{/*广告*/
  display: none;/*设置框架不显示*/
  overflow: hidden;/*框架超出部分隐藏*//*下同*/
}
#cnblogs_c1{/*空白块1*/
  display: none;
  overflow: hidden;
}
#cnblogs_c2{/*空白块2*/
  display: none;
  overflow: hidden;
}
#under_post_news{/*相关博文*/
  display: none;
  overflow: hidden;
}
#under_post_kb{/*最新新闻*/
    display: none;
    overflow: hidden;
    display: none !important;
}

#ad_t2{
   display: none !important;
}

.itnews {
    display: none!important;
}

.under-post-card {
    display: none!important;
}

#cnblogs_ch {
    display: none!important;
}

.intro {
    
}
