Advertisement
teuwoo

update tab two

Apr 29th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. #ireverent {
  2. position:fixed;
  3. font-family: consolas;
  4. font-size: 8px;
  5. bottom:142px;
  6. left:950px;
  7. padding: 8px;
  8. height:12px;
  9. letter-spacing:1px;
  10. text-transform:uppercase;
  11. padding-bottom:5px;
  12. background: white;
  13. width:105px;
  14. transition: all 0.6s ease-out;
  15. -o-transition-transition: all 0.6s ease-out;
  16. -webkit-transition: all 0.6s ease-out;
  17. -moz-transition: all 0.6s ease-out;
  18. }
  19. #ireverent:hover{
  20. bottom:87px;
  21. height:170px;
  22. transition: all 0.6s ease-out;
  23. -o-transition-transition: all 0.6s ease-out;
  24. -webkit-transition: all 0.6s ease-out;
  25. -moz-transition: all 0.6s ease-out;
  26. }
  27. ed{
  28. background-color:#FFB4C0;
  29. color:white;
  30. max-width:105px;
  31. padding:37px;
  32. padding-top:5px;
  33. padding-bottom:5px;
  34. margin-left:-7px;
  35. margin-top:-16px;
  36. heigth:30px;
  37. font-family: calibri;
  38. font-size: 10px;
  39. border: 1px solid #f7f7f7;
  40. height:12px;
  41. letter-spacing:1px;
  42. text-transform:uppercase; }
  43.  
  44. #ireverent:img {
  45. margin-left:-20px;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement