User:C8H17OH/common.css
注意:在您儲存之後您必須清除瀏覽器快取才可看到最新的變動。
- Firefox / Safari:按住「Shift」時點選「重新整理」,或按「Ctrl-F5」或「Ctrl-R」 (Mac則為「⌘-R」)
- Google Chrome:按「Ctrl-Shift-R」 (Mac 則為「⌘-Shift-R」)
- Internet Explorer:按住「Ctrl」時點選「重新整理」,或按「Ctrl-F5」
- Opera:進入「工具→偏好設定」中清除快取。
- 如果您已登入但該頁面出現未登入狀態,請嘗試在網址列的URL最後新增代碼
?_=1
來訪問最新頁面。- 新增如上代碼後的本頁地址:
http://zh.moegirl.tw/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 border around links to a disambiguation page */
- .mw-disambig { border: 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; }
- /* 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; }