*{
      margin: 0;
      padding: 0;
}
body{
       background: rgba(255, 1255, 255, 1) url('https://api.yimian.xyz/img?type=moe&size=1920x1080') fixed no-repeat;
      background-color: rgb(255, 255, 255);
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: 50% 5%;
        background-size: 100%;
        background-size: cover;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 14px;
        min-height: 101%;
        min-width:1200px;
}
#Snow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: 
    rgba(125,137,95,0.1);
    pointer-events: none;
}
#home {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 80%;
    min-width: 980px;
    background-color: 
    rgba(245, 245, 245, 0.8);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px
    rgba(100, 100, 100, 0.8);
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8em;
    margin-left: 1em;
    margin-top: 10px;
    width: 100%;
    float: left;
    color: #548B54;
}
#blogTitle h1 a:hover {
    color: #12BC00;
}
#navigator {
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
}
#navList a:hover {
    color: #fff;
    background-color:  #12BC00;
    text-decoration: none;
    text-shadow: 0 0 1px #12BC00;
}
#navList a:link {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
#navList a:visited {
   color: #000;
    font-size: 20px;
    font-weight: normal;
}
#navList a:active {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
#navList a {
    display: block;
    padding: 0 1.5em;
    height: 60px;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    float: left;
    font-size: 1.2em;
    text-align: center;
    transition-duration: .3s;
}
.postTitle {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
    border-left: 8px solid rgba(18, 188, 0, 0.68);
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dashed  #ccc;
    line-height: 2.5em;
}
.blogStats {
    float: right;
    color: #000;
    padding-right: 10px;
    text-align: right;
}
.forFlow {
    background-size: 100%;
}
.day {
    background:  rgba(255, 255, 255, 0.5);
    min-height: 10px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    color:  #666;
    margin: 0 5px 20px 0;
    padding: 5px 20px 10px;
}
.dayTitle {
    width: 100%;
    color: #2A7795;
    line-height: 2.2em;
    font-size: 22px;
    clear: both;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.day .postTitle a {
    padding-left: 10px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #12BC00;
    transition: all .4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #12BC00;
    text-decoration: none;
}
.postTitle a:link  {
    color: #12BC00;
}
.postTitle .postTiltle2 {
  color: #12BC00;
}
.postDesc a:hover {
    color: #12BC00;
}
.c_b_p_desc a:hover {
     color: #12BC00;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}
.pager a {
   color: #fff;
} 
.pager a {
    box-shadow: 0 1px 3px #12BC00;
    border: 1px solid #12BC00;
    background: #12BC00;
}
#sideBar a:hover {
   color: #12BC00;
   text-decoration: none;
}
.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;
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}
.forFlow {
    float: none;
}
#sidebar {
    float:left;
    font-size: 14px;
}
.newsItem {
    margin-bottom: 15px;
    text-indent: 0;
    padding: 10px;
    background: #fafcfd;
    border-radius: 7px;
    box-shadow: 1px 1px 2px   #a7a8ad;
    line-height: 1.5;
}
#blog-calendar {
    background: 
    rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;
}
.CalTodayDay {
   color: #fff;
   background-color:  rgb(18, 188, 0) !important;
}
.catListLink {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    overflow: hidden;
}
.catListTitle {
    background: rgba(255,255,255,.5);
    border-bottom: 1px solid #12BC00;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #12BC00;
    font-size: 1.6em;
    height: 2.4em;
   line-height: 2.4em;
   padding: 5px;
   text-indent: .5em;
   font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgba(255,255,255,.5);
    margin-bottom: 35px;
    word-wrap: break-word;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    border-radius: 0px;
    color: #fff;
}
#blog-news .img_avatar {
    height: 210px;
    width: 210px;
}
#topics .postTitle {
    font-size: 200%;
}
a:hover {
    color: #12BC00;
}
#cnblogs_post_body td{
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    min-width: 5px;
    white-space: pre-wrap;
}
#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td {
   white-space: pre-wrap;
}
#cnblogs_post_body .table tbody tr td {
   white-space: pre-wrap;
   width: 5%;
}
.table {
   table-layout:fixed;
   overflow:hidden;
}
#profile_block {
  color: #12BC00;
}