跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
人物
联系我们
入门指南
随机页面
最新页面
最近更改
MediaWiki帮助
简中Robloxian Wiki
搜索
搜索
外观
创建账号
登录
个人工具
创建账号
登录
查看“︁MediaWiki:Common.css”︁的源代码
系统消息
讨论
English
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
常规
链入页面
相关更改
特殊页面
页面信息
外观
移至侧栏
隐藏
←
MediaWiki:Common.css
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
管理员
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。 如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
/* ==================== 基础全局样式(浅色默认) ==================== */ body, #content, .mw-body, .mw-page-container, #bodyContent { background-color: #e6f5e6 !important; color: #222; } html { background-color: #e6f5e6; } .mw-parser-output { background: transparent; } /* ==================== 组件默认样式(浅色) ==================== */ .chanmoegrid { display: flex; flex-wrap: wrap; gap: 20px; max-width: 1200px; margin: 0 auto; padding: 20px; } .chanmoecard { background: #ffffff; border-radius: 20px; box-shadow: 0 6px 16px rgba(0,0,0,0.05); padding: 25px; border: 2px solid transparent; color: #222; } .chanmoecard:hover { border-color: #a5d6a7; } .chanmoe-welcome { flex: 1 1 100%; background: linear-gradient(135deg, #c8e6c9, #dcedc1); color: #1f3b1f; text-align: center; border-radius: 24px; padding: 35px 20px; } .chanmoe-main { flex: 2; min-width: 280px; } .chanmoe-side { flex: 1; min-width: 250px; } .chanmoe-title { font-size: 1.4em; font-weight: bold; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 3px dashed #80cbc4; color: #0066cc; } .chanboard-grid { display: flex; flex-wrap: wrap; gap: 10px; } .chanboard-btn { background: #e8f5e9; padding: 10px 18px; border-radius: 30px; color: #0066cc; text-decoration: none; font-weight: bold; font-family: "Courier New", monospace; box-shadow: 0 2px 6px rgba(0,0,0,0.05); } .chanboard-btn:hover { background: #b9f6ca; color: #000; } .chanlist { list-style: none; margin: 0; padding: 0; } .chanlist li { padding: 6px 0; border-bottom: 1px solid #e0e0e0; font-size: 0.95em; } .chanlist li:last-child { border-bottom: none; } .chanlist a { color: #0066cc; text-decoration: none; font-weight: bold; } .chanlist a:hover { color: #003c8f; text-decoration: underline; } .chanpost { background: #f1f8e9; border-radius: 12px; padding: 12px 15px; margin-top: 10px; border-left: 4px solid #66bb6a; } .chanpost .post-no { color: #757575; font-size: 0.8em; } .ascii-divider { color: #a5d6a7; font-family: monospace; text-align: center; font-size: 0.9em; margin: 10px 0; } /* ==================== 暗色模式覆盖(系统深色时自动启用) ==================== */ @media (prefers-color-scheme: dark) { body, #content, .mw-body, .mw-page-container, #bodyContent { background-color: #1a1a1a !important; color: #dddddd; } html { background-color: #1a1a1a; } .mw-parser-output { color: #dddddd; } .chanmoecard { background: #2c2c2c; box-shadow: 0 6px 16px rgba(0,0,0,0.3); border: 2px solid transparent; color: #ddd; } .chanmoecard:hover { border-color: #66bb6a; } .chanmoe-welcome { background: linear-gradient(135deg, #2e3b2e, #3a4a3a); color: #e0f0e0; } .chanmoe-title { border-bottom: 3px dashed #4db6ac; color: #90caf9; } .chanboard-btn { background: #333; color: #90caf9; box-shadow: 0 2px 6px rgba(0,0,0,0.3); } .chanboard-btn:hover { background: #444; color: #fff; } .chanlist li { border-bottom: 1px solid #444; } .chanlist a { color: #90caf9; } .chanlist a:hover { color: #64b5f6; } .chanpost { background: #333; border-left: 4px solid #66bb6a; } .chanpost .post-no { color: #aaa; } .ascii-divider { color: #66bb6a; } } /* ==================== 移动端适配 ==================== */ @media (max-width: 768px) { .chanmoegrid { flex-direction: column; } }
返回
MediaWiki:Common.css
。