模板:Cslist/styles.css:修订间差异
外观
*>TheThomanski 无编辑摘要 |
小 导入1个版本 |
(没有差异)
|
2025年5月1日 (四) 02:42的最新版本
/* {{pp-template}} */
/* make an inline list with either comma or semicolon separators */
ul.cslist, ul.sslist, ul.andlist, ul.andlistoxford {
margin: 0;
padding: 0;
display: inline-block;
list-style: none;
}
ul.cslist-embedded {
display: inline;
}
.cslist li, .sslist li, .andlist li, .andlistoxford li {
margin: 0;
padding: 0 0.25em 0 0;
display: inline-block;
}
.cslist li:after, .andlistoxford li:after {
content: ", ";
}
.sslist li:after {
content: "; ";
}
.cslist li:last-child:after,
.sslist li:last-child:after,
.andlist li:last-child:after, .andlistoxford li:last-child:after {
content: none;
}
.andlist li:nth-last-child(2):after {
content: " and ";
}
.andlistoxford li:nth-last-child(2):after {
content: ", and ";
}