Advertisement
letterbyowl

by gyapo

Oct 30th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. <! --- fague music player by gyapo (bottom corner player)
  2.  
  3. (above </style>)
  4. #playertab
  5. {position:fixed;z-index:999;
  6. bottom:0px;
  7. left:-170px;
  8. height:10px;
  9. padding:1px 8px 3px 1px;
  10. letter-spacing:2px;
  11. background-color:#000;
  12. -moz-border-radius:0px 10px 0px 0px;
  13. border-radius:0px 10px 0px 0px;
  14. -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in- out;-o-transition: all 1s ease-in-out;}
  15.  
  16. #mus
  17. {float:left;
  18. color:#fff;
  19. padding-left:100px;
  20. -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;}
  21.  
  22. #playertab:hover #mus
  23. {padding-left:0px;
  24. opacity:0;}
  25.  
  26. #playertab:hover
  27. {left:0px;}
  28.  
  29. (after <body>)
  30.  
  31. <div id='playertab'>
  32. <div style='float:left;width:120px'>MUSIC PLAYER CODE</div>
  33. <div id='mus'><img src='http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif' style='margin-right:8px;'/> musique</div>
  34. </div><!--playertab-->
  35.  
  36.  
  37.  
  38.  
  39. <! unnamed by gyapo (bottom corner player)
  40. (above </style>)
  41. #music
  42. {position:fixed; bottom:20px; right:25px;
  43. padding-top:12px; padding-bottom:12px; text-align:center; height:10px; width:34px; overflow:hidden;
  44. border:3px solid #ddd;
  45. color:#888;
  46. -moz-border-radius: 17px 17px 17px 17px;
  47. border-radius:17px 17px 17px 17px;
  48. -webkit-transition: opacity 0.7s linear;
  49. -webkit-transition: all 0.7s ease-in-out;
  50. -moz-transition: all 0.7s ease-in-out;
  51. -o-transition: all 0.7s ease-in-out;
  52. background-color:#fff;
  53. z-index:999;}
  54.  
  55.  
  56. #musicplayer
  57. {padding-top:15px;}
  58.  
  59.  
  60. #music:hover
  61. {border:3px solid #bbb; padding:5px; height:45px; width:140px;}
  62.  
  63. (after <body>)
  64.  
  65. {block:IndexPage}
  66. <div id="music"><center><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif"/></center>
  67. <div id="musicplayer"><center>MUSIC PLAYER CODE</center></div>
  68. </div>
  69. {/block:IndexPage}
  70.  
  71.  
  72.  
  73. <! Music corner by gyapo (bottom side corner)
  74. #cornerplayer
  75. {z-index:999;
  76. background-color:#000;
  77. width:50px;
  78. height:50px;
  79. border-radius:0px 50px 0px 0px;
  80. -moz-border-radius:0px 50px 0px 0px;
  81. position:fixed;
  82. overflow:hidden;
  83. bottom:0px;
  84. left:0px;
  85. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  86.  
  87. #cornericon
  88. {margin-top:25px;
  89. margin-bottom:20px;
  90. margin-left:-5px;
  91. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  92.  
  93. #cornerplayer:hover
  94. {width:200px;
  95. -moz-border-radius:0px;
  96. border-radius:0px;}
  97.  
  98. #cornerplayer:hover #cornericon
  99. {margin-top:10px;
  100. margin-left:0px;
  101. margin-bottom:4px;}
  102.  
  103. (after <body>)
  104.  
  105. <div id='cornerplayer'><center>
  106. <div id='cornericon'><img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif"/></div>
  107. <div> MUSIC PLAYER CODE HERE </div>
  108. </center> </div><!--cornerplayer-->
  109.  
  110.  
  111.  
  112.  
  113. <! Maestro by gyapo (below sidebar)
  114. (paste below the <body> )
  115.  
  116. <div id="music">
  117. <div class="question">musique maestro !</div>
  118. <div id="player"><center>MUSIC PLAYER CODE</center></div>
  119. </div>
  120.  
  121. (to paste above </style> )
  122.  
  123. if you want the player to appear on hover of “musique maestro !” paste this one :
  124.  
  125. #music
  126. {height:16px;
  127. width:150px;
  128. background-color:#000;
  129. font-size:10px;
  130. font-style:italic;
  131. letter-spacing:2px;
  132. margin-top:10px;
  133. text-align:center;
  134. color:#fff;
  135. overflow:hidden;
  136. webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  137.  
  138. #music:hover
  139. {height:35px;}
  140.  
  141. .question
  142. {padding-bottom:3px;}
  143.  
  144. #player
  145. {background-color:#fff;
  146. padding-top:5px;
  147. padding-bottom:5px;}
  148.  
  149. (if you want the player to be constantly displayed paste this one:)
  150.  
  151. #music
  152. {height:35px;
  153. width:150px;
  154. background-color:#000;
  155. font-size:10px;
  156. font-style:italic;
  157. letter-spacing:2px;
  158. margin-top:10px;
  159. text-align:center;
  160. color:#fff;
  161. overflow:hidden;
  162. webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  163.  
  164. .question
  165. {padding-bottom:3px;}
  166.  
  167. #player
  168. {background-color:#fff;
  169. padding-top:5px;
  170. padding-bottom:5px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement