thisisnotras

Chapter One profile.

Nov 17th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.76 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face{
  4. src: url(https://dl.dropboxusercontent.com/u/4556289/somepx.ttf);
  5. font-family: 'bodyfont';
  6. }
  7.  
  8. @font-face{
  9. src:url(https://dl.dropboxusercontent.com/u/4556289/narrow_rectangle-7.ttf);
  10. font-family:'bodyfont2';
  11. }
  12.  
  13.  
  14. #whole{
  15. position: fixed;
  16. top: 0px;
  17. left: 0px;
  18. right: 0px;
  19. bottom: 0px;
  20. background-image:url(http://puu.sh/shhrd/0a7c5713bc.jpg);
  21. background-repeat: no-repeat;
  22. background-size: 120% auto;
  23. background-position: bottom center;
  24. background-color: #0F1418;
  25. overflow: hidden;
  26. }
  27.  
  28. #startbutton, #startbutton2{
  29. position: absolute;
  30. top: 0px;
  31. left: 0px;
  32. right: 50%;
  33. bottom: 30%;
  34. margin: auto;
  35. width: 230px;
  36. height: 60px;
  37. text-align: center;
  38. font-family: 'bodyfont';
  39. font-size: 50pt;
  40. color: white;
  41. text-shadow: 1px 1px 10px white;
  42. box-shadow: 0px 0px 10px white;
  43. border-radius: 5px;
  44. -webkit-transition: all 0s 99999s;
  45. transition: all 0s 999999s;
  46. overflow: hidden;
  47. }
  48.  
  49. #startbutton{
  50. opacity: 0;
  51. z-index: 1;
  52. }
  53.  
  54. #startbutton2 i, #skipbutton i{
  55. float: left;
  56. width: 100%;
  57. margin-top: -8px;
  58. font-style: normal;
  59. letter-spacing: 10px;
  60. }
  61.  
  62.  
  63.  
  64. #startdescription{
  65. position: absolute;
  66. top: 0px;
  67. left: 0px;
  68. right: 50%;
  69. bottom: 0px;
  70. margin: auto;
  71. height: 100px;
  72. width: 230px;
  73. overflow: hidden;
  74. font-family:'bodyfont', Times, Arial;
  75. font-size: 16pt;
  76. color: white;
  77. text-align: left;
  78. box-sizing: border-box;
  79. padding: 10px;
  80. text-shadow: 0px 0px 10px white;
  81. -webkit-transition: all 0s 99999s;
  82. transition: all 0s 999999s;
  83. }
  84.  
  85. #startdescription:before{
  86. top: 0px;
  87. left: 0px;
  88. right: 0px;
  89. bottom: 0px;
  90. content:'';
  91. position: absolute;
  92. background: white;
  93. z-index: -1;
  94. opacity: .1;
  95. }
  96.  
  97. #skipbutton{
  98. position: absolute;
  99. top: 30%;
  100. left: 0px;
  101. right: 50%;
  102. bottom: 0px;
  103. margin: auto;
  104. width: 230px;
  105. height: 60px;
  106. text-align: center;
  107. font-family: 'bodyfont';
  108. font-size: 50pt;
  109. color: white;
  110. text-shadow: 1px 1px 10px white;
  111. box-shadow: 0px 0px 10px white;
  112. border-radius: 5px;
  113. -webkit-transition: all 0s 99999s;
  114. transition: all 0s 999999s;
  115. }
  116.  
  117. #startbutton:active ~ #startbutton2,
  118. #startbutton:active ~ #startdescription,
  119. #startbutton:active ~ #skipbutton{
  120. -webkit-transition: all 0s 0s;
  121. transition: all 0s 0s;
  122. opacity: 0;
  123. }
  124.  
  125. #yeardiv{
  126. position: absolute;
  127. top: 10%;
  128. left: 10%;
  129. height: 25px;
  130. width: 170px;
  131. font-family:'bodyfont', Times, Arial;
  132. font-size: 18pt;
  133. text-align: left;
  134. color: white;
  135. border-bottom: 1px solid gray;
  136. -webkit-transition: all 1s 2s;
  137. transition: all 1s 2s;
  138. opacity: 1;
  139. }
  140.  
  141. #citydiv{
  142. position: absolute;
  143. top: 20%;
  144. left: 10%;
  145. height: 25px;
  146. width: 260px;
  147. font-family:'bodyfont', Times, Arial;
  148. font-size: 18pt;
  149. text-align: left;
  150. color: white;
  151. border-bottom: 1px solid gray;
  152. -webkit-transition: all 1s 3.5s;
  153. transition: all 1s 3.5s;
  154. opacity: 1;
  155. }
  156.  
  157. #barslide{
  158. position: absolute;
  159. top: 30%;
  160. bottom: 0px;
  161. left: 5%;
  162. margin: auto;
  163. height: 500px;
  164. width: 450px;
  165. border: 0px solid black;
  166. -webkit-transition: all 1s 5s;
  167. transition: all 1s 5s;
  168. opacity: 1;
  169. }
  170.  
  171. #fuzzbar1{
  172. position: absolute;
  173. top: 20px;
  174. left: 10px;
  175. right: 10px;
  176. height: 10px;
  177. -webkit-filter:blur(4px);
  178. filter:blur(4px);
  179. background: white;
  180. z-index: 2;
  181. }
  182.  
  183. #fuzzbar2{
  184. position: absolute;
  185. bottom: 10px;
  186. left: 10px;
  187. right: 10px;
  188. height: 10px;
  189. -webkit-filter:blur(4px);
  190. filter:blur(4px);
  191. background: white;
  192. z-index: 2;
  193. }
  194.  
  195. #infocontainer{
  196. position: absolute;
  197. top: 25px;
  198. left: 20px;
  199. right: 20px;
  200. bottom: 15px;
  201. border: 0px solid black;
  202. overflow: hidden;
  203. }
  204.  
  205. #infoline1, #infoline2, #infoline3,
  206. #infoline4, #infoline5, #infoline6{
  207. position: absolute;
  208. bottom: 470px;
  209. left: 10px;
  210. right: 10px;
  211. height: 60px;
  212. border: 0px solid black;
  213. color: white;
  214. font-family:'bodyfont2', Arial, Times;
  215. font-size: 13pt;
  216. word-spacing: 2px;
  217. letter-spacing: 2px;
  218. text-shadow: 0px 0px 7px #607d8b;
  219. text-align: left;
  220. -webkit-transition: all 20s linear 5s, opacity 1s;
  221. transition: all 20s 5s linear, opacity 1s;
  222. opacity: 1;
  223. }
  224.  
  225. #infoline2{
  226. -webkit-transition: all 20s 15s linear, opacity 1s;
  227. transition: all 20s 15s linear, opacity 1s;
  228. }
  229. #infoline3{
  230. -webkit-transition: all 20s 25s linear, opacity 1s;
  231. transition: all 20s 25s linear, opacity 1s;
  232. }
  233. #infoline4{
  234. -webkit-transition: all 20s 35s linear, opacity 1s;
  235. transition: all 20s 35s linear, opacity 1s;
  236. }
  237. #infoline5{
  238. -webkit-transition: all 20s 45s linear, opacity 1s;
  239. transition: all 20s 45s linear, opacity 1s;
  240. }
  241. #infoline6{
  242. -webkit-transition: all 20s 52s linear, opacity 1s;
  243. transition: all 20s 52s linear, opacity 1s;
  244. }
  245.  
  246. #startbutton:active ~ #div2 #infoline1,
  247. #startbutton:active ~ #div2 #infoline2,
  248. #startbutton:active ~ #div2 #infoline3,
  249. #startbutton:active ~ #div2 #infoline4,
  250. #startbutton:active ~ #div2 #infoline5,
  251. #startbutton:active ~ #div2 #infoline6{
  252. bottom: -60px;
  253. opacity: 0;
  254. -webkit-transition: all 0s;
  255. transition: all 0s;
  256. }
  257.  
  258. #introstack1, #introstack2, #introstack3{
  259. opacity: 0;
  260. -webkit-transition: all 1s 60s;
  261. transition: all 1s 60s;
  262. }
  263.  
  264. #startbutton:active ~ #div2 #introstack1,
  265. #startbutton:active ~ #div2 #introstack2,
  266. #startbutton:active ~ #div2 #introstack3{
  267. opacity: 1;
  268. -webkit-transition: all 0s 0s;
  269. transition: all 0s 0s;
  270. }
  271.  
  272. #startbutton:active ~ #div2 #yeardiv,
  273. #startbutton:active ~ #div2 #citydiv{
  274. -webkit-transition: all 0s;
  275. transition: all 0s;
  276. opacity: 0;
  277. left: 12%;
  278. }
  279.  
  280. #startbutton:active ~ #div2 #barslide{
  281. -webkit-transition: all 0s;
  282. transition: all 0s;
  283. opacity: 0;
  284. }
  285.  
  286. #div2{
  287. position: absolute;
  288. top: 0px;
  289. left: 0px;
  290. right: 0px;
  291. bottom: 0px;
  292. z-index: -1;
  293. -webkit-transition: all 0s 999999s;
  294. transition: all 0s 999999s;
  295. }
  296.  
  297. #startbutton:active ~ #div2{
  298. -webkit-transition: all 0s 0s;
  299. transition: 0s 0s;
  300. z-index: 0;
  301. }
  302.  
  303. #div3{
  304. position: absolute;
  305. top: 0px;
  306. left: 0px;
  307. right: 0px;
  308. bottom: 0px;
  309. z-index: -1;
  310. -webkit-transition: all 0s 99999s, opacity 1s 99999s, left 0s .1s;
  311. transition: all 0s 999999s, opacity 1s 99999s, left 0s .1s;
  312. opacity: 0;
  313. }
  314.  
  315. #startbutton:active ~ #introstack4 #div3{
  316. -webkit-transition: all 0s 0s;
  317. transition: all 0s 0s;
  318. z-index: 10;
  319. opacity: 1;
  320. left: 50%;
  321. }
  322.  
  323.  
  324.  
  325. #titlepiece{
  326. position: absolute;
  327. top: 30%;
  328. left: 0px;
  329. right: 0px;
  330. margin: auto;
  331. width: 900px;
  332. height: 100px;
  333. font-size: 80pt;
  334. font-weight: 800;
  335. color: white;
  336. text-shadow: 1px 1px 3px black;
  337. text-align: center;
  338. font-family:'bodyfont', Arial, Times;
  339. border-bottom: 3px dashed white;
  340. opacity: 1;
  341. -webkit-transition: all 1s 63s;
  342. transition: all 1s 63s;
  343. }
  344.  
  345. #titlepiece2{
  346. position: absolute;
  347. top: 140px;
  348. left: 0px;
  349. right: 0px;
  350. height: 100px;
  351. width: 700px;
  352. margin: auto;
  353. font-size: 40pt;
  354. text-align: center;
  355. color: white;
  356. text-shadow: 1px 1px 3px black;
  357. font-style: italic;
  358. font-family:'bodyfont2', Arial, Times;
  359. letter-spacing: 2px;
  360. opacity: 1;
  361. -webkit-transition: all 1s 63s;
  362. transition: all 63s;
  363. }
  364.  
  365. #chapterpiece{
  366. position: absolute;
  367. left: -40px;
  368. top: -2px;
  369. height: 60px;
  370. width: 130px;
  371. border: 0px solid black;
  372. font-size: 15pt;
  373. text-shadow: 0px 0px 7px white;
  374. opacity: 1;
  375. -webkit-transition: all 1s 65s;
  376. transition: all 1s 65s;
  377. }
  378.  
  379. #explanationpiece{
  380. position: absolute;
  381. top: 100px;
  382. left: 0px;
  383. right: 0px;
  384. margin: auto;
  385. width: 500px;
  386. height: 100px;
  387. border: 0px solid black;
  388. color: white;
  389. text-shadow: 0px 0px 7px white;
  390. font-family:'bodyfont2', Arial, Times;
  391. font-size: 15pt;
  392. opacity: 1;
  393. -webkit-transition: all 1s 61s;
  394. transition: all 1s 61s;
  395. text-align: center;
  396. font-style: italic;
  397. }
  398.  
  399. #startbutton:active ~ #introstack4 #div3 #titlepiece,
  400. #startbutton:active ~ #introstack4 #div3 #titlepiece2,
  401. #startbutton:active ~ #introstack4 #div3 #chapterpiece,
  402. #startbutton:active ~ #introstack4 #div3 #explanationpiece,
  403. #startbutton:active ~ #introstack4 #div3 #continuebutton{
  404. -webkit-transition: all 0s;
  405. transition: all 0s;
  406. opacity: 0;
  407. }
  408.  
  409. #startbutton audio{
  410. position: absolute;
  411. zoom: 1000%;
  412. opacity: 1;
  413. top: -13px;
  414. left: -5px;
  415. z-index: 1;
  416. }
  417.  
  418. #continuebutton{
  419. position: absolute;
  420. top: 50%;
  421. left: 0px;
  422. right: 0px;
  423. bottom: 0px;
  424. margin: auto;
  425. width: 230px;
  426. height: 60px;
  427. text-align: center;
  428. font-family: 'bodyfont';
  429. font-size: 45pt;
  430. color: white;
  431. text-shadow: 1px 1px 10px white;
  432. box-shadow: 0px 0px 10px white;
  433. border-radius: 5px;
  434. overflow: hidden;
  435. opacity: 0;
  436. text-decoration: none;
  437. -webkit-animation: blinkanim 2s 67s infinite linear;
  438. animation: blinkanim 2s 67s infinite linear;
  439. }
  440.  
  441. @-webkit-keyframes blinkanim{
  442. 0%{opacity: 0;}
  443. 50%{opacity: 1;}
  444. 100%{opacity:0;}
  445. }
  446.  
  447. @keyframes blinkanim{
  448. 0%{opacity: 0;}
  449. 50%{opacity: 1;}
  450. 100%{opacity:0;}
  451. }
  452.  
  453. #div4{
  454. position: absolute;
  455. top: 0px;
  456. left: 0px;
  457. right: 0px;
  458. bottom: 0px;
  459. z-index: -1;
  460. opacity: 0;
  461. }
  462.  
  463. #playerstack{
  464. position: absolute;
  465. top: 20%;
  466. left: 5%;
  467. height: 600px;
  468. width: 500px;
  469. border: 0px solid black;
  470. box-sizing: border-box;
  471. padding-top: 10px;
  472. padding-left: 10px;
  473. }
  474.  
  475. #playerstack a{
  476. position: absolute;
  477. height: 100px;
  478. width: 300px;
  479. border: 1px solid black;
  480. color: white;
  481. text-shadow: 1px 1px 10px white;
  482. box-shadow: 0px 0px 10px white;
  483. border-radius: 5px;
  484. box-sizing: border-box;
  485. overflow: hidden;
  486. text-align: left;
  487. font-family:'bodyfont', times, Arial;
  488. font-size: 30pt;
  489. padding-top: 30px;
  490. padding-left: 120px;
  491. background-size: auto 100%;
  492. background-repeat: no-repeat;
  493. background-position: top left 40px;
  494. -webkit-transition: all 1s;
  495. transition: all 1s;
  496. text-decoration: none;
  497. }
  498.  
  499. #playerstack a:hover{
  500. -webkit-transition: all 1s;
  501. transition: all 1s;
  502. margin-left: 50px;
  503. }
  504.  
  505. #playerstack a:nth-child(1){
  506. background-image:url(http://i66.tinypic.com/35mfxpu.jpg);
  507. }
  508.  
  509. #playerstack a:nth-child(2){
  510. margin-top: 115px;
  511. background-image:url(http://i66.tinypic.com/35mfxpu.jpg);
  512. }
  513.  
  514. #playerstack a:nth-child(3){
  515. margin-top: 230px;
  516. background-image:url(http://i66.tinypic.com/35mfxpu.jpg);
  517. }
  518.  
  519. #playerstack a:nth-child(4){
  520. margin-top: 345px;
  521. }
  522.  
  523. #playerstack:before{
  524. content:'';
  525. position: relative;
  526. top: 0px;
  527. left: 0px;
  528. right: 0px;
  529. bottom: 0px;
  530. background: black;
  531. }
  532.  
  533. #div1:target ~ #introstack1,
  534. #div1:target ~ #introstack2,
  535. #div1:target ~ #introstack3,
  536. #div1:target ~ #startbutton,
  537. #div1:target ~ #startbutton2,
  538. #div1:target ~ #startdescription,
  539. #div1:target ~ #skipbutton,
  540. #div1:target ~ #introstack4{
  541. -webkit-transition: all 1s 1s, opacity 1s 0s !important;
  542. transition: all 1s 1s, opacity 1s 0s !important;
  543. opacity: 0 !important;
  544. z-index: -1 !important;
  545. }
  546.  
  547. #div1:target ~ #div4{
  548. -webkit-transition: all 1s 1s;
  549. transition: all 1s 1s;
  550. opacity: 1;
  551. z-index: 20;
  552. }
  553.  
  554. #div1button{
  555. position: fixed;
  556. top: 0px;
  557. right: 0px;
  558. z-index: 999999;
  559. }
  560.  
  561. </style>
  562.  
  563. <div id="whole">
  564.  
  565. <div id="div1"></div>
  566.  
  567. <div id="startbutton">
  568. <audio controls src="https://puu.sh/sm2a6/ec50ccc3c6.mp3">
  569. </audio>
  570. </div>
  571.  
  572. <div id="startbutton2">
  573. <i>START</i>
  574. </div>
  575.  
  576. <a id="skipbutton" href="#div1">
  577. <i>SKIP</i>
  578. </a>
  579.  
  580. <div id="startdescription">
  581. This profile's introduction is automatically accompanied by music. To skip this, please simply click below.
  582. </div>
  583.  
  584. <div id="div2">
  585.  
  586. <div id="introstack1">
  587. <div id="yeardiv">
  588. ― The Year Is 2099
  589. </div>
  590. </div>
  591.  
  592. <div id="introstack2">
  593. <div id="citydiv">
  594. ― The City is US-O1, New York
  595. </div>
  596. </div>
  597.  
  598. <div id="introstack3">
  599. <div id="barslide">
  600. <div id="fuzzbar1">
  601. </div>
  602. <div id="fuzzbar2">
  603. </div>
  604. <div id="infocontainer">
  605. <div id="infoline1">
  606. <i>Zephyr Corp</i> has revolutionized the world.</div>
  607. <div id="infoline2">
  608. Appearing suddenly and led by the mysterious figure <i>Mr. Antagon</i>, within three years <i>Zephyr Corp</i> leads the world in every field.
  609. </div>
  610. <div id="infoline3">
  611. Soon, almost every citizen has some variety of cybernetic modifications within their bodies as well as a small implant in their brains.
  612. </div>
  613. <div id="infoline4">
  614. It is now ten years later and <i>Zephyr Corp</i> is everywhere. They control everything. Some say they control every<i>one</i>.
  615. </div>
  616. <div id="infoline5">
  617. However, not all the changes resulting from this have been for the better. Crime has begun to run rampant as greed rules the streets...
  618. </div>
  619. <div id="infoline6">
  620. ... but in this chaos there are whispers. Whispers of a <i>secret</i>. A secret that could change the world.
  621. </div>
  622. </div>
  623. </div>
  624. </div>
  625. </div>
  626.  
  627. <div id="introstack4">
  628. <div id="div3">
  629. <div id="titlepiece">
  630. The Digicade Chronicles
  631. <div id="titlepiece2">
  632. ╼ The Unwitting Architect ╾
  633. <div id="chapterpiece">
  634. Chapter<br> One
  635. </div>
  636. </div>
  637. </div>
  638.  
  639. <div id="explanationpiece">
  640. This is the story of how the world fell and the tales of those who were there.
  641. </div>
  642.  
  643. <a id="continuebutton" href="#div1">
  644. CONTINUE
  645. </a>
  646. </div>
  647. </div>
  648.  
  649. <div id="div4">
  650. <div id="playerstack">
  651. <a>Player One</a>
  652. <a>Player Two</a>
  653. <a>Player Three</a>
  654. </div>
  655. </div>
  656.  
  657. </div>
  658.  
  659. <a id="div1button" href="#div1">
  660. Div1Link.
  661. </a>
Advertisement
Add Comment
Please, Sign In to add comment