打开/关闭搜索
搜索
打开/关闭菜单
176
2
962
江中缘
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
上传文件
打开/关闭外观设置菜单
无法加载偏好设置。请检查您的网络连接并重试。
重试
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
讨论
贡献
创建账号
登录
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面
更多操作
←
MediaWiki:Common.css
因为以下原因,您没有权限编辑该页面:
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
/* Jiangzhongyuan Wiki homepage. Paste into MediaWiki:Common.css. */ .page-首页 #firstHeading, .page-首页 .mw-indicators, .page-首页 .mw-page-container-inner > .mw-content-container > .mw-body > .mw-body-content > .mw-content-subtitle, .page-首页 .mw-editsection { display: none; } .page-首页 .mw-body-content { margin-top: 0; } .page-首页 .mw-parser-output > .mcjzy-home { max-width: 1240px; margin: 0 auto; color: #1f2937; } .mcjzy-home *, .mcjzy-home *::before, .mcjzy-home *::after { box-sizing: border-box; } .mcjzy-home a { text-decoration: none; } .mcjzy-hero { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .8fr); gap: 42px; align-items: center; margin: 22px 0 54px; padding: 52px 56px; background: #e5f0ed; border: 1px solid #c5ddd4; border-radius: 6px; } .mcjzy-eyebrow, .mcjzy-kicker { color: #52756b; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; } .mcjzy-hero__title { margin-top: 12px; color: #123d35; font-size: 2.75rem; font-weight: 750; line-height: 1.12; } .mcjzy-hero__text { max-width: 640px; margin-top: 16px; color: #43544f; font-size: 1.05rem; line-height: 1.75; } .mcjzy-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; } .mcjzy-button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 15px; color: #184d42; font-weight: 650; border: 1px solid #78a99a; border-radius: 4px; background: #f7fbf9; transition: background .16s ease, border-color .16s ease; } .mcjzy-button:hover { color: #10392f; border-color: #347665; background: #edf6f2; } .mcjzy-button--primary { color: #fff; border-color: #176b58; background: #176b58; } .mcjzy-button--primary:hover { color: #fff; background: #105545; } .mcjzy-button--dark { color: #fff; border-color: #213d36; background: #213d36; white-space: nowrap; } .mcjzy-button--dark:hover { color: #fff; background: #122a24; } .mcjzy-hero__panel { padding: 22px; background: #fff; border: 1px solid #b7d4ca; border-radius: 4px; box-shadow: 0 2px 7px rgb(18 61 53 / 8%); } .mcjzy-panel__label { margin-bottom: 14px; color: #31584e; font-size: .82rem; font-weight: 700; letter-spacing: .06em; } .mcjzy-panel__row { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; color: #66756f; font-size: .9rem; border-top: 1px solid #e2ece8; } .mcjzy-panel__row code, .mcjzy-panel__row strong { color: #25473e; font-family: inherit; font-weight: 650; text-align: right; } .mcjzy-status::before { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #c69122; content: ""; } .mcjzy-panel__foot { margin-top: 13px; color: #81908b; font-size: .8rem; } .mcjzy-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 0 0 20px; } .mcjzy-section-heading h2, .mcjzy-aside h2, .mcjzy-footer-callout h2 { margin: 5px 0 0; color: #163a32; font-size: 1.5rem; line-height: 1.3; } .mcjzy-section-heading > a, .mcjzy-aside__head > a { color: #176b58; font-size: .9rem; font-weight: 650; white-space: nowrap; } .mcjzy-grid { display: grid; gap: 14px; } .mcjzy-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 58px; } .mcjzy-card { height: 100%; min-height: 220px; padding: 22px; border: 1px solid #d6e1dc; border-radius: 5px; background: #fff; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; } .mcjzy-card:hover { border-color: #78a99a; box-shadow: 0 5px 15px rgb(30 68 57 / 10%); transform: translateY(-2px); } .mcjzy-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 28px; color: #176b58; font-size: .8rem; font-weight: 800; border-bottom: 2px solid #56a18b; } .mcjzy-card__title { margin-top: 22px; color: #183b33; font-size: 1.08rem; font-weight: 750; } .mcjzy-card__text { margin-top: 9px; color: #61716c; font-size: .9rem; line-height: 1.65; } .mcjzy-card__link { margin-top: 16px; color: #176b58; font-size: .88rem; font-weight: 700; } .mcjzy-card__link::after { padding-left: 6px; content: ">"; } .mcjzy-content-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .82fr); gap: 52px; margin-bottom: 58px; } .mcjzy-system-list { border-top: 1px solid #d8e3de; } .mcjzy-system { display: grid; grid-template-columns: 44px minmax(0, 1fr) 18px; gap: 14px; align-items: center; padding: 16px 0; color: #687974; font-size: .9rem; line-height: 1.5; border-bottom: 1px solid #d8e3de; transition: padding .16s ease, color .16s ease; } .mcjzy-system:hover { padding-left: 8px; color: #335d52; } .mcjzy-system__mark { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; color: #176b58; font-size: .78rem; font-weight: 800; border: 1px solid #9fc5b7; border-radius: 50%; background: #edf7f3; } .mcjzy-system__title { color: #1e4339; font-size: 1rem; font-weight: 750; } .mcjzy-system__arrow { color: #39816d; font-size: 1.15rem; } .mcjzy-aside { padding: 25px; border: 1px solid #d1dfd9; border-radius: 5px; background: #f7faf8; } .mcjzy-aside__head { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #d5e1dc; } .mcjzy-news { padding: 18px 0; border-bottom: 1px solid #d5e1dc; } .mcjzy-news:last-child { padding-bottom: 0; border-bottom: 0; } .mcjzy-news__date { margin-bottom: 6px; color: #6b877c; font-size: .78rem; font-weight: 750; } .mcjzy-news__title { color: #21493e; font-weight: 750; line-height: 1.45; } .mcjzy-news__text { margin-top: 7px; color: #697873; font-size: .88rem; line-height: 1.6; } .mcjzy-footer-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 0 0 32px; padding: 34px 38px; border-radius: 5px; color: #dce9e4; background: #23493f; } .mcjzy-footer-callout .mcjzy-kicker { color: #9dc6b7; } .mcjzy-footer-callout h2 { color: #fff; font-size: 1.35rem; } .mcjzy-footer-callout p { max-width: 720px; margin: 9px 0 0; color: #c6d8d1; font-size: .92rem; line-height: 1.65; } @media screen and (max-width: 1000px) { .mcjzy-hero { grid-template-columns: 1fr; gap: 30px; padding: 38px; } .mcjzy-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); } .mcjzy-content-grid { grid-template-columns: 1fr; gap: 32px; } } @media screen and (max-width: 640px) { .mcjzy-hero { margin-top: 10px; margin-bottom: 38px; padding: 28px 22px; } .mcjzy-hero__title { font-size: 2rem; } .mcjzy-grid--four { grid-template-columns: 1fr; margin-bottom: 40px; } .mcjzy-card { min-height: 0; } .mcjzy-content-grid { margin-bottom: 40px; } .mcjzy-footer-callout { display: block; padding: 28px 23px; } .mcjzy-footer-callout .mcjzy-button { margin-top: 20px; } }
返回
MediaWiki:Common.css
。
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面