Jade-Everstone

wikia-styled notice

May 24th, 2021 (edited)
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.48 KB | None | 0 0
  1. <!--Wikia-styled page notices-->
  2.  
  3. <!--NOTE: please don't use these in Content/Profile-wide warnings UNLESS you're using them to warn for triggers & sensitive content-->
  4.  
  5.  
  6.  
  7. <!--blank-->
  8.  
  9. <div class="card bg-faded rounded-0 border-0 p-2 my-5" style="max-width:900px;margin-left:auto;margin-right:auto">
  10.    
  11.     <div class="row no-gutters">
  12.        
  13.         <div class="col-12 col-sm-2">
  14.             <div class="card border-0 bg-transparent rounded-0 h-100" style="
  15.                min-height:100px;
  16.                background-image:url(https://via.placeholder.com/100);
  17.                background-size:contain;
  18.                background-repeat:no-repeat;
  19.                background-position:center
  20.                "></div>
  21.         </div>
  22.        
  23.         <div class="col-12 col-sm-10">
  24.             <div class="card-body p-2" style="text-align:center">
  25.                 <h3 style="font-weight:bold">"quote from the character being featured"</h3>
  26.                 <p>Note about the content featured on this page (eg: if they're a wip, on artfight, have spoilers for a project, sensitive content)</p>
  27.             </div>
  28.         </div>
  29.        
  30.     </div>
  31.    
  32. </div>
  33.  
  34. <!--end blank-->
  35.  
  36.  
  37.  
  38. <!--blank/dropdown-->
  39.  
  40. <div class="card bg-faded rounded-0 border-0 p-2 my-5" style="max-width:900px;margin-left:auto;margin-right:auto">
  41.    
  42.     <div class="row no-gutters">
  43.        
  44.         <div class="col-12 col-sm-2">
  45.             <div class="card border-0 bg-transparent rounded-0 h-100" style="
  46.                min-height:100px;
  47.                background-image:url(https://via.placeholder.com/100);
  48.                background-size:contain;
  49.                background-repeat:no-repeat;
  50.                background-position:center
  51.                "></div>
  52.         </div>
  53.        
  54.         <div class="col-12 col-sm-10">
  55.             <div class="card-body p-2" style="text-align:center">
  56.                 <h3 style="font-weight:bold">"quote from the character being featured"</h3>
  57.                 <p>Note about the content featured on this page (eg: if they're a wip, on artfight, have spoilers for a project, sensitive content)</p>
  58.                 <span style="font-weight:bold"><a href="#contentshow" data-toggle="collapse"> <i class="fas fa-chevron-circle-down"></i> Show Content</a></span>
  59.             </div>
  60.         </div>
  61.        
  62.     </div>
  63.    
  64. </div>
  65.  
  66. <div id="contentshow" class="collapse">
  67.     <p style="text-align:center">example content</p>
  68. </div>
  69.  
  70. <!--end blank/dropdown-->
Advertisement
Add Comment
Please, Sign In to add comment