Template:城轨车站结构/styles.css
外观
@media screen {
html.skin-theme-clientpref-night .station-layout table, .station-layout table > tbody {
color: var(--color-base, white);
}
html.skin-theme-clientpref-night .station-layout table a:not(.wm-selflink) {
color: var(--color-progressive, #88a3e8)!important;
}
html.skin-theme-clientpref-night .station-layout table a:not(.wm-selflink):active {
color: var(--color-progressive--active, #a6bbf5)!important;
}
html.skin-theme-clientpref-night .station-layout table a:not(.wm-selflink):hover {
color: var(--color-progressive--hover, #b6d4fb)!important;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .station-layout table, .station-layout table > tbody {
color: var(--color-base, white);
}
html.skin-theme-clientpref-os .station-layout table a:not(.wm-selflink) {
color: var(--color-progressive, #88a3e8)!important;
}
html.skin-theme-clientpref-os .station-layout table a:not(.wm-selflink):active {
color: var(--color-progressive--active, #a6bbf5)!important;
}
html.skin-theme-clientpref-os .station-layout table a:not(.wm-selflink):hover {
color: var(--color-progressive--hover, #b6d4fb)!important;
}
}
/*
[[Category:重庆轨道交通模板|站]]
*/