打开主菜单
首页
随机
最近更改
特殊页面
社群首页
设置
关于真佛百科
免责声明
真佛百科
搜索
用户菜单
登录
查看“Template:Menu/styles.css”的源代码
←
Template:Menu/styles.css
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:emailconfirmed
您必须确认您的电子邮件地址才能编辑页面。请通过
参数设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
/** * [[Category:Template style pages]] */ .menu { background: #f8f9fa; border: 1px solid #a2a9b1; box-sizing: border-box; clear: both; float: right; margin: 0 0 1em 1em; overflow: hidden; text-align: center; width: 332px; } .menu-header { background: #1b476a; color: white; cursor: pointer; font-weight: bold; margin: .5em; position: relative; } .menu-header img:first-of-type { filter: invert(1); float: left; margin: 3px 5px 3px 5px; } .menu-header img:last-of-type { filter: invert(1); float: right; margin: 5px; } .menu-header a { color: inherit; text-decoration: underline; } .menu-content { margin: .5em; overflow: hidden; } .menu-logo, .menu-image { margin: .5em; } .menu-logo img, .menu-image img { vertical-align: middle; margin: auto; } .menu-title { font-size: large; margin: 7px; text-align: center; } .menu-subtitle { margin: .5em; } .menu-text { margin: .5em; } .menu-group { font-weight: bold; margin-top: 1em; text-align: left; } .menu-list { margin: 1em .5em; text-align: left; } /** * Collapse */ .menu-collapse .menu-content { display: none; } /** * Center */ .menu-center .menu-group, .menu-center .menu-list { text-align: center; } .menu-center ul { list-style: none; margin: 0; } /** * Special features */ .menu-persistent-button { position: relative; } .menu-persistent-button .mw-ui-button:hover:after { background: #a2a9b1; border-radius: 2px; color: white; content: attr( title ); opacity: .8; padding: .5em; position: absolute; left: 50%; transform: translateX( -50% ); top: 2.5em; } .menu-progress-buttons { margin: .5em; text-align: center; } .menu-progress-buttons a:nth-child(2) { margin-left: .5em; } .menu-progress-bar { background: #a2a9b1; margin: .5em; text-align: center; } .menu-progress { background: #3366cc; color: white; margin: 0; } .menu-no-progress { margin-left: .5em; width: 0; } .menu-book { margin: .5em; text-align: center; } /** * Dark mode */ body.poncho-dark-mode .menu { background: #303134; border-color: #3c4043; color: #bdc1c6; } /** * Small screens */ @media screen and (max-width:600px) { .menu { float: none; margin: 1em 0; width: 100%; } .menu-logo, .menu-image { float: none; } .menu .selflink { font-weight: bold; } .menu-content { display: none; } }
返回
Template:Menu/styles.css
。