Advertisement
Falkstids

Ahri Code

Jun 21st, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.84 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Amatic+SC|Arimo');
  2.  
  3. body{
  4. background-color:#000;
  5. overflow:hidden;
  6. }
  7.  
  8. ::-webkit-scrollbar
  9. {
  10. width: 0px;
  11. background-color: transparent;
  12. }
  13.  
  14.  
  15.  
  16.  
  17. #imagebackground{
  18. background-image:url(https://i.imgur.com/Vlt9So8.png);
  19. background-size:100%;
  20. width:700px;
  21. height:500px;
  22. position:absolute;
  23. top:50%;
  24. left:50%;
  25. margin-left:-350px;
  26. margin-top:-250px;
  27. z-index:10;
  28. }
  29.  
  30. #backgroundbackground{
  31. width:700px;
  32. height:500px;
  33. position:absolute;
  34. top:50%;
  35. left:50%;
  36. margin-left:-350px;
  37. margin-top:-250px;
  38. z-index:9;
  39. overflow:hidden;
  40. }
  41.  
  42. #square1{
  43. background-color:#b72369;
  44. width:700px;
  45. height:500px;
  46. position:absolute;
  47. transform:rotate(45deg);
  48. margin-top:750px;
  49. margin-left:750px;
  50. }
  51.  
  52. #blanket:target #square1{
  53. animation: square1 3s 1s;
  54. animation-fill-mode:forwards;
  55. }
  56.  
  57. @keyframes square1{
  58. from{
  59. margin-top:750px;
  60. margin-left:750px;
  61. }
  62. to{
  63. margin-top:310px;
  64. margin-left:310px;
  65. }
  66. }
  67.  
  68. #square2{
  69. background-color:#b72369;
  70. width:700px;
  71. height:500px;
  72. position:absolute;
  73. transform:rotate(45deg);
  74. margin-top:-710px;
  75. margin-left:-710px;
  76. }
  77.  
  78. #blanket:target #square2{
  79. animation: square2 5s 1s;
  80. animation-fill-mode:forwards;
  81. }
  82.  
  83. @keyframes square2{
  84. from{
  85. margin-top:-750px;
  86. margin-left:-750px;
  87. }
  88. to{
  89. margin-top:-200px;
  90. margin-left:-200px;
  91. }
  92. }
  93.  
  94.  
  95. #click{
  96. width:250px;
  97. height:250px;
  98. position:absolute;
  99. top:50%;
  100. left:50%;
  101. margin-left:-100px;
  102. margin-top:-100px;
  103. z-index:25;
  104. opacity:1;
  105.  
  106. }
  107.  
  108. #click a{
  109. display:block;
  110. background-image:url(https://i.imgur.com/hpJEJp7.png);
  111. background-size:100%;
  112. width:200px;
  113. height:200px;
  114. filter:drop-shadow(0px 0px 10px rgba(255, 255, 255,1));
  115. }
  116.  
  117. #click a:hover{
  118. animation:pulse 1s infinite ;
  119. }
  120.  
  121. #blanket:target #click{
  122. opacity:0;
  123. transition:1s;
  124. z-index:0;
  125. }
  126.  
  127.  
  128. @keyframes pulse{
  129.  
  130. to {filter:drop-shadow(0px 0px 50px rgba(255, 255, 255, 0.5));}
  131.  
  132. }
  133.  
  134. #boxes{
  135. width:780px;
  136. height:600px;
  137. background-image:url(http://i.picpar.com/IPOc.png);
  138. background-repeat:no-repeat;
  139. background-size:100%;
  140. position:absolute;
  141. margin-top:-250px;
  142. margin-left:-430px;
  143. top:50%;
  144. left:50%;
  145. z-index:15;
  146. opacity:0;
  147. transition:2s;
  148. transition-delay:7s;
  149. font-family: 'Arimo', sans-serif;
  150. }
  151.  
  152. #blanket:target #boxes{
  153. opacity:1;
  154. }
  155.  
  156. #box1{
  157. width:180px;
  158. height:230px;
  159. background-color:rgba(247, 41, 112, 0.5);
  160. position:absolute;
  161. margin-top:50px;
  162. margin-left:350px;
  163. color:#FFF2DF;
  164. font-family: 'Arimo', sans-serif;
  165. font-size: 10px;
  166. padding: 10px;
  167. overflow-y:auto;
  168. overflow-x: hidden;
  169. }
  170.  
  171. #box2{
  172. width:180px;
  173. height:180px;
  174. background-color:rgba(247, 41, 112, 0.5);
  175. position:absolute;
  176. margin-top:50px;
  177. margin-left:560px;
  178. font-family: 'Arimo', sans-serif;
  179. font-size: 10px;
  180. padding: 10px;
  181. overflow:auto;
  182. color:#FFF2DF;
  183. }
  184.  
  185. #box3{
  186. width:200px;
  187. height:40px;
  188. background-color:rgba(247, 41, 112, 0.5);
  189. position:absolute;
  190. margin-top:260px;
  191. margin-left:560px;
  192. }
  193.  
  194. #box4{
  195.  
  196. width:180px;
  197. height:135px;
  198. background-color:rgba(247, 41, 112, 0.5);
  199. position:absolute;
  200. margin-top:330px;
  201. margin-left:560px;
  202. font-size: 10px;
  203. padding: 10px;
  204. overflow:auto;
  205. color:#FFF2DF;
  206. }
  207.  
  208. #box5{
  209. width:200px;
  210. height:70px;
  211. background-color:rgba(247, 41, 112, 0.5);
  212. position:absolute;
  213. margin-top:330px;
  214. margin-left:350px;
  215. overflow:auto;
  216. }
  217.  
  218. #box5 a{
  219. width: 190px;
  220. height:40px;
  221. margin-top:5px;
  222. margin-left:5px;
  223. overflow:hidden;
  224. display:block;
  225. background-color:#fff;
  226. transition:1s;
  227. }
  228.  
  229. #box5 a:hover{
  230. filter:drop-shadow(5px 0px 5px #000);
  231. }
  232.  
  233. #box6{
  234. width:200px;
  235. height:75px;
  236. background-color:rgba(247, 41, 112, 0.5);
  237. position:absolute;
  238. margin-top:410px;
  239. margin-left:350px;
  240. overflow:auto;
  241. }
  242.  
  243. #box6 a{
  244. width: 190px;
  245. height:40px;
  246. margin-top:5px;
  247. margin-left:5px;
  248. overflow:hidden;
  249. display:block;
  250. background-color:#fff;
  251. transition:1s;
  252. }
  253.  
  254. #box6 a:hover{
  255. filter:drop-shadow(5px 0px 5px #000) contrast(150%) brightness(120%);
  256. }
  257.  
  258.  
  259. #textbackground{
  260. background-image:url(https://cdn.discordapp.com/attachments/454138683839217674/459119382782541834/Stroke_2.png);
  261. background-size:100%;
  262. width:200px;
  263. height:40px;
  264. margin-top:0px;
  265. margin-left:-10px;
  266. margin-bottom:5px;
  267. }
  268.  
  269. #textbackground2{
  270. background-image:url(https://cdn.discordapp.com/attachments/454138683839217674/459119382782541834/Stroke_2.png);
  271. background-size:100%;
  272. width:200px;
  273. height:40px;
  274. margin-top:-10px;
  275. }
  276.  
  277. h1{
  278.  
  279. color:#fff;
  280. margin-top:0px;
  281. margin-left: -8px;
  282. font-family: 'Amatic SC', cursive;
  283. text-align: left;
  284. font-size:20pt;
  285. position:absolute;
  286. margin-top:5px;
  287. margin-left:10px;
  288. text-shadow: .5px .5px 5px #000;
  289. }
  290.  
  291. h2{
  292.  
  293. color:#fff;
  294. font-family: 'Amatic SC', cursive;
  295. text-align:center;
  296. font-size:15pt;
  297. position:absolute;
  298. margin-top:15px;
  299. margin-left: 75px;
  300. text-shadow: .5px .5px 5px #000;
  301. }
  302.  
  303. #box3 a{
  304. text-decoration:none;
  305. }
  306.  
  307. a.tooltip:hover {text-decoration:none;}
  308. a.tooltip span {
  309. display:none;
  310. padding:5px;
  311. top:0px;
  312. left:0px;
  313. margin-left:-450px;
  314. margin-top:0px;
  315. width: 200px;
  316. line-height:14px;
  317. z-index:10;
  318. border-radius:10px;
  319. }
  320.  
  321. a.tooltip:hover span {
  322. display:inline;
  323. position:absolute;
  324. color:#eee;
  325. font-size:7px;
  326. text-align:left;
  327. line-height:11px;
  328. background-color:rgba(247, 41, 112, 0.8);
  329. box-shadow:0px 0px 10px 2px rgba(226, 105, 140, 0.90);
  330. z-index:99;
  331. color:#FFF2DF;
  332. font-family: 'Arimo', sans-serif;
  333. font-size: 10px;
  334. }
  335.  
  336. a{
  337. color:#FFF2DF;
  338. text-decoration:none;
  339. transition:1s;
  340. }
  341.  
  342. a:hover{
  343. color:gold;
  344. }
  345.  
  346. <div id="blanket"><div id="blanket2"><div id="blanket3"><div id="blanket4"><div id="blanket5"><div id="blanket6">
  347.  
  348.  
  349.  
  350. <div id="imagebackground"></div>
  351. <div id="boxes">
  352. <div id="box1">
  353. <div id="textbackground">
  354. <h1> IONIAN TEMPTRESS</h1>
  355. </div>
  356. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  357. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  358. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  359. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  360. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  361. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  362. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  363. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  364. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  365. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  366. <font style="float:left;">Thing</font><font style="float:right;">Thing</font></br>
  367. <div id="textbackground">
  368. <h1>You can copy this</h1>
  369. </div>
  370. And follow up with more text!<br>
  371. SO MUCH TEXT YOU CAN <b>
  372. EVEN<BR>
  373. SCROLL<BR>
  374. DOWN
  375. </div>
  376.  
  377. <div id="box2">
  378. <div id="textbackground">
  379. <h1> Headcanon </h1>
  380. </div>
  381. Write what you want here!
  382. </div>
  383.  
  384.  
  385. <div id="box3">
  386.  
  387. <a href="" class="tooltip" >
  388. <img style="filter:drop-shadow(0px 0px 4px #000); height:30px; margin-left:5px; margin-top:5px" src="https://ddragon.leagueoflegends.com/cdn/8.11.1/img/passive/Ahri_SoulEater2.png">
  389. </img><span><div id="textbackground2">
  390. <h2> Vastayan Grace </h2>
  391. </div>Whenever Ahri's spells hit a champion 2 times within a short period, she briefly gains movement speed.
  392. </span></a>
  393. <a href="" class="tooltip" >
  394. <img style="filter:drop-shadow(0px 0px 4px #000); height:30px; margin-left:5px; margin-top:5px" src="https://ddragon.leagueoflegends.com/cdn/8.11.1/img/spell/AhriOrbofDeception.png">
  395. </img><span><div id="textbackground2">
  396. <h2> Orb Of Deception </h2>
  397. </div>Ahri sends an orb of arcane energy in the target direction, dealing Ability power magic damage to all enemies it passes through, then pulls it back, dealing Hybrid penetration true damage to all enemies it passes through on the way to her current location.
  398. </span></a>
  399. <a href="" class="tooltip" >
  400. <img style="filter:drop-shadow(0px 0px 4px #000); height:30px; margin-left:5px; margin-top:5px" src="https://ddragon.leagueoflegends.com/cdn/8.11.1/img/spell/AhriFoxFire.png">
  401. </img><span><div id="textbackground2">
  402. <h2> Fox Fire </h2>
  403. </div>Ahri summons three spectral flames which orbit her for up to 5 seconds.
  404. </span></a>
  405. <a href="" class="tooltip" >
  406. <img style="filter:drop-shadow(0px 0px 4px #000); height:30px; margin-left:5px; margin-top:5px" src="https://ddragon.leagueoflegends.com/cdn/8.11.1/img/spell/AhriSeduce.png">
  407. </img><span><div id="textbackground2">
  408. <h2> Charm </h2>
  409. </div>Ahri blows a kiss in a line, dealing Ability power magic damage to the first enemy hit, Charm icon charming them and Slow icon slowing them by 65%.
  410. </span></a>
  411. <a href="" class="tooltip" >
  412. <img style="filter:drop-shadow(0px 0px 4px #000); height:30px; margin-left:5px; margin-top:5px" src="https://ddragon.leagueoflegends.com/cdn/8.11.1/img/spell/AhriTumble.png">
  413. </img><span><div id="textbackground2">
  414. <h2> Spirit Rush </h2>
  415. </div>Ahri dashes in the direction of the cursor after which she fires up to three energy bolts that each pursue one of her nearest visible enemies, dealing Ability power magic damage. Each enemy can only be hit by one bolt at a time.
  416. </span></a>
  417.  
  418. </div>
  419. <div id="box4">
  420. <div id="textbackground">
  421. <h1> Out of Character</h1>
  422. </div>
  423. <font size="2pt" color="#fbd1be">00</font> Code credit @ <a href="https://roleplay.chat/profile.php?user=Hound+of+Tindalos"> Hound of Tindalos </a>.<br>
  424. <font size="2pt" color="#fbd1be">01</font> Bullet.<br>
  425. <font size="2pt" color="#fbd1be">01</font> Bullet.<br>
  426. <font size="2pt" color="#fbd1be">01</font> Bullet.<br>
  427. <font size="2pt" color="#fbd1be">01</font> Bullet.<br>
  428. <font size="2pt" color="#fbd1be">01</font> Bullet.<br>
  429. </div>
  430. <div id="box5">
  431. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="background-size:100%; width190px; height:40px;" src="https://cdn.discordapp.com/attachments/454138683839217674/459230580127825930/Sem_Titulo-2.png"></a>
  432. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="background-size:100%; width190px; height:40px;" src="https://cdn.discordapp.com/attachments/454138683839217674/459230580127825930/Sem_Titulo-2.png"></a>
  433. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="background-size:100%; width190px; height:40px;" src="https://cdn.discordapp.com/attachments/454138683839217674/459230580127825930/Sem_Titulo-2.png"></a>
  434. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="background-size:100%; width190px; height:40px;" src="https://cdn.discordapp.com/attachments/454138683839217674/459230580127825930/Sem_Titulo-2.png"></a>
  435. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="background-size:100%; width190px; height:40px;" src="https://cdn.discordapp.com/attachments/454138683839217674/459230580127825930/Sem_Titulo-2.png"></a>
  436. </div>
  437.  
  438. <div id="box6">
  439. <a href="https://78.media.tumblr.com/d472d05343d2bdefb1381df23454b963/tumblr_p4wxga1ZVr1vjktc3o1_1280.jpg" title=""><img style="background-size:100%; width190px; height:40px;" src="https://i.imgur.com/k6iQdbr.png"></a>
  440. <a href="https://78.media.tumblr.com/99db3bb191433a7529598ea9d3f3e32e/tumblr_p62joqtpca1qjtxoeo1_1280.jpg" title=""><img style="background-size:100%; width190px; height:40px;" src="https://i.imgur.com/cvLdvpG.png"></a>
  441. <a href="https://78.media.tumblr.com/00bd0882a31c072dda83a4a8cd47be9d/tumblr_p51ee7xtxw1wt7ek9o1_1280.jpg" title=""><img style="background-size:100%; width190px; height:40px;" src="https://i.imgur.com/nYjPTKU.png"></a>
  442. <a href="image link here" title=""><img style="background-size:100%; width190px; height:40px;" src="https://cdn.discordapp.com/attachments/454138683839217674/459230580127825930/Sem_Titulo-2.png"></a>
  443. </div>
  444. </div>
  445. <div id="backgroundbackground">
  446. <div id="square1"></div>
  447. <div id="square2"></div>
  448.  
  449. </div>
  450.  
  451. <div id="click">
  452. <a href="#blanket"></a>
  453. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement