body 
{
     background-image:url(https://files.cnblogs.com/files/voidf/gcj.bmp);
     /*background-size:100% 100%;*/
     background-attachment: fixed;
     background-repeat:no-repeat;
    /* background-position:50% 0%;*/
}

#home 
{
    margin: 0 auto;
    width: 65%;
    min-width: 960px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 100px;
    margin-top: 100px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(145, 0, 255, 0.6);
}

/*@font-face 
{
font-family: Shaonv; /*这里是说明调用来的字体名字*/
src: url(https://github.com/voidf/ttf-/blob/master/ShaoNv_for_motoe2.ttf) format('truetype'); /*这里是字体文件路径*/
}*/

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgba(255, 255, 255, 0);
    margin-bottom: 35px;
    word-wrap: break-word;
}

.CalTitle {
    background: rgba(98, 147, 187, 0.9);
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #FFF;
}

.CalTitle td {
    background: rgba(248, 248, 248, 0.9) !important;
    border: 0px !important;
    color: rgba(94, 95, 99, 0.67);
    font-family: "Comic Sans MS";
}

.CalTodayDay {
    background: rgba(54, 165, 135, 0.71) !important;
    color: #FFF;
    font-weight: bold;
}

.CalDayHeader {
    background: rgba(248, 248, 248, 0.9);
    font-weight: 100;
    color: #5E5F63;
}



body {
    color: rgba(0, 0, 0, 0.49);
    background-color: rgb(230, 230, 230);
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	
    font-size: 12px;
    min-height: 101%;
}

#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid rgba(237, 237, 237, 0.9);
}

#navigator {
    font-size: 13px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.8);
    border-top: 1px solid rgba(237, 237, 237, 0.9);
    height: 50px;
    clear: both;
    margin-top: 25px;
}

.postBody {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.7;
    font-size: 14px;
}

.cnblogs_code {
    background-color: rgba(245, 245, 245, 0);
    font-family: Courier New!important;
    font-size: 12px!important;
    border: 1px solid rgba(204, 204, 204, 0);
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: rgb(0, 0, 0);
}

.cnblogs_code div {
    background-color: rgba(245, 245, 245, 0);
}

.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(245, 245, 245, 0)!important;
    border: none!important;
}

#blogTitle h2 {
    font-weight: 600;
    font-size: 15px;
    font-size: 0.6cm;
    line-height: 3;
    color: rgb(134, 160, 156);
    float: left;
}