Advertisement
Falkstids

Aatrox

Jun 28th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.53 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed');
  2. @import url('https://fonts.googleapis.com/css?family=Roboto+Mono:700');
  3.  
  4. body{
  5. background-color:#060606;
  6. overflow:hidden;
  7. }
  8.  
  9. ::-webkit-scrollbar
  10. {
  11. width: 0px;
  12. background-color: transparent;
  13. }
  14.  
  15.  
  16. #sword a{
  17. background-image:url(https://cdn.discordapp.com/attachments/431497796152066101/459247722268983298/stabbything.gif);
  18. width:500px;
  19. height:400px;
  20. background-size:100%;
  21. background-repeat:no-repeat;
  22. display:block;
  23. transform:rotate(90deg);
  24. transform-origin: 20% 20%;
  25. position:absolute;
  26. top:50%;
  27. left:50%;
  28. margin-left:-100px;
  29. margin-top:-200px;
  30. z-index:99;
  31. filter:drop-shadow(0px 0px 5px #000);
  32. }
  33.  
  34. #blanket:target #sword a{
  35. animation:sword 5s;
  36. animation-fill-mode:forwards;
  37. }
  38.  
  39. @keyframes sword{
  40. 0%{
  41. margin-left:-100px;
  42. margin-top:-200px;
  43. transform:rotate(90deg);
  44. z-index:99;
  45. }
  46.  
  47. 30%{
  48. margin-left:-750px;
  49. margin-top:-100px;
  50. transform:rotate(360deg);
  51. z-index:99;
  52. }
  53.  
  54. 90%{
  55. margin-left:-790px;
  56. margin-top:-100px;
  57. transform:rotate(360deg);
  58. z-index:0;
  59. }
  60.  
  61. 100%{
  62. margin-left:-450px;
  63. margin-top:-100px;
  64. transform:rotate(360deg);
  65. z-index:0;
  66. }
  67. }
  68.  
  69. #backgroundimage{
  70. background-image:url(http://us.media2.battle.net/cms/gallery/CBT2UMRBPDXB1309289036608.jpg);
  71. background-size:130%;
  72. width:800px;
  73. height:500px;
  74. opacity:0;
  75. position:absolute;
  76. z-index:0;
  77. filter:contrast(200%) brightness(50%);
  78. }
  79.  
  80. #blanket:target #backgroundimage{
  81. animation: backgroundimage 1s 5s;
  82. animation-fill-mode:forwards;
  83. }
  84.  
  85. @keyframes backgroundimage{
  86. from{
  87. opacity:0;
  88. }
  89.  
  90. to{
  91. opacity:1;
  92. }
  93. }
  94.  
  95. #box{
  96. width:800px;
  97. height:500px;
  98. background-color:#060606;
  99. position:absolute;
  100. top:50%;
  101. left:50%;
  102. margin-top:-250px;
  103. margin-left:-200px;
  104. z-index:10;
  105. box-shadow:0px 0px 00px 0px #000;
  106. }
  107.  
  108. #blanket:target #box{
  109. animation:shadow 3s 3s;
  110. animation-fill-mode:forwards;
  111. }
  112.  
  113. @keyframes shadow{
  114. 0%{
  115. box-shadow:0px 0px 0px 0px #000;
  116. z-index:0;
  117. }
  118.  
  119. 100%{
  120. box-shadow:0px 0px 30px 0px #000;
  121. z-index:10;
  122. }
  123. }
  124.  
  125. #lava1{
  126. height:250px;
  127. width:800px;
  128. position:absolute;
  129. top:0px;
  130. left:0px;
  131. z-index:1;
  132. background-image:url(https://78.media.tumblr.com/2950d74ad29f400933e4bbb5eedcced0/tumblr_otq9ulm1Il1twd8ddo1_500.gif);
  133. background-size:100%;
  134. clip-path: polygon(0 100%, .5% 100%, .5% 100%, 0% 100%);
  135. }
  136.  
  137. #blanket:target #lava1{
  138. animation:lava1 .5s 4.5s;
  139. animation-fill-mode:forwards;
  140. }
  141.  
  142. @keyframes lava1{
  143. 0%{
  144. clip-path: polygon(0 100%, .5% 100%, .5% 100%, 0% 100%);
  145. }
  146.  
  147. 100%{
  148. clip-path: polygon(0 0, .5% 0, .5% 100%, 0% 100%);
  149. }
  150. }
  151.  
  152. #lava2{
  153. height:250px;
  154. width:800px;
  155. position:absolute;
  156. top:0px;
  157. left:0px;
  158. z-index:1;
  159. background-image:url(https://78.media.tumblr.com/2950d74ad29f400933e4bbb5eedcced0/tumblr_otq9ulm1Il1twd8ddo1_500.gif);
  160. background-size:100%;
  161. clip-path: polygon(0 0, 0% 0, 0% 2%, 0 2%);
  162. }
  163.  
  164. #blanket:target #lava2{
  165. animation:lava2 .5s 5s;
  166. animation-fill-mode:forwards;
  167. }
  168.  
  169. @keyframes lava2{
  170. 0%{
  171. clip-path: polygon(0 0, 0% 0, 0% 2%, 0 2%);
  172. }
  173.  
  174. 100%{
  175. clip-path: polygon(0 0, 100% 0, 100% 2%, 0 2%);
  176. }
  177. }
  178.  
  179. #lava3{
  180. height:250px;
  181. width:800px;
  182. position:absolute;
  183. top:0px;
  184. left:0px;
  185. z-index:1;
  186. background-image:url(https://78.media.tumblr.com/2950d74ad29f400933e4bbb5eedcced0/tumblr_otq9ulm1Il1twd8ddo1_500.gif);
  187. background-size:100%;
  188. clip-path: polygon(99.5% 0, 100% 0, 100% 0%, 99.5% 0%);
  189.  
  190. }
  191.  
  192. #blanket:target #lava3{
  193. animation:lava3 .5s 5.5s;
  194. animation-fill-mode:forwards;
  195. }
  196.  
  197. @keyframes lava3{
  198. 0%{
  199. clip-path: polygon(99.5% 0, 100% 0, 100% 0%, 99.5% 0%);
  200. }
  201.  
  202. 100%{
  203. clip-path: polygon(99.5% 0, 100% 0, 100% 100%, 99.5% 100%);
  204. }
  205. }
  206.  
  207. #lava4{
  208. height:250px;
  209. width:800px;
  210. position:absolute;
  211. bottom:0px;
  212. left:0px;
  213. z-index:1;
  214. background-image:url(https://78.media.tumblr.com/2950d74ad29f400933e4bbb5eedcced0/tumblr_otq9ulm1Il1twd8ddo1_500.gif);
  215. background-size:100%;
  216. background-position:0px 550px;
  217. clip-path: polygon(0 0, .5% 0, .5% 0, 0 0);
  218.  
  219. }
  220.  
  221. #blanket:target #lava4{
  222. animation:lava4 .5s 4.5s;
  223. animation-fill-mode:forwards;
  224. }
  225.  
  226. @keyframes lava4{
  227. 0%{
  228. clip-path: polygon(0 0, .5% 0, .5% 0, 0 0);
  229. }
  230.  
  231. 100%{
  232. clip-path: polygon(0 0, .5% 0, .5% 100%, 0 100%);
  233. }
  234. }
  235.  
  236. #lava5{
  237. height:250px;
  238. width:800px;
  239. position:absolute;
  240. bottom:0px;
  241. left:0px;
  242. z-index:1;
  243. background-image:url(https://78.media.tumblr.com/2950d74ad29f400933e4bbb5eedcced0/tumblr_otq9ulm1Il1twd8ddo1_500.gif);
  244. background-size:100%;
  245. background-position:0px 550px;
  246. clip-path: polygon(0 98%, 0% 98%, 0% 100%, 0 100%);
  247. }
  248.  
  249. #blanket:target #lava5{
  250. animation:lava5 .5s 5s;
  251. animation-fill-mode:forwards;
  252. }
  253.  
  254. @keyframes lava5{
  255. 0%{
  256. clip-path: polygon(0 98%, 0% 98%, 0% 100%, 0 100%);
  257. }
  258.  
  259. 100%{
  260. clip-path: polygon(0 98%, 100% 98%, 100% 100%, 0 100%);
  261. }
  262. }
  263.  
  264. #lava6{
  265. height:250px;
  266. width:800px;
  267. position:absolute;
  268. bottom:0px;
  269. left:0px;
  270. z-index:1;
  271. background-image:url(https://78.media.tumblr.com/2950d74ad29f400933e4bbb5eedcced0/tumblr_otq9ulm1Il1twd8ddo1_500.gif);
  272. background-size:100%;
  273. background-position:0px 550px;
  274. clip-path: polygon(99.5% 100%, 100% 100%, 100% 100%, 99.5% 100%);
  275. }
  276.  
  277. #blanket:target #lava6{
  278. animation:lava6 .5s 5.5s;
  279. animation-fill-mode:forwards;
  280. }
  281.  
  282. @keyframes lava6{
  283. 0%{
  284. clip-path: polygon(99.5% 100%, 100% 100%, 100% 100%, 99.5% 100%);
  285. }
  286.  
  287. 100%{
  288. clip-path: polygon(99.5% 0, 100% 0, 100% 100%, 99.5% 100%);
  289. }
  290. }
  291.  
  292. #accent1{
  293. background-image:url(https://i.imgur.com/RVGAdrm.png);
  294. background-size:100%;
  295. width:800px;
  296. height:200px;
  297. background-repeat:no-repeat;
  298. position:absolute;
  299. z-index:10;
  300. margin-top:-150px;
  301. }
  302.  
  303. #blanket:target #accent1{
  304. animation:accent1 1s 3s;
  305. animation-fill-mode:forwards;
  306. }
  307.  
  308. @keyframes accent1{
  309. from{
  310. background-image:url(https://i.imgur.com/RVGAdrm.png);
  311. }
  312. to{
  313. background-image:url(https://i.imgur.com/WbHgzq2.png);
  314. }
  315. }
  316.  
  317. #accent2{
  318. background-image:url(https://i.imgur.com/hiJIO1m.png);
  319. background-size:100%;
  320. width:800px;
  321. height:200px;
  322. background-repeat:no-repeat;
  323. position:absolute;
  324. z-index:6;
  325. margin-top:380px;
  326. }
  327.  
  328. #blanket:target #accent2{
  329. animation:accent2 1s 3s;
  330. animation-fill-mode:forwards;
  331. }
  332.  
  333. @keyframes accent2{
  334. from{
  335. background-image:url(https://i.imgur.com/hiJIO1m.png);
  336. }
  337. to{
  338. background-image:url(https://i.imgur.com/zsE0Zmf.png);
  339. }
  340. }
  341.  
  342. #image{
  343. background-image:url(https://cdn.discordapp.com/attachments/431497796152066101/459913421371080715/Aatrox..png);
  344. background-size:100%;
  345. background-repeat:no-repeat;
  346. width:380px;
  347. height:450px;
  348. position:absolute;
  349. top:0px;
  350. right:0px;
  351. margin-right:25px;
  352. margin-top:25px;
  353. z-index:0;
  354. opacity:0;
  355. filter:drop-shadow(0px 0px 10px #000) contrast(120%) brightness(70%);
  356. }
  357.  
  358. #blanket:target #image{
  359. animation:aatrox 1s 5.5s;
  360. animation-fill-mode:forwards;
  361. }
  362.  
  363. #blanket:target #info1{
  364. animation:aatrox 1s 6s;
  365. animation-fill-mode:forwards;
  366. }
  367. #blanket:target #info2{
  368. animation:aatrox 1s 6s;
  369. animation-fill-mode:forwards;
  370. }
  371. #blanket:target #info3{
  372. animation:aatrox 1s 6s;
  373. animation-fill-mode:forwards;
  374. }
  375.  
  376. @keyframes aatrox {
  377. from{
  378. opacity:0;
  379. }
  380.  
  381. to{
  382. opacity:1;
  383. }
  384. }
  385.  
  386. #info1{
  387. width:300px;
  388. height:190px;
  389. background-color:#111;
  390. position:absolute;
  391. left:0px;
  392. top:0px;
  393. margin-left:15px;
  394. margin-top:25px;
  395. box-shadow:0px 0px 10px 0px #000;
  396. z-index:7;
  397. font-family: 'Roboto Mono', monospace;
  398. font-size:9.1pt;
  399. color:#d70909;
  400. padding:15px;
  401. font-weight:600;
  402. text-transform: uppercase;
  403. text-align:justify;
  404. opacity:0;
  405. }
  406.  
  407. #info1 a{
  408. text-decoration:none;
  409. background-image:url(https://78.media.tumblr.com/2950d74ad29f400933e4bbb5eedcced0/tumblr_otq9ulm1Il1twd8ddo1_500.gif);
  410. color:#767676;
  411. transition:1s;
  412. box-shadow:0px 0px 5px 0px #000;
  413. }
  414.  
  415. #info1 a:hover{
  416. color:#d70909;
  417. }
  418.  
  419.  
  420.  
  421. #info2{
  422. width:300px;
  423. height:140px;
  424. background-color:#111;
  425. position:absolute;
  426. left:0px;
  427. bottom:0px;
  428. margin-left:15px;
  429. margin-bottom:75px;
  430. box-shadow:0px 0px 10px 0px #000;
  431. z-index:6;
  432. font-family: 'Roboto Mono', monospace;
  433. font-size: 9pt;
  434. color:#d70909;
  435. padding:15px;
  436. overflow:auto;
  437. opacity:0;
  438.  
  439. }
  440.  
  441. #info2 a{
  442. text-decoration:none;
  443. color:#d70909;
  444. transition:1s;
  445. }
  446.  
  447. #info2 a:hover{
  448. color:gold;
  449. }
  450.  
  451. #info2 b{
  452. color:#fff;
  453. font-size:10pt;
  454. }
  455.  
  456.  
  457. #info3{
  458. width:80px;
  459. height:350px;
  460. background-color:#111;
  461. position:absolute;
  462. left:0px;
  463. top:0px;
  464. margin-left:350px;
  465. margin-top:75px;
  466. box-shadow:0px 0px 10px 0px #000;
  467. z-index:8;
  468. opacity:0;
  469. }
  470.  
  471. #info3 a{
  472. text-decoration:none;
  473. }
  474.  
  475. h1{
  476. font-family: 'Roboto Mono', monospace;
  477. font-size: 15pt;
  478. margin-top:5px;
  479. margin-bottom:15px;
  480. }
  481.  
  482.  
  483.  
  484.  
  485. a.tooltip:hover {text-decoration:none;}
  486. a.tooltip span {
  487. display:none;
  488. padding:5px;
  489. top:0px;
  490. left:0px;
  491. margin-left:100px;
  492. margin-top:250px;
  493. width: 300px;
  494. line-height:14px;
  495. z-index:10;
  496.  
  497. }
  498.  
  499. a.tooltip:hover span {
  500. display:inline;
  501. position:absolute;
  502. color:#eee;
  503. font-size:7px;
  504. text-align:left;
  505. background-color:#111;
  506. box-shadow:0px 0px 10px 2px #630404;
  507. z-index:99;
  508. color:#d70909;
  509. font-family: 'Roboto Mono', monospace;
  510. font-size: 15px;
  511. text-decoration:none;
  512. }
  513.  
  514.  
  515.  
  516. a.tooltip2:hover {text-decoration:none;}
  517. a.tooltip2 span {
  518. display:none;
  519. padding:15px;
  520. top:0px;
  521. left:0px;
  522. margin-left:0px;
  523. margin-top:230px;
  524. width:300px;
  525. height:190px;
  526. line-height:14px;
  527. z-index:10;
  528. }
  529.  
  530. a.tooltip2:hover span {
  531. display:inline;
  532. position:absolute;
  533. font-size:7px;
  534. text-align:left;
  535. line-height:18px;
  536. background-color:#111;
  537. box-shadow:0px 0px 10px 2px #630404;
  538. z-index:99;
  539. color:#d70909;
  540. font-family: 'Roboto Mono', monospace;
  541. font-size: 15px;
  542. text-decoration:none;
  543. transition:1s;
  544. overflow:auto;
  545. }
  546.  
  547. <div id="blanket">
  548. <div id="box">
  549. <div id="backgroundimage"></div>
  550. <div id="info1">
  551. Once honored defenders of Shurima against the Void, <a href="" class="tooltip2">Aatrox<span>
  552. <font style="float:left"><b>Thing</b></font> <font style="float:right">Thing</font><br>
  553. <font style="float:left"><b>Thing</b></font> <font style="float:right">Thing</font><br>
  554. <font style="float:left"><b>Thing</b></font> <font style="float:right">Thing</font><br>
  555. <font style="float:left"><b>Thing</b></font> <font style="float:right">Thing</font><br>
  556. <font style="float:left"><b>Thing</b></font> <font style="float:right">Thing</font><br>
  557. <font style="float:left"><b>Thing</b></font> <font style="float:right">Thing</font><br>
  558. <font style="float:left"><b>Thing</b></font> <font style="float:right">Thing</font><br>
  559. <font style="float:left"><b>Thing</b></font> <font style="float:right">Thing</font><br>
  560. <font style="float:left"><b>Thing</b></font> <font style="float:right">Thing</font><br>
  561. <font style="float:left"><b>Thing</b></font> <font style="float:right">Thing</font><br>
  562.  
  563. </span></a> and his brethren would eventually become an even greater threat to <a href="" class="tooltip2">Runeterra<span>Write whatever you want here
  564. </span></a>, and were defeated only by cunning mortal sorcery. But after centuries of imprisonment, Aatrox was the first to find freedom once more, corrupting and transforming those foolish enough to try and wield the magical weapon that contained his essence. Now, with stolen flesh, he walks Runeterra in a brutal approximation of his previous form, seeking an apocalyptic and long overdue vengeance.
  565. </div>
  566.  
  567. <div id="info2">
  568. <b>00</b> Code credit @ <a href="">Hound of Tindalos </a><br>
  569. <b>01</b><br>
  570. <b>01</b><br>
  571. <b>01</b><br>
  572. <b>01</b><br>
  573. </div>
  574.  
  575. <div id="info3">
  576. <a href="" class="tooltip" >
  577. <img style="filter:drop-shadow(0px 0px 4px #000) contrast(150%); height:60px; margin-left:10px; margin-top:8px" src="https://ddragon.leagueoflegends.com/cdn/8.13.1/img/passive/Aatrox_Passive.AatroxUpdate.png">
  578. </img><span><div id="textbackground2">
  579. <h1> Deathbringer Stance </h1>
  580. </div>Aatrox deals bonus damage on his next attack and reduces heals and shields on the target.
  581. </span></a>
  582.  
  583. <a href="" class="tooltip" >
  584. <img style="filter:drop-shadow(0px 0px 4px #000) contrast(150%); height:60px; margin-left:10px; margin-top:8px" src="https://ddragon.leagueoflegends.com/cdn/8.13.1/img/spell/AatroxQ.png">
  585. </img><span><div id="textbackground2">
  586. <h1> The Darkin Blade </h1>
  587. </div>Aatrox slams his greatsword down, dealing physical damage. He can swing three times, each with a different area of effect.
  588. </span></a>
  589.  
  590. <a href="" class="tooltip" >
  591. <img style="filter:drop-shadow(0px 0px 4px #000) contrast(150%); height:60px; margin-left:10px; margin-top:8px" src="https://ddragon.leagueoflegends.com/cdn/8.13.1/img/spell/AatroxW.png">
  592. </img><span><div id="textbackground2">
  593. <h1> Infernal Chains </h1>
  594. </div>Aatrox smashes the ground, dealing damage to the first enemy hit. Champions and large monsters have to leave the impact area quickly or they will be dragged to the center and take the damage again.
  595. </span></a>
  596.  
  597. <a href="" class="tooltip" >
  598. <img style="filter:drop-shadow(0px 0px 4px #000) contrast(150%); height:60px; margin-left:10px; margin-top:8px" src="https://ddragon.leagueoflegends.com/cdn/8.13.1/img/spell/AatroxE.png">
  599. </img><span><div id="textbackground2">
  600. <h1> Umbral Dash </h1>
  601. </div>Aatrox lunges, gaining attack damage.
  602. </span></a>
  603.  
  604. <a href="" class="tooltip" >
  605. <img style="filter:drop-shadow(0px 0px 4px #000) contrast(150%); height:60px; margin-left:10px; margin-top:8px" src="https://ddragon.leagueoflegends.com/cdn/8.13.1/img/spell/AatroxR.png">
  606. </img><span><div id="textbackground2">
  607. <h1> World Ender </h1>
  608. </div>Aatrox unleashes his demonic form, gaining attack damage and movement speed. Upon taking lethal damage, Aatrox will revive instead of dying, healing for a percentage of his maximum health.
  609. </span></a>
  610.  
  611.  
  612.  
  613. </div>
  614. <div id="accent1"></div>
  615. <div id="accent2"></div>
  616. <div id="lava1"></div>
  617. <div id="lava2"></div>
  618. <div id="lava3"></div>
  619.  
  620. <div id="lava4"></div>
  621.  
  622. <div id="lava5"></div>
  623.  
  624. <div id="lava6"></div>
  625. <div id="image"></div>
  626. </div>
  627. <div id="sword">
  628. <a href="#blanket"></a>
  629. </a>
  630. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement