TextPage.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. @keyframes page1-animation-thaw {
  2. 0% { opacity: 0; }
  3. 100% { opacity: 1; }
  4. }
  5. @keyframes page2-animation-thaw {
  6. 0% { opacity: 1; }
  7. 100% { opacity: 0; }
  8. }
  9. .paper1 {
  10. background: url("images/paper1.jpg") center;
  11. background-size: 100% 100%;
  12. }
  13. .paper2 {
  14. background: url("images/paper2.jpg") center;
  15. background-size: 100% 100%;
  16. }
  17. .paper3 {
  18. background: url("images/paper3.jpg") center;
  19. background-size: 100% 100%;
  20. }
  21. .paper4 {
  22. background: url("images/paper4.jpg") center;
  23. background-size: 100% 100%;
  24. }
  25. .paper5 {
  26. background: url("images/paper5.jpg") center;
  27. background-size: 100% 100%;
  28. }
  29. .paper6 {
  30. background: url("images/paper6.jpg") center;
  31. background-size: 100% 100%;
  32. }
  33. .paper7 {
  34. background: url("images/paper7.jpg") center;
  35. background-size: 100% 100%;
  36. }
  37. .paper8 {
  38. background: url("images/paper8.jpg") center;
  39. background-size: 100% 100%;
  40. }
  41. .paper9 {
  42. background: url("images/paper9.jpg");
  43. }
  44. .paper10 {
  45. background: url("images/paper10.png") center;
  46. background-size: 100% 100%;
  47. }
  48. .paper11 {
  49. background: url("images/paper11.png") center;
  50. background-size: 100% 100%;
  51. }
  52. .paper12 {
  53. background: url("images/paper12.png") center;
  54. background-size: 100% 100%;
  55. }
  56. .paper13 {
  57. background: url("images/paper13.png") center;
  58. background-size: 100% 100%;
  59. }
  60. .paper14 {
  61. background: url("images/paper14.png") center;
  62. background-size: 100% 100%;
  63. }
  64. .paper15 {
  65. background: url("images/paper15.png") center;
  66. background-size: 100% 100%;
  67. }
  68. .paper16 {
  69. background: url("images/paper16.png") center;
  70. background-size: 100% 100%;
  71. }
  72. .paper17 {
  73. background: url("images/paper17.png") center;
  74. background-size: 100% 100%;
  75. }