本网站正在建设中(~ ̄▽ ̄)~
- 你好~!欢迎来到中文歌声合成个人收集站-VCPedia.cn!
- 若发现页面信息有误或投稿至本站,请联系管理员。
Template:背景图片/page.css
跳到导航
跳到搜索
- @keyframes show{
- from{
- opacity: 0;
- }
- }
- @keyframes shrink{
- from{
- transform: scale(1.15);
- }
- }
- @keyframes clear{
- from{
- filter: blur(5px);
- }
- }
- @keyframes appear{
- from{
- opacity: 0;
- transform: scale(1.3);
- }
- }
- @keyframes look-top{
- from{
- width: 150%;
- height: 150%;
- object-position: center bottom;
- }
- 50%{
- object-position: center top;
- }
- }
- @keyframes look-bottom{
- from{
- width: 150%;
- height: 150%;
- object-position: center top;
- }
- 50%{
- object-position: center bottom;
- }
- }
- #toc{
- background: rgba(250,250,250,0.7);
- }
- .infoBoxContent {
- background: rgba(251,251,251,0.6);
- }
- .wikitable {
- background-color: rgba(251,251,251,0.6);
- }
- /* [[Category:在模板名字空间下的CSS页面]] */