MediaWiki:Common.css:修订间差异

来自运维百科
无编辑摘要
无编辑摘要
第35行: 第35行:
}
}
/*隐藏首页的分类*/
/*隐藏首页的分类*/
body.page-Main_Page .mw-normal-catlinks {
body.page-Main_Page #catlinks-sidebar {
     display: none;
     display: none;
}
}

2024年4月2日 (二) 12:34的版本

/* 这里放置的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;
}