MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第23行: | 第23行: | ||
} | } | ||
table.stripe tr:nth-child( | table.stripe tr:nth-child(odd) { | ||
background: #e9e9e9; | background: #e9e9e9; | ||
} | } |
2024年1月21日 (日) 20:55的版本
.infobox-container { position: relative; float: right; } .infobox-body { border-collapse: collapse; border-style: solid; border-width: 0.4em; border-color: transparent; text-align: center; vertical-align: center; } .infobox-border { position: absolute; inset: 0; z-index: 1; pointer-events: none; border-style: solid; border-width: 0.4em; border-radius: 10px; } table.stripe tr:nth-child(odd) { background: #e9e9e9; }