/*博客首页的sweetheart标题*/
#blogTitle h1 {
    font-size: 46px;
}


/*h3*/
#cnblogs_post_body h3 {
    line-height: inherit;
    padding: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 20px !important;
   color: Blue !important;
    background: #eee;
    border-radius: 6px;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    min-height: 25px;
    margin: 18px 5px !important;
    opacity: 0.8;
    border: 1px dashed #aaa;
}

/*h4*/
#cnblogs_post_body h4 {
    line-height: inherit;
    padding: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 1em;
    padding-left: 20px !important;
   color: #FF00FF !important;
    background: #eee;
    border-radius: 6px;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    min-height: 25px;
    margin: 18px 5px !important;
    opacity: 0.8;
    border: 1px dashed #aaa;
}

/*h5*/
#cnblogs_post_body h5 {
    line-height: inherit;
    padding: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 0.8em;
    padding-left: 20px !important;
   color: #9933cc!important;
    background: #eee;
    border-radius: 6px;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    min-height: 25px;
    margin: 18px 5px !important;
    opacity: 0.8;
    border: 1px dashed #aaa;
}

/*标题中日期*/
.dayTitle {
    width: 100%;
    color: #666;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    clear: both;
}
 /*邮箱和GitHub超链接所在容器样式*/
.paraparent{
display:flex;
justify-content:space-between;
padding:0 10px;
}

/*邮箱和GitHub超链接样式*/
.paraparent > a{
font-size:26px;
color:purple;
}
 /*头像所在容器的背景*/
#blog-news1{
background:#45bcf9;
}
.img_avatar {
    /*头像*/
    margin: auto;
    border-radius: 50%;
    display:flex;
    align-items: center;
    justify-content: center; 
}

/*隐藏底部广告*/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}

/*设置背景图片*/
body { 
     background-color: #efefef;
     background-image: url(https://img2020.cnblogs.com/blog/1722264/202011/1722264-20201111150039325-1241835683.png);
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
  }
/*设置动态雪花掉落*/
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,240,0.1);
    pointer-events: none;
}

