msstephyyanne

Updates Tab 1 - Style

Feb 7th, 2015
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. /* SCARFCODE BEGINS */
  2.  
  3. #scarves{
  4. position:fixed;
  5. margin-left:10px;
  6. margin-top:0px;
  7. z-index:999;
  8. }
  9.  
  10. #scarf1{
  11. width:25px;
  12. height:150px;
  13. position:fixed;
  14. margin-top:-40px; /* how low the flag hangs from the top */
  15. opacity:0.8;
  16. }
  17.  
  18. #scarf1:hover #content1{margin-top:10px; opacity:1.00;}
  19.  
  20. #content1 {
  21. position:absolute;
  22. width:150px; /* how wide the text spans */
  23. padding:0px;
  24. padding-left:5px;
  25. left:0px;
  26. margin-top:143px; /* how low the text is from the top */
  27. font-size:11px;
  28. font-family:calibri;
  29. text-align:left;
  30. font-weight:normal;
  31. color:#000000;
  32. opacity:0;
  33. margin-top:0px;filter: alpha(opacity = 0);
  34. -webkit-transition: all 0.6s ease-out;
  35. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  36. }
  37.  
  38.  
  39.  
  40. #scarf2{
  41. width:25px;
  42. height:150px;
  43. position:fixed;
  44. margin-left:31px;
  45. margin-top:-60px;
  46. opacity:0.8;
  47. }
  48.  
  49. #scarf2:hover #content2{margin-top:10px; opacity:1.00;}
  50.  
  51. #content2 {
  52. position:absolute;
  53. width:150px;
  54. padding:0px;
  55. padding-left:5px;
  56. left:0px;
  57. margin-top:143px;
  58. font-size:11px;
  59. font-family:calibri;
  60. text-align:left;
  61. font-weight:normal;
  62. color:#000000;
  63. opacity:0;
  64. margin-top:0px;filter: alpha(opacity = 0);
  65. -webkit-transition: all 0.6s ease-out;
  66. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  67. }
  68.  
  69.  
  70. #scarf3{
  71. width:25px;
  72. height:150px;
  73. position:fixed;
  74. margin-left:62px;
  75. margin-top:-80px;
  76. transition: all 1s, transform 1s;
  77. -moz-transition: all 1s, -moz-transform 1s;
  78. -webkit-transition: all 1s, -webkit-transform 1s;
  79. -o-transition: all 1s, -o-transform 1s; opacity:0.8;
  80. }
  81.  
  82. #scarf3:hover #content3{margin-top:10px; opacity:1.00;}
  83.  
  84. #content3 {
  85. position:absolute;
  86. width:150px;
  87. padding:0px;
  88. padding-left:5px;
  89. left:0px;
  90. margin-top:143px;
  91. font-size:11px;
  92. font-family:calibri;
  93. text-align:left;
  94. font-weight:normal;
  95. color:#000000;
  96. opacity:0;
  97. margin-top:0px;filter: alpha(opacity = 0);
  98. -webkit-transition: all 0.6s ease-out;
  99. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  100. }
  101.  
  102.  
  103. #scarf4{
  104. width:25px;
  105. height:150px;
  106. position:fixed;
  107. margin-left:93px;
  108. margin-top:-100px;
  109. transition: all 1s, transform 1s;
  110. -moz-transition: all 1s, -moz-transform 1s;
  111. -webkit-transition: all 1s, -webkit-transform 1s;
  112. -o-transition: all 1s, -o-transform 1s; opacity:0.8;
  113. }
  114.  
  115. #scarf4:hover #content4{margin-top:10px; opacity:1.00;}
  116.  
  117. #content4 {
  118. position:absolute;
  119. width:150px;
  120. padding:0px;
  121. padding-left:5px;
  122. left:0px;
  123. margin-top:143px;
  124. font-size:11px;
  125. font-family:calibri;
  126. text-align:left;
  127. font-weight:normal;
  128. color:#000000;
  129. opacity:0;
  130. margin-top:0px;filter: alpha(opacity = 0);
  131. -webkit-transition: all 0.6s ease-out;
  132. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  133. }
  134.  
  135.  
  136. #scarf5{
  137. width:25px;
  138. height:150px;
  139. position:fixed;
  140. margin-left:124px;
  141. margin-top:-120px;
  142. transition: all 1s, transform 1s;
  143. -moz-transition: all 1s, -moz-transform 1s;
  144. -webkit-transition: all 1s, -webkit-transform 1s;
  145. -o-transition: all 1s, -o-transform 1s; opacity:0.8;
  146. }
  147.  
  148. #scarf5:hover #content5{margin-top:10px; opacity:1.00;}
  149.  
  150. #content5 {
  151. position:absolute;
  152. width:150px;
  153. padding:0px;
  154. padding-left:5px;
  155. left:-0px;
  156. margin-top:143px;
  157. font-size:11px;
  158. font-family:calibri;
  159. text-align:left;
  160. font-weight:normal;
  161. color:#000000;
  162. opacity:0;
  163. margin-top:0px;filter: alpha(opacity = 0);
  164. -webkit-transition: all 0.6s ease-out;
  165. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  166. }
  167.  
  168. /* SCARFCODE ENDS */
Advertisement
Add Comment
Please, Sign In to add comment