彼得潘/styles.css

破壁人五号讨论 | 贡献2024年9月10日 (二) 22:20的版本 (破壁人五号将页面彼得潘/styles.css的内容模型从“已过滤的CSS”更改为“CSS”:​因为它就是 CSS)
.infobox-singer::before {
    color: #333;
    content: "演唱";
    position: absolute;
    transform-origin: bottom left;
    transform: skew(-70deg) scale(1,0.5);
}
.infobox-singer::after {
    color: #333;
    content: "演唱";
    position: absolute;
    transform-origin: bottom left;
    transform: translateX(-4em) scale(-0.8,1.5);
}

.infobox-up::before {
    color: #333;
    content: "UP主";
    position: absolute;
    transform-origin: bottom left;
    transform: skew(-70deg) scale(1,0.5);
}
.infobox-up::after {
    color: #333;
    content: "UP主";
    position: absolute;
    transform-origin: bottom left;
    transform: translateX(-4em) scale(-0.8,1.5);
}

.infobox-link::before {
    color: #333;
    content: "链接";
    position: absolute;
    transform-origin: bottom left;
    transform: skew(-70deg) scale(1,0.5);
}
.infobox-link::after {
    color: #333;
    content: "链接";
    position: absolute;
    transform-origin: bottom left;
    transform: translateX(-4em) scale(-0.8,1.5);
}