BappidyBoopidy

Code Laplace

Apr 2nd, 2019 (edited)
909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.24 KB | None | 0 0
  1. <style>
  2. /*
  3. ======== !! IMPORTANT !! DO NOT REMOVE ANY PART OF THIS SECTION =========
  4.  
  5. AUTHOR: Elle
  6. FOR: Inoue [RPC Profile]
  7. LANGUAGE: CSS/HTML/JS
  8. SOURCE: https://pastebin.com/raw/CrH0Q5rU -
  9. REGISTRATION: https://www.copyrighted.com/work/mgGQQtcdN3zy66Nr ;
  10.  
  11.  
  12. ######################----########-----------------########------------------######################
  13. ######################----########-----------------########------------------######################
  14. ######################----########-----------------########------------------######################
  15. ########------------------########-----------------########------------------########
  16. ########------------------########-----------------########------------------########
  17. ######################----########-----------------########------------------######################
  18. ######################----########-----------------########------------------######################
  19. ######################----########-----------------########------------------######################
  20. ########------------------########-----------------########------------------########
  21. ########------------------########-----------------########------------------########
  22. ######################----#####################----######################----######################
  23. ######################----#####################----######################----######################
  24. ######################----#####################----######################----######################
  25.  
  26.  
  27. * DISCLAIMER:
  28. * THE DESIGN OF THIS CODE IS 100% BASED OFF LAPLACE ME AD PHOTOS. I DO NOT OWN THE
  29. * DESIGN CHOICE BUT I OWN THE CODE BEHIND THIS WEBSITE VERSION OF IT.
  30. *
  31. * =================================================================================
  32. *
  33. * WARNING:
  34. * This code needs some designing. As of now, I can't find a way for the paragraphs
  35. * to be arranged in a slanting manner without slanting the whole thing. So, as of
  36. * this stage of my coding abilities, the slanting style of the paragraphs edges are
  37. * currently all done manually. Which is what you have to end up doing as well.
  38. *
  39. * I went ahead and broke the spacing in between paragraphs so you can see the cascading
  40. * style and hopefully replicate it well.
  41. *
  42. * NOTE: This layout can only accommodate a maximum of 4 tabs.
  43.  
  44.  
  45.  
  46. ============================================================================================================
  47. THE REST OF THE CODE IS KEPT IN MY FILE BUT IT WON'T AFFECT HOW YOUR PROFILE WILL LOOK. HERE ARE THE EDITABLE PORTIONS OF YOUR CODE. IT MAKES IT EASIER FOR YOU TO IGNORE THE PARTS OF THE CODE WHERE YOU REALLY CAN'T TOUCH BECAUSE IT MIGHT BREAK THE WHOLE THING. IT ALSO MAKES IT EASIER FOR ME TO FIX BUGS YOU MAY FIND.
  48. =============================================================================================================
  49. */
  50.  
  51. :root {
  52.   /* ============= colors ================ */
  53.     /* ==== basic colors ==== */
  54.   --main-shade: rgb(205, 118, 115);
  55.   --accent: rgb(211, 43, 55);
  56.  
  57.     /* ==== other colors ==== */
  58.   --background-shade: rgb(238, 191, 190);
  59.   --light-gradient: var(--main-shade);
  60.   --dark-gradient: rgb(182, 96, 93);
  61.   --diamond-color: rgb(235, 156, 156);
  62.   --ability-bar: rgb(245, 141, 147);
  63.   --ability-meter: var(--accent);
  64.   --item-pill: rgb(155, 36, 44);
  65.   --tab: var(--dark-gradient);
  66.   --tab-hover: var(--light-gradient);
  67.  
  68.   /* =========== images ================ */
  69.   --main-image: url(https://i.imgur.com/lX8LHqT.png);
  70.   --background-pattern: url(https://i.imgur.com/1c3LMnG.png);
  71.   --content-pattern: url(https://i.imgur.com/ZNAnq0v.png);
  72.  
  73.   /* ============= text styles ================ */
  74.     /* ==== fonts ==== */
  75.   --default-font: "Share", sans-serif;
  76.   --name-font: "Black Pearl", cursive;
  77.   --default-size: 2.5vh; /* keep this in vh pls thanks */
  78.  
  79.     /* ==== text colors ==== */
  80.   --default-color: #ddd;
  81.   --ability-name: rgb(155, 36, 44);
  82.   --item-span: rgb(245, 141, 147);
  83.   --link: rgb(216, 162, 238);
  84.   --link-hover: var(--accent);
  85.   --bold: rgb(255, 240, 179);
  86.   --italics: rgb(199, 227, 86);
  87.   --header: rgb(24, 55, 53);
  88.   --title: var(--accent);
  89.   --title-span: #222;
  90. }
  91.  
  92.  
  93. /*
  94. =======================================================================================================
  95. ****** TROUBLESHOOTING: IF YOU NEED ANY HELP, MESSAGE ME ON DISCORD: Lil Monster#3557 ****
  96. =======================================================================================================
  97. */
  98. </style>
  99.  
  100. <!-- ============== load css ================= -->
  101. <link href="https://ellexidecodes.github.io/Profile-Codes/free/laplace.css" rel="stylesheet">
  102. <link href="https://ellexidecodes.github.io/Profile-Codes/free/fancy-fonts.css" rel="stylesheet">
  103. <link href="https://ellexidecodes.github.io/Profile-Codes/free/all-google-fonts.css" rel="stylesheet">
  104.  
  105. <div class="container">
  106.   <div class="image"></div>
  107. </div>
  108.  
  109. <div id="abilities">
  110.   <div class="ability" ability="Overall Ability">
  111.     <div class="meter" style="width: 51.25%"></div>
  112.   </div>
  113.   <div class="ability" ability="Damage">
  114.     <div class="meter" style="width: 30%"></div>
  115.   </div>
  116.   <div class="ability" ability="Strength">
  117.     <div class="meter" style="width:45%"></div>
  118.   </div>
  119.   <div class="ability" ability="Intelligence">
  120.     <div class="meter" style="width:75%"></div>
  121.   </div>
  122.   <div class="ability" ability="Stamina">
  123.     <div class="meter" style="width:55%"></div>
  124.   </div>
  125. </div>
  126.  
  127. <div id="name" subtitle="White Mage/Support">Inoue</div>
  128. <div id="title">
  129.   <span>I'll heal you when you need it.</span>
  130.   <br>
  131.   The Sweetheart of the Team
  132. </div>
  133. <div class="slice">
  134.     <div class="pattern"></div>
  135.   </div>
  136.  
  137.  
  138. <div class="tabs">
  139.  
  140. <!-- tab 1 || do not rename id -->
  141.   <div class="tab"><input id="tab-1" name="tabs" type="radio" checked/>
  142.     <label for="tab-1" tabName="Dossier"></label>
  143.  
  144.     <div class="content">
  145.           <h1>Dossier</h1>
  146.           <div class="sep">
  147.             <div class="item">
  148.               <span>Age</span> 20 y.o.
  149.             </div>
  150.             <div class="item">
  151.               <span>Gender</span> Female
  152.             </div>
  153.             <div class="item">
  154.               <span>Name</span> Inoue Hyuga
  155.             </div>
  156.             <div class="item">
  157.               <span>Weight&nbsp;&nbsp;</span> &nbsp;&nbsp;110 pounds
  158.             </div>
  159.             <div class="item">
  160.               <span>Height&nbsp;&nbsp;</span> &nbsp;&nbsp;5 feet 3 inches
  161.             </div>
  162.             <div class="item">
  163.               <span>Marital Status</span> &nbsp;&nbsp;Single Pringle
  164.             </div>
  165.             <div class="item">
  166.               <span>Personality</span> Bubbly and Innocent
  167.             </div>
  168.           </div>
  169.     </div>
  170.   </div>
  171.  
  172.     <!-- tab 2 || do not rename id -->
  173.   <div class="tab"><input id="tab-2" name="tabs" type="radio" />
  174.     <label for="tab-2" tabName="History"></label>
  175.  
  176.     <div class="content">
  177.         <!--*
  178.             * since there is no scrolling (as it messes with the paragraph)
  179.             * design aspect, I instead give you internal "tabs"
  180.             * to show the different overflow pages of your
  181.             * information should you need them
  182.             * just follow this template for every tab that needs
  183.             * multiple pages
  184.             * IMPORTANT: KEEP IN THE EMPTY LABELS
  185.             * -->
  186.           <input type="radio" name="history" id="cont-1" checked/>
  187.           <label for="empty"></label>
  188.           <div class="cont">
  189.             <h1>History</h1>
  190.             <p>
  191.               Inoue is the epitome of a spoiled child <br>
  192.               but she was never bratty. She grew up well <br>
  193.               disciplined but still in a loving family. She was <br>
  194.               given what she usually asked for because she never <br>
  195.               really asked for more than what she knew her parents <br>
  196.               could give her. Inoue loved her parents and her older <br>
  197.               brother, Kaede, very much. Which was why when she lost <br>
  198.               them, she felt like she also lost herself.
  199.             </p>
  200.             <p>
  201.               It was hard for the 16-year-old Inoue to pick herself back up, but <br>
  202.               she knew her parents wouldn't want to see her that way. Alone, she <br>
  203.               buried her beloved parents while her heart longed to see her brother, <br>
  204.               hoping against hope that he was okay. They only really found two bodies in that wreckage. She firmly believed one day she would see Kaede again.
  205.             </p>
  206.           </div>
  207.           <label for="empty" class="prev"></label>
  208.          
  209.           <input type="radio" name="history" id="cont-2"/>
  210.           <label for="cont-2" class="next">Read more</label>
  211.           <div class="cont">
  212.             <h1>History</h1>
  213.             <p>
  214.               Three years after the tragedy, she met her <br>
  215.               new friends. Akira <i>(The Black Mage)</i>, Kagame <br>
  216.               <i>(The Assassin)</i>, Lucio <i>(The Cleric)</i>, and Altera <br>
  217.               <i>(The Warrior)</i>. They were a mismatched group, loudly <br>
  218.               getting kicked out by the Inn in Saltlake City. It was kind <br>
  219.               of comical to see this small group topple over a crying <br>
  220.               pinkette. They all grimaced as her sobs turned into painful<br>
  221.               little hiccups.
  222.             </p>
  223.             <p>
  224.               "Are you okay, sweet thing?" Kagame asks, leaning down to brush<br>
  225.               a stray pink lock away fromm her tear-filled eyes. Immediately, all hearts <br>
  226.               melted. "No.." Inoue replies, her face contorting once again. In that instant, Kagame knew that these tears were not shed because of them but something far greater. Something someone as young as her shouldn't be carrying in the first place.
  227.             </p>
  228.             <p>
  229.               Lucio, being the gentle giant that he is, immediately collected the 16 year old into his arms. They knew they couldn't just leave her. Her clothes were tattered, once beautiful pink hair mildly matted, and her bare feet had wounds on them. The team knew she needed their help and they weren't going to let her down.
  230.             </p>
  231.           </div>
  232.           <label for="cont-1" class="prev">Previous</label>
  233.          
  234.           <input type="radio" name="history" id="cont-3" />
  235.           <label for="cont-3" class="next">Read more</label>
  236.           <div class="cont">
  237.             <h1>History</h1>
  238.             <p>
  239.               It's been four years since they all met, and <br>
  240.               three years since Inoue started training to be a<br>
  241.               White Mage. Her motivation was sad but still as pure<br>
  242.               as it once was: The make sure she never loses another<br>
  243.               family again. Her current family who continues to help her<br>
  244.               in her quest to find her lost brother.
  245.             </p>
  246.             <p>
  247.               What more could anyone ask for?
  248.             </p>
  249.           </div>
  250.           <label for="cont-2" class="prev">Previous</label>
  251.         <!-- end of multiple pages in a tab -->
  252.     </div>
  253.   </div>
  254.  
  255.         <!-- tab 3 || do not rename id -->
  256.   <div class="tab"><input id="tab-3" name="tabs" type="radio"/>
  257.     <label for="tab-3" tabName="Persona"></label>
  258.  
  259.     <div class="content">
  260.       <div class="scrollerWrap">
  261.         <div class="scroller">
  262.           <h1>Persona</h1>
  263.           <p>
  264.             She is completely innocent and has not <br>
  265.             even experienced being in a relationship. <br>
  266.             Though, Inoue has a huge crush on Akira, she is <br>
  267.             unable to make a move because she doesn't know <br>
  268.             how. Plus the fact that she feels as though Akira <br>
  269.             only sees her as a little sister. It doesn't stop her<br>
  270.             from daydreaming about him though!
  271.           </p>
  272.           <p>
  273.             One of the biggest reasons why she is unable to get into a <br>
  274.             relationship despite being a magnet for optimism, is that everyone <br>
  275.             in her group coddles her and are way too over-protective. She was their youngest and sometimes it was frustrating, but to her, it felt good to have a family again. So, she doesn't complain much, if at all.
  276.           </p>
  277.           <p>
  278.             Every night, Inoue becomes a bit more brooding--focusing a lot on her thoughts and memories. Night time was always the best moment to think. She was always the last one to go to bed, as everyone else often exhausted their energy throughout the day. This gave her an opportunity to be by herself and recharge. It was tiring to be an ambivert.
  279.           </p>
  280.         </div>
  281.       </div>
  282.     </div>
  283.   </div>
  284.  
  285.     <!-- tab 4 || do not rename id -->
  286.   <div class="tab"><input id="tab-4" name="tabs" type="radio" />
  287.     <label for="tab-4" tabName="OOC"></label>
  288.  
  289.     <div class="content">
  290.       <div class="scrollerWrap">
  291.         <div class="scroller">
  292.           <h1>Out of Character</h1>
  293.           <ol>
  294.             <li>This profile is made and <a href="https://www.copyrighted.com/work/mgGQQtcdN3zy66Nr" target="_blank" rel="noopener noreferrer">copyrighted</a> by <br>
  295.               <a href="http://roleplay.chat/profile.php?user=Deum" target="_blank" rel="noopener noreferrer">The Monster</a> for anyone to use freely. DM <b>Deum</b> for codes of your own.<br>
  296.               for a profile of your own.</li>
  297.             <li>Inoue is my character and I will play her as I please.</li>
  298.             <li>I reserve the right to accept or deny roleplay from <br>
  299.               anyone. I don't care if you are the King of the world.</li>
  300.             <li>Inoue has <b>PTSD</b> do <u>NOT</u> attempt to magic it away. She is literally a white mage. You'd think she would've tried that by now. It doesn't work. If you attempt to, I won't hesitate to bring her into a siezure.</li>
  301.             <li>I am not afraid to block you.</li>
  302.             <li>If you need any coding help, visit my website <a href="http://www.themonster.xyz/" target="_blank" rel="noopener noreferrer">The Monster</a> or DM me on my coding profile "Deum".</li>
  303.             <li>This template will be public soon! Don't worry c:</li>
  304.           </ol>
  305.         </div>
  306.       </div>
  307.     </div>
  308.   </div>
  309. </div>
  310.  
  311. <!-- =============== donator perk || if you're not a donator, this won't work but you can keep it in ======= -->
  312. <script src='https://www.themonster.xyz/profiles/Addons/free.js'></script>
Add Comment
Please, Sign In to add comment