Advertisement
Falkstids

LoR

Aug 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.18 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Cinzel');
  4.  
  5. ::-webkit-scrollbar
  6. {
  7. width: 10px;
  8. background-color: transparent;
  9. }
  10.  
  11.  
  12. body {
  13. background-color:#3b0b1f;
  14. overflow:hidden;
  15. }
  16.  
  17. #image{
  18. background-image:url('http://i.imgur.com/66iIIYG.png');
  19. background-size:100%;
  20. background-repeat:no-repeat;
  21. width:300px;
  22. height:450px;
  23. position:absolute;
  24. top:50%;
  25. left:50%;
  26. margin-left:-150px;
  27. margin-top:-225px;
  28. filter:grayscale(100%);
  29. transition:1s ease-in-out;
  30. transition-delay:999999s;
  31. z-index:9;
  32. }
  33.  
  34. body:hover > #image {
  35. filter:grayscale(0%);
  36. transition-delay:1s;
  37. margin-left:0px;
  38. }
  39.  
  40. #flame{
  41. background-image:url('http://i.imgur.com/LNNgliM.png');
  42. background-size:100%;
  43. background-repeat:no-repeat;
  44. width:172px;
  45. height:450px;
  46. position:absolute;
  47. top:50%;
  48. left:50%;
  49. margin-left:-31px;
  50. margin-top:-212px;
  51. animation:flame 3s infinite;
  52. z-index:10;
  53. }
  54.  
  55. @keyframes flame {
  56. 0% { -webkit-filter: brightness(100%);
  57. }
  58. 20% {-webkit-filter: brightness(150%);
  59. }
  60. 25% {-webkit-filter: brightness(200%);
  61. }
  62. 35% {-webkit-filter: brightness(150%);
  63. }
  64. 40% {-webkit-filter: brightness(100%);
  65. }
  66. 45% {-webkit-filter: brightness(130%);
  67. }
  68. 55% {-webkit-filter: brightness(100%);
  69. }
  70. 60% {-webkit-filter: brightness(150%);
  71. }
  72. 65% {-webkit-filter: brightness(200%);
  73. }
  74. 75% {-webkit-filter: brightness(80%);
  75. }
  76. 85% {-webkit-filter: brightness(160%);
  77. }
  78. 90% {-webkit-filter: brightness(150%);
  79. }
  80. 100% {-webkit-filter: brightness(100%);
  81. }
  82. }
  83.  
  84. #box{
  85. width:400px;
  86. height:100px;
  87. background-color:#fcfad2;
  88. position:absolute;
  89. top:50%;
  90. left:50%;
  91. margin-top:-40px;
  92. margin-left:-0px;
  93. z-index:5;
  94. opacity:0;
  95. transition:1s;
  96. transition-delay:999999s;
  97. }
  98. body:hover > #box{
  99. opacity:1;
  100. transition-delay:1s;
  101. margin-left:-160px;
  102. }
  103.  
  104. #navi1{
  105. width:25px;
  106. height:25px;
  107. background-color:#EBEBEB;
  108. position:absolute;
  109. top:50%;
  110. left:50%;
  111. margin-top:-30px;
  112. margin-left:30px;
  113. z-index:15;
  114. opacity:0;
  115. transition:1s;
  116. transition-delay:999999s;
  117. }
  118.  
  119. body:hover > #navi1
  120. {
  121. opacity:1;
  122. transition-delay:1.5s;
  123. }
  124.  
  125. #navi1 a{
  126. opacity:1;
  127. display:inline-block;
  128. width:25px;
  129. height:25px;
  130. background-color:transparent;
  131. z-index:16;
  132. transition:1s;
  133. color:transparent;
  134. text-decoration:none;
  135. font-family: 'Cinzel', serif;
  136. font-size:14pt;
  137. text-align:center;
  138. }
  139.  
  140. #navi1 a:hover{
  141. background-color:#000;
  142. color:#fff;
  143. text-decoration:none;
  144. font-family: 'Cinzel', serif;
  145. font-size:14pt;
  146. text-align:center;
  147. }
  148.  
  149. #navi2{
  150. width:25px;
  151. height:25px;
  152. background-color:#000;
  153. position:absolute;
  154. top:50%;
  155. left:50%;
  156. margin-top:-30px;
  157. margin-left:60px;
  158. z-index:15;
  159. opacity:0;
  160. transition:1s;
  161. transition-delay:999999s;
  162. }
  163.  
  164. body:hover > #navi2
  165. {
  166. opacity:1;
  167. transition-delay:1.7s;
  168. }
  169.  
  170. #navi2 a{
  171. opacity:1;
  172. display:inline-block;
  173. width:25px;
  174. height:25px;
  175. background-color:transparent;
  176. z-index:16;
  177. transition:1s;
  178. color:transparent;
  179. text-decoration:none;
  180. font-family: 'Cinzel', serif;
  181. font-size:14pt;
  182. text-align:center;
  183. }
  184.  
  185. #navi2 a:hover{
  186. background-color:#fff;
  187. color:#000;
  188. text-decoration:none;
  189. font-family: 'Cinzel', serif;
  190. font-size:14pt;
  191. text-align:center;
  192. }
  193.  
  194. #navi3{
  195. width:25px;
  196. height:25px;
  197. background-color:#000;
  198. position:absolute;
  199. top:50%;
  200. left:50%;
  201. margin-top:0px;
  202. margin-left:30px;
  203. z-index:15;
  204. opacity:0;
  205. transition:1s;
  206. transition-delay:999999s;
  207. color:transparent;
  208. }
  209.  
  210. body:hover > #navi3
  211. {
  212. opacity:1;
  213. transition-delay:1.9s;
  214. }
  215.  
  216. #navi3 a{
  217. opacity:1;
  218. display:inline-block;
  219. width:25px;
  220. height:25px;
  221. background-color:transparent;
  222. z-index:16;
  223. transition:1s;
  224. color:transparent;
  225. text-decoration:none;
  226. font-family: 'Cinzel', serif;
  227. font-size:14pt;
  228. text-align:center;
  229. }
  230.  
  231. #navi3 a:hover{
  232. background-color:#fff;
  233. color:#000;
  234. text-decoration:none;
  235. font-family: 'Cinzel', serif;
  236. font-size:14pt;
  237. text-align:center;
  238. }
  239.  
  240. #navi4{
  241. width:25px;
  242. height:25px;
  243. background-color:#EBEBEB;
  244. position:absolute;
  245. top:50%;
  246. left:50%;
  247. margin-top:0px;
  248. margin-left:60px;
  249. z-index:15;
  250. opacity:0;
  251. transition:1s;
  252. transition-delay:999999s;
  253. }
  254.  
  255. body:hover > #navi4
  256. {
  257. opacity:1;
  258. transition-delay:2.1s;
  259. }
  260.  
  261.  
  262.  
  263. #navi4 a{
  264. opacity:1;
  265. display:inline-block;
  266. width:25px;
  267. height:25px;
  268. background-color:transparent;
  269. z-index:16;
  270. transition:1s;
  271. color:transparent;
  272. text-decoration:none;
  273. font-family: 'Cinzel', serif;
  274. font-size:14pt;
  275. text-align:center;
  276. }
  277.  
  278. #navi4 a:hover{
  279. background-color:#000;
  280. color:#fff;
  281. text-decoration:none;
  282. font-family: 'Cinzel', serif;
  283. font-size:14pt;
  284. text-align:center;
  285. }
  286.  
  287. #one{
  288. width:190px;
  289. height:90px;
  290. position:absolute;
  291. top:0px;
  292. left:0px;
  293. background-color:transparent;
  294. opacity:1;
  295. z-index:6;
  296. font-family: 'Cinzel', serif;
  297. font-size:6pt;
  298. overflow:auto;
  299. color:#3b0b1f;
  300. padding:5px;
  301. }
  302.  
  303. #two, #three, #four{
  304. width:190px;
  305. height:90px;
  306. position:absolute;
  307. top:0px;
  308. left:0px;
  309. background-color:transparent;
  310. opacity:0;
  311. z-index:5;
  312. overflow:auto;
  313. font-family: 'Cinzel', serif;
  314. font-size:6pt;
  315. color:#3b0b1f;
  316. }
  317.  
  318. #two:target, #three:target, #four:target{
  319. width:190px;
  320. height:90px;
  321. position:absolute;
  322. top:0px;
  323. left:0px;
  324. background-color:#fcfad2;
  325. opacity:1;
  326. z-index:7;
  327. font-family: 'Cinzel', serif;
  328. padding:5px;
  329. text-align:left;
  330. }
  331.  
  332. table{
  333. font-family: 'Cinzel', serif;
  334. font-size:6pt;
  335. color:#3b0b1f;
  336. }
  337.  
  338.  
  339.  
  340. h2{
  341. background-color:#3b0b1f;
  342. width:80px;
  343. height:20px;
  344. font-family: 'Cinzel', serif;
  345. font-size:10pt;
  346. color:#fcfad2;
  347. text-align:center;
  348. position:absolute;
  349. margin-top:5px;
  350. left:0px;
  351. }
  352.  
  353. h1{
  354. font-family: 'Cinzel', serif;
  355. font-size:20pt;
  356. color:#fcfad2;
  357. position:absolute;
  358. top:50%;
  359. left:50%;
  360. transition:1s;
  361. transition-delay:99999s;
  362. margin-top:-68px;
  363. margin-left:-300px;
  364. opacity:0;
  365. z-index:11;
  366. }
  367.  
  368. body:hover > h1{
  369. margin-top:-68px;
  370. margin-left:-150px;
  371. transition-delay:1s;
  372. opacity:1;
  373. }
  374.  
  375. </style>
  376.  
  377. <div id="image">
  378. <div id="flame">
  379. </div>
  380. </div>
  381. <h1>Lancer of Red</h1>
  382. <div id="box">
  383.  
  384. <div id="one">
  385. <h2>OOC </h2>
  386. <br><br><br>
  387. <b>00</b> Code is mine, if you have inquiries about commissions don't be afraid to send me a PM.<br>
  388. <b>01</b> Character is from the fate universe. Crossover acceptable. <br>
  389. <b>02</b>PM Friendly to an extent. <br>
  390. <b>03</b>Scroll using the scroll wheel on your mouse or the arrow keys.<br>
  391. <b>04</b>Outside info is possible, but only on discord, get that skype outta here, shit's whack.<br>
  392. <b>05</b>Character may be a little wicked, that doesn't mean I am, I'm actually a pretty swell dude to talk to.<br>
  393. <b>06</b>Smut will only happen through character development and to be honest this character may already be attached.<br>
  394. <b>07</b>Criticism is always welcome on writing and coding.<br>
  395. <b>08</b>Have fun.<br>
  396. </div>
  397.  
  398. <div id="two">
  399. <h2>Stats </h2>
  400. <br><br><br>
  401. <table width="80%"; table align="left">
  402. <font style="float:left"><b>Name</b></font> <font style="float:right">Karna</font><br>
  403. <font style="float:left"><b>Class</b></font> <font style="float:right">Lancer</font><br>
  404. <font style="float:left"><b>Alias</b></font> <font style="float:right">Lancer of Red, Hero of Charity</font><br><br>
  405. <font style="float:left"><b>Age</b></font> <font style="float:right">Early 20s</font><br>
  406. <font style="float:left"><b>Place of Birth</b></font> <font style="float:right"> Pandava</font><br><br>
  407. <font style="float:left"><b>Hair Color</b></font> <font style="float:right">Platinum</font><br>
  408. <font style="float:left"><b>Eye Color</b></font> <font style="float:right">Right: Blue Left: Green</font><br>
  409. <font style="float:left"><b>Body Type</b></font> <font style="float:right">Slim Fit</font><br><br>
  410. <font style="float:left"><b>Personality</b></font> <font style="float:right">Cold, Unforgiving, Loyal</font><br>
  411. <font style="float:left"><b>Orientation</b></font> <font style="float:right">Heterosexual</font><br>
  412. <font style="float:left"><b>Paramour</b></font> <font style="float:right">Single</font><br><br>
  413. <font style="float:left"><b>Faction</b></font> <font style="float:right">Red</font><br>
  414. </table>
  415. </div>
  416.  
  417. <div id="three">
  418. <h2>Biography </h2>
  419. <br><br><br>
  420. thing3
  421. </div>
  422.  
  423. <div id="four">
  424. <h2>Abilities </h2>
  425. <br><br><br>
  426. thing4
  427. </div>
  428.  
  429.  
  430. </div>
  431. <div id="navi1">
  432. <a href="#two">🗡</a>
  433. </div>
  434. <div id="navi2">
  435. <a href="#three">🖋</a>
  436. </div>
  437. <div id="navi3">
  438. <a href="#four">🖋</a>
  439. </div>
  440. <div id="navi4">
  441. <a href="#one">🗡</a>
  442. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement