Advertisement
Guest User

flame

a guest
May 21st, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.77 KB | None | 0 0
  1. <style>
  2. /*
  3.  
  4. AUTHOR: Elle
  5. FOR: Flame [RPC Profile]
  6. LANGUAGE: CSS/HTML/JS
  7.  
  8.  
  9. ######################----########-----------------########------------------######################
  10. ######################----########-----------------########------------------######################
  11. ######################----########-----------------########------------------######################
  12. ########------------------########-----------------########------------------########
  13. ########------------------########-----------------########------------------########
  14. ######################----########-----------------########------------------######################
  15. ######################----########-----------------########------------------######################
  16. ######################----########-----------------########------------------######################
  17. ########------------------########-----------------########------------------########
  18. ########------------------########-----------------########------------------########
  19. ######################----#####################----######################----######################
  20. ######################----#####################----######################----######################
  21. ######################----#####################----######################----######################
  22.  
  23.  
  24. =======================================================================================================
  25. ****** TROUBLESHOOTING: IF YOU NEED ANY HELP, MESSAGE ME ON DISCORD: Lil Monster#3557 ****
  26. =======================================================================================================
  27. */
  28.  
  29.  
  30.  
  31. ::-webkit-scrollbar{ display: none }
  32. * {
  33. user-select: none;
  34. -webkit-user-drag: none;
  35. -webkit-user-select: none;
  36. -moz-user-select: none;
  37. -ms-user-select: none;
  38. }
  39.  
  40. html,
  41. body {
  42. height: 100%;
  43. }
  44.  
  45. body {
  46. margin: 0;
  47. overflow: hidden;
  48. background: #441101;
  49. font-family: 'Walter Turncoat', cursive;
  50. font-size: 1.2vw;
  51. color: white;
  52. }
  53.  
  54. #stars {
  55. position: absolute;
  56. top: 0;
  57. left: 0;
  58. right: 0;
  59. bottom: 0;
  60. background: url(http://www.da-files.com/artnetwork/realm-of-fantasy/bg-stars.gif) top left/40%;
  61. opacity: 0.7;
  62. -webkit-mask-image: linear-gradient(black 50%, transparent);
  63. }
  64.  
  65. #fire {
  66. position: absolute;
  67. top: -3vw;
  68. left: -3vw;
  69. height: 46vw;
  70. width: 50vw;
  71. }
  72.  
  73. #boi {
  74. position: absolute;
  75. bottom: 11.5vw;
  76. left: 7vw;
  77. border-radius: 50%;
  78. background: url(https://i.imgur.com/Ya1oyK2.png) center/85% no-repeat, radial-gradient(ellipse at center, #fff67b, transparent 80%);
  79. height: 30vw;
  80. width: 30vw;
  81. filter: drop-shadow(0 0 .5vw #fff67b) drop-shadow(0 0 1vw #fff67b) drop-shadow(0 0 2vw #fff67b);
  82. cursor: pointer;
  83. overflow: hidden;
  84. }
  85.  
  86. #boi::before {
  87. content: '';
  88. position: absolute;
  89. top: 0;
  90. left: 0;
  91. right: 0;
  92. bottom: 0;
  93. background: url(https://i.imgur.com/fMBVfZo.png) center/85% no-repeat;
  94. transition: all .5s ease-in-out;
  95. opacity: 0;
  96. }
  97.  
  98. #boi:hover::before,
  99. #boi:hover::after {
  100. opacity: 1;
  101. }
  102.  
  103. #boi::after {
  104. content: 'Toggle Information';
  105. position: absolute;
  106. bottom: 5vw;
  107. left: 50%;
  108. transform: translateX(-50%);
  109. width: 50%;
  110. padding: 1vw;
  111. border: .1vh solid #f8b55e;
  112. background: black;
  113. text-align: center;
  114. transition: all .5s ease-in-out;
  115. opacity: 0;
  116. }
  117.  
  118. #flame {
  119. position: absolute;
  120. top: 2vw;
  121. right: 7vw;
  122. font-family: "Greed", cursive;
  123. font-size: 10vw;
  124. color: transparent;
  125. background: url(http://bestanimations.com/Nature/Fire/lava-fire-animated-gif.gif) center/cover no-repeat;
  126. background-clip: text;
  127. -webkit-background-clip: text;
  128. -moz-background-clip: text;
  129. filter: drop-shadow(0 0 .2vh #f8b55e) drop-shadow(0 0 .3vh #fff67b);
  130. }
  131.  
  132. .info {
  133. position: absolute;
  134. top: 13vw;
  135. right: 5vw;
  136. height: 68vh;
  137. width: 50vw;
  138. box-sizing: border-box;
  139. overflow: auto;
  140. display: none;
  141. transition: all 1s ease-in-out;
  142. }
  143.  
  144. .double{
  145. position: absolute;
  146. top: 0;
  147. left: 0;
  148. height: 100%;
  149. width: 100%;
  150. display: flex;
  151. flex-flow: row wrap;
  152. }
  153.  
  154. .friends {
  155. display: flex;
  156. flex-flow: row wrap;
  157. justify-content: center;
  158. align-items: center;
  159. align-content: center;
  160. }
  161.  
  162. .friend {
  163. margin: .5vw;
  164. height: 5vw;
  165. width: 5vw;
  166. border: .2vw solid;
  167. border-image: url(https://i.gyazo.com/d1fe468bd0eb4d19544c43a83d3266b5.gif);
  168. border-image-slice: 1;
  169. background-position: center;
  170. background-repeat: no-repeat;
  171. background-size: cover;
  172. }
  173.  
  174. .section {
  175. height: fit-content;
  176. width: 50%;
  177. box-sizing: border-box;
  178. padding: 2vw;
  179. }
  180.  
  181. .section:first-child{
  182. border-right: .1vw solid #ff8800;
  183. }
  184.  
  185. #flash {
  186. position: absolute;
  187. top: 13vw;
  188. right: 5vw;
  189. height: 68vh;
  190. width: 50vw;
  191. transition: all 1.5s ease-in-out;
  192. background: linear-gradient(transparent 33%, #ffbb00 50%, transparent 67%) top/auto 600% no-repeat;
  193. pointer-events: none;
  194. }
  195.  
  196. #ooc {
  197. display: block;
  198. padding: 2vw;
  199. }
  200.  
  201. #flash.effect {
  202. background-position: bottom;
  203. }
  204.  
  205. h1 {
  206. font-family: "Tropical Asian", cursive;
  207. font-size: 5vw;
  208. color: #ff8800;
  209. margin: 0;
  210. margin-bottom: 1vw;
  211. transition: all 1s ease-in-out;
  212. }
  213.  
  214. table {
  215. width: 100%;
  216. border-collapse: separate;
  217. border-spacing: 1vw 1vw;
  218. transition: all 1s ease-in-out;
  219. }
  220.  
  221. td {
  222. text-align: left;
  223. padding: 0 1vw;
  224. width: 75%;
  225. }
  226.  
  227. td:nth-of-type(odd) {
  228. color: #990e0e;
  229. text-align: right;
  230. font-family: "Tropical Asian", cursive;
  231. font-size: 3vw;
  232. transition: all 1s ease-in-out;
  233. width: 25%;
  234. }
  235.  
  236. hr {
  237. border-color: #ff8800;
  238. opacity: .5;
  239. transition: all 1s ease-in-out;
  240. }
  241.  
  242. div.tooltipMessage {
  243. z-index: 9001;
  244. position: absolute;
  245. max-width: 25%;
  246. border: .1vh solid #f8b55e;
  247. background: black;
  248. text-align: center;
  249. padding: 1vw;
  250. }
  251.  
  252. div.tooltipMessage > span {
  253. display: inline-block;
  254. }
  255.  
  256. div.tooltipMessage.left > span {float: right;}
  257.  
  258. ol {
  259. list-style: none;
  260. }
  261.  
  262. ol li {
  263. counter-increment: item
  264. }
  265.  
  266. ol li::before {
  267. content: '0'counter(item) '. ';
  268. color: #990e0e;;
  269. }
  270.  
  271. ol li:nth-of-type(n+10)::before {
  272. content: counter(item) '. '
  273. }
  274.  
  275. b {
  276. color: #990e0e;
  277. }
  278.  
  279. i {
  280. color: #f8b55e;
  281. }
  282.  
  283. a {
  284. color: #ff8800;
  285. text-decoration: none;
  286. transition: all .2s ease-in-out;
  287. }
  288.  
  289. a:hover {
  290. color: #fff67b;
  291. }
  292. </style>
  293. <!-- no touch these two -->
  294. <link href="https://ellexidecodes.github.io/Profile-Codes/free/all-google-fonts.css" rel="stylesheet">
  295. <link href="https://ellexidecodes.github.io/Profile-Codes/free/fancy-fonts.css" rel="stylesheet">
  296.  
  297.  
  298. <!-- edit here -->
  299. <div id="stars"></div>
  300. <canvas id="fire"></canvas>
  301. <canvas id="pixie"></canvas>
  302.  
  303. <div id="boi"></div>
  304.  
  305. <div class="info" id="ooc">
  306. <h1>Out of Character</h1>
  307. <ol>
  308. <li>I didn't say anything for a long time because I still needed to figure out how I would make your profile. - Ellexide</li>
  309. <li>OOc button here</li>
  310. <li>OOc button here</li>
  311. <li>OOc button here</li>
  312. <li>OOc button here</li>
  313. <li>OOc button here</li>
  314. </ol>
  315. Normal Text | <b>Bold</b> | <i>Italics</i> | <s>Strikethrough</s> | <u>Underline</u> | <a href="#">Link</a>
  316. </div>
  317.  
  318. <div class="info" id="dossier">
  319. <div class="double">
  320. <div class="section">
  321. <h1>Dossier</h1>
  322. <table>
  323. <tbody>
  324. <tr>
  325. <td>Age</td>
  326. <td>Twenty-Five</td>
  327. </tr>
  328. <tr>
  329. <td>Height</td>
  330. <td>6'3</td>
  331. </tr>
  332. <tr>
  333. <td>Weight</td>
  334. <td>168lbs</td>
  335. </tr>
  336. <tr>
  337. <td>Affinity</td>
  338. <td>Fire, Light</td>
  339. </tr>
  340. <tr>
  341. <td>Occupation</td>
  342. <td>Magus</td>
  343. </tr>
  344. <tr>
  345. <td>Orientation</td>
  346. <td>Pansexual</td>
  347. </tr>
  348. <tr>
  349. <td>Status</td>
  350. <td>Styla.</td>
  351. </tr>
  352. <tr>
  353. <td>Quality</td>
  354. <td>Warm</td>
  355. </tr>
  356. </tbody>
  357. </table>
  358. </div>
  359. <div class="section">
  360. <h1>Friends</h1>
  361. <div class="friends">
  362. <a target="_blank" href="https://roleplay.chat/profile.php?user=Vier" target="_blank" class="friend tooltip" img="https://i.imgur.com/XZg8Pbw.jpg" title="Vier"></a>
  363. <a target="_blank" href="https://roleplay.chat/profile.php?user=Wife" target="_blank" class="friend tooltip" img="http://i.picpar.com/vGVc.jpg" title="Wife"></a>
  364. <a target="_blank" href="https://roleplay.chat/profile.php?user=Vivien" target="_blank" class="friend tooltip" img="https://i.imgur.com/eICqD5Q.jpg" title="Vivien Everstone"></a>
  365. <a target="_blank" href="https://roleplay.chat/profile.php?user=sharkboy" target="_blank" class="friend tooltip" img="https://i.imgur.com/O1Lp8ns.png" title="Shark"></a>
  366. <a target="_blank" href="https://roleplay.chat/profile.php?user=Kazami" target="_blank" class="friend tooltip" img="https://i.pinimg.com/564x/54/0d/ca/540dcabe5f6d2bb94b5a4052ceae0df8.jpg" title="Kazami"></a>
  367. <a target="_blank" href="https://roleplay.chat/profile.php?user=Hallow" target="_blank" class="friend tooltip" img="https://i.imgur.com/5NUmDCk.jpg" title="Hallow"></a>
  368. <a href="#" target="_blank" class="friend tooltip" img="" title="Friend Name"></a>
  369. </div>
  370. </div>
  371. </div>
  372. </div>
  373.  
  374. <div class="info" id="magic">
  375. <h1>Magic</h1>
  376. Seriously? What do you even need to know? His name's Flame, you really need someone to hold your hand for you? Alright, fine, but don't whine to me when It's not as amazing as you thought. Fire's not really all that strong, y'know.
  377.  
  378. <br><br><b>Pyromancy:</b>It's a given, isn't it? He can control fire, he's got a natural affinity for it, and he's had years toain with it. In his mind, there's nobody better, and that's for a reason. A master in this element, He's able to manipulate flames to little limit. Any and all fire are under his domain, including those cast by other magi, rendering any magic of that kind useless against him. With a bit of effort, he can even over-take a spell, depending on how well the other has a grip on their magic.
  379. <br><br><b>Fire Classes:</b>As traditional, he's learned more than just your simple oxygen, fuel, spark type of fire. Well-versed in nearly all forms, he's able to pick up ones he isn't well at in minutes, and mastery in weeks. It's his natural talent, a talent he's proud of to no end. Among the classes that he's mastered, there are Purifying fire (Often classed as holy or cleansing), Hellfire (Corruption, demonic), Dark fire (Corruption), And more once I get to google. Types he is unfamiliar with are free from the threat of his meddling, but hitting him with a type may give him the edge he needs.
  380. <br><br><b>The Shield:</b> What everyone hates, what I love. This handy-dandy spell was set on him by his father in his dying moments, a powerful casting that allows Flame to withstand physical and magical attacks. This shield has been signifigantly weakened with his rebirth, and as a result, he is unable to nullify damage as well as he used to be able to. This spell has two sub-cast classes, allowing the properties to change. He can either cast it so it reflects physical damage, deflecting things like sword-hits or punches, or a cast so it reflects Magical damage. This includes most instant-cast spells, and a myriad of verse-oreinted spells. Internal damage such as mind and soul corruption are nerfed, not nullified, making attacks like those much weaker.
  381. <br><br><b>Astromancy:</b>This magic is signifigantly weaker than all his other types, limited to only the use in specific situations. He can control stars, but only stars classed as suns, tars that provide warmth and light to planets within their orbits. In these situations, he may draw power from these stars, much like a plant would. The control portion is very minor, and takes a hefty amount of his mana, and a hefty amount of concentration. The largest feat he's done with this ability is forcing a star to collapse in on itself, and this was only achieveable while he was standing on said star. lol, he got fucked up after, because who can tank a star-explosion?
  382. <br><br><b>Light Magic:</b> A new affinity, one he finds he has more and more connection to than he'd ever imagined.
  383. <br><br><b>Magical Nullification:</b> Another rage-enducing ability. Through convoluted plot, Flame has developed an anti-magic line of powers, powers that manifest themselves in the forms of whatever he can think of. Hands, spears, spikes, this magic is a ghost-like cast, and when touching a target that is magical or a magic spell, this cast may either render the cast useless, drain the caster of their magic, or absorb whatever spell it touches. The limit to he amount of mana or magic these spells can nullify or contain have yet to be set, but Flame feels a draining effect on himself after a while. Prolonged casting can render him temporarily magic-less.
  384. <br><br><b>Brand:</b> This branding, a magical binding of un-known origins was placed upon him, a dark, glowing mass of energy surging through his body, it acts as a battery and a converter. Magical attacks that are energy based, such as light or electricity, alongside fire attacks that manage to land, are absorbed by this branding and converted into useable mana for the user. This branding also works as a healing spell, which allows him to regenerate once triggered. The trigger is mass blood-loss, and/or shock.
  385. <br><br><b>Electromancy:</b> Due to his familiar, A thunderbird he defeated and forced to himself, Flame is able to call upon storms at will. While he is no master of the craft, this ability wives him pseudo control over clouds, lightning, thunder, and to an extent, rain. Rolling thunderclouds, harsh tornadoes, and natural disasters of that such as included in this encompasing ability. A combination spell with fire has become a personal favourite of the magus, one where he calls upon thunderclouds of flame that rain acid down on his foes, with lightning as harsh as the core of the sun.</div>
  386. <div id="flash"></div>
  387. <div id="flame">Flame</div>
  388.  
  389. <canvas id="game"></canvas>
  390.  
  391.  
  392. <script src="https://ellexidecodes.github.io/Profile-Codes/free/yellow%20fireflies.js"></script>
  393. <script src='https://ellexidecodes.github.io/Profile-Codes/repeatedEffects/tooltip.js'></script>
  394. <script src='https://ellexidecodes.github.io/Profile-Codes/free/credit.js'></script>
  395. <script src="https://pastebin.com/raw/UyMyH2tb"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement