注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
?_=1
来访问最新页面。https://zh.moegirl.org.cn/User:C8H17OH/common.css?_=1
/* Show catlinks in User namespace */
.ns-2.action-view #catlinks:not(.catlinks-allhidden),
.ns-2.action-edit #catlinks:not(.catlinks-allhidden),
.ns-2.action-submit #catlinks:not(.catlinks-allhidden)
{ display: block!important; }
/* Hide "评论控制" at [更多] on the righttop corner */
#ca-flowthreadcontrol { display: none; }
.rootpage-User_C8H17OH #ca-flowthreadcontrol { display: list-item!important; }
/* Add outline around links to a disambiguation page */
.mw-disambig { outline: thin dashed orange; }
/* Add underline for links to a redirect page */
body:not(.ns-special) #mw-content-text .mw-redirect:not(:hover),
.ns-special .mw-redirect.mw-changeslist-title:not(:hover),
.ns-special .mw-redirect.mw-contributions-title:not(:hover)
{ text-decoration: underline dashed magenta; }
/* Add underline around links to a nonexistent page with potentially custom color (usually by [[Template:Coloredlink]]) */
.new span[style*=color] { text-decoration: underline wavy var(--theme-danger-color); }
/* Show all Citation Style 1 error messages */
.citation-comment {display: inline !important;}
/* Add underline for external links to bilibili with useless GET parameters */
a.external[href*=bilibili][href*="from="], a.external[href*=bilibili][href*=seid], a.external[href*=bilibili][href*=spm_id]
{ text-decoration: underline wavy red; }
/* Heighten CodeMirror edit box */
.CodeMirror { height: 100% !important; }
/* Forcely show flowthread comments */
#flowthread > .comment-container-top:not([disabled]),
#flowthread > .comment-container,
#flowthread > .comment-paginator:not([style*="display"])
{ display: block !important; }
/* Show 4-space for [Tab]s in <pre> */
pre { tab-size: 4; }