欢迎来到偶像大师中文维基,本站仍在筹备阶段,如有兴趣参与建设可加群申请账号:
542540342
《
偶像大师 全力以赴
》汉化补丁现已发布,
点击此处
转至发布页查看详情
查看“︁MediaWiki:Common.css”︁的源代码
←
MediaWiki:Common.css
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于这些用户组的用户执行:
用户
、editor
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。 如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
/* 这里放置的CSS将应用于所有皮肤 */ #scrollDiv li { list-style: none; } /*模糊样式*/ .fuzzy { filter: blur(3px); text-shadow: 0px 0px 5px white; transition: all 0.1s ease-in-out; } .fuzzy:hover { filter: none; text-shadow: none; } /*右侧目录*/ #right-navigation { margin-top: 157px!important; } #left-navigation { margin-top: 157px!important; } body #mw-head-base { display:none; } body #mw-page-base { display:none; } body .mw-body { margin-top: 199px; } .rtshow #rtocbt { display: none; } .rthide #rtocbt { display: inline-block; } .rtshow #rtoculw { box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); scrollbar-color: darkgray transparent; } #rightToc { position: fixed; top:20vh; right: 0px; z-index:999; } #rtocbt { display: inline-block; vertical-align: middle; background: #FF74B9; color:#FFF; opacity: 0.5; width: 20px; text-align: center; padding: 15px 3px; } #rtocul { margin-left: 5px; padding-right: 5px; list-style: none; max-height: 45vh; overflow-y: auto; } #rtocul a { color: #FF74B9; } #rtoculw { display: inline-block; vertical-align: middle; margin-left: 0px; background-color: rgba(255, 237, 230, 0.6); border: 1px solid #a2a9b1; } /* 回到顶部 */ .backToTop { opacity: 1; filter: alpha(opacity=100); position: fixed; _position: absolute; z-index: 9999; bottom: 60px; right: 20px; display: none; height: 50px; width: 50px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' transform-origin='40% 15%' transform='rotate(-90) scale(2)'%3E%3Cpath d='M11 0c6.08 0 11 4.92 11 11s-4.92 11-11 11S0 17.08 0 11 4.92 0 11 0z' fill='%23ff74b9' fill-rule='evenodd'/%3E%3Cpath data-path='true' d='M10.72 6.29H7.91L13.28 11l-5.37 4.71h2.81L16.09 11l-5.37-4.71z' fill='%23fff'/%3E%3C/svg%3E") center no-repeat; background-size: contain; cursor: pointer; border-radius: 50%; } /* 隐藏编辑页面中的返回顶部按钮 */ .action-edit .backToTop, .action-submit .backToTop { display: none !important; } /* 水平列表 */ .hlist ul { display: inline; margin: 0; padding: 0; } .hlist li { display: inline; } .hlist li:not(:last-child) { padding-right: 0.286em; } .hlist li:not(:last-child)::after { content: ""; display: inline-block; position: relative; left: 0.286em; bottom: 0.214em; background-color: #000; height: 3px; width: 3px; } .hlist li > ul li:first-child::before { content: "("; } .hlist li > ul li:last-child::after { content: ")"; } .hlist li li li { font-size: x-small; } /* [[Template:SimpleNavbox]] */ .navbox { background: #fff; border: 1px solid hsl(0, 0%, 36%); margin: 1em auto 0; width: 100%; } .navbox table { background: #fff } .navbox table, .navbox .table-wide { margin-left: -4px; margin-right: -2px; } .navbox table:first-child, .navbox .table-wide:first-child { margin-top: -2px; } .navbox table:last-child, .navbox .table-wide:last-child { margin-bottom: -2px; } .navbox .table-wide { clear: none; } .navbox .navbox-top { white-space: nowrap; background-color: #ccc; padding: 0 3px; text-align: center; } .navbox .navbox-middle { white-space: nowrap; background-color: #ddd; padding: 0 3px; text-align: center; } .navbox .navbox-thru { white-space: nowrap; background-color: #eee; padding: 0 3px; text-align: center; } .navbox-navbar, .navbox-navbar-mini { float: left; font-size: 80%; position: absolute; } .navbox-title { padding: 0 10px; font-size: 110%; } .navbox th { background-color: #eee; padding: 0 10px; white-space: nowrap; text-align: right; } .navbox td { width: 100%; padding: 0 0 0 2px; } .navbox .table-wide::before { width: 0; height: 0; box-shadow: none; } .navbox .table-wide-inner, .navbox .table-wide table { margin: 0; } /* [[Template:Msg]] */ .wm-msg { background: #eee; box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3); border-radius: 0.5em; overflow: hidden; display: flex; flex-wrap: wrap; max-width: 40em; } .wm-msg-bar { width: 100%; padding: 0.5em; } .wm-msg-side { color: #eee; background: #353535; padding: 0.5em 0; font-size: 1.5em; display: flex; width: 2.5em; justify-content: center; } .wm-msg-main { margin: 0.75em; position: relative; display: block; width: calc(100% - 5.5em); align-self: baseline; } .wm-msg-title { font-size: 1.25em; font-weight: bold; display: block; border-bottom: 0.175em solid; } .wm-msg-text { padding-top: 0.5em; display: block; }
该页面使用的模板:
Template:Catalog lookup link
(
查看源代码
)
Template:Sandbox other
(
查看源代码
)
返回
MediaWiki:Common.css
。
首页
复制短链接
反馈与建议
管理与编辑
编辑指南
最近更改
维护列表
探索
官方网站
偶像大师 PORTAL
交流群组
友情链接
iM@S制作人同好会
偶像大师OFA汉化组
工具
导航菜单
个人工具
登录
命名空间
系统消息
讨论
English
查看
阅读
查看源代码
查看历史
更多
刷新
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
链入页面
相关更改
特殊页面
页面信息