◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

“模板:语音/styles.css”的版本间的差异

来自少前百科GFwiki
跳转至: 导航搜索
(创建页面,内容为“.voice-table { border-spacing: 0 2px; text-align: center; } .voice-table td { background: #212121; box-shadow: 1px 2px 3px rgba(0,0,0,.2); padding: 0 0.5em; } .…”)
 
 
第1行: 第1行:
.voice-table {
+
.voiceTable {
border-spacing: 0 2px;
+
display: table;
 
text-align: center;
 
text-align: center;
 
}
 
}
.voice-table td {
+
.voiceTable td {
background: #212121;
 
 
box-shadow: 1px 2px 3px rgba(0,0,0,.2);
 
box-shadow: 1px 2px 3px rgba(0,0,0,.2);
 
padding: 0 0.5em;
 
padding: 0 0.5em;
 
}
 
}
.voice-table td:first-child {
+
.voiceTable td:first-child {
 
background: #f4c430;
 
background: #f4c430;
 
color: black;
 
color: black;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}
.voice-table td:nth-child(2) {text-align: left;}
+
.voiceTable td:nth-child(2) {text-align: left;}
 
.vo-soulcontract p, .vo-dialoguewedding p {
 
.vo-soulcontract p, .vo-dialoguewedding p {
 
filter: blur(4px);
 
filter: blur(4px);

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;}