caity_hillier

Untitled

Jul 15th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. /*made by sppice, tutorial at megscoding.tumblr.com*/
  2.  
  3. #oneout {
  4. z-index:999999999999999;
  5. position:fixed;
  6. top:340px;
  7. left:1px;
  8. width:18px;
  9. text-align:center;
  10. -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s; }
  11.  
  12. #oneout_inner {
  13. max-height: 400px;
  14.  
  15. overflow-x:hidden;
  16.  
  17. overflow-y:scroll;
  18. z-index:999999999999999;
  19. position:fixed;
  20. font-family: 'Your Font';
  21. font-size: 30px;
  22. top:150px;
  23. left:-350px;
  24. width:230px;height:auto;
  25. padding:10px;
  26. background: url('BACKGROUND URL');
  27. -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s; }
  28.  
  29. #oneout:hover { z-index:999999999999999;left:250px; }
  30. #oneout:hover #oneout_inner { z-index:999999999999999;left:0px; }
  31.  
  32. .onetitle {
  33. z-index:999999999999999;
  34. display:block;
  35. position:absolute;
  36. top:3px;
  37. left:-11px;
  38. -webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);
  39. font-family: 'Lucida Sans'; /* CHANGE "LUCIDA SANS" TO A DIFFERENT FONT NAME TO CHANGE THE FONT OF THE TAB TITLE - Use this tutorial: http://megscoding.tumblr.com/post/44443322533/custom-fonts */
  40. font-size:20px; /* CHANGE 16 TO A SMALLER OR LARGER NUMBER TO CHANGE THE SIZE OF THE FONT OF THE TAB TITLE */
  41. text-transform:uppercase; letter-spacing:-1px; }
  42.  
  43. /*made by sppice, tutorial at html-tutorials.tumblr.com*/
  44.  
  45. @font-face {font-family: 'hover'; src: url("http://static.tumblr.com/vxprqbq/XVkmobcd5/starsfromoureyes.ttf"); }
  46.  
  47.  
  48. /*made by sppice, tutorial at html-tutorials.tumblr.com*/
Advertisement
Add Comment
Please, Sign In to add comment