LLWiki正在建设中,欢迎加入我们!
MediaWiki:Mobile.css
跳转到导航
跳转到搜索
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* 这里放置的CSS将影响使用移动版网站的用户 */ /* notification */ #mw-notification-area { top: 130px; bottom: auto; } div.mw-notification { position: static; } div.mw-notification.mw-notification-type-error, .mw-notification.mw-notification-type-warn, .mw-notification.mw-notification-type-success { background-size: 24px; background-position: 16px 50%; background-repeat: no-repeat; padding: 0.9em 1em 0.9em calc(1em + 40px); width: calc(80% - 40px); } .mw-notification.mw-notification-type-warn { background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23da3%22 fill-rule=%22evenodd%22 d=%22M11.643 22.364c1.234 0 2.235-.956 2.235-2.136h-4.47c0 1.18 1 2.136 2.234 2.136zm7.25-12.284v3.998l1.77 3.603v1.1H2.623v-1.1l1.77-3.602V10.08c0-2.894 1.822-5.41 4.475-6.47.26-1.283 1.415-2.227 2.773-2.227s2.51.944 2.776 2.227c2.653 1.06 4.477 3.576 4.477 6.47zM12.92 4.974h-2.554c-2.438.553-4.255 2.64-4.255 5.14v4.474l-1.7 2.44h14.47l-1.702-2.44v-4.474c.024-4.076-3.616-5.09-4.255-5.14z%22/%3E%3C/svg%3E"); } .mw-notification.mw-notification-type-success { background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%233d3%22 fill-rule=%22evenodd%22 d=%22M11.643 22.364c1.234 0 2.235-.956 2.235-2.136h-4.47c0 1.18 1 2.136 2.234 2.136zm7.25-12.284v3.998l1.77 3.603v1.1H2.623v-1.1l1.77-3.602V10.08c0-2.894 1.822-5.41 4.475-6.47.26-1.283 1.415-2.227 2.773-2.227s2.51.944 2.776 2.227c2.653 1.06 4.477 3.576 4.477 6.47zM12.92 4.974h-2.554c-2.438.553-4.255 2.64-4.255 5.14v4.474l-1.7 2.44h14.47l-1.702-2.44v-4.474c.024-4.076-3.616-5.09-4.255-5.14z%22/%3E%3C/svg%3E"); } .mw-notification-title { font-weight: bold; } /* collapsible */ a.mw-collapsible-text { color:#3366cc; } select { border: 1px solid #a2a9b1; border-radius: 2px; background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Ctitle%3E down %3C/title%3E %3Cpath d=%22M10.085 2.943L6.05 6.803l-3.947-3.86L1.05 3.996l5 5 5-5z%22/%3E %3C/svg%3E") no-repeat right; } /* 编辑页面 */ #editform { clear: both; } .mw-editTools li { margin-bottom:0; } /* 最近更改 */ .mw-rcfilters-ui-overlay { z-index: 1; /* 修复后台CSS异常 */ } #ooui-invert { display:none; } .mw-rcfilters-ui-menuSelectWidget-view-namespaces #ooui-invert { display:block; } @media only screen and (max-width:720px) { .mw-rcfilters-ui-rclTopSectionWidget .mw-rcfilters-ui-cell { display: block; } .mw-rcfilters-ui-rclTopSectionWidget .mw-rcfilters-ui-rclTargetPageWidget { min-width: 100%; } } /* Suppress */ li span.deleted { text-decoration: line-through; color: #72777d; font-style: italic; }