Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. opacity: 0;
  2. z-index: 1;
  3. -webkit-transition: all 2000ms ease;
  4. -moz-transition: all 2000ms ease;
  5. -ms-transition: all 2000ms ease;
  6. -o-transition: all 2000ms ease;
  7. transition: all 2000ms ease;
  8.  
  9. z-index: -1;
  10. -webkit-transition: all 0.5s ease;
  11. -moz-transition: all 0.5s ease;
  12. -ms-transition: all 0.5s ease;
  13. -o-transition: all 0.5s ease;
  14. transition: all 0.5s ease;
  15.  
  16. background-color: #FFF;
  17.  
  18. z-index: 0;
  19. opacity: 0;
  20. visibility: hidden;
  21. -webkit-transition: all 0.75s ease;
  22. -moz-transition: all 0.75s ease;
  23. -ms-transition: all 0.75s ease;
  24. -o-transition: all 0.75s ease;
  25. transition: all 0.75s ease;
  26.  
  27. .slider{
  28. height: 570px;
  29. overflow: hidden;
  30. background: url(../img/main_slider.jpg);
  31. background-position-x: 0%;
  32. background-position-y: 0%;
  33. background-repeat: repeat;
  34. background-size: auto;
  35. background-position: center;
  36. background-size: 100%;
  37. background-repeat: no-repeat;
  38. box-shadow: 0 5px 15px rgba(0,0,0,.7);
  39. border-bottom: 1px solid #3339;
  40. }
  41.  
  42. .slider > .slide-description > label > .text-slide{
  43. margin: -90px auto;
  44. line-height: 6vw;
  45. text-align: center;
  46. margin-top: 60px;
  47. }
  48.  
  49. .slider{
  50. height: 484px;
  51. overflow: hidden;
  52. background: url(../img/main_slider.jpg);
  53. background-position-x: 0%;
  54. background-position-y: 0%;
  55. background-repeat: repeat;
  56. background-size: auto;
  57. background-position: center;
  58. background-size: 100%;
  59. background-repeat: no-repeat;
  60. box-shadow: 0 5px 15px rgba(0,0,0,.7);
  61. border-bottom: 1px solid #3339;
  62. }
  63.  
  64. .slider > .slide-description > label > .text-slide{
  65. margin: -85px -80px;
  66. margin-top: -85px;
  67. line-height: 6vw;
  68. text-align: center;
  69. margin-top: 60px;
  70. width: 600px;
  71. }
  72.  
  73. .slider{
  74. height: 430px;
  75. overflow: hidden;
  76. background: url(../img/main_slider.jpg);
  77. background-position-x: 0%;
  78. background-position-y: 0%;
  79. background-repeat: repeat;
  80. background-size: auto;
  81. background-position: center;
  82. background-size: 100%;
  83. background-repeat: no-repeat;
  84. box-shadow: 0 5px 15px rgba(0,0,0,.7);
  85. border-bottom: 1px solid #3339;
  86. }
  87.  
  88. .slider > .slide-description > label > .text-slide{
  89. margin: 38px 30px 40px -40px;
  90. margin-top: 38px;
  91. margin-top: 38px;
  92. margin-top: 15px;
  93. line-height: 6vw;
  94. text-align: inherit;
  95. margin-top: -60px;
  96. font-size: 25px;
  97. width: 600px;
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement