MediaWiki:Common.css

来自运维百科
板板讨论 | 贡献2024年4月2日 (二) 12:34的版本

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

  • 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将应用于所有皮肤 */
@media screen and (max-width: 1300px) {
    .mw-parser-output img {
        max-width: 100%;
        width:100% !important;
        height: auto;
        margin: 0 !important;
    }
    .gallerybox{
    	width:100% !important;
    }
    .thumb{
    	width:100% !important;
    }
}
.mw-body table{
	white-space: pre-wrap;
}

.wikitable{
	table-layout: auto !important;
}

/*图库内容水平居中
.mw-parser-output ul {
    text-align: center ;
}*/
.mw-body h1, .mw-body h2 {
    display:block;
}

.mw-body-content .pdf-embed {
    width: 100%;
    border: 1px solid #323639;
}
/*隐藏首页的分类*/
body.page-Main_Page #catlinks-sidebar {
    display: none;
}