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

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

彼得潘/styles.css

VCPedia.cn ——关于中文歌声合成的一切。
跳到导航 跳到搜索
.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页面]] */