打开/关闭菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Dictionary/shared/styles.css

来自骷髅女孩Wiki
Junchnzy留言 | 贡献2024年12月8日 (日) 09:48的版本 (创建页面,内容为“.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; }”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.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;
}