caity_hillier

Untitled

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