模板:Main page/汉化/styles.css

来自星际公民中文百科
#home-hanhua {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-hanhua-links {
	grid-template-columns: 1fr 1fr;
}

.home-hanhua__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-hanhua-patch {
	display: flex;
	white-space: nowrap;
	align-items: center;
}

.home-hanhua__name {
	font-size: 1.2rem;
	font-weight: 600;
}

.home-hanhua__type {
	padding: 0.3rem 0.6rem;
	margin-left: 0.4rem;
	background: var( --color-surface-3 );
	border-radius: 100px;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--color-link-new--hover);
}

.home-hanhua__type--y {
	background: var( --background-color-success );
}

.home-hanhua__type--n {
	background: var( --background-color-destructive );
}

.home-hanhuazt {
	font-size: 0.8rem;
	font-weight: 600;
}

Debug data: