模板:Catnav/style.css

来自萌娘文库
< 模板:Catnav
あめろ讨论 | 贡献2022年1月2日 (日) 15:47的版本 (创建页面,内容为“ul.topicpath { border: 1px outset #eef; padding: 0.3em 0.6em; margin: 0; background: #eef; clear: both; font-size: smaller; list-style: none; } ul.topicpath>l…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索
ul.topicpath {
	border: 1px outset #eef;
	padding: 0.3em 0.6em;
	margin: 0;
	background: #eef;
	clear: both;
	font-size: smaller;
	list-style: none;
}
ul.topicpath>li:not(:first-child)::before {
	content: " &gt; ";
}