Advertisement
flare25

Fandoms Tabs v2 - part 1

Dec 20th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1.  
  2.  
  3. /***** FANDOMS UPDATES TAB by APRILCARSTAIRS @ tumblr *****/
  4.  
  5. #fandoms {
  6. position:fixed;
  7. top:50px;
  8. left:10px;
  9. }
  10.  
  11. .update1, .update2, .update3, .update4, .update5 {
  12. position:absolute;
  13. width:130px;
  14. margin-left:140px;
  15. margin-top:-30px;
  16. opacity:0;
  17. left: -350px;
  18. overflow:hidden;
  19. padding:10px;
  20. font-family:Calibri;
  21. font-size:8px;
  22. letter-spacing:1px;
  23. text-align:center;
  24. -moz-transition:all 0.7s ease-out;
  25. -webkit-transition:all 0.7s ease-out;
  26. -o-transition:all 0.7s ease-out;
  27. }
  28.  
  29. .fandom1 {
  30. width:35px;
  31. height:35px;
  32. padding-left:10px;
  33. position:absolute;
  34. -moz-transition:all 0.5s ease-out;
  35. -webkit-transition:all 0.5s ease-out;
  36. -o-transition:all 0.5s ease-out;
  37. }
  38.  
  39. .fandom1:hover {
  40. padding-left:20px;
  41. -moz-transition:all 0.7s ease-out;
  42. -webkit-transition:all 0.7s ease-out;
  43. -o-transition:all 0.7s ease-out;
  44. }
  45.  
  46.  
  47. .fandom1:hover .update1 {
  48. left:0px;
  49. opacity:1;
  50. margin-left:55px;
  51. }
  52.  
  53. .fandom2 {
  54. width:35px;
  55. height:35px;
  56. padding-left:10px;
  57. margin-top:40px;
  58. position:absolute;
  59. -moz-transition:all 0.5s ease-out;
  60. -webkit-transition:all 0.5s ease-out;
  61. -o-transition:all 0.5s ease-out;
  62. }
  63.  
  64. .fandom2:hover {
  65. padding-left:20px;
  66. -moz-transition:all 0.7s ease-out;
  67. -webkit-transition:all 0.7s ease-out;
  68. -o-transition:all 0.7s ease-out;
  69. }
  70.  
  71. .fandom2:hover .update2 {
  72. left:0px;
  73. opacity:1;
  74. margin-left:55px;
  75. }
  76.  
  77. .fandom3 {
  78. width:35px;
  79. height:35px;
  80. padding-left:10px;
  81. margin-top:80px;
  82. position:absolute;
  83. -moz-transition:all 0.5s ease-out;
  84. -webkit-transition:all 0.5s ease-out;
  85. -o-transition:all 0.5s ease-out;
  86. }
  87.  
  88.  
  89. .fandom3:hover {
  90. padding-left:20px;
  91. -moz-transition:all 0.7s ease-out;
  92. -webkit-transition:all 0.7s ease-out;
  93. -o-transition:all 0.7s ease-out;
  94. }
  95.  
  96. .fandom3:hover .update3 {
  97. left:0px;
  98. opacity:1;
  99. margin-left:55px;
  100. }
  101.  
  102. .fandom4 {
  103. width:35px;
  104. height:35px;
  105. padding-left:10px;
  106. margin-top:120px;
  107. position:absolute;
  108. -moz-transition:all 0.5s ease-out;
  109. -webkit-transition:all 0.5s ease-out;
  110. -o-transition:all 0.5s ease-out;
  111. }
  112.  
  113.  
  114. .fandom4:hover {
  115. padding-left:20px;
  116. -moz-transition:all 0.7s ease-out;
  117. -webkit-transition:all 0.7s ease-out;
  118. -o-transition:all 0.7s ease-out;
  119. }
  120.  
  121. .fandom4:hover .update4 {
  122. left:0px;
  123. opacity:1;
  124. margin-left:55px;
  125. }
  126.  
  127. .fandom5 {
  128. width:35px;
  129. height:35px;
  130. padding-left:10px;
  131. margin-top:160px;
  132. position:absolute;
  133. -moz-transition:all 0.5s ease-out;
  134. -webkit-transition:all 0.5s ease-out;
  135. -o-transition:all 0.5s ease-out;
  136. }
  137.  
  138.  
  139. .fandom5:hover {
  140. padding-left:20px;
  141. -moz-transition:all 0.7s ease-out;
  142. -webkit-transition:all 0.7s ease-out;
  143. -o-transition:all 0.7s ease-out;
  144. }
  145.  
  146. .fandom5:hover .update5 {
  147. left:0px;
  148. opacity:1;
  149. margin-left:55px;
  150. }
  151.  
  152. .titlehds{
  153. margin-top:0px;
  154. padding:0px 0px;
  155. line-height:20px;
  156. text-align:center;
  157. text-transform:uppercase;
  158. font-size:10px;
  159. color:#eeeeee;
  160. background:#444444;
  161. }
  162.  
  163. /**to here**/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement