打开主菜单

少前百科GFwiki β

模板:语音/styles.css

< 模板:语音
罗瓦讨论 | 贡献2024年4月8日 (一) 01:54的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.voiceTable {
	display: table;
	text-align: center;
}
.voiceTable td {
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	padding: 0 0.5em;
}
.voiceTable td:first-child {
	background: #f4c430;
	color: black;
	font-weight: bold;
}
.voiceTable td:nth-child(2) {text-align: left;}
.vo-soulcontract p, .vo-dialoguewedding p {
	filter: blur(4px);
	transition: filter 0.2s;
}
.vo-soulcontract:hover p, .vo-dialoguewedding:hover p {filter: none;}