Advertisement
BappidyBoopidy

Code Genevieve

Oct 31st, 2018 (edited)
1,574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.22 KB | None | 0 0
  1. <style>
  2. /*
  3.  
  4. ======== !! IMPORTANT !! DO NOT REMOVE ANY PART OF THIS SECTION =========
  5.  
  6. AUTHOR: Elle
  7. LANGUAGE: CSS/HTML
  8. SOURCE: https://pastebin.com/raw/9HZZDLW0 -
  9. REGISTRATION: https://www.copyrighted.com/work/2PKqDybNAqyK7xoN ;
  10.  
  11.  
  12. ######################----########-----------------########------------------######################
  13. ######################----########-----------------########------------------######################
  14. ######################----########-----------------########------------------######################
  15. ########------------------########-----------------########------------------########
  16. ########------------------########-----------------########------------------########
  17. ######################----########-----------------########------------------######################
  18. ######################----########-----------------########------------------######################
  19. ######################----########-----------------########------------------######################
  20. ########------------------########-----------------########------------------########
  21. ########------------------########-----------------########------------------########
  22. ######################----#####################----######################----######################
  23. ######################----#####################----######################----######################
  24. ######################----#####################----######################----######################
  25.  
  26.  
  27. ============================================================================================================
  28. THE REST OF THE CODE IS KEPT IN MY FILE BUT IT WON'T AFFECT HOW YOUR PROFILE WILL LOOK.
  29. HERE ARE THE EDITABLE PORTIONS OF YOUR CODE. IT MAKES IT EASIER FOR YOU TO IGNORE THE PARTS OF THE
  30. CODE WHERE YOU REALLY CAN'T TOUCH BECAUSE IT MIGHT BREAK THE WHOLE THING. IT ALSO MAKES IT EASIER FOR
  31. ME TO FIX BUGS YOU MAY FIND.
  32. =============================================================================================================
  33. */
  34.  
  35. /* =========================== START EDITING HERE =========================== */
  36. :root {
  37.   /* backgrounds and borders */
  38.   --background-color: linear-gradient(white,dodgerblue);
  39.   --main-box-background: #e4f2f7;
  40.   --main-box-border: #5a5aaf;
  41.   --main-image-border-design: dashed;
  42.   --main-image-border-color: #666;
  43.   --ooc-separator-design: dashed;
  44.   --ooc-separator-color: rgba(0,0,0,0.2);
  45.   --picture-border-color: #333;
  46.   --friend-border-color: #333;
  47.  
  48.   /* images */
  49.   --background-image: url(https://i.imgur.com/mEUDrfw.jpg);
  50.   --main-image: url(https://i.imgur.com/uLchrnZ.jpg);
  51.   --background-image-transparency: 0.2;
  52.  
  53.   /* tabs */
  54.   --tab-button-border: black;
  55.   --tab-hover-highlight: rgba(0,0,0,0.3);
  56.   --tab-hover-font-color: white;
  57.  
  58.   /* content */
  59.   --stat-highlight: rgba(0,0,0,0.3);
  60.   --ooc-numbering-highlight: rgba(0,0,0,0.3);
  61.  
  62.   /* fonts */
  63.   --default-font: 'Economica', sans-serif;
  64.   --default-color: black;
  65.   --stats-font: 'Permanent Marker', cursive;
  66.   --header-font: 'Playball', cursive;
  67.   --link-font: 'Passion One', cursive;
  68.  
  69.   /* fonts colors */
  70.   --stat-font-color: white;
  71.   --ooc-numbering-font-color: white;
  72.   --header-color: darkslategray;
  73.   --bold-color: darkblue;
  74.   --italics-color: darkslateblue;
  75.   --link-color: hotpink;
  76.   --link-hover-color: #b43977;
  77. }
  78.  
  79.  
  80.  
  81. /*
  82. =======================================================================================================
  83. ****** TROUBLESHOOTING: IF YOU NEED ANY HELP, MESSAGE ME ON DISCORD: Lil Monster#3557 ****
  84. =======================================================================================================
  85. */
  86. </style>
  87. <!-- ===================LOAD IN CSS FILE=================== -->
  88. <link href="https://ellexidecodes.github.io/Profile-Codes/free/genevieve.css" rel="stylesheet">
  89. <!-- main box and image -->
  90. <div id="box">
  91.   <div id="main"></div>
  92. </div>
  93.  
  94.  
  95. <!-- tabs start here -->
  96. <div class="tabs">
  97.  
  98.   <!-- first tab -->
  99.   <div class="tab"><input checked="checked" id="tab-1" name="tab-group-2" type="radio" />
  100.     <label for="tab-1">Dossier</label>
  101.  
  102.     <div class="content">
  103.       <h1>Not all angels have wings...</h1>
  104.       <table>
  105.         <tbody>
  106.           <tr>
  107.             <td>Name</td>
  108.             <td>Genevieve Sta. Agueda</td>
  109.             <td>Moniker</td>
  110.             <td>Gen</td>
  111.           </tr>
  112.           <tr>
  113.             <td>Gender</td>
  114.             <td>Female</td>
  115.             <td>Sex</td>
  116.             <td>Demisexual</td>
  117.           </tr>
  118.           <tr>
  119.             <td>Age</td>
  120.             <td>24 y.o. <i>...?</i></td>
  121.             <td>Occupation</td>
  122.             <td>Accountant <s>Assassin</s></td>
  123.           </tr>
  124.           <tr>
  125.             <td>Height</td>
  126.             <td>5'7"</td>
  127.             <td>Weight</td>
  128.             <td>110lbs</td>
  129.           </tr>
  130.           <tr>
  131.             <td>Marital Status</td>
  132.             <td>Taken</td>
  133.             <td>Lover</td>
  134.             <td><a href="https://roleplay.chat/profile.php?user=Ellexide">Daniel Rosales</a></td>
  135.           </tr>
  136.           <tr>
  137.             <td>Favourite Spot</td>
  138.             <td>Beach</td>
  139.             <td>Hobby</td>
  140.             <td>Reading, Hiking, Swimming</td>
  141.           </tr>
  142.           <tr>
  143.             <td>Residence</td>
  144.             <td>Barcelona, Spain</td>
  145.           </tr>
  146.         </tbody>
  147.       </table>
  148.     </div>
  149.   </div>
  150.  
  151.  
  152.   <!-- second tab -->
  153.   <div class="tab"><input id="tab-2" name="tab-group-2" type="radio" />
  154.     <label for="tab-2">Biography</label>
  155.  
  156.     <div class="content">
  157.       <h1>... Not all demons have horns</h1>
  158.       <p>
  159.         Normal Text | <b>Bold</b> | <i>Italics</i> | <u>Underline</u> | <s>Strikethrough</s> | <a href="#">Link</a>
  160.       </p>
  161.       <p>
  162.         Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dolor libero, varius at mi nec, porttitor
  163.         rhoncus augue. Donec semper laoreet nunc, eget pretium quam auctor ac. Vestibulum nec nibh sagittis, varius
  164.         magna in, aliquam odio. Nulla viverra sodales lacus, quis tristique neque fringilla in. Nunc efficitur volutpat
  165.         quam a bibendum. Nulla nec nibh urna. Pellentesque egestas nibh quis accumsan feugiat. Donec commodo faucibus
  166.         tortor id tristique. Mauris tempus ligula arcu, nec consequat libero scelerisque mattis. Maecenas euismod
  167.         condimentum mi eu iaculis. Integer viverra lacinia aliquam. Nullam vulputate felis ut ante porttitor, id
  168.         ultrices dolor sodales. Suspendisse mattis sed mi sed sagittis. Quisque feugiat neque ut consequat iaculis.
  169.         Mauris ipsum elit, volutpat eu sodales ac, fermentum imperdiet orci. Sed a diam sed diam iaculis sagittis ac ac
  170.         augue.
  171.       </p>
  172.       <p>
  173.         Quisque eu sapien vel dolor tincidunt consequat. Duis faucibus consequat augue, non condimentum nisi rutrum
  174.         sagittis. Proin purus est, sodales fermentum est at, ultricies maximus sem. Proin volutpat quam non tincidunt
  175.         pharetra. Donec a euismod nisi, dictum vulputate neque. Fusce euismod, ipsum non efficitur finibus, enim neque
  176.         tempor ipsum, sed vestibulum nulla ligula non diam. Suspendisse commodo interdum quam ut bibendum. Suspendisse
  177.         tincidunt aliquam commodo. Aliquam pellentesque nunc ut fermentum varius. Nunc sagittis neque et pharetra
  178.         rhoncus. Suspendisse velit dui, condimentum non vehicula nec, posuere sollicitudin odio. Ut sed neque lectus.
  179.         Sed ac pellentesque neque. Maecenas tincidunt interdum magna, a aliquet ante fringilla non.
  180.       </p>
  181.     </div>
  182.   </div>
  183.  
  184.  
  185.   <!-- third tab -->
  186.   <div class="tab"><input id="tab-3" name="tab-group-2" type="radio" />
  187.     <label for="tab-3">Connections</label>
  188.  
  189.     <div class="content">
  190.       <h1>my web of lies</h1>
  191.       <div id="friends">
  192.         <a  class="friendo"
  193.             href="https://roleplay.chat/profile.php?user=Ellexide"
  194.             style="background-image:url(https://i.pinimg.com/564x/48/7d/b8/487db8f0bcd8c13d76e40aae52ad90c5.jpg)"
  195.             target="_blank"
  196.             name="Friend name here"
  197.             description="friend comments here"></a>
  198.  
  199.         <a class="friendo"
  200.             href="https://roleplay.chat/profile.php?user=Ellexide"
  201.             style="background-image:url(https://i.pinimg.com/564x/2a/71/c3/2a71c3dbfa7a735fef17eb28c3e5e1bd.jpg)"
  202.             target="_blank"
  203.             name="Regina George"
  204.             description="She's a little demon. Well, a literal demon. It was odd to see a demon as my client. The whole day I met her was odd now that I think about it."></a>
  205.  
  206.         <a class="friendo"
  207.             href="https://roleplay.chat/profile.php?user=Ellexide"
  208.             style="background-image:url(https://i.pinimg.com/564x/fc/f9/f3/fcf9f3a84235b83e26b14ffa25ae0630.jpg)"
  209.             target="_blank"
  210.             name="Christian Antonio"
  211.             description="He's Daniel's best friend but we've become pretty close now. He taught me how to skateboard so he's good in my books."></a>
  212.  
  213.         <a class="friendo"
  214.             href="https://roleplay.chat/profile.php?user=Ellexide"
  215.             style="background-image:url(https://i.pinimg.com/564x/90/b8/bd/90b8bd23b06c44fa9ec19d2ffc2c24e4.jpg)"
  216.             target="_blank"
  217.             name="Charlie"
  218.             description="His real name is Carlos but we call him Charlie because he likes popping in when kids do that dumb 'Charlie, Charlie' challenge."></a>
  219.  
  220.         <a class="friendo"
  221.             href="https://roleplay.chat/profile.php?user=Ellexide"
  222.             style="background-image:url(https://i.pinimg.com/564x/31/8e/69/318e691160d9509ddc1ba80084e3b3ae.jpg)"
  223.             target="_blank"
  224.             name="Svimi"
  225.             description="He's Liv's husband. I honestly thought it was a Halloween costume because we met on October 28th..."></a>
  226.  
  227.         <a class="friendo"
  228.             href="https://roleplay.chat/profile.php?user=Ellexide"
  229.             style="background-image:url(https://i.pinimg.com/564x/13/8c/e7/138ce7d6035e3a12630661ac03f9a5f5.jpg)"
  230.             target="_blank" name="Liv"
  231.             description="She's Svimi's wife. Again... I thought it was a costume."></a>
  232.  
  233.         <a class="friendo"
  234.             href="https://roleplay.chat/profile.php?user=Ellexide"
  235.             style="background-image:url(https://i.pinimg.com/564x/0f/7a/4f/0f7a4fdd44d21834e6890dda523fb881.jpg)"
  236.             target="_blank"
  237.             name="Denise Lopez"
  238.             description="She's my mentor and she's the best person for it. I met her 7 years ago and honestly, she's the big sister I never had."></a>
  239.  
  240.         <a class="friendo"
  241.             href="https://roleplay.chat/profile.php?user=Ellexide"
  242.             style="background-image:url(https://i.pinimg.com/564x/af/da/f1/afdaf173d79bb9b452d30545713ce89b.jpg)"
  243.             target="_blank" name="Riane Gomez"
  244.             description="She's a witch I met in one of the bars in Barcelona--I won't tell you exactly where--and she makes the best apple pies."></a>
  245.  
  246.         <a class="friendo"
  247.             href="https://roleplay.chat/profile.php?user=Ellexide"
  248.             style="background-image:url(https://i.pinimg.com/564x/cf/7f/b3/cf7fb31a35026cd46e8a1c4f19462587.jpg)"
  249.             target="_blank"
  250.             name="Maggie Sta. Agueda"
  251.             description="She's my most beautiful little sister. I work as hard as I do for her."></a>
  252.  
  253.       </div>
  254.     </div>
  255.   </div>
  256.  
  257.  
  258.   <!-- fourth tab -->
  259.   <div class="tab"><input id="tab-4" name="tab-group-2" type="radio" />
  260.     <label for="tab-4">Gallery</label>
  261.  
  262.     <div class="content">
  263.       <h1>show me more</h1>
  264.       <div id="gallery">
  265.         <div class="picture" style="background-image: url(https://i.pinimg.com/564x/ed/3b/a1/ed3ba18c320ec3cbf30e08d098e0a930.jpg)"></div>
  266.  
  267.         <div class="picture" style="background-image: url(https://i.pinimg.com/564x/a9/2e/f1/a92ef1de30aa8d105e119ab862ff08ad.jpg)"></div>
  268.  
  269.         <div class="picture" style="background-image: url(https://i.pinimg.com/564x/40/61/16/40611639f33ab43ffe6080f7909be54a.jpg)"></div>
  270.  
  271.         <div class="picture" style="background-image: url(https://i.pinimg.com/564x/7f/6d/db/7f6ddba2cb5fb21deb33919d9949dcae.jpg)"></div>
  272.  
  273.         <div class="picture" style="background-image: url(https://i.pinimg.com/564x/d1/2f/f7/d12ff78587793376c42f6f8c789500b6.jpg)"></div>
  274.  
  275.         <div class="picture" style="background-image: url(https://i.pinimg.com/564x/31/ba/d9/31bad9b45a6818aedd39e04589069afa.jpg)"></div>
  276.       </div>
  277.     </div>
  278.   </div>
  279.  
  280.   <!-- if you want more tabs, just copy and paste the layouts above. Make sure to rename the input id and label for. Leave the name as "tab-group-2" -->
  281. </div>
  282.  
  283.  
  284.  
  285. <!-- permanent out of character -->
  286. <div id="ooc">
  287.   <h1>Out of Character</h1>
  288.   <ol>
  289.     <li>This profile is <a href="https://www.copyrighted.com/work/2PKqDybNAqyK7xoN" target="_blank">copyrighted</a> and
  290.       made by <a href="https://themonstrousdev.github.io/" target="_blank">The Monster</a> for anybody
  291.       to use. If you want a profile of your own, visit her RPC profile [Deum], pastebin [BappidyBoopidy].</li>
  292.     <hr>
  293.     <li>OOC bullet here</li>
  294.     <li>OOC bullet here</li>
  295.     <li>OOC bullet here</li>
  296.     <li>OOC bullet here</li>
  297.     <li>OOC bullet here</li>
  298.     <li>OOC bullet here</li>
  299.     <li>OOC bullet here</li>
  300.     <li>OOC bullet here</li>
  301.     <li>OOC bullet here</li>
  302.     <li>OOC bullet here</li>
  303.     <li>OOC bullet here</li>
  304.   </ol>
  305. </div>
  306.  
  307.  
  308. <!-- please no delete -->
  309. <a id="credit" href="https://roleplay.chat/profile.php?user=Ellexide" target="_blank" title="Coder boi"></a>
  310. <script src='https://themonstrousdev.github.io/profiles/Addons/free.js'></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement