Advertisement
minimu

updates tab / 1

Jun 30th, 2015
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. PLACE THIS PART BETWEEN <style type="text/css"> AND </style>.
  2. ---------------------
  3.  
  4. /*UPDATE TAB: JCGGED*/
  5. #updatetab{background-color:white;
  6. position:fixed;
  7. margin-left:10px;
  8. margin-top:10px;
  9. color:white;
  10. height:20px;
  11. -moz-transition-duration:0.3s;
  12. -webkit-transition-duration:0.3s;
  13. -o-transition-duration:0.3s;
  14. width:20px;
  15. overflow:hidden;
  16. padding:10px;
  17. }
  18.  
  19. .plus{ padding:5px;
  20. width:10px;
  21. margin-bottom:12px;
  22. margin-right:10px;
  23. text-align:center;
  24. display:inline-block;
  25. color:black;
  26. background-color:#eee;
  27. }
  28.  
  29. name{padding:6px;
  30. background-color:white;
  31. color:black;}
  32.  
  33. #updatetab p{border:solid 1px white;
  34. padding:5px;}
  35.  
  36. #updatetab:hover{width:92px;
  37. height:130px;
  38. -moz-transition-duration:0.3s;
  39. -webkit-transition-duration:0.3s;
  40. -o-transition-duration:0.3s;
  41. background-color:black;
  42. }
  43.  
  44. #updatetab:hover .plus{margin-bottom:0px;
  45. margin-right:0px;
  46. }
  47.  
  48. ---------------------
  49.  
  50. PLACE THIS PART BETWEEN <body> AND </body>
  51. ---------------------
  52.  
  53. <div id="updatetab"><div class="plus">+</div><name>SHAY. 16. EST</name>
  54. <p>DRAFT COUNT: 10</p>
  55. <p>MEMES COUNT: 10</p>
  56. <p>MSGS COUNT: 10</p>
  57. </div>
  58.  
  59. ---------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement