MediaWiki:Gadget-internalLinkHelper-altcolor.css
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
.ilh-page a.new {
color: #007a5e;
}
.ilh-page a.new:hover {
color: #007a5e;
}
.ilh-page a.new:visited {
color: #428c7a;
}
.client-nojs .ilh-page a.new,
.ilh-active .ilh-page a.new {
color: var(--color-link-red--hover,#ff4242);
}
.ilh-tool {
color: #007a5e;
}
/* NIGHT MODE STYLES */
html.skin-theme-clientpref-night .ilh-page a.new {
color: #009b78;
}
html.skin-theme-clientpref-night .ilh-page a.new:hover {
color: #009b78;
}
html.skin-theme-clientpref-night .ilh-page a.new:visited {
color: #479683;
}
html.skin-theme-clientpref-night .client-nojs .ilh-page a.new,
html.skin-theme-clientpref-night .ilh-active .ilh-page a.new {
color: var(--color-link-red--hover,#ef8174);
}
html.skin-theme-clientpref-night .ilh-tool {
color: #009b78;
}
/* This should be a copy of the rules above with replace( /clientpref-(1)/, '2' ) */
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .ilh-page a.new {
color: #009b78;
}
html.skin-theme-clientpref-os .ilh-page a.new:hover {
color: #009b78;
}
html.skin-theme-clientpref-os .ilh-page a.new:visited {
color: #479683;
}
html.skin-theme-clientpref-os .client-nojs .ilh-page a.new,
html.skin-theme-clientpref-os .ilh-active .ilh-page a.new {
color: var(--color-link-red--hover,#ef8174);
}
html.skin-theme-clientpref-os .ilh-tool {
color: #009b78;
}
}