——公众号 南派三叔盗墓笔记
MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第2行: | 第2行: | ||
/* 全站页面背景 */ | /* 全站页面背景 */ | ||
body { | body { | ||
background-image: url("/wiki/ | background-image: url("https://heihua.wiki/index.php?title=File:Beijing.jpg&raw=1"); | ||
background-size: cover; | background-size: cover; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center center; | background-position: center center; | ||
} | } | ||
/* | /* 文字半透明底色,防止被背景盖住看不清 */ | ||
.mw-parser-output { | .mw-parser-output { | ||
background: rgba(255, 255, 255, 0.85); | background: rgba(255, 255, 255, 0.85); | ||
2026年6月16日 (二) 19:57的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 全站页面背景 */
body {
background-image: url("https://heihua.wiki/index.php?title=File:Beijing.jpg&raw=1");
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
/* 文字半透明底色,防止被背景盖住看不清 */
.mw-parser-output {
background: rgba(255, 255, 255, 0.85);
padding: 20px;
border-radius: 8px;
}