caity_hillier

Untitled

Aug 6th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <style>
  2.  
  3. #hova {
  4.  
  5. z-index:99999999999;
  6. position: fixed;
  7. right: 20px;
  8. bottom: 8px;
  9. height: 25px;
  10. text-align: left;
  11. -webkit-transition-duration: 0.8s;
  12. -moz-transition-duration: 0.8s;
  13. -o-transition-duration: 0.8s;
  14. transition-duration: 0.8s;
  15. border-radius: 10px 10px 10px 10px;
  16. background-image:url(BACKGROUND IMAGE URL);
  17. border: 2px solid #CC66FF;
  18. width: 200px;
  19. padding: 10px;
  20. }
  21.  
  22.  
  23. #strip {
  24. overflow-x:hidden;
  25.  
  26. overflow-y:scroll;
  27.  
  28. border: 2px solid #CC66FF;
  29. font-family: Arial;
  30. right: 20px;
  31. bottom: -250px;
  32. position: fixed;
  33. height: 230px;
  34. padding: 10px;
  35. background: url('BACKGROUND IMAGE URL');
  36. width: 200px;
  37. -webkit-transition-duration: 0.8s;
  38. -moz-transition-duration: 0.8s;
  39. -o-transition-duration: 0.8s;
  40. transition-duration: 0.8s;
  41. text-align: center;
  42. border-radius: 5px;}
  43.  
  44. #hova:hover {
  45. z-index:100000000000;
  46. bottom: 0px;}
  47.  
  48. #hova:hover #strip {
  49. z-index:100000000000;
  50. bottom: 42px;}
  51.  
  52. #strip:hover {
  53. z-index:1000;
  54. bottom: 0px;
  55. }
  56.  
  57.  
  58.  
  59. .wordz {
  60. display: block;
  61. writing-mode: lr-tb;
  62.  
  63. position: absolute;
  64. right: 20px;
  65. bottom: 10px;
  66. text-align: center;
  67. text-shadow: 0 0 5px #0000FF; font-size: 30px;
  68. font-family: Arial;
  69. letter-spacing: -1px;}
  70.  
  71.  
  72. </style>
Advertisement
Add Comment
Please, Sign In to add comment