Advertisement
Falkstids

Flash Thompson code

Jan 6th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.53 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Staatliches');
  3. @import url('https://fonts.googleapis.com/css?family=Montserrat');
  4.  
  5. body{
  6. background-color:#fff;
  7. overflow:hidden;
  8. }
  9.  
  10. ::-webkit-scrollbar
  11. {
  12. width:0px;
  13. background-color: transparent;
  14. }
  15.  
  16. #background{
  17. width:100%;
  18. height:100%;
  19. background-color:#fff;
  20. position:absolute;
  21. z-index:1;
  22. }
  23.  
  24.  
  25.  
  26.  
  27. #blanket:target #overlay{
  28. animation:animation1 2s;
  29. animation-fill-mode:forwards;
  30. }
  31.  
  32. @keyframes animation1{
  33. 0%{
  34. background-color:#000;
  35. clip-path: polygon(100% 0, 25% 100%, 100% 100%);
  36. }
  37.  
  38. 50%{
  39. background-color:#000;
  40.  
  41. clip-path: polygon(100% 100%, 25% 100%, 100% 100%);
  42. }
  43. 55%{
  44. background-color:#fff;
  45. clip-path: polygon(0 100%, 0 100%, 75% 100%);
  46.  
  47. }
  48. 100%{
  49. clip-path: polygon(0 0, 0 100%, 75% 100%);
  50. background-color:#fff;
  51.  
  52. }
  53. }
  54.  
  55. #blanket:target #background{
  56. background-color:#000;
  57. transition:1s;
  58. }
  59.  
  60. #blanket:target #antivenom{
  61. opacity:0;
  62. z-index:0;
  63. transition:1s;
  64. }
  65.  
  66. #blanket:target #agentvenom{
  67. opacity:1;
  68. z-index:5;
  69. transition:1s;
  70. transition-delay:1s;
  71. }
  72.  
  73. #blanket:target #box1{
  74. opacity:0;
  75. z-index:0;
  76. transition:1s;
  77. }
  78.  
  79.  
  80.  
  81. #blanket:target #box2{
  82. opacity:1;
  83. z-index:10;
  84. transition:1s;
  85. transition-delay:1s;
  86. }
  87.  
  88. #blanket:target #line1{
  89. opacity:0;
  90. z-index:0;
  91. transition:1s;
  92. transform:scalex(0)
  93. }
  94.  
  95. #blanket:target h1{
  96. opacity:0;
  97. z-index:0;
  98. transition:.2s;
  99. }
  100.  
  101. #blanket:target .text1{
  102. opacity:0;
  103. z-index:0;
  104. transition:.2;
  105. }
  106.  
  107. #blanket:target #line2{
  108. opacity:1;
  109. z-index:10;
  110. transition:1s;
  111. transition-delay:1s;
  112. transform:scalex(1)
  113. }
  114.  
  115. #blanket:target h2{
  116. opacity:1;
  117. z-index:10;
  118. transition:1s;
  119. transition-delay:2s;
  120. }
  121.  
  122. #blanket:target .text2{
  123. opacity:1;
  124. z-index:10;
  125. transition:1s;
  126. transition-delay:2s;
  127. }
  128.  
  129. #blanket2:target #overlay{
  130. animation:animation2 2s;
  131. animation-fill-mode:forwards;
  132. }
  133.  
  134. @keyframes animation2{
  135. 0%{
  136. clip-path: polygon(0 0, 0 100%, 75% 100%);
  137. background-color:#fff;
  138. }
  139.  
  140. 50%{
  141. background-color:#fff;
  142. clip-path: polygon(0 100%, 0 100%, 75% 100%);
  143. }
  144. 55%{
  145.  
  146.  
  147. background-color:#000;
  148.  
  149. clip-path: polygon(100% 100%, 25% 100%, 100% 100%);
  150. }
  151. 100%{
  152.  
  153.  
  154. background-color:#000;
  155. clip-path: polygon(100% 0, 25% 100%, 100% 100%);
  156. }
  157. }
  158.  
  159. #blanket2:target #background{
  160. background-color:#fff;
  161. transition:1s;
  162. }
  163.  
  164. #blanket2:target #antivenom{
  165. opacity:1;
  166. z-index:5;
  167. transition:1s;
  168. transition-delay:1s;
  169. }
  170.  
  171. #blanket2:target #agentvenom{
  172. opacity:0;
  173. z-index:0;
  174. transition:1s;
  175. }
  176.  
  177. #blanket2:target #box1{
  178. opacity:1;
  179. transition:1s;
  180. z-index:10;
  181. transition-delay:1s;
  182. }
  183.  
  184. #blanket2:target #box2{
  185. opacity:0;
  186. transition:1s;
  187. z-index:0;
  188. }
  189.  
  190. #blanket2:target #line2{
  191. opacity:0;
  192. z-index:0;
  193. transition:1s;
  194. transform:scalex(0)
  195. }
  196.  
  197. #blanket2:target h2{
  198. opacity:0;
  199. z-index:0;
  200. transition:.2s;
  201. }
  202.  
  203. #blanket2:target .text2{
  204. opacity:0;
  205. z-index:0;
  206. transition:.2s;
  207. }
  208.  
  209. #blanket2:target #line1{
  210. opacity:1;
  211. z-index:10;
  212. transition:1s;
  213. transition-delay:1s;
  214. transform:scalex(1)
  215. }
  216.  
  217. #blanket2:target h1{
  218. opacity:1;
  219. z-index:10;
  220. transition:1s;
  221. transition-delay:2s;
  222. }
  223.  
  224. #blanket2:target .text1{
  225. opacity:1;
  226. z-index:10;
  227. transition:1s;
  228. transition-delay:2s;
  229. }
  230.  
  231. #overlay{
  232. clip-path: polygon(100% 0, 25% 100%, 100% 100%);
  233. width:100%;
  234. height:135%;
  235. position:fixed;
  236. right:0%;
  237. bottom:0%;
  238. background-color:#000;
  239. z-index:7;
  240. }
  241.  
  242. #antivenom{
  243. width:400px;
  244. height:800px;
  245. position:absolute;
  246. top:50%;
  247. left:50%;
  248. margin-left:-150px;
  249. margin-top:-250px;
  250. z-index:5;
  251. opacity:1;
  252. }
  253.  
  254. #antivenom a{
  255. background-image:url(https://i.imgur.com/dyBrcJH.png);
  256. background-size:contain;
  257. background-repeat:no-repeat;
  258. width:350px;
  259. height:700px;
  260. display:block;
  261. transition:.2s;
  262. }
  263.  
  264. #antivenom a:hover{
  265. transform:scale(1.05, 1.05);
  266. }
  267.  
  268. #flash1{
  269. background-image:url(https://i.imgur.com/caV5o8D.png);
  270. background-size:contain;
  271. background-repeat:no-repeat;
  272. width:300px;
  273. height:450px;
  274. position:absolute;
  275. bottom:0px;
  276. right:0%;
  277. z-index:5;
  278. transform: scaleX(-1);
  279. }
  280.  
  281. #box1{
  282. width:800px;
  283. height:200px;
  284. background-color:#000;
  285. position:absolute;
  286. top:50%;
  287. left:50%;
  288. margin-top:50px;
  289. margin-left:-350px;
  290. z-index:10;
  291. opacity:1;
  292. }
  293.  
  294. .info1{
  295. width:240px;
  296. height:180px;
  297. position:absolute;
  298. z-index:10;
  299. margin-top:5px;
  300. margin-left:5px;
  301. padding:5px;
  302.  
  303. }
  304.  
  305. .infotext{
  306. width:220px;
  307. height:150px;
  308. color:#fff;
  309. font-family: 'Montserrat', sans-serif;
  310. font-size:6pt;
  311. margin-top:-10px;
  312. overflow:auto;
  313. text-align:justify;
  314. }
  315.  
  316. .infotext2{
  317. width:220px;
  318. height:150px;
  319. color:#000;
  320. font-family: 'Montserrat', sans-serif;
  321. font-size:6pt;
  322. margin-top:-15px;
  323. overflow:auto;
  324. text-align:justify;
  325. }
  326.  
  327. .info2{
  328. width:240px;
  329. height:180px;
  330. position:absolute;
  331. z-index:10;
  332. margin-top:5px;
  333. margin-left:260px;
  334. padding:5px;
  335. }
  336.  
  337. h3{
  338. font-size:15pt;
  339. font-family: 'Staatliches', cursive;
  340. color:#fff;
  341. margin-top:0px;
  342. }
  343.  
  344. h4{
  345. font-size:15pt;
  346. font-family: 'Staatliches', cursive;
  347. color:#000;
  348. margin-top:0px;
  349. }
  350.  
  351. .linetext{
  352. position:absolute;
  353. width:20px;
  354. height:2px;
  355. background-color:#fff;
  356. margin-top:-20px;
  357. }
  358.  
  359. .linetext2{
  360. position:absolute;
  361. width:20px;
  362. height:2px;
  363. background-color:#000;
  364. margin-top:-25px;
  365. }
  366.  
  367. #imagebackground{
  368. background-image:url(https://pre00.deviantart.net/a40b/th/pre/i/2016/238/b/0/anti_venom_by_eko999-dafcjbf.jpg);
  369. background-size:100%;
  370. background-repeat:no-repeat;
  371. background-position:0px -300px ;
  372. width:800px;
  373. height:200px;
  374. opacity:.19;
  375. filter:grayscale(100%) saturate(800%);
  376. position:absolute;
  377. }
  378.  
  379. #line1{
  380. width:300px;
  381. height:5px;
  382. background-color:#000;
  383. position:absolute;
  384. z-index:99;
  385. top:50%;
  386. left:50%;
  387. margin-left:-500px;
  388. margin-top:-150px;
  389. color:#000;
  390. }
  391.  
  392. h1{
  393. font-family: 'Staatliches', cursive;
  394. margin-top:-65px;
  395. font-size:50pt;
  396. opacity:1;
  397. position:absolute;
  398.  
  399. }
  400.  
  401. .text1{
  402. font-size:15pt;
  403. margin-top:5px;
  404. font-family: 'Staatliches', cursive;
  405. width:300px;
  406. position:absolute;
  407.  
  408. }
  409.  
  410.  
  411. #agentvenom {
  412. width:300px;
  413. height:600px;
  414. position:absolute;
  415. top:50%;
  416. left:50%;
  417. margin-left:-150px;
  418. margin-top:-300px;
  419. opacity:0;
  420. z-index:0;
  421. }
  422.  
  423. #agentvenom a{
  424. background-image:url(https://i.imgur.com/dVIYYem.png);
  425. background-size:contain;
  426. background-repeat:no-repeat;
  427. width:300px;
  428. height:600px;
  429. display:block;
  430. transition:.2s;
  431. }
  432.  
  433. #agentvenom a:hover{
  434. transform:scale(1.05, 1.05);
  435. }
  436.  
  437.  
  438. #box2{
  439. width:750px;
  440. height:200px;
  441. background-color:#fff;
  442. position:absolute;
  443. top:50%;
  444. left:50%;
  445. margin-left:-450px;
  446. margin-top:50px;
  447. z-index:0;
  448. opacity:0;
  449. }
  450.  
  451. .info4{
  452. width:240px;
  453. height:180px;
  454. position:absolute;
  455. z-index:10;
  456. right:0px;
  457. margin-top:5px;
  458. margin-right:5px;
  459.  
  460. }
  461.  
  462. .info3{
  463. width:240px;
  464. height:180px;
  465. position:absolute;
  466. z-index:10;
  467. right:0px;
  468. margin-top:5px;
  469. margin-right:260px;
  470. }
  471.  
  472. .info3 a{
  473. width:215px;
  474. height:50px;
  475. display:block;
  476. float:left;
  477. background-color:transparent;
  478. margin-top:2px;
  479. }
  480.  
  481. #flash2{
  482. background-image:url(https://cdn.discordapp.com/attachments/463161092529455125/531599714374647838/Venom_agent.png);
  483. background-size:contain;
  484. background-repeat:no-repeat;
  485. width:300px;
  486. height:500px;
  487. position:absolute;
  488. bottom:0px;
  489. left:0%;
  490. z-index:5;
  491.  
  492. }
  493.  
  494. #imagebackground2{
  495. background-image:url(https://cdna.artstation.com/p/assets/images/images/013/800/374/large/pablo-ruiz-venom-mcu-prx.jpg?1541137312);
  496. background-size:100%;
  497. background-repeat:no-repeat;
  498. background-position:0px -350px ;
  499. width:800px;
  500. height:200px;
  501. opacity:.19;
  502. filter:grayscale(100%) saturate(500%);
  503. transform:scalex(-1);
  504. position:absolute;
  505. }
  506.  
  507. #line2{
  508. width:325px;
  509. height:5px;
  510. background-color:#fff;
  511. position:absolute;
  512. z-index:0;
  513. top:50%;
  514. right:50%;
  515. margin-right:-500px;
  516. margin-top:-150px;
  517. color:#fff;
  518. opacity:0;
  519. transform:scalex(0)
  520. }
  521.  
  522. h2{
  523. font-family: 'Staatliches', cursive;
  524. margin-top:-65px;
  525. font-size:50pt;
  526. opacity:1;
  527. position:absolute;
  528. }
  529.  
  530. .text2{
  531. font-size:15pt;
  532. margin-top:5px;
  533. font-family: 'Staatliches', cursive;
  534. width:350px;
  535. position:absolute;
  536. }
  537.  
  538. .info4 a{
  539. color:#000;
  540. text-decoration:none;
  541. transition:.5s;
  542. }
  543.  
  544. .info4 a:hover{
  545. color:purple;
  546. }
  547. </style>
  548.  
  549. <div id="blanket">
  550. <div id="blanket2">
  551. <div id="background"></div>
  552.  
  553. <div id="antivenom"><a href="#blanket"></a></div>
  554. <div id="agentvenom"><a href="#blanket2"></a></div>
  555.  
  556. <div id="overlay"></div>
  557.  
  558. <div id="line1">
  559. <h1> ANTI-VENOM </h1>
  560. <div class="text1">
  561. Lorem ipsum
  562. </div>
  563. </div>
  564.  
  565. <div id="line2">
  566. <h2> AGENT VENOM </h2>
  567. <div class="text2">
  568. Lorem ipsum
  569. </div>
  570. </div>
  571.  
  572. <div id="box1">
  573. <div id="imagebackground"></div>
  574. <div id="flash1"></div>
  575. <div class="info1">
  576. <h3>Thing</h3>
  577. <div class="linetext"></div>
  578. <div class="infotext">
  579. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  580. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  581. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  582. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  583. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  584. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  585.  
  586. </div>
  587. </div>
  588. <div class="info2">
  589. <h3>Thing</h3>
  590. <div class="linetext"></div>
  591. <div class="infotext">
  592. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec condimentum molestie lobortis. Aenean suscipit sollicitudin ante, ut tincidunt orci varius non. Etiam porta, augue vel hendrerit iaculis, arcu mauris placerat velit, ut facilisis odio justo vitae ex. Proin vel felis eget eros lacinia egestas eget id tellus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin in turpis a elit dapibus imperdiet vitae eget eros. Pellentesque maximus metus sed leo ultrices, sed egestas enim vestibulum.<br><br>
  593.  
  594. Cras posuere venenatis porta. Fusce id venenatis tortor. Nulla dui est, dignissim non tincidunt sed, bibendum consequat metus. Sed placerat vulputate vestibulum. Donec et lacus congue, posuere eros et, semper mi. Pellentesque id purus finibus, egestas sapien eu, pellentesque nibh. Nunc tempus dui ac semper dignissim. In sed malesuada mi, quis accumsan dolor. Donec varius metus ac luctus maximus. Pellentesque mattis viverra nunc sed feugiat. Mauris leo metus, dignissim ut turpis eget, ornare ultricies nisi. Sed ut ipsum lacinia elit vehicula porttitor elementum sed tellus.
  595. </div>
  596. </div>
  597. </div>
  598.  
  599. <div id="box2">
  600. <div id="imagebackground2"></div>
  601. <div id="flash2"></div>
  602. <div class="info3">
  603. <h4>Thing</h4>
  604. <div class="linetext2"></div>
  605. <div class="infotext2">
  606. <a target="_blank" href="https://roleplay.chat/profile.php?user=Supernova" style="background-image:url(https://cdn.discordapp.com/attachments/507071689692151808/531688326097534976/image.png); border:1px solid #000; border-radius:10px;"></a>
  607. <a target="_blank" href="https://roleplay.chat/profile.php?user=Supernova" style="background-image:url(https://cdn.discordapp.com/attachments/507071689692151808/531688326097534976/image.png); border:1px solid #000; border-radius:10px;"></a>
  608. <a target="_blank" href="https://roleplay.chat/profile.php?user=Supernova" style="background-image:url(https://cdn.discordapp.com/attachments/507071689692151808/531688326097534976/image.png); border:1px solid #000; border-radius:10px;"></a>
  609. <a target="_blank" href="https://roleplay.chat/profile.php?user=Supernova" style="background-image:url(https://cdn.discordapp.com/attachments/507071689692151808/531688326097534976/image.png); border:1px solid #000; border-radius:10px;"></a>
  610.  
  611.  
  612. </div>
  613. </div>
  614. <div class="info4">
  615. <h4>Thing</h4>
  616. <div class="linetext2"></div>
  617. <div class="infotext2">
  618. <b>00</b> Code credit @ <a target="_blank" href="https://roleplay.chat/profile.php?user=Hound%20of%20Tindalos">hound of tindalos</a>
  619. </div>
  620. </div>
  621. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement