Advertisement
horanst

code#1 updates tab

Feb 14th, 2013
1,875
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #bunny {
  2. text-align: center;
  3. font-size: 10px;
  4. position:fixed;
  5. left:15px;
  6. top:-70px;
  7. -webkit-transition: all .5s ease-in-out;
  8. -moz-transition: all .5s ease-in-out;
  9. -o-transition: all .5s ease-in-out;
  10. z-index:999;
  11. }
  12.  
  13. #bunny:hover {top:0px;}
  14.  
  15. #duck {
  16. border-right-style:solid;
  17. border-bottom-style:solid;
  18. border-left-style:solid;
  19. border-width:1px;
  20. border-color:#eeeeee;
  21. padding: 5px 0 5px 0;
  22. background: #fff;
  23. width:100px;
  24. height:60px;
  25. z-index: 9999;
  26. }
  27.  
  28. #ducktab {
  29. border-top-style:none;
  30. border-right-style:solid;
  31. border-bottom-style:solid;
  32. border-left-style:solid;
  33. border-width:1px;
  34. border-color:#eee;
  35. text-align: center;
  36. color:#454545;
  37. height:11px;
  38. padding: 2px 0 8px 0;
  39. background:#fff;
  40. width: 50px;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement