——公众号 南派三叔盗墓笔记
MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
html { | html { | ||
background-color: #000 !important; | background-color: #000 !important; | ||
} | } | ||
body.skin-vector { | body.skin-vector { | ||
background-color: #000 !important; | background-color: #000 !important; | ||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
.portal { | .portal { | ||
background-color: rgba(255,255,255,0. | background-color: rgba(255,255,255,0.4) !important; | ||
} | |||
.mw-body { | |||
background-color: rgba(255,255,255,0.4) !important; | |||
} | } | ||
#footer { | #footer { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
body { | body { | ||
color: #111; | color: #111; | ||
} | } | ||
2026年6月16日 (二) 21:25的版本
html {
background-color: #000 !important;
}
body.skin-vector {
background-color: #000 !important;
}
#mw-page-base {
background: transparent !important;
}
.portal {
background-color: rgba(255,255,255,0.4) !important;
}
.mw-body {
background-color: rgba(255,255,255,0.4) !important;
}
#footer {
background-color: transparent !important;
}
body {
color: #111;
}