.transparent_class {   
      filter:alpha(opacity=50);   
      -moz-opacity:0.5;   
      -khtml-opacity: 0.5;   
      opacity: 0.0;   
}  

#sideBar,#blog_post_info_block
 {
    display: none;
}
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}


#under_post_news
 {
    display: none;
}

/*评论框大小*/

#tbCommentBody.comment_textarea{
    width:890px;
}


/*尾部间距*/

#footer
 {
   text-align:center;
   border-top:2px solid green;
   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
{
border-radius:6px 6px 6px 6px;
padding:20px;
}

#blog-comments-placeholder
{
border-radius:6px 6px 6px 6px;
padding:20px;
}

#comment_nav,#homepage1_HomePageDays_DaysList_ctl05_ImageLink
{
 display: none;
}


.postBody {
    border-bottom: 2px solid green;
}

.day {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    margin-bottom:5px;
}

.postSeparator {
display: none;
}

.postTitle {
    border-left: 3px solid #21759b;
    font-size: 110%px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    padding-left: 10px;
}

#cb_post_title_url.postTitle2
{
    font-size: 120%;
}

.dayTitle a:link
{
    display:none;
}
#main {
font-size:16px;
font-family:微软雅黑;
 padding-left: 0px;
 padding-right: 0px;
}
body {
color: none;
background: url(https://images2015.cnblogs.com/blog/969197/201703/969197-20170325160900815-1058599404.jpg
) 
fixed; background-size: cover;  
 width: 100%; 
padding: 25px;
  background-color: rgba(245,245,245,0.65);
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}

#home {
margin: 0px auto; 
 text-align:left;  
   max-width:960px; 
background-color: rgba(245,245,245,.8);
border-radius:6px 6px 6px 6px;
box-shadow:0 0 20px black;
}

.feedbackCon {
 background: url('https://images2015.cnblogs.com/blog/370709/201612/370709-20161230032758211-1971660980.png') no-repeat 5px 0px;
}