注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
?_=1
来访问最新页面。https://zh.moegirl.org.cn/User:Star0/styles/whitemoeskin.css?_=1
/* 在个人CSS页面顶部加入: */ /* @import url("//zh.moegirl.org.cn/index.php?title=User:Star0/styles/whitemoeskin.css&ctype=text/css&action=raw"); */ /* 删除背景图片 */ #moe-main-container{ --theme-background-color:none !important; } .nomobile.sidebar-character.executed.bottom.active img{ display:none; } #moe-global-background { --theme-background-color: none !important; --background-url: unset !important; } /* 删除APP块,公告块 */ #moe-sidenav-sitenotice, .moe-downloadapp.moe-dropdown, #moe-topbanner-container { display:none; } /* Header默认着色 */ [article-entered=false] #moe-global-header { background-color: var(--theme-accent-color) !important; box-shadow: var(--theme-card-box-shadow) !important; } /* 调整目录高度 */ #moe-global-sidenav .toc>ul { max-height: calc(80vh - 50px - 55px) !important; } /* 删除app下载提醒 */ #moe-global-header-inner div[class="flex flex-center desktop-only"] { display:none; } /* 删除抽签 */ #MOE_DRAW_LOTS_ROOT { display: none; } /* 240810追加 */ /* 顶栏广告删除 */ .nav-links-group > *:last-child, .links-area > *:last-child, .user-links > *:first-child { display:none; } /* 首页广告gallery删除 */ .banner-gallery { display:none; } /* 搜索框居中 */ .search-button-area { display: flex; justify-content: center !important; margin-right: 50.55px; }