打开/关闭搜索
搜索
打开/关闭菜单
30
8
13
1.6K
陋室
导航
首页
最近更改
随机页面
特殊页面
社群首页
新闻动态
帮助
上传文件
内容
分类树
所有页面
导入页面
活跃用户列表
界面
侧边栏
站点公告
匿名用户通知
公共样式表
公共脚本
系统消息
打开/关闭外观设置菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
中文(简体)
个人工具
登录
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面
查看
阅读
查看源代码
查看历史
associated-pages
系统消息
讨论
更多操作
←
MediaWiki:Common.css
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于这些用户组的用户执行:
用户
、
自动确认用户
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。 如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
/* =========================== 全局字体设置 =========================== */ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Noto Sans CJK SC", "Noto Sans CJK TC", "Noto Sans JP", "Noto Sans KR", sans-serif, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "SimSun", "SimHei", "Songti SC", "KaiTi", "MingLiU", "PMingLiU", "Microsoft JhengHei", "Malgun Gothic"; } /* =========================== 横幅标语样式 =========================== */ .banner { height: auto; display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(to right, #a50000, #e64545); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); color: white; font-weight: bold; border-radius: 12px; padding: 12px 24px; text-align: center; } .banner-text { margin: 0; line-height: 1.4; } .banner .chinese-text { font-size: 24px; font-weight: 700; } .banner .english-text { font-size: 16px; font-weight: 500; opacity: 0.9; } /* =========================== 内容块样式 =========================== */ .content-box { margin: 10px; padding: 20px; border-radius: 10px; border: 1px solid #e0e0e0; transition: transform 0.3s ease, box-shadow 0.3s ease; } .content-box h2 { position: relative; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 2px solid #b30000; font-size: 1.25rem; } .content-box p { line-height: 1.6; font-size: 0.95rem; color: #333; } .content-box:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); } /* =========================== Flex 布局 =========================== */ .flex-container { display: flex; justify-content: space-between; gap: 24px; } .flex-container .content-box { flex: 1; max-width: 33.33%; box-sizing: border-box; } /* =========================== 特殊样式 =========================== */ /* 让重定向的内链变成绿色 */ .mw-redirect { color: #009944; } /* =========================== 响应式设计 =========================== */ /* 平板和大屏幕设备 */ @media screen and (min-width: 768px) { .banner .chinese-text { font-size: 28px; } .banner .english-text { font-size: 18px; } } /* 手机设备 */ @media screen and (max-width: 768px) { .flex-container { flex-direction: column; } .flex-container .content-box { max-width: 100%; margin-bottom: 20px; } .banner .chinese-text, .banner .english-text { text-align: center; } } /* 小屏手机设备 */ @media screen and (max-width: 480px) { .banner .chinese-text { font-size: 20px; } .banner .english-text { font-size: 14px; } }
返回
MediaWiki:Common.css
。
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面