starssailor

reddit toyhou.se code

Aug 6th, 2022 (edited)
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.60 KB | None | 0 0
  1. <!--
  2. REDDIT HTML by https://toyhou.se/~starsailor
  3.  
  4. i'd love to see it if you use it! leave me a comment :-)
  5. go here for copy/pastable snippets to help build it!
  6. https://toyhou.se/17410614.-code-reddit-aita/17410846.copy-paste-resources
  7.  
  8. UPVOTED ARROW: <h2><i class="fa fa-up" style="color:#ff4500"></i></h2>
  9. DOWNVOTED ARROW: <h2><i class="fa fa-down" style="color:#7193ff;"></i></h2>
  10. -->
  11.  
  12. <div class="container">
  13.    
  14.     <div class="card bg-faded mb-1"> <!-- original post -->
  15.         <div class="row py-1 pr-2 pl-1">
  16.             <div class="d-flex flex-row">
  17.               <div class="p ml-3" align="center">
  18.                   <h1><i class="fa-light fa-up text-muted"></i></h1>
  19.                 <h6>1.2k</h6>
  20.                 <h1><i class="fa-light fa-down text-muted"></i></h1>
  21.               </div>
  22.               <div class="p-2">
  23.                 <span class="text-muted">Posted by u/username in r/subreddit 1 week ago
  24.                     <img src="https://www.redditstatic.com/gold/awards/icon/platinum_32.png" style="height:20px">2
  25.                     <img src="https://www.redditstatic.com/gold/awards/icon/gold_32.png" style="height:20px">3
  26.                     <img src="https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=32&height=32&auto=webp&s=50f2f16e71d2929e3d7275060af3ad6b851dbfb1" style="height:20px">
  27.                 </span>
  28.                 <h1><b>AITA for whaever?</b></h1>
  29.                
  30.                 <div class="card border-0 rounded font-weight-bold mb-1" style="width:70px; background-color:#B8001F; color:white;" align="center">Asshole</div>
  31.                
  32.                 <div class="card border-0 rounded font-weight-bold mb-1" style="width:115px; background-color:#7193FF; color:white;" align="center">Not the A-hole</div>
  33.                
  34.                 <div class="card border-0 rounded font-weight-bold mb-1" style="width:115px; background-color:#CC3600; color:white;" align="center">Everyone Sucks</div>
  35.                
  36.                 <div class="card border-0 rounded font-weight-bold mb-1" style="width:120px; background-color:#7193FF; color:white;" align="center">No A-holes here</div>
  37.                
  38.                 <p>text text text</p>
  39.                 <p>text text text</p>
  40.                 <div class="row text-muted pr-2 py-2">
  41.                     <div class="col">
  42.                         <div class="d-flex pb-1">
  43.                             <span class="mr-auto pr-3">
  44.                                 <i class="fa-regular fa-message"></i> 123 comments
  45.                                 <i class="fa-regular fa-share pl-3"></i> Share
  46.                                 <i class="fa-regular fa-bookmark pl-3"></i> Bookmark
  47.                                 <i class="fa-regular fa-eye-slash pl-3"></i> Hide
  48.                                 <i class="fa-regular fa-flag pl-3"></i> Report
  49.                             </span>
  50.                             <span>69% Upvoted</span>
  51.                         </div>
  52.                        
  53.                     </div>
  54.                 </div>
  55.             </div>
  56.             </div>
  57.         </div>
  58.     </div> <!-- end original post -->
  59.    
  60.    
  61.     <div class="card bg-faded mb-1">
  62.         <div class="row py-1 pr-2 pl-1">
  63.             <div class="d-flex flex-row">
  64.                 <div class="p-2"> <!-- side line -->
  65.                     <div class="card card-outline-secondary bg:text-muted h-100 w-15 ml-4" style="width:0"></div>
  66.                 </div>
  67.                 <div class="p-2"> <!-- comment -->
  68.                     <div class="d-flex flex-row">
  69.                         <p><b>username</b></p>
  70.                         <p><span class="text-muted pl-2"> · 6 days ago
  71.                         </span></p>
  72.                     </div>
  73.                     comment
  74.                     <div class="d-flex flex-row pt-2"> <!-- bottom bar -->
  75.                         <p>
  76.                             <h2><i class="fa-light fa-up text-muted"></i></h2>
  77.                         </p>
  78.                         <p class="px-1"><b>6</b></p>
  79.                         <p>
  80.                             <h2><i class="fa-light fa-down text-muted"></i></h2>
  81.                         </p>
  82.                         <p class="text-muted pl-2">Share</p>
  83.                         <p class="text-muted pl-2">Report</p>
  84.                         <p class="text-muted pl-2">Save</p>
  85.                         <p class="text-muted pl-2">Follow</p>
  86.                     </div>
  87.                    
  88.                     <!-- put replies/"continue this thread" here -->
  89.                     <div class="d-flex flex-row">
  90.                         <div class="p-2"> <!-- side line -->
  91.                             <div class="card card-outline-secondary bg:text-muted h-100 w-15 ml-4" style="width:0"></div>
  92.                         </div>
  93.                         <div class="p-2"> <!-- comment -->
  94.                             <div class="d-flex flex-row">
  95.                                 <p><b>originalposter</b></p>
  96.                                 <p class="pl-1 text-primary"><b>OP</b></p>
  97.                                 <p><span class="text-muted pl-2"> · 4 days ago
  98.                                     <!-- put badges here -->
  99.                                 </span></p>
  100.                             </div>
  101.                             comment from op
  102.                             <div class="d-flex flex-row pt-2"> <!-- bottom bar -->
  103.                                 <p>
  104.                                     <h2><i class="fa-light fa-up text-muted"></i></h2>
  105.                                 </p>
  106.                                 <p class="px-1"><b>3</b></p>
  107.                                 <p>
  108.                                     <h2><i class="fa-light fa-down text-muted"></i></h2>
  109.                                 </p>
  110.                                 <p class="text-muted pl-2">Share</p>
  111.                                 <p class="text-muted pl-2">Report</p>
  112.                                 <p class="text-muted pl-2">Save</p>
  113.                                 <p class="text-muted pl-2">Follow</p>
  114.                             </div>
  115.                            
  116.                            
  117.                         </div>
  118.                     </div>
  119.                    
  120.                 </div>
  121.             </div>
  122.            
  123.            
  124.         </div>
  125.        
  126.     </div>
  127.  
  128.     <!-- credit - do not delete! <3-->
  129.     <div class="pull-right">
  130.         <a href="https://toyhou.se/17410614.-code-reddit-aita" class="far fa-code" data-toggle="tooltip" title="code by starsailor" data-original-title="code by starsailor"></a>
  131.     </div> <!-- credit end -->
  132.    
  133. </div>
Advertisement
Add Comment
Please, Sign In to add comment