打开/关闭搜索
搜索
打开/关闭菜单
3
2
4
53
Ander. System Wiki
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
上传文件
打开/关闭外观设置菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
讨论
贡献
创建账号
登录
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面
查看
阅读
查看源代码
查看历史
associated-pages
系统消息
讨论
更多操作
←
MediaWiki:Common.css
因为以下原因,您没有权限编辑该页面:
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
/* 这里放置的CSS将应用于所有皮肤 */ /* ============================================= Ander.SYSTEM Wiki — Global Styles Dark flat theme with purple accent ============================================= */ /* Base */ body { background-color: #111114; color: #c8c8d0; font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; font-size: 14px; line-height: 1.7; } /* Page background */ #content, #mw-content-text { background-color: #111114; border: none; padding: 0; } #mw-page-base, #mw-head-base { background: #18181c; } /* Header / nav bar */ #mw-head { background: #18181c; border-bottom: 1px solid #2a2a32; } /* Sidebar */ #mw-panel { background: #18181c; } #mw-panel .portal h3 { color: #7c4dff; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; border-bottom: 1px solid #2a2a32; padding-bottom: 4px; margin-bottom: 6px; } #mw-panel .portal .body li a { color: #909099; font-size: 13px; } #mw-panel .portal .body li a:hover { color: #b87fff; } /* Links */ a, a:visited { color: #9d6fff; text-decoration: none; } a:hover { color: #c4a0ff; text-decoration: underline; } /* Headings */ h1, h2, h3, h4, h5, h6 { color: #e8e8f0; font-weight: 600; letter-spacing: 0.02em; border-bottom: none; } /* ============================================= Main Page Layout ============================================= */ /* Hero banner */ .as-hero { background: #18181c; border-bottom: 2px solid #7c4dff; padding: 48px 40px; margin-bottom: 32px; } .as-hero-logo { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #7c4dff; margin-bottom: 8px; } .as-hero-title { font-size: 28px; font-weight: 700; color: #ffffff; margin: 0 0 10px 0; letter-spacing: 0.04em; } .as-hero-subtitle { font-size: 13px; color: #606070; letter-spacing: 0.15em; text-transform: uppercase; margin: 0; } .as-hero-actions { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; } .as-btn { display: inline-block; padding: 9px 22px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid #7c4dff; color: #b87fff; background: transparent; cursor: pointer; transition: background 0.15s, color 0.15s; } .as-btn:hover { background: #7c4dff; color: #ffffff; text-decoration: none; } .as-btn-fill { background: #7c4dff; color: #ffffff; border-color: #7c4dff; } .as-btn-fill:hover { background: #9d6fff; border-color: #9d6fff; color: #ffffff; } /* Stats bar */ .as-stats { display: flex; gap: 0; background: #18181c; border: 1px solid #2a2a32; margin-bottom: 32px; } .as-stat-item { flex: 1; padding: 18px 24px; border-right: 1px solid #2a2a32; text-align: center; } .as-stat-item:last-child { border-right: none; } .as-stat-num { font-size: 22px; font-weight: 700; color: #ffffff; display: block; } .as-stat-label { font-size: 11px; color: #505060; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 2px; display: block; } /* Section heading */ .as-section-label { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #7c4dff; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; } .as-section-label::after { content: ''; flex: 1; height: 1px; background: #2a2a32; display: block; } /* Grid layout */ .as-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; } .as-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-bottom: 32px; } /* Card */ .as-card { background: #18181c; border: 1px solid #2a2a32; padding: 24px; transition: border-color 0.15s; } .as-card:hover { border-color: #7c4dff; } .as-card-icon { font-size: 18px; margin-bottom: 12px; display: block; color: #7c4dff; } .as-card-title { font-size: 14px; font-weight: 600; color: #e8e8f0; margin: 0 0 8px 0; } .as-card-desc { font-size: 12px; color: #606070; margin: 0; line-height: 1.6; } /* News / updates list */ .as-updates { background: #18181c; border: 1px solid #2a2a32; margin-bottom: 32px; } .as-update-item { display: flex; align-items: baseline; gap: 16px; padding: 14px 24px; border-bottom: 1px solid #1e1e24; } .as-update-item:last-child { border-bottom: none; } .as-update-date { font-size: 11px; color: #505060; white-space: nowrap; font-family: 'Courier New', monospace; letter-spacing: 0.05em; } .as-update-dot { width: 4px; height: 4px; background: #7c4dff; border-radius: 50%; flex-shrink: 0; margin-top: 2px; } .as-update-text { font-size: 13px; color: #909099; } .as-update-text a { color: #c8c8d0; font-weight: 500; } .as-update-text a:hover { color: #b87fff; } /* Tag chip */ .as-tag { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 2px 8px; border: 1px solid #7c4dff; color: #9d6fff; margin-left: 8px; vertical-align: middle; } /* Footer note */ .as-footer-note { text-align: center; font-size: 11px; color: #404050; letter-spacing: 0.1em; padding: 24px 0; border-top: 1px solid #1e1e24; text-transform: uppercase; } /* Responsive */ @media (max-width: 768px) { .as-grid-2, .as-grid-3 { grid-template-columns: 1fr; } .as-stats { flex-direction: column; } .as-stat-item { border-right: none; border-bottom: 1px solid #2a2a32; } .as-hero { padding: 28px 20px; } }
返回
MediaWiki:Common.css
。
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面