#home {
    margin: 0 auto;
    width: 75%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    font-size: 16px !important;
    font-family: Monospace;
}
#mainContent {
    float: right;
    width: 75%;
}

#blog-sidecolumn ul {
    padding-left: 12px;
    line-height: 24px;
    margin-top: 10px;
}

.catListTitle {
    margin-bottom: 0;
    padding-left: 5px;
}

#sideBar {
    float: left;
    width: 22%;
    min-height: 200px;
    padding: 0px 5px 0px 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
}

a:link, a:visited, a:active {
    text-decoration: none !important;
}
body {
    background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/Penn000/1013849/o_123.jpg') fixed no-repeat;
    background-position: 50% 5%; 
    background-size: cover;
}

#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color: #548B54;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 20px;/*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.4;
    color: rgb(11, 158, 199);
    font-weight: bold;
    text-align: right;
    float: right; 
}
#navigator{
    background-color: rgba(33, 160, 139, 0.9);
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-size: 18px;
    font-weight: bold;
}
.blogStats{
    color: #eee;
}
.postTitle {
    border-left: 8px solid rgba(33, 160, 139, 0.68);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #0f3647;
    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.5);
}
/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    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: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;
}

.CalTitle{
    background: rgba(255, 255, 255, 0);
}
.catListTitle{
    background-color: rgba(33, 160, 139, 0.9);
}

#topics{
    background: rgba(255, 255, 255, 0.5);
}

.c_ad_block{
    display: none;
}

#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}

#q{background: rgba(255, 255, 255, 0);}

.CalNextPrev{background: rgba(255, 255, 255, 0);}

.entrylist{
    background: rgba(255, 255, 255, 0.5);  
}


 #navigator {
     font-size: 13px;
     border-bottom: 1px solid #ededed;
     border-top: 1px solid #ededed;
     height: 50px;
     clear: both;
     margin-top: 25px;
 }
 
 #navList {
     min-height: 30px;
     float: left;
 }
 
ul {
    list-style: none;
}

     #navList li {
         float: left;
         margin: 0 40px 0 0;
     }
 
     #navList a {
         display: block;
         width: 5em;
         height: 22px;
         float: left;
         text-align: center;
         padding-top: 2px;
     }
 
         #navList a:link, #navList a:visited, #navList a:active {
             color: #6a6a6a;
             font-weight: bold;
         }
 
         #navList a:hover {
             color: #000;
             text-decoration: none;
         }
#MySignature {
    background: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    padding: 5px;
    font-size: 24px;
    line-height: 1.4;
    color: rgb(11, 158, 199);
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

#cnblogs_post_body p {
    padding-left: 32px;
    padding-right: 32px;
}

#cnblogs_post_body h1 {
    display: block;
    border-left: 8px solid rgba(33, 160, 139, 0.68);
    background: rgba(154, 233, 233, 0.4);
    margin-top: 36px;
    float: right;
    margin-bottom: 18px;
    font-size: 30px;
    width: 100%;
    clear: both;
    color: #21759b;
}

#cnblogs_post_body h2 {
    display: block;
    border-left: 8px solid rgba(33, 160, 139, 0.68);
    float: right;
    background: rgba(154, 233, 233, 0.3);
    margin-bottom: 14px;
    margin-top: 20px;
    font-size: 26px;
    width: 100%;
    clear: both;
    color: #21759b;
}

#cnblogs_post_body h3 {
    display: block;
    border-left: 8px solid rgba(33, 160, 139, 0.68);
    background: rgba(154, 233, 233, 0.2);
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    float: right;
    width: 100%;
    clear: both;
    color: #21759b;
}

#cnblogs_post_body h4 {
    display: block;
    border-left: 8px solid rgba(33, 160, 139, 0.68);
    background: rgba(154, 233, 233, 0.2);
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    float: right;
    width: 100%;
    clear: both;
    color: #21759b;
}

#cnblogs_post_body ul li {
    padding-right: 32px;
}

#back-to-top {
    background-color: #00CD00;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}

/*添加按钮*/
.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}
.cnblogs-markdown pre > .copyed {
  background: #67c23a;
}
