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

MediaWiki:Common.css:修订间差异

来自瑞恩罗恰德资料库
跳转到导航 跳转到搜索
Koiori留言 | 贡献
无编辑摘要
Koiori留言 | 贡献
无编辑摘要
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
/* 这里放置的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;
}

2026年6月16日 (二) 20:01的版本

/* 这里放置的CSS将应用于所有皮肤 */