你现在正在访问的是萌娘百科用于保存和管理图片、音频等媒体文件的子项目萌娘共享,想要回到萌娘百科,请使用浏览器上的返回按钮、或点击这里
“MediaWiki:Gadget-prism.css”的版本间的差异
AnnAngela-dbot(讨论 | 贡献) (代码变动:7ac8caf2 - fix: Fix line numbers and add prism-prettyprint-container class to pre el[...] by U:AnnAngela) (1个标签:由机器人或全自动脚本执行的操作) |
AnnAngela-dbot(讨论 | 贡献) (代码变动:baeaa605 - fix: Fix prism (#462) by U:Bhsd) (1个标签:由机器人或全自动脚本执行的操作) |
||
第4行: | 第4行: | ||
* ------------------------------------------------------------------------- | * ------------------------------------------------------------------------- | ||
*/ | */ | ||
− | ._addText { content: '{{GHIACode|page=GHIA:MoegirlPediaInterfaceCodes/blob/master/src/gadgets/prism/MediaWiki:Gadget-prism.css|user=[[U: | + | ._addText { content: '{{GHIACode|page=GHIA:MoegirlPediaInterfaceCodes/blob/master/src/gadgets/prism/MediaWiki:Gadget-prism.css|user=[[U:Bhsd]]|co-authors=|longId=baeaa60578d7f6f126b066af3261d851e88bc814|shortId=baeaa605|summary=fix: Fix prism (#462)}}'; } |
/* <pre> */ | /* <pre> */ | ||
第10行: | 第10行: | ||
pre.prism-prettyprint-container{ | pre.prism-prettyprint-container{ | ||
white-space:pre-wrap !important; | white-space:pre-wrap !important; | ||
+ | } | ||
+ | |||
+ | .line-numbers span.line-numbers-rows{ | ||
+ | pointer-events:all; | ||
+ | } | ||
+ | |||
+ | .line-numbers-rows > span:hover{ | ||
+ | background-color:rgb(128 128 128 / 20%); | ||
} | } | ||
/* </pre> */ | /* </pre> */ |
2024年4月22日 (一) 17:07的版本
/** * ------------------------------------------------------------------------- * !!! DON'T MODIFY THIS PAGE MANUALLY, YOUR CHANGES WILL BE OVERWRITTEN !!! * ------------------------------------------------------------------------- */ ._addText { content: '{{GHIACode|page=GHIA:MoegirlPediaInterfaceCodes/blob/master/src/gadgets/prism/MediaWiki:Gadget-prism.css|user=[[U:Bhsd]]|co-authors=|longId=baeaa60578d7f6f126b066af3261d851e88bc814|shortId=baeaa605|summary=fix: Fix prism (#462)}}'; } /* <pre> */ pre.prism-prettyprint-container{ white-space:pre-wrap !important; } .line-numbers span.line-numbers-rows{ pointer-events:all; } .line-numbers-rows > span:hover{ background-color:rgb(128 128 128 / 20%); } /* </pre> */