Advertisement
flare25

bottom right

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