BappidyBoopidy

Code Fennec

Apr 6th, 2017 (edited)
1,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.08 KB | None | 0 0
  1. <style>
  2. /*
  3.                    
  4. ======== !! IMPORTANT !! DO NOT REMOVE ANY PART OF THIS SECTION =========
  5.                    
  6.     Author: Elle
  7.     For: An RPC Profile
  8.     Date of Completion: April 6, 2017 10:48PM EST
  9.     Language: CSS/HTML
  10.     SOURCE: https://pastebin.com/raw/0KnakNMi -
  11.  
  12.  
  13.  
  14.  
  15. ######################----########-----------------########------------------######################
  16. ######################----########-----------------########------------------######################
  17. ######################----########-----------------########------------------######################
  18. ########------------------########-----------------########------------------########
  19. ########------------------########-----------------########------------------########
  20. ######################----########-----------------########------------------######################
  21. ######################----########-----------------########------------------######################
  22. ######################----########-----------------########------------------######################
  23. ########------------------########-----------------########------------------########
  24. ########------------------########-----------------########------------------########
  25. ######################----#####################----######################----######################
  26. ######################----#####################----######################----######################
  27. ######################----#####################----######################----######################
  28. */
  29.  
  30. /*
  31. ============================================================================================================
  32. THE REST OF THE CODE IS KEPT IN MY FILE BUT IT WON'T AFFECT HOW YOUR PROFILE WILL LOOK. HERE ARE THE EDITABLE
  33. PORTIONS OF YOUR CODE. IT MAKES IT EASIER FOR YOU TO IGNORE THE PARTS OF THE CODE WHERE YOU REALLY CAN'T TOUCH
  34. BECAUSE IT MIGHT BREAK THE WHOLE THING. IT ALSO MAKES IT EASIER FOR ME TO FIX BUGS YOU MAY FIND.
  35. =============================================================================================================
  36. */
  37.  
  38.  
  39.  
  40. /* ------ CHANGE BACKGROUND -----*/
  41. body{
  42.     background: #;
  43. }
  44.  
  45.  
  46.  
  47. /* ------- CHANGE COLORS -------*/
  48. :root {
  49.     /* colors */
  50.     --text: #3a2715 !important;
  51.     --link: #7c5133 !important;
  52.     --link-hover: #686868 !important;
  53.     --h1-color: #3d201e !important;
  54.     --bold: #ad806e !important;
  55.     --italics: #8e7661 !important;
  56.     --button-background: linear-gradient(45deg, #fdd1aa, #f9847d) !important;
  57.     --infobox-background: linear-gradient(45deg, #D0C0C6, #bad8db) !important;
  58.     --scrollbar-color: #774f29;
  59.  
  60.     /* fonts */
  61.     --header-font: 'Yesteryear', cursive;
  62.     --link-font: 'Sacramento', cursive;
  63.     --default-font: 'Teko', sans-serif;
  64.  
  65.     /* main image */
  66.     --main-image: url(http://d.facdn.net/art/evendim/1467239901/1467239901.evendim_dsdfg.png);
  67.     --main-image-size: 100% 100%; /* width height || alternative values: cover, fit, 0% - 100% */
  68.     --image-roundness: 0;
  69.     --image-border-thickness: 0;
  70.     --image-border-color: transparent;
  71. }
  72.  
  73. /*
  74.     ============================================================================
  75.  
  76.     NOTE: INFO BOXES ARE NOW CLASSES SO YOU CAN ADD MORE IF YOU WANT
  77.  
  78.     ----------------------------------------------------------------------------
  79.  
  80.     TROUBLESHOOTING: IF YOU NEED ANY HELP, MESSAGE ME ON DISCORD: Lil Monster#3557
  81.  
  82.     =============================================================================
  83. */
  84. </style>
  85. <!-- LOAD IN CSS FILE -->
  86. <link href="https://ellexidecodes.github.io/Profile-Codes/free/fennec.css" rel="stylesheet">
  87. <!-- DONATER PERK: DETERS CODE THEFT || IF YOU'RE NOT A DONATOR, IT'S FINE BUT IT WON'T WORK -->
  88. <script src="https://themonstrousdev.github.io/profiles/Addons/free.js"></script>
  89.  
  90.  
  91. <!-- ACTUAL PROFILE -->
  92.                  <div id="main"></div>
  93.                      <div id="quote">
  94.                        <center>
  95.                          <h2>
  96.                             <br><br><br>
  97.                             Add a quote here, doll!
  98.                          </h2>
  99.                        </center>
  100.                      </div>
  101.                      <div id="navigation">
  102.                        <a href="#bio"><img src="http://i.picpar.com/UErc.png" height="4.5%" class="nav"></a><br><br>
  103.                        <a href="#friends"><img src="http://i.picpar.com/UErc.png" height="4.5%" class="nav"></a><br><br>
  104.                        <a href="#ooc"><img src="http://i.picpar.com/UErc.png" height="4.5%" class="nav"></a><br><br>
  105.                        <a href="#intro"><img src="http://i.picpar.com/UErc.png" height="4.5%" class="nav"></a>  
  106.                      </div>
  107.                      <div id="box">
  108.                        <div id="host">
  109.                          <div id="intro">
  110.                          <br><br><br><br><br>
  111.                            <center><a href="#stats" class="intro"><center>How much do you want to know?</center></a>
  112.                          </div>
  113.                          <br>
  114.                          <div id="stats" class="infobox">
  115.                            <center><h1>Statistics</h1></center>
  116.                            <b>Name</b><div class="r">Name here</div><br>
  117.                            <b>Moniker</b><div class="r">Nickname here</div><br>
  118.                            <b>Gender</b><div class="r">Femme/Homme</div><br>
  119.                            <b>Age</b><div class="r">??? y.o.</div><br>
  120.                            <b>Species</b><div class="r">Fennec Fox</div><br>
  121.                            <b>Marital Status</b><div class="r">Taken/Single/Widowed/Open</div><br>
  122.                            <b>Info</b><div class="r">Beep</div>
  123.                          </div>
  124.                          <br>
  125.                          <div id="bio" class="infobox">
  126.                            <center><h1>Biography</h1></center>
  127.                            <center>Work in Progress<br>Come back when things are fleshed out.<br>
  128.                              <b>bold</b> <i>italicized</i> <u>underlined</u> <s>strikethrough</s> <a href="link here">links</a>
  129.                            </center>
  130.                          </div>
  131.                          <br>
  132.                          <div id="friends" class="infobox">
  133.                            <center><h1>Friends</h1></center>
  134.                             <center>
  135.                             <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  136.                            <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br>
  137.                            <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  138.                            <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br>
  139.                            <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  140.                            <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br>
  141.                            <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  142.                            <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br>
  143.                            <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  144.                            <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br>
  145.                           </center>
  146.                          </div>
  147.                          <br>
  148.                          <div id="ooc" class="infobox">
  149.                            <center><h1>I am <font style="color: #8e7661;font-family:'Yesteryear',cursive;font-size:4vh;">not</font> a fox</h1></center>
  150.                            <b>✔</b> In-room approach is your best bet.<br>
  151.                            <b>✔</b> PM Picky.<br>
  152.                            <b>✔</b> I reserve the right to stop or refuse any roleplay that doesn't satisfy me.<br>
  153.                             <b>✔</b> More bullets.
  154.                             <center><h1>Typist Info</h1></center>
  155.                             <b>✔</b> Femme/Homme<br>
  156.                             <b>✔</b> ??? y.o.<br>
  157.                             <b>✔</b> You can contact me on Skype/Discord/Blah or <a href="here">here.</a><br>
  158.                             <b>✔</b> More bullets. You can forego this. I just gave you the option to have one.<br>
  159.                           </div>  
  160.                         </div>
  161.                       </div>
  162.                       <!--VISIBLE CREDIT ; PLEASE DON'T REMOVE-->
  163.                      <div id="credit">
  164.                        <font style="font-size:2.4vh;">&copy;<a href="https://themonstrousdev.github.io/" target="_blank">The Monster</a>. If you want a code of your own, DM <b>Deum</b> on RPC.</a>
  165.                      </div>
Add Comment
Please, Sign In to add comment