Advertisement
Falkstids

Katarina

May 26th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.82 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Cinzel|Raleway');
  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. #blade{
  16. background-image:url(https://i.imgur.com/xs5AVY4.png);
  17. background-size:100%;
  18. background-repeat:no-repeat;
  19. width:800px;
  20. height:400px;
  21. transform: rotate(-1130deg);
  22. opacity:1;
  23. filter:drop-shadow(0px 0px 10px #590a0a);
  24. position:absolute;
  25. top:50%;
  26. left:50%;
  27. margin-top:-200px;
  28. margin-left:1700px;
  29. animation:blade1 .4s 1.5s;
  30. animation-fill-mode:forwards;
  31. }
  32.  
  33. @keyframes blade1{
  34. from{
  35. transform: rotate(0deg);
  36. margin-top:-200px;
  37. margin-left:1700px;
  38. }
  39.  
  40. to{
  41. transform: rotate(-1120deg);
  42. margin-top:-200px;
  43. margin-left:-100px;
  44. }
  45. }
  46.  
  47. #blade2{
  48. background-image:url(https://i.imgur.com/xs5AVY4.png);
  49. background-size:100%;
  50. background-repeat:no-repeat;
  51. width:800px;
  52. height:400px;
  53. opacity:1;
  54. filter:drop-shadow(0px 0px 10px #590a0a);
  55. position:absolute;
  56. top:50%;
  57. left:50%;
  58. margin-top:-200px;
  59. margin-left:-2000px;
  60. transform: scaleX(-1) rotate(-40deg);
  61. animation:blade2 .4s 1.5s;
  62. animation-fill-mode:forwards;
  63. }
  64.  
  65. @keyframes blade2{
  66. from{
  67. transform: scaleX(-1) rotate(0deg);
  68. margin-top:-200px;
  69. margin-left:-2000px;
  70. }
  71.  
  72. to{
  73. transform: scaleX(-1) rotate(-1120deg);
  74. margin-top:-200px;
  75. margin-left:-750px;
  76. }
  77. }
  78.  
  79.  
  80. #boxbackground{
  81. width:800px;
  82. height:550px;
  83. background-color:#222;
  84. position:absolute;
  85. top:50%;
  86. left:50%;
  87. margin-top:-300px;
  88. margin-left:-425px;
  89. z-index:20;
  90. box-shadow:0px 0px 30px 10px #000;
  91. border: solid #272524 5px ;
  92. background-image:url(https://cdn.discordapp.com/attachments/437720547774955531/449740430859567106/memelords.png);
  93. background-size:130%;
  94. background-position:-200px 0px;
  95. filter:contrast(100%);
  96. }
  97.  
  98. #thing1{
  99. background-size:100%;
  100. background-image:url(https://i.imgur.com/2WNIOCm.png);
  101. background-repeat:no-repeat;
  102. width:250px;
  103. height:250px;
  104. position:absolute;
  105. margin-top:-85px;
  106. margin-left:650px;
  107. filter:drop-shadow(0px 5px 10px #000) ;
  108. z-index:10;
  109. opacity:0;
  110. animation:thing1 .5s 2s;
  111. animation-fill-mode:forwards;
  112. }
  113.  
  114. @keyframes thing1{
  115. from{
  116. width:250px;
  117. height:250px;
  118. margin-top:-85px;
  119. margin-left:650px;
  120. opacity:0;
  121. }
  122.  
  123. to{
  124. width:200px;
  125. height:200px;
  126. margin-top:-35px;
  127. margin-left:650px;
  128. opacity:1;
  129. }
  130. }
  131.  
  132. #thing2{
  133. background-size:100%;
  134. background-image:url(https://i.imgur.com/2WNIOCm.png);
  135. background-repeat:no-repeat;
  136. width:250px;
  137. height:250px;
  138. position:absolute;
  139. margin-top:-85px;
  140. margin-left:-100px;
  141. filter:drop-shadow(0px 5px 10px #000);
  142. transform: scaleX(-1);
  143. z-index:10;
  144. animation:thing2 .5s 2s;
  145. animation-fill-mode:forwards;
  146. opacity:0;
  147. }
  148.  
  149. @keyframes thing2{
  150. from{
  151. width:250px;
  152. height:250px;
  153. margin-top:-85px;
  154. margin-left:-100px;
  155. opacity:0;
  156. }
  157.  
  158. to{
  159. width:200px;
  160. height:200px;
  161. margin-top:-35px;
  162. margin-left:-50px;
  163. opacity:1;
  164. }
  165. }
  166.  
  167. #thing3{
  168. background-size:100%;
  169. background-image:url(https://i.imgur.com/DhxLHx8.png);
  170. background-repeat:no-repeat;
  171. width:250px;
  172. height:250px;
  173. position:absolute;
  174. margin-top:390px;
  175. margin-left:650px;
  176. filter:drop-shadow(0px -5px 10px #000) ;
  177. z-index:10;
  178. animation:thing3 .5s 2s;
  179. animation-fill-mode:forwards;
  180. opacity:0;
  181. }
  182.  
  183. @keyframes thing3{
  184. from{
  185. width:250px;
  186. height:250px;
  187. margin-top:390px;
  188. margin-left:650px;
  189. opacity:0;
  190. }
  191.  
  192. to{
  193. width:200px;
  194. height:200px;
  195. margin-top:375px;
  196. margin-left:650px;
  197. opacity:1;
  198. }
  199. }
  200.  
  201. #thing4{
  202. background-size:100%;
  203. background-image:url(https://i.imgur.com/DhxLHx8.png);
  204. background-repeat:no-repeat;
  205. width:250px;
  206. height:250px;
  207. position:absolute;
  208. margin-top:390px;
  209. margin-left:-100px;
  210. filter:drop-shadow(0px -5px 5px #000);
  211. transform: scaleX(-1);
  212. z-index:10;
  213. animation:thing4 .5s 2s;
  214. animation-fill-mode:forwards;
  215. opacity:0;
  216. }
  217.  
  218. @keyframes thing4{
  219. from{
  220. width:250px;
  221. height:250px;
  222. margin-top:390px;
  223. margin-left:-100px;
  224. opacity:0;
  225. }
  226.  
  227. to{
  228. width:200px;
  229. height:200px;
  230. margin-top:375px;
  231. margin-left:-50px;
  232. opacity:1;
  233. }
  234. }
  235.  
  236. #overlay{
  237. width:100%;
  238. height:100%;
  239. background-image:url(https://www.transparenttextures.com/patterns/iron-grip.png);
  240. position:absolute;
  241. left:0px;
  242. top:0px;
  243. z-index:5;
  244. }
  245.  
  246.  
  247. #kat{
  248. background-image:url(https://i.imgur.com/eP7hNOE.png);
  249. background-size:100%;
  250. background-repeat:no-repeat;
  251. height:500px;
  252. width:360px;
  253. position:absolute;
  254. bottom:0px;
  255. right:0px;
  256. margin-bottom:-22px;
  257. z-index:6;
  258. filter: drop-shadow(15px 15px 15px #000);
  259. opacity:0;
  260. animation:kat 1s 2s;
  261. animation-fill-mode:forwards;
  262. }
  263.  
  264. @keyframes kat{
  265. from{
  266. opacity:0;
  267. }
  268.  
  269. to{
  270. opacity:.9;
  271. }
  272. }
  273.  
  274. #box1{
  275. width:450px;
  276. height:200px;
  277. background-color:rgba(39, 37, 36, 0.9);
  278. position:absolute;
  279. z-index:15;
  280. box-shadow:0px 0px 30px 0px #000;
  281. margin-top:45px;
  282. margin-left:35px;
  283. opacity:0;
  284. animation:appear 1s 2s;
  285. animation-fill-mode:forwards;
  286. }
  287.  
  288. #box2{
  289. width:380px;
  290. height:200px;
  291. background-color:rgba(39, 37, 36, 0.9);
  292. position:absolute;
  293. z-index:15;
  294. box-shadow:0px 0px 20px 0px #000;
  295. bottom:0px;
  296. margin-bottom:55px;
  297. margin-left:35px;
  298. opacity:0;
  299. animation:appear 1s 2s;
  300. animation-fill-mode:forwards;
  301. }
  302.  
  303. @keyframes appear{
  304. from{
  305. opacity:0;
  306. }
  307.  
  308. to{
  309. opacity:1;
  310. }
  311. }
  312.  
  313. h1{
  314. font-family: 'Cinzel', serif;
  315. font-size:10pt;
  316. margin-top:5px;
  317. margin-bottom:5px;
  318. text-align:center;
  319. }
  320.  
  321.  
  322. #info1{
  323. width:190px;
  324. height:180px;
  325. background-color:transparent;
  326. border:solid 1px #fff;
  327. position:absolute;
  328. left:5px;
  329. top:5px;
  330. overflow:auto;
  331. color:#fff;
  332. font-family: 'Raleway', sans-serif;
  333. font-size:7pt;
  334. padding:5px;
  335. }
  336.  
  337. #info2{
  338. width:220px;
  339. height:120px;
  340. background-color:transparent;
  341. border:solid 1px #fff;
  342. position:absolute;
  343. right:5px;
  344. top:5px;
  345. overflow:auto;
  346. color:#fff;
  347. font-family: 'Raleway', sans-serif;
  348. font-size:7pt;
  349. padding:5px;
  350. }
  351.  
  352. #info3{
  353. width:230px;
  354. height:50px;
  355. background-color:transparent;
  356. border:solid 1px #fff;
  357. position:absolute;
  358. right:5px;
  359. bottom:5px;
  360.  
  361. }
  362.  
  363. #info4{
  364. width:170px;
  365. height:180px;
  366. border:solid 1px #fff;
  367. position:absolute;
  368. left:5px;
  369. top:5px;
  370. overflow:auto;
  371. color:#fff;
  372. font-family: 'Raleway', sans-serif;
  373. font-size:7pt;
  374. padding:5px;
  375. }
  376.  
  377. #info5{
  378. width:170px;
  379. height:50px;
  380. border:solid 1px #fff;
  381. position:absolute;
  382. right:5px;
  383. bottom:5px;
  384. padding:5px;
  385. overflow:auto;
  386. }
  387.  
  388.  
  389.  
  390. #crest{
  391. width:180px;
  392. height:120px;
  393. border:solid 1px #fff;
  394. position:absolute;
  395. right:5px;
  396. top:5px;
  397. transition:1s;
  398. overflow:hidden;
  399. }
  400.  
  401. #crestimage{
  402. background-image:url(https://i.imgur.com/MQPX4IN.png);
  403. background-size:100%;
  404. background-repeat:no-repeat;
  405. height:100px;
  406. width:80px;
  407. position:absolute;
  408. left:50px;
  409. top:10px;
  410. transition:.5s;
  411. filter:drop-shadow(0px 0px 5px #000);
  412. }
  413.  
  414. #crest:hover #crestimage{
  415. height:110px;
  416. width:90;
  417. left:45px;
  418. top:-5px;
  419. }
  420.  
  421. #crest a{
  422. width:170px;
  423. border-top:solid 1px #fff;
  424. height:15px;
  425. position:absolute;
  426. bottom:-45px;
  427. left:0px;
  428. display:block;
  429. transition:.5s;
  430. color:#fff;
  431. font-family: 'Raleway', sans-serif;
  432. font-size:8pt;
  433. padding:5px;
  434. text-align:center;
  435. }
  436.  
  437.  
  438. #crest:hover a{
  439. bottom:0px;
  440. }
  441.  
  442. a{
  443. text-decoration:none;
  444. color:#fff;
  445. transition:1s;
  446. }
  447.  
  448. a:hover{
  449. color:gold;
  450. }
  451.  
  452. ^^ Style vv html
  453.  
  454. <div id="blade"></div>
  455. <div id="blade2"></div>
  456. <div id="boxbackground">
  457. <div id="kat"></div>
  458. <div id="thing1"></div>
  459. <div id="thing2"></div>
  460. <div id="thing3"></div>
  461. <div id="thing4"></div>
  462. <div id="overlay"></div>
  463. <div id="box1">
  464. <div id="info1">
  465. <h1>Headcanon</h1>
  466. Write shit here
  467. </div>
  468.  
  469. <div id="info2">
  470. <h1>Stats</h1>
  471. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  472. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  473. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  474. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  475. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  476. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  477. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  478. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  479. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  480. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  481. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  482. </div>
  483.  
  484. <div id="info3">
  485. <a target="_blank" href="https://br.leagueoflegends.com/pt/game-info/champions/Katarina/#SpellP" >
  486. <img style="filter:drop-shadow(0px 0px 4px #000); height:40px; margin-left:2px; margin-top:5px " src="https://ddragon.leagueoflegends.com/cdn/8.10.1/img/passive/Katarina_Passive.png">
  487. </img></a>
  488. <a target="_blank" href="https://br.leagueoflegends.com/pt/game-info/champions/Katarina/#SpellQ" >
  489. <img style="filter:drop-shadow(0px 0px 4px #000); height:40px; margin-left:2px; margin-top:2px " src="https://ddragon.leagueoflegends.com/cdn/8.10.1/img/spell/KatarinaQ.png">
  490. </img></a>
  491. <a target="_blank" href="https://br.leagueoflegends.com/pt/game-info/champions/Katarina/#SpellW" >
  492. <img style="filter:drop-shadow(0px 0px 4px #000); height:40px; margin-left:2px; margin-top:2px " src="https://ddragon.leagueoflegends.com/cdn/8.10.1/img/spell/KatarinaW.png">
  493. </img></a>
  494. <a target="_blank" href="https://br.leagueoflegends.com/pt/game-info/champions/Katarina/#SpellE" >
  495. <img style="filter:drop-shadow(0px 0px 4px #000); height:40px; margin-left:2px; margin-top:2px " src="https://ddragon.leagueoflegends.com/cdn/8.10.1/img/spell/KatarinaEWrapper.png">
  496. </img></a>
  497. <a target="_blank" href="https://br.leagueoflegends.com/pt/game-info/champions/Katarina/#SpellR" >
  498. <img style="filter:drop-shadow(0px 0px 4px #000); height:40px; margin-left:2px; margin-top:2px " src="https://ddragon.leagueoflegends.com/cdn/8.10.1/img/spell/KatarinaR.png">
  499. </img></a>
  500.  
  501. </div>
  502.  
  503.  
  504. </div>
  505. <div id="box2">
  506.  
  507. <div id="info4">
  508. <h1>Out of Character</h1>
  509. <b>00</b> This profile was made by <a href="https://roleplay.chat/profile.php?user=Hound%20of%20Tindalos" title="My Latino Lover">Hound of Tindalos</a> DM or send him an rpc mail for inquiries on commissions.
  510. </div>
  511.  
  512. <div id="info5">
  513. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="filter:drop-shadow(0px 0px 4px #000); height:45px; margin-left:5px; " src="https://i2.wp.com/czechpoints.com/wp-content/uploads/2017/10/facebook-anonymous-app.jpg"></a>
  514. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="filter:drop-shadow(0px 0px 4px #000); height:45px; margin-left:5px; " src="https://i2.wp.com/czechpoints.com/wp-content/uploads/2017/10/facebook-anonymous-app.jpg"></a>
  515. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="filter:drop-shadow(0px 0px 4px #000); height:45px; margin-left:5px; " src="https://i2.wp.com/czechpoints.com/wp-content/uploads/2017/10/facebook-anonymous-app.jpg"></a>
  516.  
  517. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="filter:drop-shadow(0px 0px 4px #000); height:45px; margin-left:5px; " src="https://i2.wp.com/czechpoints.com/wp-content/uploads/2017/10/facebook-anonymous-app.jpg"></a>
  518. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="filter:drop-shadow(0px 0px 4px #000); height:45px; margin-left:5px; " src="https://i2.wp.com/czechpoints.com/wp-content/uploads/2017/10/facebook-anonymous-app.jpg"></a>
  519. <a href="https://roleplay.chat//profile.php?user=" title="Write thing about fren here"><img style="filter:drop-shadow(0px 0px 4px #000); height:45px; margin-left:5px; " src="https://i2.wp.com/czechpoints.com/wp-content/uploads/2017/10/facebook-anonymous-app.jpg"></a>
  520.  
  521. </div>
  522.  
  523. <div id="crest">
  524. <div id="crestimage">
  525. </div>
  526. <a href=""> Region: Noxus (NA/PST)</a>
  527. </div>
  528.  
  529. </div>
  530.  
  531. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement