Advertisement
StitchedScrews

guilt by association

Jul 2nd, 2020 (edited)
4,639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.30 KB | None | 0 0
  1. <!--
  2. guilt by association by METALOCALYPSE
  3.  
  4.  NOTES
  5. 01. please do not remove credit, redistribute, or claim as your own
  6. 02. WYSIWYG off, otherwise things will break easier. you can use https://th.circlejourney.net/# to see what changes as you update it
  7. 03. remember to link to the source of the stamps and images you use
  8. 04. playlist needs 2+ songs to move between, more can be added to by copying and pasting where marked, or you can remove the next button and just have 1
  9. 05. to insert a song, take the video id (the text after watch?v= in the url "https://www.youtube.com/watch?v=THISSTUFF") and paste it where the code says VIDEOID. this will ensure you're using an embed link, inserting the whole URL straight from the video page won't work
  10. 06. if songs don't update after you change them, trying clearing your cookies from toyhou.se
  11. 07. if a song title is too long and messes with the format, lower the number in "font-size: 100%" until it fits on one line
  12.  
  13.  RESOURCES
  14. 01. https://fontawesome.com/icons?d=gallery
  15. 02. https://th.circlejourney.net/#
  16.  
  17. -->
  18.  
  19. <!---------------{ CODE START }--------------->
  20.  
  21. <div class="container p-0 my-auto" style="max-width: 550px;">
  22. <div class="row justify-content-center">
  23.   <div class="col-4 p-0" style="min-width: 100px;">
  24.     <!-- IMG WINDOW 1-->
  25.     <div class="card mb-1">
  26.       <div class="card-header border-0 p-1">
  27.         <div class="pull-left ml-1">
  28.           <i class="fad fa-box-heart"></i>
  29.         </div>
  30.         <div class="pull-right">
  31.           <div class="btn btn-secondary btn-xs py-0"><i class="fa fa-minus fa-xs"></i></div>
  32.           <div class="btn btn-secondary btn-xs py-0"><i class="fa fa-window-restore fa-xs"></i></div>
  33.           <a class="btn btn-danger btn-xs py-0 tooltipster" title="img src" href="SOURCE"><i class="fa fa-times fa-xs"></i></a>
  34.         </div>
  35.         <div class="card-block p-0 pt-1" style="clear:both">
  36.         <div class="mt-1 rounded card" style="padding-top:100%;
  37.        
  38.         background-image: url('IMAGE');
  39.         background-position: center;
  40.         background-size: 101% 101%;
  41.         background-repeat: no-repeat;
  42.        "></div>
  43.         </div>
  44.       </div>
  45.     </div>
  46.     <!-- IMG WINDOW 2-->
  47.     <div class="card">
  48.       <div class="card-header border-0 p-1">
  49.         <div class="pull-left ml-1">
  50.           <i class="fad fa-box-heart"></i>
  51.         </div>
  52.         <div class="pull-right">
  53.           <div class="btn btn-secondary btn-xs py-0"><i class="fa fa-minus fa-xs"></i></div>
  54.           <div class="btn btn-secondary btn-xs py-0"><i class="fa fa-window-restore fa-xs"></i></div>
  55.           <a class="btn btn-danger btn-xs py-0 tooltipster" title="img src" href="SOURCE"><i class="fa fa-times fa-xs"></i></a>
  56.         </div>
  57.         <div class="card-block p-0 pt-1" style="clear:both">
  58.         <div class="mt-1 rounded card" style="padding-top:125%;
  59.        
  60.         background: url('IMAGE');
  61.         background-position: center;
  62.         background-size: 101% 101%;
  63.         background-repeat: no-repeat;
  64.        "></div>
  65.         </div>
  66.       </div>
  67.     </div>
  68.   </div>
  69.   <div class="col-8 text-center p-3" style="min-width: 320px;">
  70.    
  71.     <!-- SOCIAL MEDIA LINKS -->
  72.     <span style="letter-spacing:0.5rem;">
  73.       <a class="tooltipster" href="LINK" title="DeviantArt"><i class="fab fa-deviantart"></i></a>
  74.       <a class="tooltipster" href="LINK" title="Twitter"><i class="fab fa-twitter"></i></a>
  75.       <a class="tooltipster" href="LINK" title="Tumblr"><i class="fab fa-tumblr"></i></a>
  76.       <a class="tooltipster" href="" title="NAME#0000"><i class="fab fa-discord"></i></a>
  77.       <!-- code credit, plz do not remove -->
  78.       <a class="tooltipster" href="https://toyhou.se/7409567" title="Code by METALOCALYPSE"><i class="fas fa-cog"></i></a>
  79.     </span>
  80.    
  81.     <div class="card bg-faded my-2 rounded-0" style="padding:1px;"></div>
  82.    
  83.     <!-- INFO -->
  84.     <p class="font-weight-bold m-0">Name - Pronouns - Age</p>
  85.    
  86.     <div class="card bg-faded my-2 rounded-0" style="padding:1px;"></div>
  87.    
  88.     <!-- DESCRIPTION -->
  89.     <p class="m-0" style="max-height: 40%; overflow-y:auto;">
  90.        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dictum, turpis nec ultrices ultricies, dolor nunc bibendum ante, eu malesuada sem diam quis mauris. Ut purus justo, consectetur ac ex in, blandit semper erat. Vestibulum ut justo sit amet augue blandit dictum sed sed dui. Proin dictum venenatis elit id fringilla. Aliquam viverra convallis felis, at tincidunt magna lacinia sed. Quisque ut sem vitae massa viverra molestie.
  91.  
  92.     </p>
  93.    
  94.     <div class="card bg-faded my-2 rounded-0" style="padding:1px;"></div>
  95.    
  96.     <!-- ART STATUS -->
  97.     <p class="justify-content-around my-0 mx-3">
  98.     <span class="mx-1">Comissions: <a class="tooltipster" href="" title="Open"><i class="fas fa-check"></i></a></span>
  99.     <span class="mx-1">Trades: <a class="tooltipster" href="" title="Friends Only"><i class="fas fa-user-friends"></i></a></span>
  100.     <span class="mx-1">Requests: <a class="tooltipster" href="" title="Closed"><i class="fas fa-times"></i></a></span>
  101.     </p>
  102.    
  103.     <div class="card bg-faded my-2 rounded-0" style="padding:1px;"></div>
  104.    
  105.     <!-- MUSIC PLAYER -->
  106.     <div id="playlist" class="carousel slide" data-interval="900000">
  107.       <div class="carousel-inner">
  108.    
  109.      <!-- SONG 1 -->
  110.      <div class="carousel-item active">
  111.        <div class="justify-content-between mx-3" style="overflow:hidden">
  112.          <span><iframe class="flex-fill" style="height:1em; width:1em; opacity:0; position:absolute; margin-top:5.5px; z-index:1;" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen src="https://www.youtube.com/embed/VIDEOID"></iframe>
  113.          <a href=""><i class="fas fa-play"></i></a> <a href="#playlist" role="button" data-slide="next"><i class="fas fa-step-forward"></i></a></span>
  114.          <span style="font-size: 100%">TITLE <span class="text-muted">- ARTIST</span></span>
  115.        </div>
  116.      </div>
  117.    
  118.     <!-- SONG 2 -->
  119.     <div class="carousel-item">
  120.        <div class="justify-content-between mx-3" style="overflow:hidden">
  121.          <span><iframe class="flex-fill" style="height:1em; width:1em; opacity:0; position:absolute; margin-top:5.5px; z-index:1;" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen src="https://www.youtube.com/embed/VIDEOID"></iframe>
  122.          <a href=""><i class="fas fa-play"></i></a> <a href="#playlist" role="button" data-slide="next"><i class="fas fa-step-forward"></i></a></span>
  123.          <span style="font-size: 100%">TITLE <span class="text-muted">- ARTIST</span>
  124.          <i class="fas fa-exclamation-triangle fa-xs text-warning tooltipster" title="Explicit Content"></i></span>
  125.          </span>
  126.        </div>
  127.      </div>
  128.    
  129.    <!-- copy & paste song 2 here for more songs -->
  130.    
  131.      </div>
  132.     </div>
  133.    
  134.     <div class="card bg-faded my-2 rounded-0" style="padding:1px;"></div>
  135.    
  136.     <!-- STAMPS -->
  137.     <div class="mt-3">
  138.      
  139.       <a href="SOURCE">
  140.       <img class="mx-1"
  141.      src="IMAGE"></a>
  142.      
  143.       <a href="SOURCE">
  144.       <img class="mx-1"
  145.      src="IMAGE"></a>
  146.      
  147.       <a href="SOURCE">
  148.       <img class="mx-1"
  149.      src="IMAGE"></a>
  150.      
  151.     </div>
  152.    
  153.    
  154.   </div>
  155. </div>
  156. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement