Advertisement
CrispinAsheYA

Fashion Worldbuilding - World - (Custom Colours)

Dec 1st, 2022 (edited)
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.54 KB | Source Code | 0 0
  1. <!--------------------- PLEASE SEE HERE FOR MY CODE RULES: https://toyhou.se/12931952.bonus-content/17036656.-06-code-rules ---------------------
  2.  
  3. Version 1
  4.  
  5. Default Colours
  6. -Orange: #573100
  7. -Dark Orange : #E7BC91
  8. -Text White: #FFFFFF
  9. -Text Black: #000000
  10. -fas fa-feather-pointed
  11.  
  12. Quick Changes:
  13. (Highlight These and press ctrl+F to change commonly-changed information quickly!)
  14. [BACKGROUNDIMAGE]              [Replace with Image URL]
  15. [LEFTIMAGE1]                   [Replace with Image URL]
  16. [LEFTIMAGE1URL]                [Replace with Image Source URL]
  17. [LEFTIMAGE2]                   [Replace with Image URL]
  18. [LEFTIMAGE2URL]                [Replace with Image Source URL]
  19. [TITLE]
  20. [SUBHEADING1]
  21. [TEXT1]
  22. [SUBHEADING2]
  23. [TEXT2]
  24.  
  25. Thank you for reading!
  26. Crispin
  27.  
  28. -->
  29.  
  30.  
  31. <!-------------------------------------------------- START BACKGROUND COLOUR & IMAGE -------------------------------------------------->
  32.  
  33. <!-- The Background image! -->
  34. <div style="background-image: url([BACKGROUNDIMAGE]); background-size:cover; background-position:top-center; overflow:auto;" class="card-block">
  35.  
  36. <!-------------------------------------------------- END BACKGROUND COLOUR & IMAGE -------------------------------------------------->
  37.  
  38.   <div class="tab-content;"><!-- This sets up the box you're writing in. I suggest not fiddling this. -->
  39.  
  40.   <!--------------------------------------------------------  START CONTENT -------------------------------------------------------->
  41.  
  42.   <div class="row p-3 tab-pane fade show active"> <!-- Sets up the content of the images and info section. Do not touch this. -->
  43.    
  44.     <!-------------------------------------------------------- START IMAGES ------------------------------------------------------>
  45.    
  46.     <div class="col-12 col-lg-4"><!-- Starts Images -->
  47.      
  48.       <!-- Each one of these is an image! This is a massive, ugly block of code because you're only expected to change the Background Image & Image Source -->
  49.       <div class="card mb-3 mb-lg-0" style="background-image:url([LEFTIMAGE1]); background-size:cover; background-position:top-center; border:6px #573100 solid; border-radius:0px;"><div class="col-12 col-xl-10" style="max-width:350px;"><div class="container p-3" style="height:357px; max-width:350px;">
  50.         <a href="[LEFTIMAGE1URL]" data-toggle="tooltip" title="Image Source" style="color:#FFFFFF; position:absolute; top:3px; right:7px; font-size:2rem;"> <i class="fas fa-feather-pointed"></i> </a> <!-- Link To Fullsize Image --></div></div></div>
  51.      
  52.       <div class="card mb-3 mb-lg-0" style="background-image:url([LEFTIMAGE2URL]); background-size:cover; background-position:top-center; border:6px #573100 solid; border-radius:0px;"><div class="col-12 col-xl-10" style="max-width:350px;"><div class="container p-3" style="height:357px; max-width:350px;">
  53.       <a href="[LEFTIMAGE2URL]" data-toggle="tooltip" title="Image Source" style="color:#FFFFFF; position:absolute; top:3px; right:7px; font-size:2rem;"> <i class="fas fa-feather-pointed"></i> </a> <!-- Link To Fullsize Image --></div></div></div>
  54.    
  55.     </div><!-- End Images -->
  56.    
  57.     <!------------------------------------------------------ END IMAGES ----------------------------------------------------->
  58.    
  59.     <!----------------------------------------------------------- START INFO ------------------------------------------------------------>
  60.    
  61.     <div class="col-12 col-lg-8"><!-- Sets up Info -->
  62.    
  63.       <div class="card" style="height:735px; color:#573100; font-family:'comic sans ms'; font-size:1rem; background:#E7BC91; border:6px #573100 solid; border-radius:0px"><!-- Sets up Info's Content -->
  64.      
  65.         <!------ START HEADER ------>
  66.         <div class="card-header py-1 px-2 text-white" style="color:#573100; font-family:'comic sans ms'; font-size:2rem; background:#573100; border:6px #573100 solid; border-radius:0px">
  67.           <span class="pull-left"><a href="https://toyhou.se/19079603.fashion-worldbuilding-html-" data-toggle="tooltip" title="Code by: TomcatCodes / CrispinAsheYA" data-original-title="Code by: TomcatCodes / CrispinAsheYA"><span style="color:#FFFFFF;"><i class="fas fa-feather-pointed"></i></span></a> [TITLE]</span>
  68.         </div>
  69.         <!------ END HEADER ------>
  70.        
  71.         <!------------------------------------------------------- START ACTUAL TEXT  ------------------------------------------------------->
  72.        
  73.         <div class="card-body p-3 table-responsive" style="max-height:675px; color:#000000;"> <!-- Sets up Text Card -->
  74.          
  75.           <!------ START SECTION 1 ------>
  76.           <span style="color:#573100; font-family:'comic sans ms'; font-size:1.4rem;">[SUBHEADING1]</span><!-- The header at the top -->
  77.           <hr class="mt-1 mb-2" style="border:1px #573100 dashed;"><!-- The lil underline beneath the header -->
  78.           <p>[TEXT1]</p>
  79.           <p>-</p>
  80.           <!------ END SECTION 1 ------>
  81.          
  82.           <!------ START SECTION 2 ------>
  83.           <span style="color:#573100; font-family:'comic sans ms'; font-size:1.4rem;">[SUBHEADING2]</span><!-- The header at the top -->
  84.           <hr class="mt-1 mb-2" style="border:1px #573100 dashed;"><!-- The lil underline beneath the header -->
  85.           <p>[TEXT2]</p>
  86.           <p>-</p>
  87.           <!------ END SECTION 2 ------>
  88.          
  89.           <!------ ADD MORE SECTIONS HERE ------>
  90.          
  91.         </div><!-- End Text Card -->
  92.      
  93.       </div><!-- End Info's Content -->
  94.      
  95.     </div><!-- End Info -->
  96.    
  97.   </div><!-- End "The Rest Of The Code" -->
  98.  
  99. </div> <!-- End Code! -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement