.runningProposalList .mw-prefixindex-body {
columns: unset;
break-inside: unset;
page-break-inside: unset;
}
.runningProposalList:not(:empty)::before {
content: "目前正进行的提案:"
}
.runningProposalList:not(:empty):lang(zh-hant)::before,
.runningProposalList:not(:empty):lang(zh-hk)::before,
.runningProposalList:not(:empty):lang(zh-tw)::before {
content: "目前正進行的提案:"
}
.runningProposalList ul {
list-style-type: decimal;
list-style-image: none;
}
.runningProposalList ul li::after {
content: ";"
}
.runningProposalList ul li:last-child::after {
content: "。"
}
.runningProposalList:empty {
height: 100%;
width: 100%;
min-height: 1em;
position: relative;
}
.runningProposalList:empty::after {
content: "(当前没有讨论中提案)";
font-style: italic;
position: absolute;
left: 0;
right: 0;
display: block;
text-align: center;
top: calc(50% - .8em);
}
.runningProposalList:empty:lang(zh-hant)::after,
.runningProposalList:empty:lang(zh-hk)::after,
.runningProposalList:empty:lang(zh-tw)::after {
content: "(當前沒有討論中提案)"
}
/* [[Category:在模板名字空间下的CSS页面]] */