本网站正在建设中(~ ̄▽ ̄)~

  • 你好~!欢迎来到中文歌声合成个人收集站-VCPedia.cn!
  • 若发现页面信息有误投稿至本站,请联系管理员。

彼得潘/styles.css

VCPedia.cn ——关于中文歌声合成的一切。
JackBlock讨论 | 贡献2024年9月10日 (二) 22:54的版本 (// Edit via Wikiplus)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索
.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);
}
/* [[分类:在主名字空间下的CSS页面]] */