
 body{
 background-image: url(https://chuantu.xyz/t6/724/1584242329x992245926.jpg);
background-position: initial; 
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed; 
background-origin: initial;
background-clip: initial;
height:100%;
width:100%;
   }

#home {
    margin: 0 auto;
    width: 95%;
    min-width: 930px;
    background-attachment: scroll;
background-image: none;
    background-position: 50% 0%;
}

#main {
    width: 100%;
    margin: 0 auto;
    min-width: 950px;
    max-width: 1024px;
    margin-top: 40px;
    text-align: left;
}

.day {
   background: none;
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    -webkit-box-shadow: 1px 2px 3px #dcceb8;
    box-shadow: 1px 2px 3px #dcceb8;
    border: 1px solid #fbc98e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff61;
}
.newsItem {
  background-color: #ffffff61;
    -webkit-box-shadow: 1px 2px 3px #dcceb8;
box-shadow: 1px 2px 3px #dcceb8;
    margin-bottom: 30px;
    word-wrap: break-word;
}
#blog-calendar {
    width: 229px;
     background-color: #ffffff61;
box-shadow: 1px 2px 3px #dcceb8;
    margin-bottom: 30px;
    padding-bottom: 10px;
    *padding-right: 20px;
   -webkit-box-shadow: 1px 2px 3px #dcceb8;
}

.catListLink, .mySearch,  .catListTag,.catListTag,.catListView,.catListPostArchive{
     background-color: #ffffff61;
  -webkit-box-shadow: 1px 2px 3px #dcceb8;
  box-shadow: 1px 2px 3px #dcceb8;
    margin-bottom: 30px;
    word-wrap: break-word;
}
.CalTitle {
    width: 100%;
     background-color: #ffffff61;
    color: #000;
    border-bottom: 1px solid #ddd;
}


element.style {
}
#topics {
  background: #ffffff61;
    width: 100%;
    min-height: 200px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
   background-color: #ffffff61;
    color: #000;
}
.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: "Courier New",sans-serif !important;
    font-size: 12px !important;
    line-height: 20px;
    background-color: #ffffff61 !important ;
    border: 1px solid #ccc !important;
    padding: 0 5px !important;
    border-radius: 3px !important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}
#comment_form_container {
   background-color: #ffffff61;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
border: 1px solid #fbc98e;
}

.comment_textarea {
    padding: 8px 14px;
     background-color: #ffffff61;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 600px;
    border-radius: 3px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}