打开/关闭搜索
搜索
打开/关闭菜单
238
885
35
2812
植物大战僵尸杂交版Wiki
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
上传文件
打开/关闭外观设置菜单
notifications
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
创建账号
登录
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面
查看
阅读
查看源代码
查看历史
associated-pages
系统消息
讨论
更多操作
←
MediaWiki:Common.css
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。 如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
此页面已受到保护,以防止编辑或其他操作。
您可以查看和复制此页面的源代码。
/* ===== 自定义背景图片(适配多比例) ===== */ /* 亮色模式:覆盖 html + body + 内容层 */ html:not(.skin-theme-clientpref-night) { background-color: #f5f5f5 !important; background-image: url('/images/0/07/Light.jpg') !important; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; background-attachment: fixed !important; } html:not(.skin-theme-clientpref-night) body, html:not(.skin-theme-clientpref-night) #content, html:not(.skin-theme-clientpref-night) .mw-body, html:not(.skin-theme-clientpref-night) .citizen-body, html:not(.skin-theme-clientpref-night) .citizen-body-container { background-color: transparent !important; background-image: none !important; } /* 暗色模式:覆盖 html + body + 内容层 */ html.skin-theme-clientpref-night { background-color: #0d0e12 !important; background-image: url('/images/f/fc/Dark.jpg') !important; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; background-attachment: fixed !important; } html.skin-theme-clientpref-night body, html.skin-theme-clientpref-night #content, html.skin-theme-clientpf-night .mw-body, html.skin-theme-clientpref-night .citizen-body, html.skin-theme-clientpref-night .citizen-body-container { background-color: transparent !important; background-image: none !important; } /* 超宽屏 */ @media screen and (min-width: 1921px) { html { background-size: cover !important; } } /* 竖屏手机 */ @media screen and (max-width: 768px) and (orientation: portrait) { html { background-attachment: scroll !important; background-position: center center !important; background-size: cover !important; } } /* 横屏手机/平板 */ @media screen and (max-width: 1024px) and (orientation: landscape) { html { background-position: center center !important; background-size: cover !important; } } /* 低性能设备 */ @media (prefers-reduced-motion: reduce) { html { background-attachment: scroll !important; } }
返回
MediaWiki:Common.css
。
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面