Advertisement
meromerc

Another Life

May 5th, 2024 (edited)
737
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.22 KB | None | 0 0
  1. <!--
  2.    
  3.    ANOTHER LIFE
  4.    by meromercury
  5.    
  6.    accent color: primary
  7.    ctrl + f to replace
  8.    
  9.    created and released 5/5/24
  10.  
  11. -->
  12.  
  13. <div class="align-items-center" style="font-family:tahoma; font-size:12px;">
  14.     <div class="container col-sm-4 p-0"><div class="card" style="border-width:4px; box-shadow: 2px 2px 4px rgba(0,0,0,0.5)">
  15.        
  16.         <div class="card-header font-weight-bold text-primary justify-content-between p-0" style="font-size:15px;">
  17.             <div class="p-1"><i class="fa-solid fa-user fa-sm mx-1"></i>
  18.            
  19.             <!----- USERNAME ----->
  20.             USER
  21.             </div>
  22.             <div><a href="https://toyhou.se/meromercury" class="text-primary" target=_blank><div class="btn pull-right p-1" style="width:30px" data-toggle="tooltip" title="made by mero">
  23.             <i class="fa-solid fa-code fa-sm"></i>
  24.             </div></a></div>
  25.         </div>
  26.         <div class="row no-gutters">
  27.             <div class="col p-1">
  28.                
  29.                 <!------- IMAGE - WILL BE ADJUSTED AUTOMATICALLY ------->
  30.                 <img src="
  31.                IMG URL
  32.                " style="width:100%; height:100%">
  33.             </div>
  34.             <div class="col-9 text-muted">
  35.                 <div class="p-1 text-center" style="line-height:20px; font-size:11px; letter-spacing:0.04rem; height:30px; overflow:hidden;">
  36.                
  37.                 <!-------
  38.                TEXT BOX 1:
  39.                Use this for pronouns, age, pride flags, or whatever you want!
  40.                This box DOES NOT SCROLL, so keep it to one line only.
  41.                ------->
  42.                
  43.                     pro/nouns
  44.                     <span class="mx-2"></span>
  45.                     age
  46.                     <span class="mx-2"></span>
  47.                     timezone
  48.                     <!----- You can add your pride flags here if you want.. Maximum of 3. See here: https://toyhou.se/16962387.html-pride-flags ----->
  49.                     <!----- And if you want to add more dividers, copy and paste the <span>...</span> code above this line. ----->
  50.                    
  51.                     <!----- FOR BLINKIES:
  52.                    REMOVE the lines above this (up to pronouns) and paste this code instead:
  53.                    
  54.                    <img src="IMG URL">
  55.                    <img src="IMG URL">
  56.                    
  57.                    Then replace the IMG URL with the image url to your blinkie.
  58.                    You can have up to TWO blinkies. If you want more than two blinkies, add them to the box below instead.
  59.                    Keep in mind that the second blinkie will be hidden on some mobile devices.
  60.                    ----->
  61.                    
  62.                 <!----- END TEXT BOX 1 ----->
  63.                 </div>
  64.                
  65.                 <hr class="mt-0 mb-1">
  66.                
  67.                 <div class="p-1 font-italic text-center table-responsive" style="height:90px; letter-spacing:0.04rem">
  68.                    
  69.                     <!-------
  70.                    TEXT BOX 2:
  71.                    Use this for additional text or stamps.
  72.                    Don't forget to wrap your text in <p> paragraph tags </p> so it doesn't get bunched together.
  73.                    This box scrolls, but for aesthetic purposes, I recommend keeping it short. That means up to THREE stamps.
  74.                     ------->                   
  75.                    
  76.                    
  77.                    <p> Guess I'll see you in another life... </p>
  78.                    
  79.                    
  80.                     <!----- To use stamps, add this code above:
  81.                    <img src="IMG URL">
  82.                    and replace IMG URL with the image url of your stamp. ----->
  83.                    
  84.                 <!----- END TEXT BOX 2 ----->
  85.                 </div>
  86.             </div>
  87.         </div>
  88.         <div class="card-footer p-0 text-muted align-items-center justify-content-between" style="display:flex">
  89.         <div class="align-items-center">
  90.             <div class="melody-embed btn text-primary p-1">
  91.                     <iframe frameborder="0" style="z-index:999;height:20px;width:35px;opacity:0.0001;position:absolute;"
  92.                      
  93.                      src="https://www.youtube.com/embed/pmyTi8JebD4">
  94.                       <!-------
  95.                      MUSIC PLAYER TUTORIAL
  96.                      
  97.                      1. in the link to your youtube video, copy everything after watch?v=
  98.                      2. replace the jumble of letters after /embed/ with what you just copied
  99.                      
  100.                      remember to keep the "QUOTATION MARKS" around the entire link or else it could break.
  101.                      ------->
  102.                      </iframe>
  103.                 <i class="fa-solid fa-play-pause mx-2"></i>
  104.               </div>
  105.             <span class="text-primary">Now Playing:</span></div>
  106.            
  107.             <div class="fa-fade font-italic pull-right p-1 mr-1" style="letter-spacing:0.04rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.5)">
  108.             <!----- SONG TITLE ----->
  109.             ANOTHER LIFE (ft. Rema) . . . PinkPantheress
  110.             </div>
  111.         </div>
  112.     </div>
  113. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement