/* 去除通知栏 右上角 X */ .notify-render .hope-close-button { display: none; } /* 白天背景图 */ .hope-ui-light { background-image: url(https://xxxx.png) !important; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position-x: center; } /* 夜间背景图 */ .hope-ui-dark { background-image: url(https://xxxx.png) !important; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position-x: center; } /* 主列表夜间模式透明,50%这数值是控制透明度大小的 */ .obj-box.hope-stack.hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-iigjoxS-css { background-color: rgb(0 0 0 / 50%) !important; } /* readme夜间模式透明,50%这数值是控制透明度大小的 */ .hope-c-PJLV.hope-c-PJLV-iiuDLME-css { background-color: rgb(0 0 0 / 50%) !important; } /* 主列表透明 */ .obj-box.hope-stack.hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-igScBhH-css { background-color: rgba(255, 255, 255, 0.5) !important; } /* readme透明 */ .hope-c-PJLV.hope-c-PJLV-ikSuVsl-css { background-color: rgba(255, 255, 255, 0.5) !important; } /* 顶部右上角切换按钮透明 */ .hope-c-ivMHWx-hZistB-cv.hope-icon-button { background-color: rgba(255, 255, 255, 0.3) !important; } /* 右下角侧边栏按钮透明 */ .hope-c-PJLV-ijgzmFG-css { background-color: rgba(255, 255, 255, 0.5) !important; } /* 白天模式代码块透明 */ .hope-ui-light pre { background-color: rgba(255, 255, 255, 0.1) !important; } /* 夜间模式代码块透明 */ .hope-ui-dark pre { background-color: rgba(255, 255, 255, 0) !important; } /* 底部CSS,.App .table这三个一起的 */ dibu { border-top: 0px; position: absolute; bottom: 0; width: 100%; margin: 0px; padding: 0px; } .App { min-height: 85vh; } .table { margin: auto; } /* 去掉底部 */ .footer { display: none !important; } /* 全局字体 */ * { font-family: LXGW WenKai } * { font-weight: bold } body { font-family: LXGW WenKai; } /*以下为waline评论系统专用*/ /*适配大小契合度*/ .comments { width: min(96%, 940px); flex-direction: column; row-gap: var(--hope-space-2); border-radius: var(--hope-radii-xl); padding: var(--hope-space-2); box-shadow: var(--hope-shadows-lg); } /*评论区 - 白天模式透明度*/ .hope-ui-light .comments { background-color: rgba(255, 255, 255, 0.8)!important; } /*评论区 - 夜间模式透明度*/ .hope-ui-dark .comments { background-color:rgb(0 0 0 / 80%)!important; } /* waline评论系统右侧的gif */ .wl-editor, .wl-input { background-size: contain!important; } #wl-edit { background: url(https://hexo.anxy.top/img/waline-bg.gif) 100% 100% no-repeat; } /*Waline表情自适应*/ .wl-emoji-popup{ width: 100%; } /*渐变背景CSS*/ #canvas-basic { position: fixed; display: block; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: -999; } .hope-c-PJLV-iiHckfM-css{ min-height: 20vh!important; } /*音乐播放器进一步进行隐藏*/ .aplayer.aplayer-fixed.aplayer-narrow .aplayer-body { left: -66px!important; } .aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover { left: 0!important; }