#home {
     opacity: 0.95;
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.5);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
   box-shadow: 0 2px 6px rgba(100, 100, 100, 0.1);
}
body {
    background:url('https://www.cnblogs.com/images/cnblogs_com/young-children/1524238/t_backG%20(2).jpg') fixed no-repeat;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
#blogTitle {
    height: 60px;  /*高度*/
    clear: both;
    background-color: rgba(245, 245, 245, 0);
}
#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Comic Sans MS";
    line-height: 1.5em;
    margin-top: 20px;
    color: #515151;
 //  color: rgba(245, 245, 245, 1);
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 16px;/*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.8;
    color: #111;
    font-weight: bold;
    text-align: right;
    float: right; 
}
#navigator {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 30px;
}

//博客摘要标题 
.postTitle {
    margin-left: 15px;
    margin-bottom: 20px;
    font-size: 30px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    font-size: 20px;
    color: #0f3647;
   // color:rgba(192, 192, 192, 1)；
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #0f3647;
    //color:rgba(192, 192, 192, 1)；
    text-decoration: none;
}
//博客摘要
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.day .postTitle a {
    padding-left: 10px;
}
.day {
    background: rgba(255, 255, 255, 0.1);//博客摘要边框
}
/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    //color: #757575;
    color:rgba(255, 255, 255, 0.8);
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family:'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 12px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: transparent;
    margin-bottom: 35px;
    word-wrap: break-word;
   /* background: rgba(255, 255, 255, 0);//公告边框
   // margin:1px 1px 5px 1px;
    margin-bottom: 10px;
    word-wrap: break-word;
*/
}

.CalTitle{
    background: rgba(255, 255, 255, 0);
}
.catListTitle{
    background-color: rgba(245, 245, 245, 0);
}

#topics{
  background: rgba(255, 255, 255, 0.2);
}


#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
}

#q{background: rgba(255, 255, 255, 0);}

.CalNextPrev{background: rgba(255, 255, 255, 0);}

.cnblogs_code{
    background: rgba(255, 255, 255, 0);    
}

.cnblogs_code div{
    background: rgba(255, 255, 255, 0);    
}

.cnblogs_code_toolbar{
    background: rgba(255, 255, 255, 0);  
}

/*去除广告*/
#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;
}
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {display:none;!important}

#main{min-width: 640px;}
.entrylist{
    background: rgba(255, 255, 255, 0.2);  
}

#back-to-top {
    background-color:wheat;
    bottom: 0;
    box-shadow: 0 0 6px ;
    color: #444444;
    padding: 2px 2px;
    position: fixed;
    right: 20px;
    cursor: pointer;
}

/*代码语法高亮*/
.pln{color:#4d4d4c}ol.linenums{margin-top:0;margin-bottom:0;color:#8e908c}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal!important;}@media screen{.str{color:#718c00}.kwd{color:#8959a8}.com{color:#8e908c}.typ{color:#4271ae}.lit{color:#f5871f}.pun{color:#4d4d4c}.opn{color:#4d4d4c}.clo{color:#4d4d4c}.tag{color:#c82829}.atn{color:#f5871f}.atv{color:#3e999f}.dec{color:#f5871f}.var{color:#c82829}.fun{color:#4271ae}}