Advertisement
thisisnotras

Jahseh code

Mar 9th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.62 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);
  4.  
  5. @font-face{
  6. src:url(https://dl.dropboxusercontent.com/u/4556289/urban%20decay.ttf);
  7. font-family:'titlefont';
  8. }
  9.  
  10. @font-face{
  11. src:url(https://dl.dropboxusercontent.com/u/4556289/Street%20Vendetta.ttf);
  12. font-family:'font1';
  13. }
  14.  
  15. @font-face{
  16. src:url(https://dl.dropboxusercontent.com/u/4556289/Painterz.ttf);
  17. font-family:'font2';
  18. }
  19.  
  20. @font-face{
  21. src:url(https://dl.dropboxusercontent.com/u/4556289/Vtks%20Street%20Vision.ttf);
  22. font-family:'font3';
  23. }
  24.  
  25. @font-face{
  26. src:url(https://dl.dropboxusercontent.com/u/4556289/DirtgrubGraffiti.ttf);
  27. font-family:'font4';
  28. }
  29.  
  30. @font-face{
  31. src:url(https://dl.dropboxusercontent.com/u/4556289/MR%20BIG.ttf);
  32. font-family:'font5';
  33. }
  34.  
  35. @font-face{
  36. src:url(https://dl.dropboxusercontent.com/u/4556289/urban%20decay.ttf);
  37. font-family:'font6';
  38. }
  39.  
  40. @font-face{
  41. src:url(https://dl.dropboxusercontent.com/u/4556289/Nemo%20One.ttf);
  42. font-family:'font7';
  43. }
  44.  
  45. ::-webkit-scrollbar {
  46. width: 100px;
  47. background-color: transparent;
  48. }
  49.  
  50.  
  51. ::-webkit-scrollbar-thumb {
  52. border-radius: 0px;
  53. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  54. background-image:url(http://i.imgur.com/MVraBW2.png);
  55. background-size: 100% auto;
  56. background-repeat: no-repeat;
  57. }
  58.  
  59.  
  60. body{
  61. background-color: #c1865d;
  62. background-color: black;
  63. }
  64.  
  65. #whole{
  66. position: absolute;
  67. top: 0px;
  68. left: 0px;
  69. right: 0px;
  70. bottom: 0px;
  71. background-image:url(http://i.imgur.com/K4Vmihr.jpg);
  72. background-size: cover;
  73. background-position: center;
  74. background-repeat: no-repeat;
  75. opacity: .9;
  76. -webkit-filter: sepia(40%);
  77. }
  78.  
  79. #transparentlayer{
  80. position: absolute;
  81. top: 0px;
  82. left: 0px;
  83. right: 0px;
  84. bottom: 0px;
  85. background-image:url(http://i.imgur.com/zHmqVwU.png);
  86. background-size: 250px;
  87. z-index: 5;
  88. }
  89.  
  90. #jahimage{
  91. position: absolute;
  92. top: 0px;
  93. left: 0px;
  94. right: 0px;
  95. bottom: 0px;
  96. background-image:url(http://i.imgur.com/wTGiUvD.png);
  97. background-repeat: no-repeat;
  98. background-position: bottom -17% left;
  99. background-size: auto 80%;
  100. }
  101.  
  102. #jahimage:before{
  103. content:'';
  104. position: absolute;
  105. top: 0px;
  106. left: 0px;
  107. right: 0px;
  108. bottom: 0px;
  109. background-image:url(http://i.imgur.com/wTGiUvD.png);
  110. background-repeat: no-repeat;
  111. background-position: bottom -14% left -1%;
  112. background-size: auto 80%;
  113. -webkit-filter: brightness(10%) blur(4px);
  114. opacity: .8;
  115. z-index: -1;
  116. }
  117.  
  118. #maintitle{
  119. position: absolute;
  120. top: 7vh;
  121. left: 3vw;
  122. height: 30vh;
  123. width: 33vw;
  124. font-size: 9vw;
  125. font-family:'titlefont';
  126. color: white;
  127. font-weight: 800;
  128. text-align: center;
  129. border: 0px solid black;
  130. text-shadow: 0px 1px 3px black;
  131. opacity: 1;
  132. }
  133.  
  134. #maintitle i{
  135. font-style: normal;
  136. }
  137.  
  138. #maintitle i:nth-child(even){
  139. color: #111111;
  140. }
  141.  
  142. #maintitle i:nth-child(odd){
  143. color: white;
  144. font-style: italic;
  145. }
  146.  
  147. #itemselection{
  148. position: absolute;
  149. right: 0px;
  150. top: 5vh;
  151. border: 0px solid red;
  152. height: 70vh;
  153. width: 30vw;
  154. text-decoration: none;
  155. text-align: left;
  156. line-height: 9.6vw;
  157. }
  158.  
  159. #itemselection a{
  160. text-decoration: none;
  161. text-shadow: 0px 0px 3px black;
  162. position: fixed;
  163. border: 0px solid black;
  164. height: 10vw;
  165. width: 25vw;
  166. box-sizing: border-box;
  167. overflow: hidden;
  168. font-size: 7vw;
  169. -webkit-transition: all 1s;
  170. transition: all 1s;
  171. }
  172.  
  173. #itemselection a.onelink{
  174. font-family:'font1', Arial;
  175. color: #7D9B93;
  176. letter-spacing: .2vw;
  177. text-shadow: 4px 0px 3px white;
  178. }
  179.  
  180. #itemselection a.twolink{
  181. font-family:'font2', Arial;
  182. text-shadow: 3px 0px 7px white;
  183. color: #9B9245;
  184. font-style: italic;
  185. }
  186.  
  187. #itemselection a.threelink{
  188. font-family:'font3', Arial;
  189. font-style: italic;
  190. font-weight: 600;
  191. color: #3B2F30;
  192. text-shadow: 3px 0px 3px white;
  193. }
  194.  
  195. #itemselection a.fourlink{
  196. font-family:'font4', Times;
  197. font-weight: 800;
  198. color: #783528;
  199. text-shadow: 3px 0px 3px white;
  200. }
  201.  
  202. #itemselection a.fivelink{
  203. font-family:'font5', Arial;
  204. color: #4B464D;
  205. text-shadow: 5px 0px 5px black;
  206. font-weight: 500;
  207. font-style: italic;
  208. letter-spacing: 1vw;
  209. }
  210.  
  211. #itemselection a.highlink{
  212. position: fixed;
  213. height: 10vw;
  214. width: 25vw;
  215. box-sizing: border-box;
  216. overflow: hidden;
  217. background: gray;
  218. opacity: 0;
  219. z-index: 12;
  220. }
  221.  
  222. #itemselection a.highlink:hover + a{
  223. -webkit-transition: all 1s;
  224. transition: all 1s;
  225. z-index: 11;
  226. -webkit-filter: hue-rotate(360deg);
  227. }
  228.  
  229. #largewindow{
  230. position: absolute;
  231. top: 0px;
  232. left: 0px;
  233. right: 0px;
  234. bottom: 0px;
  235. z-index: 1;
  236. background: rgba(0,0,0,0.8);
  237. -webkit-transition: all 0s 1.2s, opacity 1s;
  238. transition: all 0s 1.2s, opacity 1s;
  239. opacity: 0;
  240. }
  241.  
  242. #contentwindow{
  243. position: absolute;
  244. top: 0px;
  245. left: 0px;
  246. right: 20vw;
  247. bottom: 0px;
  248. margin: auto;
  249. height: 60vh;
  250. width: 40vw;
  251. background-color: gray;
  252. border-radius: 10px;
  253. background-image:url(http://i.imgur.com/XZZQFRh.png);
  254. border: 5px solid rgba(0, 0, 0, 0.8);
  255. opacity: 0;
  256. -webkit-transition: all 1s;
  257. transition: all 1s;
  258. }
  259.  
  260. .contents{
  261. position: absolute;
  262. top: 40px;
  263. left: 0px;
  264. right: -110px;
  265. bottom: 0px;
  266. overflow: auto;
  267. font-size: 3vw;
  268. box-sizing: border-box;
  269. padding-right: 30px;
  270. padding-top: 10px;
  271. padding-left: 10px;
  272. font-family:'font7', Times;
  273. text-align: justify;
  274. opacity: 0;
  275. -webkit-transition: all .7s;
  276. transition: all .7s;
  277. z-index: 1;
  278. }
  279.  
  280. #contentwindow a.backup{
  281. z-index: 3;
  282. position: absolute;
  283. height: 25px;
  284. width: 30px;
  285. right: 0px;
  286. bottom: 0px;
  287. background: rgba(0, 0, 0, 0.8);
  288. display: block;
  289. border-radius: 10px 0px 0px 0px;
  290. text-align: center;
  291. color: black;
  292. text-decoration: none;
  293. box-sizing: border-box;
  294. font-size: 20px;
  295. padding-top: 0px;
  296. font-family: 'font6';
  297. font-style: italic;
  298. font-weight: 600;
  299. text-shadow: 1px 0px 3px white;
  300. opacity: 1;
  301. }
  302.  
  303. .descrip{
  304. position: absolute;
  305. top: 0px;
  306. left: 0px;
  307. right: 0px;
  308. background: rgba(0, 0, 0, 0.8);
  309. height: 43px;
  310. text-align: center;
  311. font-size: 30px;
  312. letter-spacing: 3px;
  313. color: white;
  314. font-family:'font6';
  315. font-style: italic;
  316. -webkit-transition: all .5s;
  317. transition: all .5s;
  318. opacity: 0;
  319. z-index: 3;
  320. -webkit-transition: all .7s;
  321. transition: all .7s;
  322. }
  323.  
  324. #div1:target ~ #largewindow,
  325. #div2:target ~ #largewindow,
  326. #div3:target ~ #largewindow,
  327. #div4:target ~ #largewindow,
  328. #div5:target ~ #largewindow{
  329. z-index: 10;
  330. height: 100%;
  331. width: 100%;
  332. opacity: 1;
  333. -webkit-transition: all 0s, opacity 1s;
  334. transition: all 0s, opacity 1s;
  335. }
  336.  
  337. #div1:target ~ #largewindow #contentwindow,
  338. #div2:target ~ #largewindow #contentwindow,
  339. #div3:target ~ #largewindow #contentwindow,
  340. #div4:target ~ #largewindow #contentwindow,
  341. #div5:target ~ #largewindow #contentwindow{
  342. opacity: 1;
  343. -webkit-transition: all 1s;
  344. transition: all 1s;
  345. }
  346.  
  347. #div11{
  348. opacity: 0;
  349. }
  350.  
  351. #div1:target ~ #largewindow #div11,
  352. #div2:target ~ #largewindow #div22,
  353. #div3:target ~ #largewindow #div33,
  354. #div4:target ~ #largewindow #div44,
  355. #div5:target ~ #largewindow #div55{
  356. -webkit-transition: all 1s .3s;
  357. transition: all 1s .3s;
  358. opacity: 1;
  359. z-index: 2;
  360. }
  361.  
  362. .contents a{
  363. text-decoration: none;
  364. font-family:'font2';
  365. color: black;
  366. text-decoration: underline;
  367. }
  368.  
  369.  
  370. #musiclist{
  371. position: absolute;
  372. top: 0px;
  373. left: 0px;
  374. right: 0vh;
  375. bottom: 40vh;
  376. margin: auto;
  377. height:146.5px;
  378. width: 380px;
  379. overflow: auto;
  380. overflow-x: hidden;
  381. padding-right: 0px;
  382. cursor:default;
  383. border-top: 5px solid black;
  384. border-bottom: 5px solid black;
  385. border-right: 0px solid black;
  386. box-sizing: border-box;
  387. z-index: 1;
  388. opacity: 0;
  389. -webkit-transition: all 1s;
  390. transition: all 1s;
  391. }
  392.  
  393. #musiclist::-webkit-scrollbar {
  394. width: 4px;
  395. background-color: transparent;
  396. }
  397.  
  398.  
  399. #musiclist::-webkit-scrollbar-thumb {
  400. border-radius: 0px;
  401. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  402. background-color: black;
  403. }
  404.  
  405. #tracklist{
  406. position: relative;
  407. width: 100%;
  408. height: 31px;
  409. border: 1px solid black;
  410. box-sizing: border-box;
  411. border-top: 0px solid transparent;
  412. border-right: 2px solid black;
  413. overflow: hidden;
  414. -webkit-transition: all 1s;
  415. transition: all 1s;
  416. z-index: 1;
  417. }
  418.  
  419.  
  420. #infoslide{
  421. float: left;
  422. width: 100%;
  423. height: 100%;
  424. text-align: left;
  425. overflow: hidden;
  426. font-size: 12pt;
  427. font-weight: 600;
  428. line-height: 31px;
  429. letter-spacing: 2px;
  430. font-family: 'musicfont', Times, Arial;
  431. color: black;
  432. -webkit-transition: all 1s;
  433. transition: all 1s;
  434. box-sizing: border-box;
  435. padding-left: 40px;
  436. }
  437.  
  438. #trackplay{
  439. position: absolute;
  440. left: 0px;
  441. top: 0px;
  442. height: 100%;
  443. width: 0px;
  444. border-right: 1px solid black;
  445. overflow: hidden;
  446. -webkit-transition: all 1s;
  447. transition: all 1s;
  448. }
  449.  
  450. #trackplay audio{
  451. margin-left: -5px;
  452. zoom: 110%;
  453. margin-top: -2px;
  454. }
  455.  
  456. #tracklist:hover #trackplay{
  457. width: 25px;
  458. }
  459.  
  460. #tracklist:hover #infoslide{
  461. padding-left: 50px;
  462. }
  463.  
  464. #tracklist:hover{
  465. -webkit-transition: all .1s;
  466. transition: all .1s;
  467. border-left: 2px solid black;
  468. }
  469.  
  470. /* CUSTOMIZATION */
  471.  
  472. #infoslide{
  473. color: white;
  474. letter-spacing: 3px;
  475. text-shadow: 1px 1px 2px black;
  476. }
  477.  
  478. #musiclist{
  479. border-color: black ;
  480. background-color: transparent;
  481. }
  482.  
  483. #tracklist{
  484. border-color: ;
  485. background-color: #e96765 ;
  486. }
  487.  
  488. #musiccheck{
  489. opacity: 0;
  490. }
  491.  
  492. #boombox{
  493. position: absolute;
  494. left: 1.5vw;
  495. bottom: 1vh;
  496. height: 14vh;
  497. width: 23vh;
  498. border: 0px solid black;
  499. z-index: 10;
  500. background-image:url(http://i.imgur.com/yDDHIny.png);
  501. background-size: auto 100%;
  502. background-position: left;
  503. background-repeat: no-repeat;
  504. -webkit-filter:drop-shadow(-10px 0px 2px rgba(0, 0, 0, 0.7));
  505. }
  506.  
  507.  
  508. #musiccheck:checked ~ #musiclist{
  509. z-index: 6;
  510. opacity: 1;
  511. }
  512.  
  513. </style>
  514.  
  515. <input type="checkbox" id="musiccheck">
  516. <div id="div1"></div>
  517. <div id="div2"></div>
  518. <div id="div3"></div>
  519. <div id="div4"></div>
  520. <div id="div5"></div>
  521.  
  522. <div id="whole">
  523. </div>
  524.  
  525. <label for="musiccheck" id="boombox">
  526. </label>
  527.  
  528. <div id="transparentlayer">
  529.  
  530. <div id="jahimage">
  531. </div>
  532.  
  533. </div>
  534.  
  535. <div id="maintitle">
  536. <i>J</i><i>A</i><i>H</i><i>S</i><i>E</i><i>H.</i>
  537. </div>
  538.  
  539.  
  540. <div id="itemselection">
  541. <a href="#div1" class="highlink"></a>
  542. <a href="" class="onelink">Stats</a><br>
  543. <a href="#div2" class="highlink"></a>
  544. <a href="" class="twolink">BIO</a><br>
  545. <a href="#div3" class="highlink"></a>
  546. <a href="" class="threelink">Friends</a><br>
  547. <a href="#div4" class="highlink"></a>
  548. <a href="" class="fourlink">Pictures</a><br>
  549. <a href="#div5" class="highlink"></a>
  550. <a href="" class="fivelink">OOC</a><br>
  551. </div>
  552.  
  553.  
  554. <div id="largewindow">
  555. <div id="contentwindow">
  556. <a href="#blank"class="backup">X
  557. </a>
  558. <a class="descrip" id="div11">STATS
  559. </a>
  560. <div id="div11" class="contents">
  561. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac augue risus. In at urna dictum, rhoncus diam at, feugiat mauris. Duis tortor magna, placerat rutrum mattis sed, porta vel nunc. Mauris ut tortor non leo iaculis pretium. Donec suscipit mauris vel dolor viverra sagittis ut a tellus. Sed nec odio bibendum, efficitur elit vel, aliquam neque. Nam sodales sapien nunc, sed tempus diam imperdiet sit amet. Proin porta lectus sed fringilla varius. Maecenas quis sem faucibus, bibendum quam et, viverra nunc. Mauris viverra commodo orci, et blandit elit cursus eu. Nam tristique a leo auctor dapibus. Etiam eget sollicitudin lorem. Nulla mauris mauris, ullamcorper aliquet laoreet eget, aliquam eu purus. Suspendisse ac sapien lectus.<br><br>
  562.  
  563. Vivamus sit amet augue magna. Donec eu ultrices sapien, sed vulputate lorem. Donec ac nisl orci. Etiam fringilla ut dolor ac efficitur. Quisque in augue dignissim, sagittis risus vel, pellentesque erat. Sed mattis, tellus ut tempor eleifend, metus odio luctus neque, nec hendrerit augue erat sit amet eros. In nec dictum lorem. Etiam dignissim at massa id vulputate.<br><br>
  564.  
  565. Nam luctus hendrerit tortor, ut faucibus nunc imperdiet nec. Pellentesque massa augue, condimentum in consectetur a, vulputate imperdiet est. Donec at sodales elit, ac molestie odio. Maecenas vel lacinia justo. Quisque id velit quam. Praesent aliquam bibendum massa, nec congue ex condimentum a. Maecenas tincidunt ex non leo viverra, sit amet facilisis lorem tempor. Quisque id odio elit.
  566. </div>
  567.  
  568. <a class="descrip" id="div22">BIOGRAPHY
  569. </a>
  570. <div id="div22" class="contents">
  571. A shot at some <a href="">fonts.</a>
  572. </div>
  573.  
  574. <a class="descrip" id="div33">FRIENDS
  575. </a>
  576. <div id="div33" class="contents">
  577. </div>
  578.  
  579. <a class="descrip" id="div44">PICTURES
  580. </a>
  581. <div id="div44" class="contents">
  582. </div>
  583.  
  584. <a class="descrip" id="div55">OUT OF CHARACTER
  585. </a>
  586. <div id="div55" class="contents">
  587. </div>
  588.  
  589.  
  590. </div>
  591. </div>
  592.  
  593.  
  594. <div id="musiclist">
  595.  
  596. <div id="tracklist">
  597. <div id="trackplay">
  598. <audio controls src="https://www.dropbox.com/s/u0l8my6rv1vd9zc/Black%20Skinhead.mp3?dl=1" loop=3 />
  599. </div>
  600. <div id="infoslide">
  601. Blakkk Skkkinhead // Kkkanye yeezus.
  602. </div>
  603. </div>
  604.  
  605. <div id="tracklist">
  606. <div id="trackplay">
  607. <audio controls src="https://www.dropbox.com/s/2nmd8p6sjpcuybc/broccoli.mp3?dl=1" loop=3 />
  608. </div>
  609. <div id="infoslide">
  610. Brocolli // Yachty and Dram
  611. </div>
  612. </div>
  613.  
  614. <div id="tracklist">
  615. <div id="trackplay">
  616. <audio controls src="https://www.dropbox.com/s/paibr1jtvsopxl8/mad.mp3?dl=1" loop=3 />
  617. </div>
  618. <div id="infoslide">
  619. U Mad? // Vic Mensa and Kanye West
  620. </div>
  621. </div>
  622.  
  623. <div id="tracklist">
  624. <div id="trackplay">
  625. <audio controls src="https://www.dropbox.com/s/t38rd4fvhsu44z0/Future%20-%20Stick%20Talk.mp3?dl=1" loop=3 />
  626. </div>
  627. <div id="infoslide">
  628. Future // Stick Talk
  629. </div>
  630. </div>
  631.  
  632. <div id="tracklist">
  633. <div id="trackplay">
  634. <audio controls src="https://www.dropbox.com/s/0px7kz4muojt6k7/Flatbush%20ZOMBiES%20-%20Glorious%20Thugs.mp3?dl=1" loop=3 />
  635. </div>
  636. <div id="infoslide">
  637. Flatbush Zombies // Glorious Thugs
  638. </div>
  639. </div>
  640.  
  641. <div id="tracklist">
  642. <div id="trackplay">
  643. <audio controls src="https://www.dropbox.com/s/kl3g7q7i7vxj0dp/The%20Underachievers%20-%20Herb%20Shuttles%20%28%20Official%20Music%20Video%20%29.mp3?dl=1" loop=3 />
  644. </div>
  645. <div id="infoslide">
  646. The Underachievers // Herb Shuttles
  647. </div>
  648. </div>
  649.  
  650. <div id="tracklist">
  651. <div id="trackplay">
  652. <audio controls src="https://www.dropbox.com/s/o9qsb3qzyv1mpz2/Desiigner%20-%20Tiimmy%20Turner%20%28Official%20Audio%29.mp3?dl=0" loop=3 />
  653. </div>
  654. <div id="infoslide">
  655. Desiigner // Timmy Turner
  656. </div>
  657. </div>
  658.  
  659.  
  660. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement