“MediaWiki:Common.css”的版本间的差异
		
		
		
		
		
		跳到导航
		跳到搜索
		
				
		
		
	
标签:移动网页编辑 移动版编辑  | 
				|||
| 第25行: | 第25行: | ||
display: grid;    | display: grid;    | ||
place-items: center;  | place-items: center;  | ||
| + | max-height: 100%;  | ||
}  | }  | ||
2021年1月1日 (五) 00:28的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* LiteInfoBox */
.ifw-lite-info-box {
text-align: center; 
margin: 0.1rem;
display: grid;
grid-template-columns: auto 1fr;
grid-gap: 0.5rem;
padding: 0.2rem;
border-radius: 5px;
}
.ifw-lite-info-box > .content{
text-align: left;
margin: 0.2rem;
width: auto;
font-size: 0.7rem;
display: grid;
place-items: center start;
}
.ifw-lite-info-box > .avatar{
display: grid; 
place-items: center;
max-height: 100%;
}
.ifw-banner {
display: grid;
grid-template-columns: auto-fit;
}
.ifw-banner > img {
max-width: 100% !important;
min-height: 100%;
width: 100%;
height: auto;
}
.rootpage-首页 #firstHeading {
display:none;
}
.ifw-basepagename {
font-size:0.3rem;
color: gray;
}