Advertisement
raggedies

update tab a

Jul 29th, 2014
2,292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. /*** the code presented under 'updates' goes between your <style></style> tag ***/
  2.  
  3. /*updates tab */
  4. #updates-wrap { top: 5px;
  5. left: 10px;
  6. position: fixed;
  7. z-index: 999;
  8. line-height: 13px;}
  9.  
  10. #updates { background: #fff;
  11. font-family: arial;
  12. font-size: 8px;
  13. width: 120px;
  14. padding: 3px;
  15. height: 13px;
  16. display: block;
  17. -webkit-transition-duration: .5s;
  18. height: 15px;
  19. overflow: hidden;}
  20.  
  21. #updates-wrap:hover #updates { height: 330px; }
  22.  
  23. o { background-color: transparent;
  24. font-family: helvetica, arial, sans-serif;
  25. font-size: 10px;
  26. text-transform: uppercase;
  27. letter-spacing: 1px; }
  28.  
  29.  
  30. /** the code presented below is pasted between your <body></body> tags
  31.  
  32. <div id="updates-wrap">
  33. <div id="updates">
  34. <o><b>updates</b></o><br>
  35. <p>make sure to adjust the hover height to fit all your update info!</p>
  36. <p><b>watching:</b><br>
  37. + show here, season<br>
  38. + show here, season<br><br>
  39. <b>reading:</b><br>
  40. + book<br>
  41. + book<br><br>
  42. <b>networks: </b><br>
  43. + <a href="/">network</a><br>
  44. + <a href="/">network</a>
  45. </p>
  46. </div>
  47. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement