chihi

hello

Mar 14th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. <style type="text/css">
  2. @font-face { font-family: 'BlackOut';
  3. src:url('https://fonts.googleapis.com/css?family=Quicksand');}
  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:300;
  23. left:0px;
  24. position: fixed;
  25. margin: auto;
  26. border:8px #E8DEDD solid;}
  27.  
  28.  
  29. body
  30. {
  31. background-color:#404040;}
  32.  
  33.  
  34. body:hover #machine { transition: all 1s ease-in-out;
  35. -webkit-transition: all 1s ease-in-out;
  36. opacity: 0;
  37. z-index:-99; }
  38.  
  39. #han{background-color:#E8DEDD;
  40. position:fixed;
  41. height:342px;
  42. width:360px;
  43. top:160px;
  44. right:200px;
  45. margin:auto;}
  46.  
  47. #headline{background-color:transparent;
  48. position:fixed;
  49. margin:auto;
  50. height:30px;
  51. width:350px;
  52. top:350px;
  53. left:910px;
  54. font-family: 'Quicksand', sans-serif;
  55. font-size:40px;
  56. color:#404040;
  57. -webkit-transform: rotate(90deg);
  58. transform: rotate(90deg); }
  59.  
  60. #first {background-color:transparent;
  61. color:#404040;
  62. font-family: 'Calibri', serif;
  63. width:100%;
  64. padding:0px;
  65. height:420px;
  66. text-align:justify;
  67. font-size:9pt; }
  68.  
  69.  
  70. h1{background-color:transparent;
  71. color:#999;
  72. font-family: 'Quicksand', sans-serif;
  73. font-size:20px;
  74. text-align:center;
  75. border-bottom:#404040 solid 5px;
  76. width:100%;
  77. height:15px;
  78. line-height:30px;}
  79.  
  80.  
  81. a
  82. {text-decoration:none;
  83. color:#ccc;
  84. -webkit-transition: opacity 0.7s linear;
  85. -webkit-transition: all 0.7s ease-in-out;
  86. -moz-transition: all 0.7s ease-in-out;
  87. -o-transition: all 0.7s ease-in-out;
  88. opacity:1;}
  89.  
  90. a:hover
  91. {text-decoration:none;
  92. color:#999;
  93. opacity:1;}
  94.  
  95.  
  96. #machine {
  97. position:fixed;
  98. top: 50%;
  99. left: 50%;
  100. transform: translate(-50%, -50%);
  101. background: #fff url('http://i.picpar.com/6ZHc.jpg') no-repeat;
  102. height: 100%;
  103. width: 100%;
  104. transition: all 1s ease-in-out;
  105. -webkit-transition: all 1s ease-in-out;
  106. transition-delay-opacity: 1.5s;
  107. opacity: 1; }
  108.  
  109. #gun
  110. { position:fixed;
  111. top:50%;
  112. left:10%;
  113. color:#E8DEDD;
  114. font-size:20px;
  115. font-family: 'Quicksand', sans-serif;
  116. width:100%;
  117. height:100%;}
  118.  
  119. #page {
  120. width:350px;
  121. text-align: justify;
  122. height:280px;
  123. overflow: hidden;
  124. background: transparent;
  125. font-size:8pt;
  126. }
  127.  
  128. .page{
  129. width:100%;
  130. height:280px;
  131. text-align: justify;
  132. overflow: auto;
  133. background:transparent;
  134. padding:5px; }
  135.  
  136. #navi {
  137. position:absolute;
  138. top:40px;
  139. left:10px;
  140. z-index:0;
  141. width:350;
  142. }
  143.  
  144. #navi a {
  145. float:left;
  146. margin-left:1px;
  147. width: 66px;
  148. height: 10px;
  149. background: #999;
  150. transition:all 1s ease-out;
  151. margin-bottom: 5px;
  152. }
  153.  
  154. #navi a:hover {
  155. background-color:#E8DEDD;
  156. }
  157.  
  158. i {font-family:Bell MT;
  159. color:#999;
  160. font-style:italic;
  161. }
  162.  
  163.  
  164. .musicplayer{
  165. position: fixed;
  166. bottom: 0px;
  167. left: 0px;
  168. height: 30px;
  169. width: 30px;
  170. line-height: 30px;
  171. font-size: 20px;
  172. color: #541818;
  173. text-align: center;
  174. padding-left: 5px;
  175. margin-left: -5px;
  176. border-radius: 360px;
  177. overflow: hidden;
  178. }
  179.  
  180. .musicplayer:active {
  181. color: #404040;
  182. }
  183. .moosic{
  184. float: left;
  185. margin-top: -30px;
  186. margin-left: -2px;
  187. height: 30px;
  188. width: 30px;
  189. overflow: hidden;
  190. opacity: 0;
  191. }
  192.  
  193. #second
  194. {background:#404040;
  195. height:40px;
  196. width:300px;
  197. position:relative;
  198. top:10;
  199. left:0;
  200. font-size:6pt;
  201. font-family:Calibri;
  202. color:#fff;
  203. }
  204.  
  205. </style>
  206. <img src="https://i.imgur.com/AHVplNT.png" style="max-width:25%"></img>
  207. <div id="headline">ONE BAD APPLE </div>
  208. <div id="han">
  209. <h1> <div id="navi"><a href="#1" title="history." id="links"></a>
  210. <a href="#2" title="basics." id="links"></a>
  211. <a href="#3" title="abilities." id="links"></a>
  212. <a href="#4" title="ooc." id="links"></a>
  213. <a href="#5" title="relationships." id="links"></a></div>
  214. </h1>
  215. <div id="first"><div id="page"><a name="1"></a>
  216. <div class="page">
  217.  
  218. </div>
  219. <div id="page"><a name="2"></a>
  220. <div class="page">
  221. <center>
  222.  
  223. <div id="second">
  224.  
  225. </div>
  226. </div>
  227.  
  228. </div>
  229.  
  230. <div id="page"><a name="3"></a>
  231. <div class="page">
  232.  
  233. </div>
  234.  
  235.  
  236. <div id="page"><a name="4"></a>
  237. <div class="page">
  238.  
  239. </div>
  240. <div id="page"><a name="5"></a>
  241. <div class="page">
  242.  
  243. </div>
  244. </div>
  245.  
  246. <div id=machine>
  247. <div id=gun>
  248.  
  249. </div></div>
  250.  
  251. </style>
  252.  
  253.  
  254. <div class="musicplayer" title="eyes, nose, lips.">
  255. <div class="moosic">
  256. <audio controls>
  257. <source src="https://my.mixtape.moe/yzpfdt.mp3">
  258. </audio>
  259. </div>
  260. </div>
Advertisement
Add Comment
Please, Sign In to add comment