MediaWiki:Common.css:修订间差异

来自北京交通百科
跳转到导航 跳转到搜索
Deefhi留言 | 贡献
无编辑摘要
Deefhi留言 | 贡献
无编辑摘要
第2行: 第2行:
.HisName {
.HisName {
     white-space: nowrap;
     white-space: nowrap;
}
.CatLinks {
background-color: #f8f9fa;
    color: #202122;
    border-color: #a2a9b1;
    margin-right:1em;
}
}
/* Hatnote */
/* Hatnote */

2023年6月20日 (二) 16:42的版本

/* 这里放置的CSS将应用于所有皮肤 */
.HisName {
    white-space: nowrap;
}
.CatLinks {
	background-color: #f8f9fa;
    color: #202122;
    border-color: #a2a9b1;
    margin-right:1em;
}
/* Hatnote */
div.hatnote {
	/* @noflip */
    font-size: small;
	padding-left: 2em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
div.hatnote + div.hatnote {
	margin-top: -0.5em;
}
/* Index Fix */
@media (max-width: 5800px){
	.MainPageBG01{ 
		width:50%;
	}
}
@media (max-width: 1024px){
	.MainPageBG01{ 
		width:100%;
		display:block;
	}
}