/* 定制博客背景图片，url里面是你的图片位置信息 */
body { 
    background-color: #efefef;
    background-image:url(https://w.wallhaven.cc/full/y8/wallhaven-y8v7zx.jpg); 
    //background-image:url(https://w.wallhaven.cc/full/k7/wallhaven-k71qmm.jpg); 
    //background-image:url(https://w.wallhaven.cc/full/x8/wallhaven-x87m9z.jpg); 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position: center 0; 
    background-size: cover; 
    padding-top:0px;
}

div#home {
    opacity: 0.9;
    //background-image:url(https://w.wallhaven.cc/full/57/wallhaven-5759o1.png);
    
}

a#Header1_HeaderTitle {
    font-size: 80px;
}

/* a.postTitle2.vertical-middle{
    color: black;
} */


/* 更换颜色 */
.CalTodayDay{
    background: black !important;
    font-weight:bold;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: black;
    font-weight:bold;
    transition: all .4s linear 0s;
}
.postTitle {
    border-left: 5px solid black;
}

