Advertisement
Guest User

hover tab thing

a guest
Nov 26th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. <---!!!---> FIND <style type="text/css"> AND PAST THE FOLLOWING RIGHT AFTER: <---!!!--->
  2.  
  3. #omgtab {
  4. text-align:center;
  5. position:fixed;
  6. left:40px;
  7. top:-70px;
  8. -webkit-transition:all .5s ease-in-out;
  9. -moz-transition: all .5s ease-in-out;
  10. -o-transition: all .5s ease-in-out;
  11. z-index:300;}
  12.  
  13. #omgtab:hover {
  14. top:2px;
  15. }
  16.  
  17. #tab {
  18. padding:10px 0 5px 0;
  19. border:1px solid #fdfdfd;
  20. background: #fdfdfd;
  21. width:230px;
  22. border-radius: 5px;-moz-border-radius: 5px;
  23. -webkit-border-radius: 5px;z-index: 9999;
  24. }
  25.  
  26. #tab2 {
  27. border-bottom:1px dashed #c7baba;
  28. border-left: 1px dashed #c7baba;
  29. border-right: 1px dashed #c7baba;
  30. margin-top:-1px;
  31. height:25px;
  32. background:#fff;
  33. border-bottom-left-radius: 5px;
  34. -moz-border-radius-bottomleft: 5px;
  35. -webkit-border-bottom-left-radius: 5px;
  36. border-bottom-right-radius: 5px;
  37. -moz-border-radius-bottomright: 5px;
  38. -webkit-border-bottom-right-radius: 5px;
  39. margin-left:20px;width: 60px;
  40. }
  41.  
  42. <---!!!---> THEN FIND </style> </head> <body> AND PASTE THE FOLLOWING RIGHT AFTER.<---!!!--->
  43.  
  44.  
  45. <div id="omgtab">
  46.  
  47.  
  48. <div id="tab"><center>
  49. <font size="0"><b><u>currently:</u></b>
  50. <br>↳the raven boys, throne of glass
  51. <br>the 100, htgawm, taylor swift
  52. <br><i>((prev. odairs & hollandrohdens))</i>
  53. </center></div>
  54.  
  55. <div id="tab2"><br>
  56. DRACARYS<br>
  57. </div>
  58. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement