模板:Main page/wikiinfo/styles.css:修订间差异

来自Dollan Infinity TH Wiki
无编辑摘要
无编辑摘要
标签已被回退
第4行: 第4行:
margin-top: 0.1em;
margin-top: 0.1em;
margin-bottom: 1em;
margin-bottom: 1em;
color: var( --color-surface-4 );
}
}



2023年8月15日 (二) 02:59的版本

.infotitle {
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 0.1em;
	margin-bottom: 1em;
	color: var( --color-surface-4 );
}

.date {
	font-size: 10px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#home-editing {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-editing__stats {
	display: flex;
}

.home-stats__value a {
	text-decoration: none;
	font-weight: 500;
}