打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Div col/styles.css

来自RIA | Wiki
LettuceIce留言 | 贡献2024年4月24日 (三) 15:24的版本 (创建页面,内容为“{{pp|small=yes}}:​ .div-col { margin-top: 0.3em; column-width: 30em; } .div-col-rules { column-rule: 1px solid #aaa; } Reset top margin for lists in div col:​ .div-col dl, .div-col ol, .div-col ul { margin-top: 0; } Avoid elements breaking between columns See also Template:No col break:​ .div-col li, .div-col dd { page-break-inside: avoid; Removed from CSS in favor of break-inside c. 2020:​ break-inside: avoid-column; }”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* {{pp|small=yes}} */
.div-col {
	margin-top: 0.3em;
	column-width: 30em;
}

.div-col-rules {
	column-rule: 1px solid #aaa;
}

/* Reset top margin for lists in div col */
.div-col dl,
.div-col ol,
.div-col ul {
	margin-top: 0;
}

/* Avoid elements breaking between columns
   See also Template:No col break */
.div-col li,
.div-col dd {
	page-break-inside: avoid; /* Removed from CSS in favor of break-inside c. 2020 */
	break-inside: avoid-column;
}