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

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

Template:背景图片/page.css

VCPedia.cn ——关于中文歌声合成的一切。
跳到导航 跳到搜索
  1. @keyframes show{
  2. from{
  3. opacity: 0;
  4. }
  5. }
  6. @keyframes shrink{
  7. from{
  8. transform: scale(1.15);
  9. }
  10. }
  11. @keyframes clear{
  12. from{
  13. filter: blur(5px);
  14. }
  15. }
  16. @keyframes appear{
  17. from{
  18. opacity: 0;
  19. transform: scale(1.3);
  20. }
  21. }
  22. @keyframes look-top{
  23. from{
  24. width: 150%;
  25. height: 150%;
  26. object-position: center bottom;
  27. }
  28. 50%{
  29. object-position: center top;
  30. }
  31. }
  32. @keyframes look-bottom{
  33. from{
  34. width: 150%;
  35. height: 150%;
  36. object-position: center top;
  37. }
  38. 50%{
  39. object-position: center bottom;
  40. }
  41. }
  42. #toc{
  43. background: rgba(250,250,250,0.7);
  44. }
  45. .infoBoxContent {
  46. background: rgba(251,251,251,0.6);
  47. }
  48. .wikitable {
  49. background-color: rgba(251,251,251,0.6);
  50. }
  51. /* [[Category:在模板名字空间下的CSS页面]] */