“花夜前行解雨臣黑眼镜为双主角状态”
——公众号 南派三叔盗墓笔记

MediaWiki:Common.css:修订间差异

来自瑞恩罗恰德资料库
跳转到导航 跳转到搜索
Koiori留言 | 贡献
无编辑摘要
Koiori留言 | 贡献
无编辑摘要
第2行: 第2行:
/* 全站页面背景 */
/* 全站页面背景 */
body {
body {
     background-image: url("/wiki/images/Beijing.jpg");
     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;
}