Guest User

Untitled

a guest
Oct 21st, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. body {
  2.  
  3. }
  4.  
  5.  
  6.  
  7. #bg {
  8. position:fixed;
  9. top:-50%;
  10. left:-50%;
  11. width:200%;
  12. height:200%;
  13. }
  14. #bg img {
  15. position:absolute;
  16. top:0;
  17. left:0;
  18. right:0;
  19. bottom:0;
  20. margin:auto;
  21. min-width:50%;
  22. min-height:50%; opacity: 1.0;
  23. }
  24. #embed object { opacity: 0.5; }
  25. #embed {
  26. position: absolute; z-index: 2;
  27. width: 500px; bottom: 70px; left: 20px; padding: 15px; background: white;
  28. -moz-box-shadow: 0 0 20px black;
  29. -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
  30. opacity: 0.5; color: #000;
  31. height: 220px;}
  32.  
  33.  
  34.  
  35.  
  36.  
  37. #embed span, #embed span a { background: #000;
  38. padding: 4px;color: #FFF; font-weight: bold ; font: 18px/2 Helvetica;
  39.  
  40. text-decoration: none;
  41. }
  42.  
  43. #embed span a:hover {color: #fb87ff;}
  44.  
  45. #soundcloud {opacity: 1.0;
  46. position: absolute; left: 34px;
  47. width: 500px; bottom: 78px; z-index: 999;
  48. opacity: 0.8;}
  49.  
  50. #title { position: absolute; z-index: 2;
  51. top: 50px; left: 20px;
  52. opacity: 0.6; text-align:left; }
  53.  
  54. #title span, #title span a { background: #000;
  55. padding: 10px;color: #FFF; font-weight: bold ; font: 24px/2 Helvetica;
  56.  
  57. text-decoration: none;
  58. }
  59.  
  60. #title span a:hover {color: #fb87ff;}
  61.  
  62.  
  63. #download{ position: absolute; z-index: 2;
  64. top: 110px; left: 20px;
  65. opacity: 0.4; text-align:left;}
  66.  
  67. #download span, #download span a { background: #000;
  68. padding: 7px;color: #FFF; font-weight: normal ; font: 18px/2 Helvetica;
  69.  
  70. text-decoration: none;
  71. }
  72.  
  73. #download span a:hover {text-decoration: underline; }
  74.  
  75. #contact {position: absolute; z-index: 2;
  76. bottom: 0px; right: 0px;
  77. opacity: .6; text-align:left; }
  78. #contact span {background: #FFF; color: #000; font-weight: bold;
  79. font: 14px/2 Helvetica; padding: 5px;}
  80.  
  81. #show {
  82. position: absolute; z-index: 2;
  83. width: 500px; bottom: 20px;; left: 20px; color: #000;
  84. opacity: 0.4;}
  85.  
  86.  
  87.  
  88.  
  89.  
  90. #show span, #show span a { background: #000;
  91. padding: 5px;color: #FFF; font-weight: bold ; font: 18px/2 Helvetica;
  92.  
  93. text-decoration: none;
  94. }
  95.  
  96. #show span a:hover {text-decoration: underline;}
Add Comment
Please, Sign In to add comment