Advertisement
CrispinAsheYA

Minimal Character Information (CHARACTER, F2U)

Nov 1st, 2022 (edited)
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.39 KB | Source Code | 0 0
  1. <!--------------------- PLEASE SEE HERE FOR MY CODE RULES: https://toyhou.se/12931952.bonus-content/17036656.-06-code-rules ---------------------
  2.  
  3. Default Colours
  4. -Orange: #E85324
  5. -Light Orange: #FD9855
  6. -Text White: #FFFFFF
  7. -Text Black: #000000
  8. -Gradient 1: rgba(163,193,253,1)
  9. -Gradient 2: rgba(232,83,36,1)
  10.  
  11. Thank you for reading!
  12. Crispin
  13.  
  14. -->
  15.  
  16. <!---------------------------------------------------------  START BACKGROUND --------------------------------------------------------->
  17.  
  18. <div style="background-image: url(https://media.discordapp.net/attachments/917542533930823690/996466133202907206/unknown.png?width=574&height=578); background-size: cover; background-position: top-center; overflow: auto;" class="card-block">
  19.  
  20.   <!-- top divider credit -->
  21.   <a href="https://toyhou.se/2108365.-resources/10613944.-dividers#35571013">
  22.     <!-- top divider image address-->
  23.     <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/35571013_OKTdBHRiFuWJcTS.png">
  24.   </a>
  25.  
  26.   <!---------------------------------------------------------  END BACKGROUND --------------------------------------------------------->
  27.  
  28.  
  29.  
  30.  
  31.   <!--------------------------------------------------------- START OF DO NOT REMOVE -------------------------------------------------------->
  32.    
  33.  
  34.   <div class="mx-auto mt-5" style="max-width:700px; background:#E85324; color:#000000; font-family:MS Sans Serif; border:1px solid #E85324;">
  35.  
  36.     <!--------------------------------------------------------- START HEADER --------------------------------------------------------->
  37.  
  38.     <div style="border:1px solid #E85324;">
  39.       <!-- Makes the header. Doesn't end until after the main-body div also ends, consider this DIV Bobby. -->
  40.      
  41.       <div class="col-lg-12 p-2" style="position:relative; border:2px solid #E85324; border-radius:5px; background:linear-gradient(0deg,rgba(201,58,92,1) 0%,rgba(232,83,36,1) 93%,rgba(232,83,36,1) 100%);"> <!-- This  makes up the main colour of the header. Sorry, I know, I try to stay clear of rgb but I HAD to use RGBA to do this. -->
  42.      
  43.         <a href="https://toyhou.se/CrispinAsheYA/characters/folder:2993051" data-toggle="tooltip" title="Go Home?"><span style="font-size:18px; color:#FFFFFF"><i class="fad fa-moon-stars"></i></span></a>
  44.        
  45.         <!-- Start Minimise/Minus Square -->
  46.         <span class="pull-right" style="position:absolute; top:7px; right:65px;"> <!-- Makes it so this button is on the right of the header and is that size -->
  47.           <i class="fas fa-minus p-1 justify-content-center" style="background:linear-gradient(135deg,rgba(163,193,253,1)50%, rgba(232,83,36,1)50%); border:1px solid #FFFFFF; color:#FFFFFF ;border-radius:5px; width:25px; height:25px;"></i>
  48.         </span>
  49.         <!-- End Minimise/Minus Square -->
  50.        
  51.         <!-- Start Maximise/Squares Square -->
  52.         <span class="pull-right" style="position:absolute; top:7px; right:35px;">
  53.           <i class="far fa-window-maximize p-1 justify-content-center" style="background:linear-gradient(135deg,rgba(163,193,253,1)50%, rgba(232,83,36,1)50%); border:1px solid #FFFFFF; color:#FFFFFF ;border-radius:5px; width:25px; height:25px;"></i> <! --Makes the button have that icon and be that colour -->
  54.         </span>
  55.         <!-- End Maximise/Squares Square -->
  56.        
  57.         <!-- Start Close/X Square -->
  58.         <span class="pull-right" style="position:absolute; top:7px; right:5px;">
  59.           <a href="#CloseThis" data-toggle="collapse">
  60.           <i class="fas fa-times p-1 justify-content-center" style="background:linear-gradient(135deg,rgba(163,193,253,1)50%, rgba(232,83,36,1)50%); border:1px solid #FFFFFF; color:#FFFFFF ;border-radius:5px; width:25px; height:25px;"></i>
  61.         </span> <!-- Button ends on this row -->
  62.         <!-- Start Close/X Square -->
  63.        
  64.       </div> <!--- END HEADER --->
  65.      
  66.       <!--------------------------------------------------------- END HEADER --------------------------------------------------------->
  67.      
  68.       <!--- Wraps around all the code here so the close button actually closes your code. Just a fun little easter egg! -->
  69.       <div id="CloseThis" class="collapse show"> <!--- /\/\ Let's call this <<< Div X. -->
  70.        
  71.         <!--------------------------------------------------------- START FOLDERS --------------------------------------------------------->
  72.        
  73.         <div class="col-sm-12 p-1"> <!-- Start Folders 1 (Defines Area) -->
  74.          
  75.           <div class="card border-0 rounded-0 p-1 h-100 justify-content-center" style="background:#FD9855;"> <!-- Start Folders 2 (Formatting) -->
  76.            
  77.             <div class="row no-gutters"> <!-- Contains links to your different folders -->
  78.              
  79.               <!-- Start Text -->
  80.               <div class="text-center p-2; position:center;">
  81.                 <p style="font-family:'comic sans ms'; font-size:2rem">INFO</p>
  82.                 <hr class="mt-1 mb-2" style="border:1px #E85324 dashed;">
  83.                 <p style="font-family:'comic sans ms'; font-size:1.4rem">History</p>
  84.                 <p style="font-family:'comic sans ms'; font-size:1rem">Okay, so this code is made for characters who just kind of exist. Write about any their history here! What inspired them? Why'd you make them? What character traits do they have? I like to give this code to everyone in my Orphanage / Trades folders because they don't have much lore, only random trivia facts, which this code is perfect for!</p>
  85.                 <p style="font-family:'comic sans ms'; font-size:1rem">Character Created: (11:58) 01.11.22</p>
  86.               </div>
  87.               <!-- End Text -->
  88.              
  89.             </div> <!-- End Folders -->
  90.            
  91.           </div> <!-- End Folders 2 -->
  92.          
  93.         </div> <!-- End Folders 1 -->
  94.        
  95.         <!--------------------------------------------------------- END FOLDERS -------------------------------------------------------->
  96.      
  97.       </div> <!--- End DIV X -->
  98.    
  99.     </div> <!--- End DIV Bobby -->
  100.    
  101.   </div> <!-- End Of Code -->
  102.  
  103. </div> <!-- End Of Colour -->
  104.  
  105. <!--------------------------------------------------------- CREDIT DO NOT REMOVE --------------------------------------------------------->
  106. <div class="text-right w-100">
  107.   <a href="https://toyhou.se/18652345.minimal-character-information" target="_blank" class="m-1" style="color:#fff;"><i class="fas fa-code"></i> Code By CrispinAsheYA</a>
  108. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement