“模板:Catnav/style.css”的版本间的差异

来自萌娘文库
跳转至: 导航搜索
(创建页面,内容为“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…”)
 
(+ CAT)
 
(未显示另一用户的1个中间版本)
第1行: 第1行:
ul.topicpath {
+
.topicpath {
 
border: 1px outset #eef;
 
border: 1px outset #eef;
 
padding: 0.3em 0.6em;
 
padding: 0.3em 0.6em;
第8行: 第8行:
 
list-style: none;
 
list-style: none;
 
}
 
}
ul.topicpath>li:not(:first-child)::before {
+
.topicpath>li {
content: " > ";
+
display: inline;
 
}
 
}
 +
.topicpath>li:not(:first-child)::before {
 +
content: " > ";
 +
}
 +
 +
/** [[Category:在模板名字空间下的CSS页面]] **/

2022年3月7日 (一) 23:32的最新版本

.topicpath {
	border: 1px outset #eef;
	padding: 0.3em 0.6em;
	margin: 0;
	background: #eef;
	clear: both;
	font-size: smaller;
	list-style: none;
}
.topicpath>li {
	display: inline;
}
.topicpath>li:not(:first-child)::before {
	content: " > ";
}

/** [[Category:在模板名字空间下的CSS页面]] **/