Advertisement
themesby-two

Untitled

Nov 10th, 2013
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Basically just copy this code and paste it under where you have all the sidebar stuff:)
  2.  
  3. #sidebarimgg{
  4.  
  5. position:fixed !important;
  6. margin-left: 15px;
  7. margin-top: 15px;
  8. padding: 4px;
  9. width: 287px;
  10. opacity:0;
  11. background-image:url("http://i47.tinypic.com/28qpxmg.png");
  12. height: 418px;
  13. box-shadow: 0px 0px 1px #888;
  14. font-family: cambria;
  15. font-size: 11px;
  16. line-height: 12px;
  17. z-index: 0;
  18. border-top-right-radius: 0px;
  19. border-top-left-radius: 0px;
  20. border-bottom-right-radius: 0px;
  21. border-bottom-left-radius: 0px;
  22. opacity: 0;
  23. }
  24.  
  25. #sidebar:hover #sidebarimgg {
  26.  
  27. -webkit-backface-
  28.  
  29. visibility: visible !important;
  30. -webkit-animation: flipInX 0.3s;
  31.  
  32.  
  33. -moz-backface-visibility: visible !important;
  34. -moz-animation: flipInX 0.3s;
  35. -o-backface-visibility: visible !important;
  36. -o-animation: flipInX 0.3s;
  37. backface-visibility: visible !important;
  38.  
  39.  
  40.  
  41. opacity: 1;
  42.  
  43. }
  44.  
  45.  
  46. Then just paste this code under div id="sidebar"
  47.  
  48.  
  49. <div id="sidebarimgg"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement