



#sideBar,#blog_post_info_block
 {
    display: inline;
}
#under_post_news
 {
    display: none;
}


/*评论框大小*/

#tbCommentBody.comment_textarea{
    width:890px;
}


/*尾部间距*/

#footer
 {
   text-align:center;
   border-top:2px solid #2F4F4F;
   margin-left:25px;
   margin-right:25px;
   padding-top:10px;
   padding-bottom:10px;
}


/*居中间距*/

#mainContent .forFlow {
    margin-left:20px;
    margin-right:20px;
    margin-top:10px;
    float: none;
    width: auto;
    
}
/*评论框边框*/

#comment_form_container,#blog-comments-placeholder
{
background-color:#f5f5f5;
border-radius:6px 6px 6px 6px;
padding:20px;
}

#comment_nav,#homepage1_HomePageDays_DaysList_ctl05_ImageLink
{
 display: none;
}

.postBody {
    border-bottom: 2px solid #2F4F4F;
}

.day {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    margin-bottom:5px;
}

.postSeparator {
display: none;
}


.postTitle {
    border-left: 5px solid #2F4F4F;
    font-size: 110%px;
}


.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    padding-left: 10px;
}

#cb_post_title_url.postTitle2
{
    font-size: 120%;
color:#2F4F4F;
}

.dayTitle a:link
{
    display:none;
}

#mainContent a{
    color:#2F4F4F;
}

#mainContent a:hover{
    color:#03A89E;
}

#main {
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    display: -webkit-flex;
}

#navigator {
    width: 100%;
    box-shadow: 0 1px 3px rgb(26 26 26 / 10%);
    background: hsla(0,0%,100%,.6);
    z-index: 1;
 border: none;

}
#navList {
    text-align: center;
}
#navList li {
    font-family: 'Josefin Sans Light',-apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","'Hiragino Sans GB",STHeiti,"Microsoft Yahei","Source Han Sans SC","Noto Sans CJK SC","WenQuanYi Micro Hei",Arial,Verdana,sans-serif;
    color: #95a5a6;
    font-size: 1rem;
    text-align: center;
}
li {
    list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
}

#home {
opacity: 0.95;
border-radius:6px 6px 6px 6px;
box-shadow:0 0 20px black;
background-color: rgba(255,255,255,0.6);
}
.feedbackCon {
 background: url('https://images2015.cnblogs.com/blog/370709/201612/370709-20161230031921867-127780074.png') no-repeat 5px 0px;
}


#blog-calendar {
    padding: 0 15px 10px 15px;
}



table {
    display: table;
   border-radius: 12px;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
    color: #000;
    background-color: #FFF;
}


#sideBar {
    font-size: .8rem;
}

#mainContent {
    min-height: 1000px;
}
#mainContent {
    
    float: left;
    transition: all .5s ease-in-out 0s;
    flex: none;
    max-width:inherit;
}


#cnblogs_c1{display: none;}
#cnblogs_ch{display: none;}
#cnblogs_c2{display: none;}
#home{width:100%;}
body{
background: url('https://www.dmoe.cc/random.php') #F8FCFB fixed repeat-x;
font-size: 18px;
  
    background-repeat: no-repeat;
    background-position: center;
 
    width: 100%;
    height: 100%;
}
#blogTitle h1{display: none;}
#blogTitle{
    background-position:center;
    background: url('https://img.xjh.me/random_img.php?type=bg&ctype=nature&return=302') center center / cover no-repeat #222;
    overflow: hidden;
    background-size: 120% auto;
    width: 100%;
    height: 40vh;
    max-height: 40vh;
    text-align: center;
    /**display: table;**/
}
#header{background-image: none;}

body::before{

 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
 
  
}