Widget:年表標籤/篩選

於 2021年5月29日 (六) 08:53 由 Bhsd對話 | 貢獻 所做的修訂 (//使用頁面/文本對比察看器快速編輯)
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;
}
/*