Advertisement
vermilly

profile 10 (2.2.24 hc) (side)

Feb 5th, 2024
1,585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.52 KB | None | 0 0
  1. <!------
  2.    
  3.    【F2U】 53.Live [ Dark. ]
  4.    
  5.      // Code by Leporidebug
  6.  
  7.      //// COLORS ////
  8.      
  9.      main accent → cf1102
  10.      text color → d4d4d4
  11.      button → d42242
  12.      blacks → 000000
  13.      whites → ffffff
  14.      
  15.      
  16. ------>
  17. <br>
  18. <div class="card mx-auto mt-4 p-1" style="max-width:700px;border-radius:0.5rem;background-color:#000000;font-family:'avenir';">
  19.  
  20.   <!--------------------------------
  21.  
  22.      | MAIN BACKGROUND
  23.  
  24.  ---------------------------------->
  25.   <div class="row no-gutters rounded modal-open" style="background-size:cover;background-position:center;
  26.    
  27.    /*----- main background ; autoscale center, replace IMG_URL with image address -----*/;
  28.    background-image:url(https://64.media.tumblr.com/3efad74cd094cc1e7e5ad96a5eea8aa8/d88ea49db67c54dd-f8/s2048x3072/d11a975ec7d42b47262459c42c2a4327c485aef3.jpg);
  29.  
  30.  ">
  31.    
  32.     <!--------------------------------
  33.  
  34.      | LEFT BOX
  35.      
  36.    
  37.    ---------------------------------->
  38.     <div class="col-lg col-12 flex-column">
  39.       <div class="card border-0 p-1" style="height:250px;background-color:transparent;">
  40.         <!----- name box ----->
  41.         <div class="card border-0 p-2" style="background-color:rgba(0,0,0,0.8);max-width:250px;box-shadow:0 0 8px rgba(0,0,0,0.3)">
  42.           <div class="row no-gutters">
  43.            
  44.             <!----- avatar image ----->
  45.             <div class="col-auto my-auto">
  46.               <div class="card rounded-circle" style="width:65px;height:65px;background-color:transparent;border-color:#ffffff;border-width:2px;background-size:cover;background-position:center;
  47.                
  48.                /*----- user avatar ; replace IMG_URL with image address -----*/;
  49.                background-image:url(https://64.media.tumblr.com/ca05bf082fc23a590a7d8834125d87fd/675243af7c2436b4-9b/s1280x1920/bfc7eb4a0ea0ae19c08966b816c05b277c1f3f2a.jpg);
  50.                
  51.              "></div>
  52.             </div>
  53.            
  54.             <!----- name ----->
  55.             <div class="col pl-3 my-auto">
  56.               <h1 class="text-uppercase font-weight-bold mb-0" style="letter-spacing:1px;color:#cf1102;">
  57.                
  58.                 XUXU ✧・゚
  59.                
  60.               </h1>
  61.               <p class="small" style="color:#d4d4d4;">
  62.                
  63.                 @ xuxu |  <!----- carrd ----->
  64.           <a href="https://xuxu-time.carrd.co/" title="carrd" class="tooltipster" data-placement="bottom" style="text-decoration:none;color:#cf1102;">
  65.             <i class="fas fa-id-card fa-sm fa-fw"></i> carrd
  66.           </a>  
  67.          
  68.                
  69.               </p>
  70.             </div>
  71.           </div>
  72.         </div>
  73.         <!----- name box ----->
  74.        
  75.  
  76.        
  77.       </div>
  78.     </div>
  79.     <!----- LEFT BOX END ----->
  80.    
  81.    
  82.     <!----- filler box between two boxes, no need to edit ----->
  83.     <div class="col-lg-auto col-12 flex-column">
  84.       <div class="card border-0 rounded-0 p-1 d-flex flex-fill" style="background-color:#000000;"></div>
  85.     </div>
  86.    
  87.    
  88.     <!--------------------------------
  89.  
  90.      | RIGHT BOX
  91.      
  92.        - main profile
  93.  
  94.    ---------------------------------->
  95.     <div class="col-lg-4 col-12 flex-column">
  96.      
  97.       <!-----------------------------------
  98.      
  99.        scrollable "chat"-styled profile
  100.      
  101.      ------------------------------------->
  102.       <div class="card border-0 d-flex flex-fill rounded-0 p-3" style="background-color:rgba(0, 0, 0, 0.5);min-height:100px;max-height:300px;overflow:auto;">
  103.          
  104.          
  105.         <!----- basics ---->
  106.         <div class="card border-0 p-3 small mb-2" style="background-color:rgba(0,0,0,0.9);max-width:250px;box-shadow:0 0 8px rgba(0,0,0,0.3);color:#d4d4d4;">
  107.          
  108.           <p>18+ . they/them . pst . 🇦🇫 🇺🇸
  109.           <br>
  110.      
  111.         </div>
  112.         <!----- basics end ---->
  113.        
  114.        
  115.         <!----- intro box ---->
  116.         <div class="card border-0 p-3 small mb-2" style="background-color:#6b0f07;max-width:250px;box-shadow:0 0 8px rgba(0,0,0,0.3);color:#ffffff;">
  117.          
  118.           <!----- header ---->
  119.           <div class="row no-gutters">
  120.             <!----- greeting ---->
  121.             <div class="col my-auto">
  122.               <h4 class="mb-0 font-weight-bold text-uppercase">
  123.                
  124.                 WHAT'S UP,
  125.              
  126.               </h4>
  127.             </div>
  128.            
  129.             <!----- avatar image (again) ---->
  130.             <div class="col-auto">
  131.               <div class="card rounded-circle mb-1" style="width:30px;height:30px;background-color:transparent;border-color:#ffffff;border-width:2px;background-size:cover;background-position:center;
  132.              
  133.                /*----- user avatar ; replace IMG_URL with image address -----*/;
  134.                background-image:url(https://64.media.tumblr.com/62b2bc69554b4f562324a270019c9b9b/37f37deabac96f53-3d/s400x600/92f79805f815759f5297412843bea91b28ce94c1.jpg);
  135.                
  136.              "></div>
  137.             </div>
  138.            
  139.           </div>
  140.           <!----- header end ---->
  141.          
  142.           <!----- intro content ---->
  143.           <p>
  144.             ...babes, bros, and nonbinary crows~!  This is a side account, I'm not using it at the moment! My main account is @xuxu.  
  145.           </p>
  146.         </div>
  147.         <!----- intro box end ---->
  148.        
  149.        
  150.        
  151.        
  152.       </div>
  153.       <!----- chat profile end ----->
  154.      
  155.      
  156.       <!-----------------------------------
  157.      
  158.        message and socials
  159.      
  160.      ------------------------------------->
  161.       <div class="card pt-2 rounded-0 border-0 d-flex flex-fill" style="background-color:#000000;">
  162.        
  163.         <!----- send message ----->
  164.         <div class="card border-0 modal-open mb-1" style="border-radius:1.5rem;">
  165.           <div class="row no-gutters">
  166.             <!----- message box ----->
  167.             <div class="col-9 flex-column">
  168.             <div class="card px-2 py-1 rounded-0 border-0 flex-fill" style="background-color:#d4d4d4;color:#000000;">
  169.                
  170.                 <!----- message content ----->
  171.                
  172.                 <p class="small my-auto faded">
  173.                  
  174. "dianxia, take my hand"              </p>
  175.               </div>
  176.             </div>
  177.             <!----- message box end ----->
  178.            
  179.             <!----- send button ----->
  180.             <div class="col-3 flex-column">
  181.               <!----- replace username with your own ----->
  182.               <a
  183.                href="https://drawing.garden/"
  184.                title="join hua cheng!"
  185.                
  186.                class="w-100 btn rounded-0 border-0 d-flex flex-fill mx-auto my-auto tooltipster" style="color:#ffffff;background-color:#d42242;">
  187.                
  188.                   <!----- fontawesome icon ----->
  189.                   <i class="fas fa-paper-plane fa-fw" style="font-size:0.75rem;"></i>
  190.                  
  191.               </a>
  192.             </div>
  193.             <!----- send button end ----->
  194.           </div>
  195.         </div>
  196.         <!----- send message end ----->
  197.        
  198.        
  199.      
  200.       </div>
  201.       <!----- message and socials end ------>
  202.     </div>
  203.     <!----- RIGHT BOX END ----->
  204.   </div>
  205. </div>
  206. <!----- MAIN CONTENT END ----->
  207. <!----- CREDIT ! please do not remove ----->
  208. <p class="text-center faded mx-auto mb-4" style="max-width:700px;">
  209.   <a href="https://toyhou.se/19722685" class="small text-muted" style="text-decoration:none;">code by Leporidebug</a>
  210. </p>
  211. <!----- [ CODE END ] ----->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement