Advertisement
rosiuel

01. liminal [revamp]

Jan 30th, 2023
1,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.30 KB | None | 0 0
  1. <!--
  2.  
  3.    [ LIMINAL ]
  4.    
  5.    turn OFF WYSIWYG
  6.    turn ON code editor
  7.    
  8.    do NOT remove credit
  9.    
  10.    RESOURCES :
  11.    - free live code editor : https://th.circlejourney.net/
  12.    - coding help forum     : https://toyhou.se/~forums/16.htmlcss-graphics/48845.-help-thread-ask-your-questions-here-
  13.    - how to edit icons     : https://toyhou.se/3536712.
  14.    - coding resources      : https://toyhou.se/Elithian/characters/folder:881832
  15.  
  16.    COLORS :
  17.    - accent : #aa0012
  18.    - text   : #c0c0c0
  19.    - backgrounds : rgba(0,0,0,0.5)
  20.    
  21.    CORNERS :
  22.    - the bigger the px, the rounder the corners
  23.    - border-radius: 0px
  24.    
  25.    use ctrl+f to quickly change colors
  26.  
  27. -->
  28.  
  29. <div class="mx-auto" style="max-width: 800px; color: #c0c0c0;">
  30.     <!-- background
  31.    
  32.    if you want a solid image:
  33.    - replace repeat with no-repeat
  34.    - add "background-size: cover;" to the style section
  35.    - remove "fixed"
  36.    -->
  37.     <div class="p-4" style="border: 2px solid #aa0012; border-radius: 0px; background: url(
  38.    
  39.    https://cdn.discordapp.com/attachments/700436369570267229/853716954014547978/spiration_dark.png
  40.    
  41.    ) repeat center fixed;">
  42.         <div class="row no-gutters">
  43.            
  44.             <!-- pagedoll -->
  45.             <div class="col-lg-4 order-lg-1 p-2">
  46.                
  47.                 <!-- replace url with your own -->
  48.                 <img src="
  49.                
  50.                https://cdn.discordapp.com/attachments/757216205219037265/853776149263941632/image0.png
  51.                
  52.                " class="h-100" style="object-fit: cover;">
  53.             </div>
  54.             <!-- end pagedoll -->
  55.            
  56.             <!-- left side -->
  57.             <div class="col p-2">
  58.                 <div class="flex-column">
  59.                    
  60.                     <!-- name -->
  61.                     <div class="p-2 mb-3 text-center text-uppercase font-weight-bold" style="background: rgba(0,0,0,0.5); border: 2px solid #aa0012; border-radius: 0px; font-size: 2rem; color: #aa0012;">
  62.                        
  63.                         Name Surname
  64.                        
  65.                     </div>
  66.                     <!-- end name -->
  67.                    
  68.                     <!-- tags -->
  69.                     <div class="mb-3">
  70.                         <div class="row no-gutters justify-content-center">
  71.                            
  72.                             <!-- tag -->
  73.                             <div class="col-auto p-2 text-center text-uppercase font-weight-bold m-1" style="background: #aa0012; color: #c0c0c0; border-radius: 0px">
  74.                                 Tag
  75.                             </div>
  76.                             <!-- tag -->
  77.                            
  78.                             <!-- tag -->
  79.                             <div class="col-auto p-2 text-center text-uppercase font-weight-bold m-1" style="background: #aa0012; color: #c0c0c0; border-radius: 0px">
  80.                                 A longer tag
  81.                             </div>
  82.                             <!-- tag -->
  83.                            
  84.                             <!-- tag -->
  85.                             <div class="col-auto p-2 text-center text-uppercase font-weight-bold m-1" style="background: #aa0012; color: #c0c0c0; border-radius: 0px">
  86.                                 Tag
  87.                             </div>
  88.                             <!-- tag -->
  89.                            
  90.                             <!-- tag -->
  91.                             <div class="col-auto p-2 text-center text-uppercase font-weight-bold m-1" style="background: #aa0012; color: #c0c0c0; border-radius: 0px">
  92.                                 An even longer tag
  93.                             </div>
  94.                             <!-- tag -->
  95.                            
  96.                         </div>
  97.                     </div>
  98.                     <!-- end tags -->
  99.                    
  100.                     <!-- about -->
  101.                     <div class="p-3 text-justify mb-3" style="background: rgba(0,0,0,0.5); border: 2px solid #aa0012; border-radius: 0px; max-height: 200px; overflow: auto;">
  102.                        
  103.                         <p>
  104.                             Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis eros sit amet lorem malesuada dictum ac et odio. Etiam sit amet sapien in felis posuere commodo nec eget tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris posuere urna tortor, nec laoreet leo posuere congue. Pellentesque tristique, arcu ut tempor scelerisque, orci ex bibendum magna, in vehicula odio ex non augue. Aenean euismod metus et suscipit tempor.
  105.                         </p>
  106.                        
  107.                         <p>
  108.                             Ut sit amet nunc vulputate, commodo nunc non, elementum massa. In aliquam faucibus neque, quis facilisis eros posuere nec. Ut nulla magna, vehicula sit amet nisl at, accumsan rutrum elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus ut libero et enim malesuada fringilla. Etiam vitae rutrum nulla. Nam nec elit in sem mollis fermentum. Aenean volutpat imperdiet tristique. Donec ultricies risus sem.
  109.                         </p>
  110.                        
  111.                         <!-- add more above here -->
  112.                     </div>
  113.                     <!-- end about -->
  114.                    
  115.                     <!-- preferences -->
  116.                     <div class="mb-3">
  117.                         <div class="row no-gutters">
  118.                            
  119.                             <!-- i reccommend keeping it to only four items per section -->
  120.                            
  121.                             <!-- likes -->
  122.                             <div class="col mr-2">
  123.                                 <div class="p-3 overflow-auto" style="background: rgba(0,0,0,0.5); border: 2px solid #aa0012; border-radius: 0px;">
  124.                                    
  125.                                     <!-- header -->
  126.                                     <h2 class="text-uppercase font-weight-bold mb-2 text-center" style="font-size: 1.5rem; color: #aa0012;">
  127.                                         Likes
  128.                                     </h2>
  129.                                     <!-- end header -->
  130.                                    
  131.                                     <!-- item -->
  132.                                     <p class="my-1">
  133.                                         <i class="fa-solid fa-heart fa-sm mr-2" style="color: #aa0012;"></i>
  134.                                         One
  135.                                     </p>
  136.                                     <!-- end item -->
  137.                                    
  138.                                     <!-- item -->
  139.                                     <p class="my-1">
  140.                                         <i class="fa-solid fa-heart fa-sm mr-2" style="color: #aa0012;"></i>
  141.                                         Two
  142.                                     </p>
  143.                                     <!-- end item -->
  144.                                    
  145.                                     <!-- item -->
  146.                                     <p class="my-1">
  147.                                         <i class="fa-solid fa-heart fa-sm mr-2" style="color: #aa0012;"></i>
  148.                                         Three
  149.                                     </p>
  150.                                     <!-- end item -->
  151.                                    
  152.                                     <!-- item -->
  153.                                     <p class="my-1">
  154.                                         <i class="fa-solid fa-heart fa-sm mr-2" style="color: #aa0012;"></i>
  155.                                         Four
  156.                                     </p>
  157.                                     <!-- end item -->
  158.                                    
  159.                                     <!-- add more above here -->
  160.                                 </div>
  161.                             </div>
  162.                             <!-- end dislikes -->
  163.                            
  164.                             <!-- dislikes -->
  165.                             <div class="col ml-2">
  166.                                 <div class="p-3 overflow-auto" style="background: rgba(0,0,0,0.5); border: 2px solid #aa0012; border-radius: 0px;">
  167.                                    
  168.                                     <!-- header -->
  169.                                     <h2 class="text-uppercase font-weight-bold mb-2 text-center" style="font-size: 1.5rem; color: #aa0012;">
  170.                                         Dislikes
  171.                                     </h2>
  172.                                     <!-- end header -->
  173.                                    
  174.                                     <!-- item -->
  175.                                     <p class="my-1">
  176.                                         <i class="fa-solid fa-times fa-sm mr-2" style="color: #aa0012;"></i>
  177.                                         One
  178.                                     </p>
  179.                                     <!-- end item -->
  180.                                    
  181.                                     <!-- item -->
  182.                                     <p class="my-1">
  183.                                         <i class="fa-solid fa-times fa-sm mr-2" style="color: #aa0012;"></i>
  184.                                         Two
  185.                                     </p>
  186.                                     <!-- end item -->
  187.                                    
  188.                                     <!-- item -->
  189.                                     <p class="my-1">
  190.                                         <i class="fa-solid fa-times fa-sm mr-2" style="color: #aa0012;"></i>
  191.                                         Three
  192.                                     </p>
  193.                                     <!-- end item -->
  194.                                    
  195.                                     <!-- item -->
  196.                                     <p class="my-1">
  197.                                         <i class="fa-solid fa-times fa-sm mr-2" style="color: #aa0012;"></i>
  198.                                         Four
  199.                                     </p>
  200.                                     <!-- end item -->
  201.                                    
  202.                                     <!-- add more above here -->
  203.                                 </div>
  204.                             </div>
  205.                             <!-- end dislikes -->
  206.                            
  207.                         </div>
  208.                     </div>
  209.                     <!-- end preferences -->
  210.                    
  211.                     <!-- music box -->
  212.                     <div class="p-3 justify-content-between text-uppercase font-weight-bold" style="background: rgba(0,0,0,0.5); border: 2px solid #aa0012; border-radius: 0px; color: #aa0012;">
  213.                        
  214.                         <span>
  215.                            
  216.                             <!-- song button // replace 'BUyrhLRzAwU' with the last numbers of your youtube link. KEEP the /embed/ or it won't work -->
  217.                            
  218.                             <iframe class="flex-fill" style="height: 3rem; width:3rem;opacity: 0; position:  absolute; z-index: 1; margin-top: -10px; margin-left: -20px;" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen
  219.                            src="
  220.                        
  221.                            https://www.youtube.com/embed/BUyrhLRzAwU
  222.                        
  223.                            "></iframe>
  224.                        
  225.                             <i class="fa-solid fa-play"></i>
  226.                         </span>
  227.                        
  228.                         <span>
  229.                             Song Name - Artist
  230.                         </span>
  231.                        
  232.                    
  233.                     </div>
  234.                     <!-- end music box -->
  235.                
  236.                 </div>
  237.             </div>
  238.             <!-- end left side -->
  239.            
  240.         </div>
  241.     </div>
  242.    
  243.     <!-- credit // DO NOT REMOVE -->
  244.     <a href="/11514615." style="color: #aa0012;" class="pull-right tooltipster" title="code by venus">
  245.         <i class="fa-solid fa-heart fa-xs"></i>
  246.     </a>
  247.    
  248. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement