Guest User

Untitled

a guest
Dec 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. /* SCARFCODE1 BEGINS */
  2.  
  3. scarves{
  4.  
  5. position:fixed;
  6.  
  7. left:50%;
  8.  
  9. right:50%;
  10.  
  11. margin-left:280px;
  12.  
  13. margin-top:0px;
  14.  
  15. z-index:999999;
  16.  
  17. }
  18.  
  19.  
  20.  
  21. scarf1{
  22.  
  23. width:25px;
  24.  
  25. height:150px;
  26.  
  27. position:fixed;
  28.  
  29. margin-top:-100px;
  30.  
  31. transition: all 1s, transform 1s;
  32.  
  33. -moz-transition: all 1s, -moz-transform 1s;
  34.  
  35. -webkit-transition: all 1s, -webkit-transform 1s;
  36.  
  37. -o-transition: all 1s, -o-transform 1s;
  38.  
  39. opacity:0.4;
  40.  
  41. }
  42.  
  43. scarf1:hover{
  44.  
  45. margin-top:-65px;
  46.  
  47. transition: all 1s, transform 1s;
  48.  
  49. -moz-transition: all 1s, -moz-transform 1s;
  50.  
  51. -webkit-transition: all 1s, -webkit-transform 1s;
  52.  
  53. -o-transition: all 1s, -o-transform 1s;
  54.  
  55. opacity:1.00;
  56.  
  57. }
  58.  
  59. scarf2{
  60.  
  61. width:25px;
  62.  
  63. height:150px;
  64.  
  65. position:fixed;
  66.  
  67. margin-left:55px;
  68.  
  69. margin-top:-100px;
  70.  
  71. transition: all 1s, transform 1s;
  72.  
  73. -moz-transition: all 1s, -moz-transform 1s;
  74.  
  75. -webkit-transition: all 1s, -webkit-transform 1s;
  76.  
  77. -o-transition: all 1s, -o-transform 1s;
  78.  
  79. opacity:0.4;
  80.  
  81. }
  82.  
  83. scarf2:hover{
  84.  
  85. margin-top:-65px;
  86.  
  87. transition: all 1s, transform 1s;
  88.  
  89. -moz-transition: all 1s, -moz-transform 1s;
  90.  
  91. -webkit-transition: all 1s, -webkit-transform 1s;
  92.  
  93. -o-transition: all 1s, -o-transform 1s;
  94.  
  95. opacity:1.00;
  96.  
  97. }
  98.  
  99. scarf3{
  100.  
  101. width:25px;
  102.  
  103. height:150px;
  104.  
  105. position:fixed;
  106.  
  107. margin-left:110px;
  108.  
  109. margin-top:-100px;
  110.  
  111. transition: all 1s, transform 1s;
  112.  
  113. -moz-transition: all 1s, -moz-transform 1s;
  114.  
  115. -webkit-transition: all 1s, -webkit-transform 1s;
  116.  
  117. -o-transition: all 1s, -o-transform 1s;
  118.  
  119. opacity:0.4;
  120.  
  121. }
  122.  
  123. scarf3:hover{
  124.  
  125. margin-top:-65px;
  126.  
  127. transition: all 1s, transform 1s;
  128.  
  129. -moz-transition: all 1s, -moz-transform 1s;
  130.  
  131. -webkit-transition: all 1s, -webkit-transform 1s;
  132.  
  133. -o-transition: all 1s, -o-transform 1s;
  134.  
  135. opacity:1.00;
  136.  
  137. }
  138.  
  139. scarf4{
  140.  
  141. width:25px;
  142.  
  143. height:150px;
  144.  
  145. position:fixed;
  146.  
  147. margin-left:165px;
  148.  
  149. margin-top:-100px;
  150.  
  151. transition: all 1s, transform 1s;
  152.  
  153. -moz-transition: all 1s, -moz-transform 1s;
  154.  
  155. -webkit-transition: all 1s, -webkit-transform 1s;
  156.  
  157. -o-transition: all 1s, -o-transform 1s;
  158.  
  159. opacity:0.4;
  160.  
  161. }
  162.  
  163. scarf4:hover{
  164.  
  165. margin-top:-65px;
  166.  
  167. transition: all 1s, transform 1s;
  168.  
  169. -moz-transition: all 1s, -moz-transform 1s;
  170.  
  171. -webkit-transition: all 1s, -webkit-transform 1s;
  172.  
  173. -o-transition: all 1s, -o-transform 1s;
  174.  
  175. opacity:1.00;
  176.  
  177. }
  178.  
  179. /* SCARFCODE1 ENDS */
Add Comment
Please, Sign In to add comment