无编辑摘要 |
无编辑摘要 |
||
第29行: | 第29行: | ||
} | } | ||
body #mw-content-text, .cosmos-footerLinks-list { | body #mw-content-text, | ||
.cosmos-footerLinks-list, | |||
.editOptions{ | |||
color: #fff; | color: #fff; | ||
} | } | ||
第40行: | 第42行: | ||
} | } | ||
/* 链接颜色 */ | /* 链接颜色 */ | ||
.cosmos-footerLinks-list li a, #mw-content a:not(.new), .mw-parser-output a.external{ | .cosmos-footerLinks-list li a, | ||
#mw-content a:not(.new), | |||
.mw-parser-output a.external, | |||
.editOptions .oo-ui-fieldLayout-body .oo-ui-labelElement-label { | |||
color: #ff68eb; | color: #ff68eb; | ||
} | } |
2024年6月1日 (六) 22:26的版本
@import url("https://fonts.googleapis.com/css?family=Exo 2"); /* 因使用顺序优先加载 */
@import url("https://fonts.googleapis.com/css?family=Jura"); /*科技感包含希腊字母*/
@import url("https://fonts.googleapis.com/css?family=Tajawal"); /*阿拉伯字母字体*/
@import url("https://fonts.googleapis.com/css?family=Google Sans"); /*谷歌的字体*/
@import url("https://fonts.googleapis.com/css?family=Noto Sans SC"); /*思源黑体*/
@import url("https://fonts.googleapis.com/css?family=Fira Code"); /*等宽字体常规*/
@import url("https://fonts.googleapis.com/css?family=Kalam"); /*较窄的字体*/
@import url("https://fonts.googleapis.com/css?family=JetBrains Mono"); /*等宽字体用作目录*/
body * {
font-family: "Exo 2", Tajawal, "Google Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
}
body > #mw-content-container {
padding-top: 90px;
}
#cosmos-footer {
background-color: rgba(0, 0, 0, 0.9);
}
#mw-content {
background-color: rgba(17, 17, 17, 0.91);
border: 0 !important;
}
.cosmos-header::before {
background: #1d1d1f;
}
body #mw-content-text,
.cosmos-footerLinks-list,
.editOptions{
color: #fff;
}
.mw-body h1.firstHeading {
color: #fff;
}
#mw-content-text h2, #mw-content-text h3 {
color: #27d1f4;
}
/* 链接颜色 */
.cosmos-footerLinks-list li a,
#mw-content a:not(.new),
.mw-parser-output a.external,
.editOptions .oo-ui-fieldLayout-body .oo-ui-labelElement-label {
color: #ff68eb;
}