madysthemes

Hover thing

May 7th, 2013
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. #hellobeaut {
  2. text-align: center;
  3. font-size: 9px;
  4. font-family:times new roman;
  5. position:fixed;
  6. left:1px;
  7. top:-111px;
  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:999;
  12. }
  13.  
  14. #hellobeaut:hover {top:0px;}
  15.  
  16. #hibeaut {
  17. border-right-style:solid;
  18. border-bottom-style:solid;
  19. border-left-style:solid;
  20. border-width:1px;
  21. border-color:#E3E3E3;
  22. padding: 5px 0 5px 0;
  23. background: #fff;
  24. width:120px;
  25. color:{color:text};
  26. height:100px;
  27. border-bottom-right-radius: 3px;
  28. -moz-border-radius-bottomright: 3px;
  29. -webkit-border-bottom-right-radius: 3px;
  30. z-index: 9999;
  31. }
  32.  
  33. #yoyoyofam{
  34.  
  35. text-align: center;
  36. height:15px;
  37. padding: 2px 0 8px 0;
  38. background:#FFFFFF;
  39. border-bottom-left-radius: 0px;
  40. -moz-border-radius-bottomleft: 0px;
  41. -webkit-border-bottom-left-radius: 0px;
  42. border-bottom-right-radius: 0px;
  43. -moz-border-radius-bottomright: 0px;
  44. -webkit-border-bottom-right-radius: 0px;
  45. width: 110px; }
  46.  
  47. #yoyoyofam img { width:120px; height:auto;}
Advertisement
Add Comment
Please, Sign In to add comment