模板:Dictionary/shared/styles.css:修订间差异

来自骷髅女孩Wiki
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
.home-card {
.home-card {
width: min-content;
width: min-content;
}
.home-card p em {
display: none;
}
}
.dictionary {
.dictionary {
第20行: 第23行:
}
}
.dictionary td, .dictionary th {
.dictionary td, .dictionary th {
border: 1px solid #750800;
border-bottom: 1px solid #750800;
}
}

2023年12月13日 (三) 23:45的最新版本

.home-card {
	width: min-content;
}
.home-card p em {
	display: none;
}
.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;
}