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

Widget:年表標籤/篩選

出自LLWiki
跳至導覽 跳至搜尋
Template-info.png 小部件文檔
這個文檔是內聯文檔。

僅用於{{年表標籤/篩選}}。

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

CSS樣式表:

 */
.chronology, .filter {
	display: inline-block !important; /* Safari */
	white-space: nowrap;
	line-height: 1.2;
	color: #676767;
	font-weight: bold;
	font-size: small;
	padding: 2px 4px;
	margin-right: 0.5rem;
	border-radius: 3px;
	transition: background-color ease-out 0.5s;
}
.filter.mw-collapsed {
	background-color: #ccc !important;
}
/*