MediaWiki:Common.css:修订间差异
跳到导航
跳到搜索
(创建页面,内容为“→这里放置的CSS将应用于所有皮肤: →Redirect to [[MediaWiki:Gadget-desktop-styles.css]] and [[MediaWiki:Gadget-site-styles.css]]:”) |
无编辑摘要 |
||
第1行: | 第1行: | ||
/* | /* 黑幕模板配合CSS 引自萌娘百科(https://zh.moegirl.org.cn )*/ | ||
.heimu, | |||
.heimu rt { | |||
background-color: #252525; | |||
} | |||
span.heimu a.external, | |||
span.heimu a.external:visited, | |||
span.heimu a.extiw, | |||
span.heimu a.extiw:visited { | |||
color: #252525; | |||
} | |||
.heimu, | |||
.heimu a, | |||
a .heimu, | |||
.heimu a.new { | |||
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:hover .new { | |||
transition: color .13s linear; | |||
color: #FCC; | |||
} |
2022年4月7日 (四) 01:18的版本
/* 黑幕模板配合CSS 引自萌娘百科(https://zh.moegirl.org.cn )*/
.heimu,
.heimu rt {
background-color: #252525;
}
span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited {
color: #252525;
}
.heimu,
.heimu a,
a .heimu,
.heimu a.new {
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:hover .new {
transition: color .13s linear;
color: #FCC;
}