Advertisement
robbieradiant

Basic Imageless Character Desc | Custom Colors | TH

Feb 24th, 2025
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 6.10 KB | None | 0 0
  1. <!--
  2.    BASIC IMAGELESS CHARACTER DESC
  3.    BY CONNORHEDGEHOG
  4.    
  5.    title says it all :)
  6.    
  7.    crtl+f and 'replace all' these to replace colors
  8.    back background color: #e6e9ef
  9.    front background color: #eff1f5
  10.    text color: #4c4f69
  11. -->
  12.  
  13.  
  14. <!-- main box -->
  15. <div class="container" style="max-width:850px;font-size:1.1em;color:#4c4f69;">
  16.     <div class="card p-2 mx-auto" style="background-color: #e6e9ef">
  17.         <!-- the basic info boxes
  18.              copy and paste this for more :)
  19.              change col-md-4 to col-md-6 for two next to each other instead of three
  20.              
  21.         <div class="col-md-4 p-1">
  22.                 <div class="bg-faded p-2 justify-content-between">
  23.                     <strong>LABEL</strong>
  24.                     <p>Value</p>
  25.                 </div>
  26.             </div>
  27.         -->
  28.        
  29.         <div class="row no-gutters">
  30.             <div class="col-md-4 p-1">
  31.                 <div class="p-2 justify-content-between" style="background-color:#eff1f5;">
  32.                     <strong>NAME</strong>
  33.                     <p>Name</p>
  34.                 </div>
  35.             </div>
  36.            
  37.             <div class="col-md-4 p-1">
  38.                 <div class="p-2 justify-content-between" style="background-color: #eff1f5">
  39.                     <strong>PRONOUNS</strong>
  40.                     <p>Pro/nouns</p>
  41.                 </div>
  42.             </div>
  43.            
  44.             <div class="col-md-4 p-1">
  45.                 <div class="p-2 justify-content-between" style="background-color:#eff1f5;">
  46.                     <strong>GENDER</strong>
  47.                     <p>Gender</p>
  48.                 </div>
  49.             </div>
  50.            
  51.             <div class="col-md-4 p-1">
  52.                 <div class="p-2 justify-content-between" style="background-color:#eff1f5;">
  53.                     <strong>SEXUALITY</strong>
  54.                     <p>Sexuality</p>
  55.                 </div>
  56.             </div>
  57.            
  58.             <div class="col-md-4 p-1">
  59.                 <div class="p-2 justify-content-between" style="background-color:#eff1f5;">
  60.                     <strong>HEIGHT</strong>
  61.                     <p>Height</p>
  62.                 </div>
  63.             </div>
  64.            
  65.             <div class="col-md-4 p-1">
  66.                 <div class="p-2 justify-content-between" style="background-color:#eff1f5;">
  67.                     <strong>BODY TYPE</strong>
  68.                     <p>Body type</p>
  69.                 </div>
  70.             </div>
  71.            
  72.             <div class="col-md-4 p-1">
  73.                 <div class="p-2 justify-content-between" style="background-color:#eff1f5;">
  74.                     <strong>SPECIES</strong>
  75.                     <p>Species</p>
  76.                 </div>
  77.             </div>
  78.            
  79.             <div class="col-md-4 p-1">
  80.                 <div class="p-2 justify-content-between" style="background-color:#eff1f5;">
  81.                     <strong>SOURCE</strong>
  82.                     <p>Source SMP</p>
  83.                 </div>
  84.             </div>
  85.            
  86.             <div class="col-md-4 p-1">
  87.                 <div class="p-2 justify-content-between" style="background-color:#eff1f5;">
  88.                     <strong>SUBMISSION</strong>
  89.                     <a href="https://zombo.com">Link</a>
  90.                 </div>
  91.             </div>
  92.         </div>
  93.        
  94.         <!-- all of the other info :)
  95.              copy and paste this for another section
  96.              
  97.              
  98.         <h1 style="font-size:1.5em;">Section Title</h1>
  99.             <hr align="left" class="mt-1 mb-2" style="width:25%">
  100.             <p>Description!</p>
  101.              -->
  102.         <div class="ml-1 mr-1 mt-1 p-3" style="background-color:#eff1f5;">
  103.             <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  104.            
  105.             <h1 style="font-size:1.5em;">Appearance</h1>
  106.             <hr align="left" class="mt-1 mb-2" style="width:25%">
  107.             <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  108.            
  109.             <h1 style="font-size:1.5em;">History</h1>
  110.             <hr align="left" class="mt-1 mb-2" style="width:25%">
  111.             <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  112.         </div>
  113.     </div>
  114. </div>
  115.  
  116. <!-- relations box, remove this comment and everything below it if you don't want the relations-->
  117. <div class="container mt-3" style="max-width:850px;font-size:1.1em;color:#4c4f69;">
  118.     <div class="card p-2 mx-auto" style="background-color: #e6e9ef">
  119.         <div class="ml-1 mr-1 p-3" style="background-color:#eff1f5;">
  120.             <!-- they're over here!
  121.                 copy and paste this for more
  122.                 the <hr> is the seperator, get rid of it if you'd like
  123.                
  124.            <div class="justify-content-between" style="font-size:1.2em;">
  125.                <strong>NAME</strong>
  126.                <p>Relation</p>
  127.            </div>
  128.            <p>Description!</p>
  129.            
  130.            <hr>
  131.                 -->
  132.             <div class="justify-content-between" style="font-size:1.2em">
  133.                 <strong>NAME</strong>
  134.                 <p>Relation</p>
  135.             </div>
  136.             <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  137.            
  138.             <hr>
  139.            
  140.             <div class="justify-content-between" style="font-size:1.2em;background-color:#eff1f5">
  141.                 <strong>NAME</strong>
  142.                 <p>Relation</p>
  143.             </div>
  144.             <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  145.         </div>
  146.     </div>
  147. </div>
Tags: toyhouse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement