模板:Eden共鸣地标/styles.css:修订间差异
来自RIA | Wiki
更多操作
修下颜色 |
无编辑摘要 |
||
| 第5行: | 第5行: | ||
background-color: rgb(70, 205, 149); | background-color: rgb(70, 205, 149); | ||
} | } | ||
.template-eden_landmarks .navbox-group { /* 导航盒组标题 */ | .template-eden_landmarks .navbox-group { /* 导航盒组标题 */ | ||
background-color: rgb(151, 246, 165); | background-color: rgb(151, 246, 165); | ||
} | } | ||
.template-eden_landmarks .navbox-even { /* 导航盒的偶数行 */ | .template-eden_landmarks .navbox-even { /* 导航盒的偶数行 */ | ||
background-color: rgb(230, 254, 233); | background-color: rgb(230, 254, 233); | ||
} | |||
/* 用户设置的黑暗模式 */ | |||
html.skin-theme-clientpref-night .template-eden_landmarks .navbox-title { | |||
background-color: rgb(34, 71, 54); | |||
} | |||
html.skin-theme-clientpref-night .template-eden_landmarks .navbox-group { | |||
background-color: rgb(28, 54, 42); | |||
} | |||
html.skin-theme-clientpref-night .template-eden_landmarks .navbox-even { | |||
background-color: rgb(14, 23, 18); | |||
} | |||
} | |||
@media screen and (prefers-color-scheme: dark) { | |||
/* 自动切换的黑暗模式 */ | |||
html.skin-theme-clientpref-os .template-eden_landmarks .navbox-title { | |||
background-color: rgb(34, 71, 54); | |||
} | |||
html.skin-theme-clientpref-os .template-eden_landmarks .navbox-group { | |||
background-color: rgb(28, 54, 42); | |||
} | |||
html.skin-theme-clientpref-os .template-eden_landmarks .navbox-even { | |||
background-color: rgb(14, 23, 18); | |||
} | } | ||
} | } | ||
2026年3月24日 (二) 20:25的最新版本
/* 本样式表用于为“Template:Eden共鸣地标”添加样式 */
@media screen {
.template-eden_landmarks .navbox-title { /* 导航盒标题 */
background-color: rgb(70, 205, 149);
}
.template-eden_landmarks .navbox-group { /* 导航盒组标题 */
background-color: rgb(151, 246, 165);
}
.template-eden_landmarks .navbox-even { /* 导航盒的偶数行 */
background-color: rgb(230, 254, 233);
}
/* 用户设置的黑暗模式 */
html.skin-theme-clientpref-night .template-eden_landmarks .navbox-title {
background-color: rgb(34, 71, 54);
}
html.skin-theme-clientpref-night .template-eden_landmarks .navbox-group {
background-color: rgb(28, 54, 42);
}
html.skin-theme-clientpref-night .template-eden_landmarks .navbox-even {
background-color: rgb(14, 23, 18);
}
}
@media screen and (prefers-color-scheme: dark) {
/* 自动切换的黑暗模式 */
html.skin-theme-clientpref-os .template-eden_landmarks .navbox-title {
background-color: rgb(34, 71, 54);
}
html.skin-theme-clientpref-os .template-eden_landmarks .navbox-group {
background-color: rgb(28, 54, 42);
}
html.skin-theme-clientpref-os .template-eden_landmarks .navbox-even {
background-color: rgb(14, 23, 18);
}
}