|
|
| (未显示另一用户的1个中间版本) |
| 第1行: |
第1行: |
| span.heimu a.external,
| | /* |
| span.heimu a.external:visited,
| | * 桌面版CSS |
| span.heimu a.extiw,
| | * |
| span.heimu a.extiw:visited {
| | * 这里放置的将作用于桌面版的所有皮肤。 |
| color: #252525;
| | ** [[MediaWiki:Gadget-site-styles.css]] — 全站通用CSS; |
| }
| | ** [[MediaWiki:Mobile.css]] — 仅在移动版生效的CSS; |
| .heimu,
| | ** [[MediaWiki:<皮肤名>.css]] — 作用于特定皮肤的CSS。 |
| .heimu a,
| | */ |
| a .heimu,
| |
| .heimu a.new {
| |
| background-color: #252525;
| |
| color: #252525;
| |
| text-shadow: none;
| |
| }
| |
| body:not(.heimu_toggle_on) .heimu:hover,
| |
| body:not(.heimu_toggle_on) .heimu:active,
| |
| body:not(.heimu_toggle_on) .heimu.off {
| |
| transition: color .13s linear;
| |
| color: white;
| |
| }
| |
| 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: color .13s linear;
| |
| color: lightblue;
| |
| }
| |
| 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.off .new,
| |
| body:not(.heimu_toggle_on) .heimu.off .new:hover,
| |
| body:not(.heimu_toggle_on) .new:hover .heimu.off {
| |
| transition: color .13s linear;
| |
| color: #BA0000;
| |
| }
| |
| /*引用自https://zh.moegirl.org/MediaWiki:Common.css*/
| |