Advertisement
flare25

Fandoms Update Tab (Part 1)

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