LLWiki正在建設中,歡迎加入我們

「Widget:Countdown」修訂間的差異

跳至導覽 跳至搜尋
(使用页面/文本对比查看器快速编辑)
(使用页面/文本对比查看器快速编辑)
/* </includeonly>CSS样式表:<pre lang="css"> */
.countdownNode {
visibility: hidden; /* 占位 */
display: inline;
}
.counting > :first-child {
display: inline; /* 覆盖songposition */
}
.counting > span:first-child {
display: none;
}
.isBefore > span:first-child {
display: initial;
}
.isBefore > span:last-child {
display: none;
}