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

「Widget:Countdown」修訂間的差異

出自LLWiki
跳至導覽 跳至搜尋
(// 使用Wikiplus小工具快速编辑)
標籤流動版網頁編輯 流動版編輯
第6行: 第6行:
visibility:hidden;
visibility:hidden;
}
}
.counting {
.counting > span:first-child {
display:none;
visibility:visible;
}
.isBefore > span:first-child {
display:initial;
}
.isBefore > span:last-child {
display:none;
}
}
/* </pre><includeonly> */
/* </pre><includeonly> */

於 2020年12月5日 (六) 04:37 的修訂

Template-info.png 小部件文檔
這個文檔是內聯文檔。

本頁面含有來自萌娘百科的文本,以CC BY-NC-SA 3.0授權引入。經過雙方的修改,內容可能已與來源有很大差異。

請使用{{countdown}}調用。

JavaScript腳本:User:Bhsd/widget/countdown.js

CSS樣式表:

 */
.countdownNode {
	visibility:hidden;
}
.counting > span:first-child {
	display:none;
}
.isBefore > span:first-child {
	display:initial;
}
.isBefore > span:last-child {
	display:none;
}
/*