Advertisement
tiresome16

nhjmk,

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