“模板: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行: | ||
− | + | .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; | ||
} | } | ||
− | + | .topicpath>li { | |
− | + | 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页面]] **/