注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
?_=1
来访问最新页面。https://zh.moegirl.org.cn/User:Ultim_0/common.css?_=1
/* @import url("https://cdn.jsdelivr.net/gh/lovelyCARDINAL/wikitool@main/darkMode.min.css"); */
/* 以上是对其他CSS的引用 */
/* doc */
._addText {
content: "<div lang=zh>{{User:Ultim 0/Nav}}\n本页面为[[User:Ultim 0|ultim_0]]的CSS配置。</div>";
}
/* 自定义字体(根据文本的语言变化)
body, *[lang] {
font-family:Times New Roman,Simsun!important
}
*[lang=ja] {
font-family:MS Mincho!important
}
*[lang=ko] {
font-family:AdobeMyungjoStd-Medium,Adobe Myungjo Std M!important
}
*[lang^=zh] {
font-family:Simsun!important
}
*[lang^=zh-Hant],*[lang=zh-HK],*[lang=zh-TW] {
font-family:MingLiU!important
}
*/
/* .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .highlight__sticky-container, */ #firstHeading {
font-family:inherit!important
}
/* 高亮自己 */
.mw-userlink[title="User:Ultim 0"] {
color: #2266cc;
background-color:#000000;
}
/* 高亮跨wiki链接 */
a.extiw[title^="fandom:"] {
padding-left: 16px;
background: url(https://img.moegirl.org.cn/common/7/78/Fandom_fire_logo.svg) no-repeat left center/12px;
}
a.extiw[title^="mcwiki:"] {
color: #553322;
}
a.extiw[title^="mcwiki:"]:visited {
color: #bb8855;
}
a.extiw[title^="enwp:"],
a.extiw[title^="jawp:"],
a.extiw[title^="zhwp:"] {
color: #6600ff;
}
a.extiw[title^="enwp:"]:visited,
a.extiw[title^="jawp:"]:visited,
a.extiw[title^="zhwp:"]:visited {
color: #9933ff;
}
/* 杂项 */
/* 特定网站链接 */
a[href*="bilibili.com"],a[href*="b23.tv"]{/* 哔哩哔哩 */
color: rgb(251,114,153)!important;
}
a[href*="zhihu.com"]{/* 知乎 */
color: #06f!important;
}
/* 隐藏评论区
#bodyContent::after{
content:""!important;
border:none!important;
padding:0!important;
margin-top:0!important;
} */
/* 隐藏页脚的部分内容 */
#footer-info-copyright{
display:none!important
}
/* 淡化部分文字 */
.mw-headline-number,.tocnumber,.mw-selflink,.selflink{
color:#cccccc;
}
span.comment{
font-style:normal !important;
}
/* 自定义黑幕样式 */
.heimu a.external,
.heimu a.external:visited,
.heimu a.extiw,
.heimu a.extiw:visited {
color: inherit;
opacity:0.3
}
.heimu{
background-color: inherit;
color: inherit;
opacity:0.5;
text-shadow: inherit;
}
.heimu rt{
background-color: inherit;
}
.heimu a,
a .heimu{
color: inherit;
opacity:0.5
}
.heimu a.new {
color: inherit;
opacity:0.2
}
body:not(.heimu_toggle_on) .heimu:hover,
body:not(.heimu_toggle_on) .heimu:active,
body:not(.heimu_toggle_on) .heimu.off {
transition: opacity .5s linear;
color: inherit;
opacity:1
}
body:not(.heimu_toggle_on) .heimu:hover a,
body:not(.heimu_toggle_on) a:hover .heimu,
body:not(.heimu_toggle_on) .heimu.off a,
body:not(.heimu_toggle_on) a:hover .heimu.off {
transition: opacity .5s linear;
color: inherit;
opacity:1
}
body:not(.heimu_toggle_on) .heimu.off .new,
body:not(.heimu_toggle_on) .heimu.off .new:hover,
body:not(.heimu_toggle_on) .new:hover .heimu.off,
body:not(.heimu_toggle_on) .heimu:hover .new,
body:not(.heimu_toggle_on) .heimu.off .new,
body:not(.heimu_toggle_on) .heimu.off .new:hover,
body:not(.heimu_toggle_on) .new:hover .heimu.off {
transition: opacity .5s linear;
color: inherit;
opacity:1
}
/* 高亮“展开/收起”按钮及InPageEdit工具按钮 */
.jslink,.in-page-edit-article-link,.mw-collapsible-text {
color:#66ccff;
}
/* 标记重定向链接 */
.mw-redirect::after {
content: "→";
font-size: 0.6em;
opacity: 0.5
}
.mw-changeslist-history::after,.ipe-articleLink-resolved::after {
display:none;
}
/* caption的样式 */
caption {
min-width:120px
}
/* 微调InPageEdit toolbox的位置
#ipe-edit-toolbox {
bottom:120px
} */
/* Navpop弹窗的样式配置 */
.navpopup {
opacity:0.7;
transition: 500ms cubic-bezier(0.25, 0.25, 0, 1);
}
.navpopup:hover {
opacity:1
}
/* 屏蔽萌娘百科的logo(页面在浏览器中的排版问题,不要想多) */
#mw-panel #p-logo {
display:none!important;
}
/* 隐藏页面底部的“页面反馈”按钮 */
#bodyContent > div.report-article-footer {
display:none!important;
}
/* 隐藏不具有实际效果的选项 */
#mw-watchlist-options > span.clshowhide > span:nth-child(1), #mw-watchlist-options > span.clshowhide > span:nth-child(2) {
display:none;
}
/* 防窥屏处理 */
.mw-changeslist > div > table.mw-changeslist-line > tbody > tr {
opacity: 0.5;
transform: rotateX(180deg);
transition: 500ms cubic-bezier(0.25, 0.25, 0, 1);
}
.mw-changeslist > div > table.mw-changeslist-line > tbody > tr:hover {
opacity: 1;
transform: none;
}
/* 下面是不能碰的话题 */
/** 类1 */
*[title*=Naive],*[title*=Naïve],*[title*=naive],*[title*=naïve],*[title*=Too\ simple],*[title*=too\ simple],*[title*=Too\ young],*[title*=too\ young],*[title*=図様],*[title*=图样],*[title*=圖樣],*[title*=森破],
*[href*="%E5%9B%BE%E6%A0%B7"],*[href*=图样],
*[href*="%E6%A3%AE%E7%A0%B4"],*[href*=森破],
*[href*=Naive],
/** 类2 */
*[href*="%E7%98%9F%E7%96%AB%E5%85%AC%E5%8F%B8"],*[href*="瘟疫公司"],
*[href*="Plague_Inc"]
{
display:none!important;
}