LLWiki正在建设中,欢迎加入我们!
Widget:年表标签/筛选
跳转到导航
跳转到搜索
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;
}
/*