MediaWiki:Common.css:修订间差异

添加31字节 、​ 2024年1月27日 (星期六)
无编辑摘要
无编辑摘要
Lz讨论 | 贡献
无编辑摘要
第234行: 第234行:
.talent-icon {
.talent-icon {
     position: relative;
     position: relative;
    width: fit-content;
}
}


.talent-icon-bg {
.talent-icon-bg {
     width: fit-content;
     width: 100%;
    height: 100%;
}
 
.talent-icon-bg img {
    width: 100%;
    height: 100%;
}
}


.talent-icon-fg {
.talent-icon-fg {
     position: absolute;
     position: absolute;
     top: 50%;
     top: 34.375%;
     left: 50%;
     left: 34.375%;
     transform: translate(-50%, -50%);
     width: 31.25%;
     width: fit-content;
     height: 31.25%
}
}


.talent-icon-fg img {
.talent-icon-fg img {
     width: 125%;
     width: 100%;
     height: 125%;
     height: 100%;
}
}
2,088

个编辑