模板:Dictionary/shared/styles.css

来自骷髅女孩Wiki
圈圈菌Q讨论 | 贡献2023年12月13日 (三) 23:43的版本
.home-card {
	width: min-content;
}
.dictionary {
	border-collapse: collapse;
	white-space: nowrap;
}
.dictionary th {
	background-color: #750800;
	color: #fff;
	border-bottom-width: 0;
	font-size: 1.05em;
	padding: 5px 10px;
	text-align: center;
}
.dictionary td {
	color: #000;
	font-size: 1em;
	padding: 5px 10px;
}
.dictionary td, .dictionary th {
	border-bottom: 1px solid #750800;
}