LLWiki正在建设中,欢迎加入我们

“Widget:年表標籤/篩選”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
(使用页面/文本对比查看器快速编辑)
(使用页面/文本对比查看器快速编辑)
标签移动版网页编辑 移动版编辑
第2行: 第2行:
/* </includeonly>CSS样式表:<pre lang="css"> */
/* </includeonly>CSS样式表:<pre lang="css"> */
.chronology, .filter {
.chronology, .filter {
display: inline-block;
color: #676767;
color: #676767;
font-weight: bold;
font-weight: bold;
第8行: 第7行:
white-space: nowrap;
white-space: nowrap;
padding: 2px 4px;
padding: 2px 4px;
margin: 2px 0.5rem 2px 0;
margin-right: 0.5rem;
border-radius: 3px;
border-radius: 3px;
}
}

2021年1月24日 (日) 09:48的版本

Template-info.png 小部件文档
这个文档是内联文档。

仅用于{{年表标签/筛选}}。

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

CSS样式表:

 */
.chronology, .filter {
	color: #676767;
	font-weight: bold;
	font-size: small;
	white-space: nowrap;
	padding: 2px 4px;
	margin-right: 0.5rem;
	border-radius: 3px;
}
/*