MediaWiki:Common.css:修订间差异
来自运维百科
无编辑摘要 |
(没有差异)
|
2024年3月4日 (一) 12:04的版本
/* 这里放置的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;
}
