#footer {
	background: transparent !important;
}
#page-header {
	background: transparent !important;
}

#footer::before{
	background: transparent !important;
}
#page-header::before{
	background: transparent !important;
}



[data-theme＝"dark"] #footer::before{
	background: transparent !important;
}
[data-theme＝"dark"] #page-header::before{
	background: transparent !important;
}

/*所有页面实现毛玻璃特效*/

#aside-content,
#search-mask,
/* 手机端 */
#sidebar #menu-mask {
  background: rgba(255, 255, 255, 0);
}

.search-dialog {
  border-radius: 0px;
}

/* 浅色模式 */
html[data-theme="light"] #aside-content>.card-widget:first-child,
html[data-theme="light"] #aside-content .card-widget,
html[data-theme="light"] .layout>div:first-child:not(.recent-posts),
html[data-theme="light"] #recent-posts>.recent-post-item,
/* 标题栏 */
html[data-theme="light"] #page-header.nav-visible #nav,
/* 搜索框 */
html[data-theme="light"] .search-dialog,
/* 移动端 */
html[data-theme="light"] #sidebar #sidebar-menus.open {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
}

/* 深色模式 */
html[data-theme="dark"] #aside-content>.card-widget:first-child,
html[data-theme="dark"] #aside-content .card-widget,
html[data-theme="dark"] .layout>div:first-child:not(.recent-posts),
html[data-theme="dark"] #recent-posts>.recent-post-item,
/* 标题栏 */
html[data-theme="dark"] #page-header.nav-visible #nav,
/* 搜索框 */
html[data-theme="dark"] .search-dialog,
/* 移动端 */
html[data-theme="dark"] #sidebar #sidebar-menus.open {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
}

/* 文章页背景 */
/*.layout_post>#post {*/
    /*/* 以下代表透明度为0.7 可以自行修改*/*/
    /*background: rgba(255,255,255,.8);*/
/*}*/

/* 所有页面背景 */
/*#aside_content .card-widget, #recent-posts>.recent-post-item, .layout_page>div:first-child:not(.recent-posts), .layout_post>#page, .layout_post>#post, .read-mode .layout_post>#post{*/
    /*background: rgba(255,255,255,.8);*/
/*}*/

/*侧边卡片的透明度 */
/*:root {*/
  /*--card-bg: rgba(255, 255, 255, .8);*/
/*}*/

/* 页脚透明 */
/*#footer {*/
	/*background: rgba(255,255,255, .0);*/
/*}*/
