Sokie_visuvel

Untitled

May 20th, 2026
50
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.00 KB | None | 0 0
  1.   <!--
  2. WOW another code thank you god
  3. Discord I guess i don't know
  4.  
  5.  
  6. Main background, avatar border, icon: #1e1f22
  7. Main text, tag text: #dbdee1
  8. status: #f23f43
  9. Username, active tab: #f2f3f5
  10. Secondary text, labels, icons: #b5bac1
  11. Tag backgrounds: #2b2d31
  12. Divider lines: rgba(255,255,255,0.06)
  13. Inner panel background: #111214
  14. Section headers, timestamps: #949ba4
  15. Spotify accent: #1db954
  16. Progress bar background: #4e5058
  17. Row separators: rgba(255,255,255,0.02)
  18.  
  19. -->
  20.  
  21. <div class="container p-0 my-3 mx-auto" style="max-width: 340px; font-family: Ebrima; background-color: #1e1f22; color: #dbdee1; border-radius: 8px; overflow: hidden;">
  22.  
  23.     <!-- BANNER -->
  24.     <div style="height: 105px; background-image: url('https://i.pinimg.com/736x/62/05/2e/62052e6976fd2c4656f3433686fa693e.jpg'); background-size: cover; background-position: center;"></div>
  25.  
  26.     <!-- PFP AND BADGES I GUESS -->
  27.     <div class="px-3" style="margin-top: -42px; position: relative; display: flex; justify-content: space-between; align-items: flex-end; z-index: 2;">
  28.         <!-- PFP -->
  29.         <div style="position: relative; width: 80px; height: 80px;">
  30.             <img src="https://i.pinimg.com/736x/e3/8a/f2/e38af277cdea1e4f0f734246f72dae0e.jpg"
  31.                 style="width: 80px; height: 80px; border-radius: 50%; border: 5px solid #1e1f22; background-color: #1e1f22; object-fit: cover;">
  32.             <!-- STATUS (Online: #23a55a, Idle: #f0b232, Disturb: #f23f43, Offline: #80848e) -->
  33.             <div style="position: absolute; bottom: 1px; right: 1px; width: 18px; height: 18px; background-color: #f23f43; border-radius: 50%; border: 3px solid #1e1f22;"></div>
  34.         </div>
  35.       </div>
  36.  
  37.     <!-- HEADER (?) -->
  38.     <div class="px-3 pt-2 pb-0">
  39.         <!-- NAME -->
  40.         <h2 class="m-0" style="font-size: 18px; font-weight: 600; color: #f2f3f5; line-height: 1.2;">NICKNAME</h2>
  41.         <div style="font-size: 13px; color: #b5bac1; font-weight: 500;">@ username</div>
  42.        
  43.         <!-- TAGS -->
  44.         <div class="mt-1" style="font-size: 11px; color: #dbdee1; background-color: #2b2d31; display: inline-block; padding: 1px 5px; border-radius: 4px;">Gender </div>
  45.         <div class="mt-1" style="font-size: 11px; color: #dbdee1; background-color: #2b2d31; display: inline-block; padding: 1px 5px; border-radius: 4px;">Pronouns </div>
  46.         <div class="mt-1" style="font-size: 11px; color: #dbdee1; background-color: #2b2d31; display: inline-block; padding: 1px 5px; border-radius: 4px;">MBTI </div>
  47.  
  48.         <!-- TABS -->
  49.         <div class="d-flex mt-2" style="gap: 12px; font-size: 13px; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,0.06);">
  50.             <span class="pb-1" style="color: #f2f3f5; border-bottom: 2px solid #f2f3f5; margin-bottom: -1px;">User Profile  </span>
  51.         </div>
  52.     </div>
  53.  
  54.     <!-- INfO -->
  55.     <div class="p-3 m-2" style="background-color: #111214; border-radius: 8px;">
  56.        
  57.         <!-- ABOUT ME -->
  58.         <div class="mb-3">
  59.             <div style="font-size: 11px; font-weight: 700; color: #949ba4; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;">About Me</div>
  60.             <div style="font-size: 13px; color: #dbdee1; line-height: 1.4;">
  61.                 Doesn't scroll! 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.
  62.             </div>
  63.         </div>
  64.  
  65.         <!-- SPOTIFY -->
  66.         <div class="mb-3">
  67.             <div style="font-size: 11px; font-weight: 700; color: #949ba4; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px;">Listening to Spotify</div>
  68.             <div class="d-flex" style="gap: 12px; align-items: center;">
  69.                 <!-- Album Art Asset -->
  70.                 <div style="position: relative; width: 64px; height: 64px; flex-shrink: 0;">
  71.                     <img src="IMGHERE" style="width: 64px; height: 64px; border-radius: 8px; object-fit: cover;">
  72.  
  73.                 </div>
  74.                 <!-- TEXT THINGYS I DUNNO -->
  75.                 <div style="font-size: 13px; min-width: 0; flex-grow: 1;">
  76.                     <div style="font-weight: 600; color: #f2f3f5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
  77.                         NAME
  78.                     </div>
  79.                     <div style="color: #dbdee1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 1px;">by Artist</div>
  80.                     <div style="color: #b5bac1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 1px;">on ALBUM</div>
  81.                 </div>
  82.             </div>
  83.             <!-- BAR -->
  84.             <div class="mt-2">
  85.                 <div style="background-color: #4e5058; height: 4px; border-radius: 2px; width: 100%; position: relative;">
  86.                     <div style="background-color: #1db954; height: 4px; border-radius: 2px;
  87.                    
  88.                    <!-- CHANGE THE 50% TO ANY YOU LIKE -->
  89.                     width: 50%;"></div>
  90.                 </div>
  91.                 <div class="d-flex justify-content-between" style="font-size: 11px; color: #949ba4; margin-top: 4px;">
  92.                     <span>0:00</span>
  93.                     <span>0:00</span>
  94.                 </div>
  95.             </div>
  96.         </div>
  97.  
  98.         <!-- CHARACTER INFO -->
  99.         <div class="mb-3">
  100.             <div style="font-size: 11px; font-weight: 700; color: #949ba4; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;">Character Info</div>
  101.             <div style="font-size: 13px; color: #dbdee1;">
  102.                 <div class="d-flex justify-content-between py-1" style="border-bottom: 1px solid rgba(255,255,255,0.02);">
  103.                     <span style="color: #b5bac1;">Age:</span>
  104.                     <span>AGE</span>
  105.                 </div>
  106.                 <div class="d-flex justify-content-between py-1" style="border-bottom: 1px solid rgba(255,255,255,0.02);">
  107.                     <span style="color: #b5bac1;">Orient:</span>
  108.                     <span>ORIENT</span>
  109.                 </div>
  110.                 <div class="d-flex justify-content-between py-1">
  111.                     <span style="color: #b5bac1;">Species:</span>
  112.                     <span>SPECIES</span>
  113.                 </div>
  114.             </div>
  115.         </div>
  116.  
  117.         <!-- DATE -->
  118.         <div>
  119.             <div style="font-size: 11px; font-weight: 700; color: #949ba4; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;">Discord Member Since</div>
  120.             <div class="d-flex align-items-center" style="font-size: 13px; color: #dbdee1; gap: 6px;">
  121.                 <i class="fab fa-discord" style="color: #b5bac1; font-size: 12px;"></i>
  122.                 <span>May 19, 2026</span>
  123.             </div>
  124.         </div>
  125.  
  126.     </div>
  127.  
  128. </div>
  129.  
  130. <!-- CREDIT -->
  131. <div class="text-center mx-1" style="font-size:15px;">
  132.     <a href="https://toyhou.se/sokie_Visuvel">
  133.         <i class="fas fa-cloud" style="color:#1e1f22"></i>
  134.     </a>
  135. </div>
Tags: Toyhou.se
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment