打开/关闭搜索
搜索
打开/关闭菜单
3
497
2
1.4K
此界与彼端
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
上传文件
切换首选项菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
登录
查看“︁MediaWiki:Common.css”︁的源代码
MediaWiki界面页面
分享此页面
查看
阅读
查看源代码
查看历史
associated-pages
系统消息
讨论
更多操作
←
MediaWiki:Common.css
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。 如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
/* 这里放置的CSS将应用于所有皮肤 */ /* Animation */ .animation-02s { transition: all 0.2s; } .animation-02s:hover { transition: all 0.2s; } .animation-scale:hover { transform: scale(1.05); } /* Blockquote */ blockquote.quote { position: relative; } blockquote:before { content: '“'; font-size: 4rem; font-family: Arial; color: var(--color-base); opacity: 0.5; display: block; position: absolute; left: 0.5rem; top: -1.5rem; z-index: 1; } blockquote:after { content: '”'; font-size: 4rem; font-family: Arial; color: var(--color-base); opacity: 0.5; display: block; position: absolute; right: 1rem; top: 1rem; z-index: 1; } .quote-author { text-align: right; } /* Template: LinkButton */ .link-button p { display: flex; text-align: center; } .link-button a { flex-grow: 1; padding: 0.3rem 0.6rem; border: 1px solid; border-color: var( --border-color-base ); background: var( --color-surface-2 ); border-radius: 12px; color: var( --color-base--emphasized ) !important; } .link-button a:hover { text-decoration: none; background: var( --color-surface-2--hover ); } .link-button a:active { background: var( --color-surface-2--active ); }
返回
MediaWiki:Common.css
。