无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
/* | @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 { | body > #mw-content-container { | ||
padding-top: 90px; | padding-top: 90px; | ||
第15行: | 第27行: | ||
.cosmos-header::before { | .cosmos-header::before { | ||
background: #1d1d1f; | background: #1d1d1f; | ||
} | |||
body #mw-content-text { | |||
color: #d5d4d4; | |||
} | } |
2024年6月1日 (六) 22:11的版本
@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 {
color: #d5d4d4;
}