MediaWiki:Common.css:修订间差异

来自少前2百科
无编辑摘要
Lz讨论 | 贡献
无编辑摘要
第21行: 第21行:
     border-width: 0.4em;
     border-width: 0.4em;
     border-radius: 10px;
     border-radius: 10px;
}
table.stripe tr:nth-child(even) {
    background: #e0e0e0;
}
}

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(even) {
    background: #e0e0e0;
}