MediaWiki:Common.css

MediaWiki界面页面
无成讨论 | 贡献2018年8月19日 (日) 06:06的版本

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* 放置于这里的CSS将应用于所有皮肤 */

.mw-body-content { font-size:17px;letter-spacing:1px;line-height:30px; }
.mw-body-content p { max-width:36em; }
.mw-body-content img { max-width:96vw; height:auto; }
.mw-body-content #toc { font-size:0.9em;letter-spacing:0;line-height:1.4em; }
.mw-body-content pre { line-height: 2em !important; }

.color-middle {background: #006699;}
.color-right {background: #339966;}

@media only screen and ( max-width:768px ) {

.mw-body { padding:1em 5px }
.mw-mmv-image img {width: 100%;height: auto;}
.mw-mmv-image-wrapper {position: inherit;}
.mw-mmv-fullscreen, .mw-mmv-download-button, .mw-mmv-options-button, .mw-mmv-lightbox-open #gotobottom, .mw-mmv-lightbox-open #gototop  {display:none;}
.mw-mmv-next-image, .mw-mmv-prev-image {top:20vh !important;}
.mw-mmv-post-image {position: initial;}
.mw-mmv-next-image:focus, .mw-mmv-prev-image:focus {outline:none;outline:0;}
.mw-mmv-wrapper svg {display:none;}

div#mw-navigation div#mw-panel { font-size: 1.2rem; }
#gototop { position: fixed;right: 2vw;top: 22vh;color: #807d7d;border: 1px #ababab solid;border-radius: 6px;width: 20px;height: 20px;text-decoration: none;text-align: center;display: block !important;font-size: 10px;line-height: 20px;z-index: 10;background-color: #fff; }
#gotobottom { position: fixed;right: 2vw;bottom: 22vh;color: #807d7d;border: 1px #ababab solid;border-radius: 6px;width: 20px;height: 20px;text-decoration: none;text-align: center;display: block !important;font-size: 10px;line-height: 20px;z-index: 10;background-color: #fff; }
 
 }