打开/关闭搜索
搜索
打开/关闭菜单
1
29
2
58
OUTREX官方WIKI
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
上传文件
打开/关闭外观设置菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
创建账号
登录
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面
查看
阅读
查看源代码
查看历史
associated-pages
系统消息
讨论
更多操作
←
MediaWiki:Common.css
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
/* 总布局 */ .outrex-container { display: flex; gap: 20px; } /* 左右 */ .outrex-main { width: 72%; } .outrex-sidebar { width: 28%; } /* 卡片 */ .card { background: #1f2933; padding: 20px; border-radius: 12px; } /* 顶部双卡片 */ .outrex-topcards { display: flex; gap: 16px; margin-bottom: 16px; } /* 公告条 */ .outrex-banner { background: #22c55e; padding: 12px; border-radius: 8px; margin-bottom: 20px; text-align: center; font-weight: bold; } /* 图标宫格 */ .outrex-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 20px; } .grid-item { background: #111827; padding: 20px; text-align: center; border-radius: 10px; } /* 文章区 */ .outrex-articles { display: flex; gap: 16px; margin-bottom: 20px; } .article { flex: 1; background: #1f2937; padding: 20px; border-radius: 10px; } /* 小入口 */ .outrex-smallgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } /* 右侧 */ .box { background: #1f2937; padding: 16px; margin-bottom: 12px; border-radius: 10px; } .join { background: #22c55e; text-align: center; font-weight: bold; }
返回
MediaWiki:Common.css
。
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面