Advertisement
EmilyTozerr

Bubble Bar thing Pt 1

Jun 27th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. #bubblebar
  2. {font-family:consolas;
  3. width:700px;
  4. position:fixed;
  5. left:10px;
  6. top:-4px;}
  7. .bubble
  8. {text-align:center;
  9. font-family: "tinytots";
  10. float:left;
  11. height:20px;
  12. padding-top:7px;
  13. width:40px;
  14. padding: 10px 3 12px 2;
  15. margin-top:10px;
  16. overflow:hidden;
  17. moz-border-radius: 15px 15px 15px 15px;
  18. border-radius:15px 15px 15px 15px;
  19. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  20. z-index:999;font-family:consolas;}
  21. #music
  22. {border: solid 2px #6CA9D9;
  23. background-color:transparent;}
  24. #music:hover
  25. {padding:2px;
  26. height:40px;
  27. width:100px;
  28. background-image: url (http://i42.tinypic.com/9vi9nd.png);
  29. border:0px solid #ffffff;}
  30. background-color:transparent;
  31. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  32. -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.35); -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  33. #player{padding-bottom:3px;}
  34.  
  35. .permalink {margin:0px; text-align:right; padding:0px; opacity:0;-moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
  36. -webkit-transition: all 0.3s ease-out;
  37. transition: all 0.3s ease-out;
  38. }
  39.  
  40. .permalink a:hover{
  41. color:#dddddd
  42. }
  43.  
  44. .post:hover .permalink {opacity: 1;}
  45. .posted {font-size:9px;}
  46. .notes{ margin:left;width:300px;font-size:9px;color:#000;text-align:left;}
  47. .viewnotes{ margin-top:10px;font-size:9px;color:#000;text-align:left;
  48. }
  49.  
  50. ol.notes {padding-left:5px; list-style-type:none;}
  51. ol.notes li.note {padding:2px;}
  52.  
  53. .audio {background-color:#000000;width:300px;}
  54.  
  55. .ptitle {font-size:11px;text-transform:uppercase;}
  56.  
  57. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  58. #infscr-loading {display:none;}
  59. .navigation{display:none;}
  60.  
  61. iframe#tumblr_controls {
  62. top: 0% !important;
  63. right:0% !important;
  64. position: fixed !important;}
  65. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement