Advertisement
Falkstids

Yoarashi Code

Sep 14th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.38 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One');
  2. @import url('https://fonts.googleapis.com/css?family=Raleway:400,900');
  3. @font-face {
  4. font-family: 'Russian';
  5. src: url('https://dl.dropboxusercontent.com/s/rq3lpasz1xn5b9k/Russian.ttf');
  6. }
  7.  
  8. body{
  9. background-color:#8d140b;
  10. overflow:hidden;
  11. }
  12.  
  13. #image{
  14. width:32vw;
  15. height:32vw;
  16. background-color:#fff;
  17. border-radius:50%;
  18. position:absolute;
  19. top:15vh;
  20. left:2vw;
  21. background-image:url(https://i.pinimg.com/564x/cd/e3/ce/cde3ce0c34df583404559a863d1f7899.jpg);
  22. background-size:110%;
  23. border:1vh solid #fff;
  24. filter:contrast(200%) saturate(100%);
  25. z-index:10;
  26. }
  27.  
  28. #blob{
  29. background-image:url(https://i.imgur.com/H7NLGbw.png);
  30. background-size:100%;
  31. width:48vw;
  32. height:65vh;
  33. background-repeat:no-repeat;
  34. z-index:11;
  35. position:absolute;
  36. top:2vh;
  37. left:4vw;
  38. }
  39.  
  40. #shout{
  41. clip-path: polygon(0 65%, 0 35%, 100% 0, 100% 100%);
  42. z-index:1;
  43. width:55vw;
  44. height:70vh;
  45. background-color:white;
  46. position:absolute;
  47. left:30vw;
  48. top:15vh;
  49. opacity:1;
  50.  
  51. }
  52.  
  53. #shouting{
  54. clip-path: polygon(0 65%, 0 35%, 100% 0, 100% 100%);
  55. z-index:1;
  56. width:53vw;
  57. height:66vh;
  58. background-color:#8d140b;
  59. position:absolute;
  60. top:2vh;
  61. left:1vw;
  62. }
  63.  
  64. #topbar{
  65. width:100vw;
  66. height:15vh;
  67. background-color:black;
  68. position:absolute;
  69. top:0vh;
  70. left:18vw;
  71. border-left:#fff solid 1vw;
  72. border-bottom:#fff solid 2vh;
  73.  
  74. }
  75.  
  76. #botbar{
  77. width:100vw;
  78. height:15vh;
  79. background-color:black;
  80. position:absolute;
  81. bottom:0vh;
  82. left:18vw;
  83. border-left:#fff solid 1vw;
  84. border-top:#fff solid 2vh;
  85.  
  86. }
  87.  
  88. .text1{
  89. font-family: 'Rubik Mono One', sans-serif;
  90. font-size:15vh;
  91. color:#fff;
  92. position:absolute;
  93. z-index:20;
  94. top:0%;
  95.  
  96. }
  97. .text2{
  98. font-family: 'Rubik Mono One', sans-serif;
  99. font-size:15vh;
  100. color:#fff;
  101. position:absolute;
  102. z-index:20;
  103. top:0%;
  104. left:19%;
  105. }
  106.  
  107. .text3{
  108. font-family: 'Rubik Mono One', sans-serif;
  109. font-size:15vh;
  110. color:#fff;
  111. position:absolute;
  112. z-index:20;
  113. bottom:-2%;
  114. }
  115.  
  116. .text4{
  117. font-family: 'Rubik Mono One', sans-serif;
  118. font-size:15vh;
  119. color:#fff;
  120. position:absolute;
  121. z-index:20;
  122. bottom:-2%;
  123. left:19%;
  124. }
  125.  
  126. #navi{
  127. background-color:transparent;
  128. width:15vw;
  129. height:66vh;
  130. position:absolute;
  131. right:0%;
  132. top:17%;
  133. z-index:10;
  134. border-left:2vh solid #fff;
  135.  
  136. }
  137.  
  138. #navi .a1{
  139. display:block;
  140. width:16wh;
  141. height:15vh;
  142. background-color:#000;
  143. border-bottom:2vh solid #fff;
  144. transition:1s;
  145. right:1vw;
  146. }
  147.  
  148. #navi .a1:hover{
  149. background-color:#fff;
  150. }
  151.  
  152. #navi .a2{
  153. display:block;
  154. width:15wh;
  155. height:15vh;
  156. background-color:#8d140b;
  157. transition:1s;
  158. border-bottom:2vh solid #fff;
  159.  
  160. }
  161.  
  162. #navi .a2:hover{
  163. background-color:#fff;
  164. }
  165.  
  166. #navi .a3{
  167. display:block;
  168. width:15wh;
  169. height:15vh;
  170. background-color:#000;
  171. transition:1s;
  172. border-bottom:2vh solid #fff;
  173.  
  174. }
  175.  
  176. #navi .a3:hover{
  177. background-color:#fff;
  178. }
  179.  
  180. #navi .a4{
  181. display:block;
  182. width:15wh;
  183. height:15vh;
  184. background-color:#8d140b;
  185. transition:1s;
  186.  
  187. }
  188.  
  189. #navi .a4:hover{
  190. background-color:#fff;
  191. }
  192.  
  193. #boxbackground{
  194. background-image:url(https://i.imgur.com/QKcdZge.png);
  195. background-size:100%;
  196. background-repeat:no-repeat;
  197. width:50vw;
  198. height:85vh;
  199. position:absolute;
  200. z-index:50;
  201. top:5%;
  202. left:35%;
  203. filter:drop-shadow(0px 0px 1px #fff);
  204. opacity:0;
  205. }
  206.  
  207. .whirlwind{
  208. font-family:'Russian';
  209. font-size:10.3vh;
  210. color:#fff;
  211. position:absolute;
  212. top:86%;
  213. left:22.5%;
  214. width:10vw;
  215. height:10vh;
  216. }
  217.  
  218. .passion{
  219. font-family:'Russian';
  220. font-size:5vh;
  221. color:#fff;
  222. position:absolute;
  223. left:16vw;
  224. top:2vh;
  225. }
  226.  
  227. .quirk{
  228. font-family:'Russian';
  229. font-size:3vh;
  230. color:#fff;
  231. position:absolute;
  232. top:89%;
  233. left:65%;
  234. }
  235.  
  236. #quote1, #quote2, #quote3, #quote4{
  237. width:13vw;
  238. height:45vh;
  239. position:absolute;
  240. top:11vh;
  241. right:6vw;
  242. z-index:1;
  243. font-family: 'Raleway', sans-serif;
  244. color:#fff;
  245. font-weight:900;
  246. font-size:25pt;
  247. opacity:0;
  248. }
  249.  
  250. .quotation{
  251. color:#dadada;
  252. font-size:30pt;
  253. position:absolute;
  254. left:-2.5vw;
  255. top:-2vh;
  256. font-family: 'Rubik Mono One', sans-serif;
  257.  
  258. }
  259.  
  260. #one, #two, #three, #four{
  261. width:20vw;
  262. height:58vh;
  263. position:absolute;
  264. left:8vw;
  265. top:11vh;
  266. z-index:0;
  267. font-family: 'Raleway', sans-serif;
  268. color:#fff;
  269. font-size:11pt;
  270. opacity:0;
  271. }
  272.  
  273. #img1, #img2, #img3, #img4{
  274. clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 80%);
  275. position:absolute;
  276. bottom:11vh;
  277. right:6vw;
  278. width:13vw;
  279. height:14vh;
  280. z-index:0;
  281. opacity:0;
  282. }
  283.  
  284.  
  285. #blanket1:target #shout {
  286. opacity:0;
  287. transition:1s;
  288. }
  289.  
  290. #blanket1:target #boxbackground {
  291. opacity:1;
  292. transition:1s;
  293. }
  294.  
  295. #blanket1:target #one{
  296. opacity:1;
  297. z-index:99;
  298.  
  299. }
  300.  
  301. #blanket1:target #quote1{
  302. opacity:1;
  303. z-index:99;
  304. }
  305.  
  306. #blanket1:target #img1{
  307. opacity:1;
  308. z-index:99;
  309. }
  310. #blanket1:target #two{
  311. opacity:0;
  312. z-index:0;
  313.  
  314. }
  315.  
  316. #blanket1:target #quote2{
  317. opacity:0;
  318. z-index:0;
  319. }
  320.  
  321. #blanket1:target #img2{
  322. opacity:0;
  323. z-index:0;
  324. }
  325. #blanket1:target #three{
  326. opacity:0;
  327. z-index:0;
  328.  
  329. }
  330.  
  331. #blanket1:target #quote3{
  332. opacity:0;
  333. z-index:0;
  334. }
  335.  
  336. #blanket1:target #img3{
  337. opacity:0;
  338. z-index:0;
  339. }
  340.  
  341. #blanket1:target #four{
  342. opacity:0;
  343. z-index:0;
  344.  
  345. }
  346.  
  347. #blanket1:target #quote4{
  348. opacity:0;
  349. z-index:0;
  350. }
  351.  
  352. #blanket1:target #img4{
  353. opacity:0;
  354. z-index:0;
  355. }
  356.  
  357. #blanket2:target #shout {
  358. opacity:0;
  359. transition:1s;
  360. }
  361.  
  362. #blanket2:target #boxbackground {
  363. opacity:1;
  364. transition:1s;
  365. }
  366.  
  367. #blanket2:target #one{
  368. opacity:0;
  369. z-index:0;
  370.  
  371. }
  372.  
  373. #blanket2:target #quote1{
  374. opacity:0;
  375. z-index:0;
  376. }
  377.  
  378. #blanket2:target #img1{
  379. opacity:0;
  380. z-index:0;
  381. }
  382.  
  383. #blanket2:target #two{
  384. opacity:1;
  385. z-index:99;
  386.  
  387. }
  388.  
  389. #blanket2:target #quote2{
  390. opacity:1;
  391. z-index:99;
  392. }
  393.  
  394. #blanket2:target #img2{
  395. opacity:1;
  396. z-index:99;
  397. }
  398.  
  399. #blanket2:target #three{
  400. opacity:0;
  401. z-index:0;
  402.  
  403. }
  404.  
  405. #blanket2:target #quote3{
  406. opacity:0;
  407. z-index:0;
  408. }
  409.  
  410. #blanket2:target #img3{
  411. opacity:0;
  412. z-index:0;
  413. }
  414.  
  415. #blanket2:target #four{
  416. opacity:0;
  417. z-index:0;
  418.  
  419. }
  420.  
  421. #blanket2:target #quote4{
  422. opacity:0;
  423. z-index:0;
  424. }
  425.  
  426. #blanket2:target #img4{
  427. opacity:0;
  428. z-index:0;
  429. }
  430.  
  431. #blanket3:target #shout {
  432. opacity:0;
  433. transition:1s;
  434. }
  435.  
  436. #blanket3:target #boxbackground {
  437. opacity:1;
  438. transition:1s;
  439. }
  440.  
  441. #blanket3:target #one{
  442. opacity:0;
  443. z-index:0;
  444.  
  445. }
  446.  
  447. #blanket3:target #quote1{
  448. opacity:0;
  449. z-index:0;
  450. }
  451.  
  452. #blanket3:target #img1{
  453. opacity:0;
  454. z-index:0;
  455. }
  456.  
  457. #blanket3:target #two{
  458. opacity:0;
  459. z-index:0;
  460.  
  461. }
  462.  
  463. #blanket3:target #quote2{
  464. opacity:0;
  465. z-index:0;
  466. }
  467.  
  468. #blanket3:target #img2{
  469. opacity:0;
  470. z-index:0;
  471. }
  472.  
  473. #blanket3:target #three{
  474. opacity:1;
  475. z-index:99;
  476.  
  477. }
  478.  
  479. #blanket3:target #quote3{
  480. opacity:1;
  481. z-index:99;
  482. }
  483.  
  484. #blanket3:target #img3{
  485. opacity:1;
  486. z-index:99;
  487. }
  488.  
  489. #blanket3:target #four{
  490. opacity:0;
  491. z-index:0;
  492.  
  493. }
  494.  
  495. #blanket3:target #quote4{
  496. opacity:0;
  497. z-index:0;
  498. }
  499.  
  500. #blanket3:target #img4{
  501. opacity:0;
  502. z-index:0;
  503. }
  504.  
  505. #blanket4:target #shout {
  506. opacity:0;
  507. transition:1s;
  508. }
  509.  
  510. #blanket4:target #boxbackground {
  511. opacity:1;
  512. transition:1s;
  513. }
  514.  
  515. #blanket3:target #one{
  516. opacity:0;
  517. z-index:0;
  518.  
  519. }
  520.  
  521. #blanket3:target #quote1{
  522. opacity:0;
  523. z-index:0;
  524. }
  525.  
  526. #blanket4:target #img1{
  527. opacity:0;
  528. z-index:0;
  529. }
  530.  
  531. #blanket4:target #two{
  532. opacity:0;
  533. z-index:0;
  534.  
  535. }
  536.  
  537. #blanket4:target #quote2{
  538. opacity:0;
  539. z-index:0;
  540. }
  541.  
  542. #blanket4:target #img2{
  543. opacity:0;
  544. z-index:0;
  545. }
  546.  
  547. #blanket4:target #three{
  548. opacity:0;
  549. z-index:0;
  550.  
  551. }
  552.  
  553. #blanket4:target #quote3{
  554. opacity:0;
  555. z-index:0;
  556. }
  557.  
  558. #blanket4:target #img3{
  559. opacity:0;
  560. z-index:0;
  561. }
  562.  
  563. #blanket4:target #four{
  564. opacity:1;
  565. z-index:99;
  566.  
  567. }
  568.  
  569. #blanket4:target #quote4{
  570. opacity:1;
  571. z-index:99;
  572. }
  573.  
  574. #blanket4:target #img4{
  575. opacity:1;
  576. z-index:99;
  577. }
  578.  
  579. <div id="blanket1"><div id="blanket2"><div id="blanket3"><div id="blanket4">
  580. <div class="text1">INA</div><div class="text2">SA</div>
  581. <div class="text3">YOA</div><div class="text4">RASHI</div>
  582. <div id="image"></div>
  583. <div id="topbar"></div>
  584. <div id="botbar"></div>
  585.  
  586. <div id="navi">
  587. <a class="a1" href="#blanket1"></a>
  588. <a class="a2" href="#blanket2"></a>
  589. <a class="a3" href="#blanket3"></a>
  590. <a class="a4" href="#blanket4"></a>
  591. </div>
  592. <div id="shout">
  593. <div id="shouting">
  594. <div id="blob"></div>
  595.  
  596. </div>
  597. </div>
  598.  
  599. <div id="boxbackground">
  600. <div class="whirlwind">WHIRLWIND</div>
  601. <div class="passion">Passion...Passion...Passion...</div>
  602. <div class="quirk">Complete control of the <br>air/wind around him .
  603. </div>
  604. <div id="one">Meme1</div>
  605. <div id="quote1"><div class="quotation">"</div> I believe heroes should be hot-blooded! <br> I freakin' love it!</div>
  606. <div id="img1"><img src="https://66.media.tumblr.com/cde52620e79cea64ec4de049dc7cc276/tumblr_pee7dxAGtH1ws4tyeo2_540.gif" alt="Smiley face" style="background-size:100%; width:13vw;" >
  607. </div>
  608. <div id="two">Meme2</div>
  609. <div id="quote2"><div class="quotation">"</div> If it's not too much trouble, I'd like to join this white-hot battle!!</div>
  610. <div id="img2"><img src="https://66.media.tumblr.com/6f64bb11c130bcee04fff3f629f56e69/tumblr_pee7dxAGtH1ws4tyeo1_540.gif" alt="Smiley face" style="background-size:100%; width:13vw;" >
  611. </div>
  612. <div id="three">Meme3</div>
  613. <div id="quote3"><div class="quotation">"</div>And that day all I saw in those eyes was cold anger!!</div>
  614. <div id="img3"><img src="https://66.media.tumblr.com/bcad54c9d05f57dc8a99b032db32fdc5/tumblr_pedxomuA7h1ru8plxo1_540.gif" alt="Smiley face" style="background-size:100%; width:13vw;" >
  615. </div>
  616. <div id="four">Meme4</div>
  617. <div id="quote4"><div class="quotation">"</div>Being a hero is all about passion and hot-blood, y'know!!</div>
  618. <div id="img4"><img src="https://66.media.tumblr.com/8916d719a6b09904ba26ad8df4b46a24/tumblr_pc2rs3LW2Z1txtrrmo1_500.gif" alt="Smiley face" style="background-size:100%; width:13vw;" >
  619. </div>
  620. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement