/* 首页文章卡片 */
#recent-posts > .recent-post-item{
  background:rgba(255, 255, 255, 0.9);
}
/* 首页侧栏卡片 */
/* 文章页面正文背景 */
div#post{
background: rgba(255,255,255,0.9);
}
/* 分页页面 */
div#page{
background: rgba(255, 255, 255, 0.9);
}
/* 标签页面 */
div#tag{
background: rgba(255, 255, 255, 0.9);
}
/* 分类页面 */
div#category{
background: rgba(255, 255, 255, 0.9);
}

/* 头图透明 */
/*
#page-header{
  background: transparent!important;
}
*/

/*白天模式伪类遮罩层透明*/

#aside-content .card-widget{ background: rgba(255, 255, 255, 0.9)!important; }

/*夜间模式页面背景设置为半透明*/
[data-theme="dark"]
  div.recent-post-item{
      background: rgba(0, 0, 0, 0.5)!important;
    }
[data-theme="dark"]
  #aside-content .card-widget{
      background: rgba(0, 0, 0, 0.5)!important;
    }
[data-theme="dark"]
  div#post{
    background: rgba(0, 0, 0, 0.5)!important;
    }
[data-theme="dark"]
  div#page{
    background: rgba(0, 0, 0, 0.5)!important;
    }
[data-theme="dark"]
  div#archive{
    background: rgba(0, 0, 0, 0.5)!important;
    }
[data-theme="dark"]
  div#tag{
    background: rgba(0, 0, 0, 0.5)!important;
  }
[data-theme="dark"]
  div#category{
    background: rgba(0, 0, 0, 0.5)!important;
  }

#rightside.rightside-show{
	opacity: 0.95 !important;
}

/*夜间阅读模式*/
[data-theme="dark"]
  .read-mode #aside-content .card-widget{
        background: rgba(0, 0, 0, 0.5)!important;
        color: #eeeeee;
      }
[data-theme="dark"]
  .read-mode div#post{
      background: rgba(0, 0, 0, 0.5)!important;
      color: #eeeeee;
      }

[data-theme='dark'] #snow{
  display: none;
}

[data-theme='dark']#sidebar #sidebar-menus {
  background: #000;
}
[data-theme="light"]#sidebar #sidebar-menus {
  background: #eee;
}

/*夜间模式下切换背景*/
/***************************************************************************************************/
#web_bg{
    background: rgba(255,255,255);
    background-attachment: local;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
[data-theme="dark"] #web_bg{
    background: rgba(144,147,153);
}
[data-theme="dark"] #footer{
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  padding-top: -3px;
}

@media screen and (min-width: 1300px){
	[data-theme="light"] #footer{
background: url(https://pic.imgdb.cn/item/65c65bef9f345e8d037e729b.png);
    position: relative;
    background-attachment: scroll;
    background-position: bottom;
    background-size: cover;
height: 100% !important;
    }
}

@media screen and (max-width: 1300px) {
  [data-theme="light"] #footer{
    background: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    padding-top: -3px;
  }
}

/*白天主题下的配置*/
#aside-content>.card-widget.card-info {
    /*换成自己图片的地址*/
    background-size: 100%
}
/*黑暗主题下的配置*/
[data-theme=dark] #aside-content>.card-widget.card-info {
    /*换成自己图片的地址*/
    background-image: transparent !important
}

/*去除头图蓝色背景*/
#page-header {
    background-color: transparent !important
}

/*头图模糊效果*/
.post-bg::before{
    backdrop-filter: blur(30px) saturate(180%);
}


#aside-content .card-widget.card-info .avatar-img:hover,#aside-content .card-widget.card-info .avatar-img img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    content: url('https://pic.imgdb.cn/item/673400d4d29ded1a8c0a4a9d.gif');
}

.home nav#pagination{
  /* display: none; */
}

.layout > div:not(.recent-posts) .pagination .page-number{
	border-radius: 8px;
}

.relatedPosts{
display:none;
}

#pagination.pagination-post{
	border-radius: 9px;
}

.postImgHover .cover, #pagination .prev-post .cover, #pagination .next-post .cover, .relatedPosts > .relatedPosts-list > div {
    opacity: 1;
    -webkit-filter: blur(7px);
}

/* #pagination.pagination-post a:hover {
} */

#pagination.pagination-post a:hover .cover{
    opacity: 0.8;
    transition: all 0.35s, filter 300ms ease-in 250ms !important;
    -webkit-filter: none;
}
