Advertisement
ashtonirwins

Music Maker Code | Fabulouls

Nov 27th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. <head>
  2. <title>Mucic Maker</title>
  3. <style>
  4. body{
  5. background-color:#000;
  6. color:#fff;
  7. }
  8. a{
  9. text-decoration:none;
  10. color:#bfbfbf;
  11. transition:1s ease;
  12. -o-transition:1s ease;
  13. -moz-trasnition:1s ease;
  14. -webkit-transtion:1s ease;
  15. }
  16. a:hover{
  17. color:#fff;
  18. text-decoration:line-through;
  19. transition:1s ease;
  20. -o-transition:1s ease;
  21. -moz-transition:1s ease;
  22. -webkit-transition 1s ease;
  23. }
  24. #title{
  25. text-align:center;
  26. font-family:arial;
  27. font-size:12px;
  28. }
  29. h1{
  30. font-family:impact;
  31. text-shadow:2px 2px 0px #bfbfbf;
  32. color:#fff;
  33. text-align:center;
  34. font-size:32px;
  35. }
  36. #players{
  37. position:absolute;
  38. margin-left:auto;
  39. margin-top:50px;
  40. margin-right:auto;
  41. width:100%;
  42. }
  43. #credit {
  44. font-size:8px;
  45. font-family: arial;
  46. text-transform:uppercase;
  47. letter-spacing:1px;
  48. }
  49.  
  50. #credit:hover{
  51. letter-spacing:3px;
  52.  
  53. }
  54.  
  55. #credit a {
  56. background-color:#fff;
  57. padding:5px;
  58. border:1px solid #bfbfbf;
  59. position:fixed;
  60. right:5px;
  61. bottom:4px;
  62. text-decoration:none;
  63. color:#bfbfbf;
  64. -moz-transition-duration:.5s;
  65. -webkit-transition-duration:.5s;
  66. -o-transition-duration:.5s;
  67. }
  68.  
  69. #credit a:hover {
  70. color:#fff;
  71. background-color:#bfbfbf;
  72. -moz-transition-duration:.5s;
  73. -webkit-transition-duration:.5s;
  74. -o-transition-duration:.5s;
  75. }
  76. </style>
  77. </head>
  78. <body>
  79. <div id="credit"><a href="http://ashton.co.vu">fabulouls</a></div>
  80. <div id="title"><h1>Music Maker</h1><a href="/">index | <a href="message">message | <a href="http://pastebin.com/m2CmjEdF">code</a></a></a><br>by Hannah<br>Mixers from <a href="http://buttonbass.com">buttonbass.com</a></div>
  81. <div id="players"><center><p><object height="189" width="700"><param name="movie" value="http://www.buttonbass.com/images/redbox1700.swf" /><param name="wmode" value="transparent" /></object><br /><a href="http://www.buttonbass.com"><br /></a></p>
  82. <p><object height="189" width="700"><param name="movie" value="http://www.buttonbass.com/images/bluebox1700.swf" /><param name="wmode" value="transparent" /></object></p></center></div>
  83. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement