Advertisement
dearcasthemes

boxed updates css

May 17th, 2014
1,233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. #boxy {
  2.  
  3. margin-top:238px;
  4. right:92px;
  5. position:fixed;
  6. width:100px;
  7. height:160px;
  8. background:transparent;
  9. z-index:1;
  10. }
  11.  
  12.  
  13. #texy {
  14. overflow:scroll;
  15. height:70px;
  16. padding-left:5px;
  17. padding-right:5px;
  18. padding-top:5px;
  19. padding-bottom:5px;
  20. border:1px solid #DEDEDE;
  21. overflow:auto;
  22. background:#FAFAFA;
  23. color:#eee;
  24. letter-spacing:1px;
  25. width:90px;
  26. margin-top:80px;
  27. font-size:9px;
  28. color:#B8B8B8;
  29. text-align:center;
  30. font-family:calibri;
  31. opacity:0;
  32. -webkit-transition: all 0.5s ease-in-out;
  33. -moz-transition: all 0.5s ease-in-out;
  34. transition: all 0.5s ease-in-out;
  35. }
  36.  
  37. #boxy:hover #texy {
  38. opacity:1;
  39. -webkit-transition: all 0.5s ease-in-out;
  40. -moz-transition: all 0.5s ease-in-out;
  41. transition: all 0.5s ease-in-out;
  42. }
  43.  
  44. #bby {
  45. margin-top:238px;
  46. right:106px;
  47. position:fixed;
  48. }
  49.  
  50. #bby img{
  51. width:80px;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement