Advertisement
chihi

iza code

Jun 27th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. <style type="text/css">
  2. @font-face { font-family: 'BlackOut';
  3. src:url('https://dl.dropbox.com/s/3sd3k733pa97ra0/Blackout-Midnight.ttf');}
  4.  
  5. @import url('https://fonts.googleapis.com/css?family=Josefin+Slab');
  6.  
  7.  
  8. ::-webkit-scrollbar-thumb:vertical { height:100%
  9. width:1px;
  10. background-color:#404040;
  11. overflow-x:hidden; }
  12.  
  13. ::-webkit-scrollbar {width:5px;
  14. height:100%;
  15. background-color:#999;
  16. overflow-y:scroll; }
  17.  
  18.  
  19. img
  20. {bottom: 0;
  21. top:0;
  22. right:0;
  23. left:0px;
  24. position: fixed;
  25. margin: auto;}
  26.  
  27.  
  28. body
  29. {
  30. background-color:#fff;}
  31.  
  32.  
  33. body:hover #machine { transition: all 1s ease-in-out;
  34. -webkit-transition: all 1s ease-in-out;
  35. opacity: 0;
  36. z-index:-99; }
  37.  
  38.  
  39. #headline{background-color:transparent;
  40. position:fixed;
  41. margin:auto;
  42. height:30px;
  43. width:500px;
  44. top:350px;
  45. left:910px;
  46. font-family:BlackOut;
  47. font-size:60px;
  48. color:#BC8F4B;
  49. -webkit-transform: rotate(90deg);
  50. transform: rotate(90deg); }
  51.  
  52.  
  53.  
  54.  
  55. h1{background-color:transparent;
  56. color:#999;
  57. font-family: 'Josefin Slab', serif;
  58. font-size:20px;
  59. text-align:center;
  60. border-bottom:#E8DEDD solid 2px;
  61. width:250px;
  62. height:15px;
  63. line-height:30px;}
  64.  
  65. h2{background-color:transparent;
  66. color:#999;
  67. font-family:'BlackOut';
  68. font-size:14px;
  69. text-align:center;
  70. width:220px;
  71. height:14px;}
  72.  
  73. a
  74. {text-decoration:none;
  75. color:#ccc;
  76. -webkit-transition: opacity 0.7s linear;
  77. -webkit-transition: all 0.7s ease-in-out;
  78. -moz-transition: all 0.7s ease-in-out;
  79. -o-transition: all 0.7s ease-in-out;
  80. opacity:1;}
  81.  
  82. a:hover
  83. {text-decoration:none;
  84. color:#999;
  85. opacity:1;}
  86.  
  87.  
  88. #page {
  89. width:230px;
  90. text-align: justify;
  91. height:420px;
  92. overflow: hidden;
  93. background: transparent;
  94. font-size:8pt;
  95. }
  96.  
  97. .page{
  98. width:220px;
  99. height:420px;
  100. text-align: justify;
  101. overflow: auto;
  102. background:transparent;
  103. padding:8px; }
  104.  
  105. #navi {
  106. position:absolute;
  107. top:40px;
  108. left:6px;
  109. z-index:0;
  110. width:250;
  111. }
  112.  
  113. #navi a {
  114. float:left;
  115. margin-left:1px;
  116. width: 46px;
  117. height: 10px;
  118. background: #999;
  119. transition:all 1s ease-out;
  120. margin-bottom: 5px;
  121. }
  122.  
  123. #navi a:hover {
  124. background-color:#E8DEDD;
  125. }
  126.  
  127. i {font-family:Bell MT;
  128. color:#999;
  129. font-style:italic;
  130. }
  131.  
  132.  
  133. .musicplayer{
  134. position: fixed;
  135. bottom: 0px;
  136. left: 0px;
  137. height: 30px;
  138. width: 30px;
  139. line-height: 30px;
  140. font-size: 20px;
  141. color: #541818;
  142. text-align: center;
  143. padding-left: 5px;
  144. margin-left: -5px;
  145. border-radius: 360px;
  146. overflow: hidden;
  147. }
  148.  
  149. .musicplayer:active {
  150. color: #404040;
  151. }
  152. .moosic{
  153. float: left;
  154. margin-top: -30px;
  155. margin-left: -2px;
  156. height: 30px;
  157. width: 30px;
  158. overflow: hidden;
  159. opacity: 0;
  160. }
  161.  
  162. cross
  163. {background-color:#f4f4f4;
  164.  
  165. </style>
  166. <img src="http://i.picpar.com/9UTb.jpg" style="max-width:30%"></img>
  167. <div id="headline">devotion
  168. </div>
  169.  
  170.  
  171.  
  172. </style>
  173.  
  174.  
  175. <div class="musicplayer" title="eyes, nose, lips.">
  176. <div class="moosic">
  177. <audio controls>
  178. <source src="https://my.mixtape.moe/yzpfdt.mp3">
  179. </audio>
  180. </div>
  181. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement