更多操作
AkiraZea将页面模板:Progression.css的内容模型从“wikitext”更改为“已过滤的CSS” |
无编辑摘要 |
||
第1行: | 第1行: | ||
.progression { | .progression { | ||
width: | width: 100%; | ||
margin: 0 auto; | margin: 0 auto; | ||
background: transparent; | background: transparent; |
2025年4月14日 (一) 15:29的最新版本
.progression { width: 100%; margin: 0 auto; background: transparent; } .progression-header { text-align: center; } .progression-header > span { font-size: 120%; font-weight: bold; } .progression-bar { border: 1px solid var( --border-color-subtle, #c8ccd1 ); height: 10px; width: 100%; border-spacing: 1px; } .progression-done { background: #00af32; } .progression-undone { background: var( --background-color-neutral, #eaecf0 ); }