caity_hillier

Untitled

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