Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="card rounded-0 bg-faded mb-5" style="border:0px;">
- <h1 class="card-header" style="text-align:center; font-size:2rem; border:0px;"><i class="fad fa-moon"></i> Sunset Folders <i class="fad fa-moon"></i></h1>
- <div class="row p-3" style="text-align:center; font-size:1.2rem;">
- <div class="col-md-12 col-lg-7">
- <div class="card-body p-3">
- <p>Code Started: (11:25) 13.12.22</p>
- <p>Code Finished: (12:23) 13.12.22</p>
- <p>Hi! I was remaking my folders and I realised this code specifically was relaly ugly formatted- So I fixed it! Hooray!<br>The Guest-OC of this Folder is <a href="https://toyhou.se/CrispinAsheYA/characters/folder:2799427">The Biscuit Club</a> by @CrispinAsheYA! (Me!) Go and.. Buy my book!</p>
- </div>
- <hr>
- <ul>
- <li><i class="fad fa-star"></i>HTML</p></li>
- <li><i class="fad fa-star"></i>Folder / Directory</p></li>
- <li><i class="fad fa-star"></i>Custom Colours</p></li>
- <li><i class="fad fa-star"></i>Latest Version</p></li>
- </ul>
- </div>
- <div class="col-md-12 col-lg-5">
- <div class="card-body p-3">
- <a class="btn btn-primary btn-block rounded-0 border-0 mb-2" href="https://toyhou.se/CripsyCodes/characters" style="font-size:1.4rem;">Code Directory</a>
- <a class="btn btn-primary btn-block rounded-0 border-0 mb-2" href="https://pastebin.com/ZSEPAj5W" style="font-size:1.4rem;">Code - Custom Colours</a>
- <a class="btn btn-secondary btn-block rounded-0 border-0 mb-2" href="#" style="font-size:1.4rem;">Code - Bootstrap</a>
- </div>
- </div>
- </div>
- </div>
- <!--------------------- PLEASE SEE HERE FOR MY CODE RULES: https://toyhou.se/12931952.bonus-content/17036656.-06-code-rules ---------------------
- Version 2.1
- Default Colours
- -Credit-Colour White: #FFFFFF
- -Text-Colour Black: #000000
- -Card-Background Cream: #FD9855
- -Outer-Border Orange: #E85324
- -Gradient-Colour Top: rgba(232,83,36,1)
- -Gradient-Colour Bottom: rgba(163,193,253,1)
- Scroll To The Bottom for every single "Find & Replace" Variable! (Feel free to move to the top when you turn this into a personal template, I just keep it at the bottom for organisation.)
- Thank you for reading!
- Crispin
- -->
- <!--------------------------------------------------------- START BACKGROUND --------------------------------------------------------->
- <div style="background-image:url(https://media.discordapp.net/attachments/917542533930823690/996466133202907206/unknown.png?width=574&height=578); background-size:cover; background-position:top-center; height:750px;" class="card-block"> <!-- Start Background Image -->
- <!-- top divider credit -->
- <a href="https://toyhou.se/2108365.-resources/10613944.-dividers#35571013">
- <!-- top divider image address-->
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/35571013_OKTdBHRiFuWJcTS.png">
- </a>
- <!--------------------------------------------------------- END BACKGROUND --------------------------------------------------------->
- <!--------------------------------------------------------- START OF DO NOT REMOVE -------------------------------------------------------->
- <!-- Start Code -->
- <div class="mx-auto mt-5" style="max-width:700px; background:#E85324; color:#000000; font-family:'comic sans ms'; border:1px solid #E85324;"> <!-- Wouldn't reccomend editing this. But if you do... -->
- <!-- mx-auto means the margin along the horizontal axis is always gucci -->
- <!-- mt-5 means there's a margin of 5 points along the top -->
- <!-- max-width:700px defines that this code is 700 pixels across. Change this to be bigger or small to your liking, but you may break it. -->
- <!-- background:#E85324; defines that the background colour (appears more like a border) is a color. Y'know, you could probably remove this if you really wanted to and be fine. -->
- <!-- color:#000000; makes the text black by default unless it's stated overwise later. Y'know... Now that I think about it, I don't think any of the text is actually black. Yo... -->
- <!-- font-family:MS Sans Serif; means the default font is my beloved Comic Sans. -->
- <!-- Everything else is border stuff. I'd only really reccomend editing the colours unless you know what you're doing. -->
- <!--------------------------------------------------------- START HEADER --------------------------------------------------------->
- <div style="border:1px solid #E85324;"><!-- Start Header -->
- <div class="col-lg-12 p-2" style="position:relative; border:2px solid #E85324; border-radius:0px; background: linear-gradient(0deg,rgba(201,58,92,1) 0%,rgba(232,83,36,1) 93%,rgba(232,83,36,1) 100%);"> <!-- This makes up the main colour of the header. Sorry, I know, I try to stay clear of rgb but I HAD to use RGBA to do this. -->
- <a href="https://toyhou.se/12238413.sunset-folders-folder-f2u-" data-toggle="tooltip" title="Code by: TomcatCodes / CrispinAsheYA"><span style="font-size:18px; color:#FFFFFF"><i class="fad fa-moon-stars"></i></span></a><!-- Coding credit! You may Move, but do not REmove. Haha, pun. See what I did there? -->
- <!-- Start Minimise/Minus Square -->
- <span class="pull-right" style="position:absolute; top:7px; right:65px;"> <!-- Makes it so this button is on the right of the header and is that size -->
- <a href="[UNSORTEDPAGELINK]" data-toggle="tooltip" title="Unsorted"><i class="fas fa-minus p-1 justify-content-center" style="width:25px; height:25px; color:#FFFFFF; border:1px solid #FFFFFF; border-radius:5px; background:linear-gradient(135deg,rgba(163,193,253,1)50%, rgba(232,83,36,1)50%);"></i></a>
- </span>
- <!-- End Minimise/Minus Square -->
- <!-- Start Maximise/Squares Square -->
- <span class="pull-right" style="position:absolute; top:7px; right:35px;">
- <a href="[ALLCHARACTERSPAGELINK]" data-toggle="tooltip" title="All Characters"><i class="far fa-window-maximize p-1 justify-content-center" style="width:25px; height:25px; color:#FFFFFF; border:1px solid #FFFFFF; border-radius:5px; background:linear-gradient(135deg,rgba(163,193,253,1)50%, rgba(232,83,36,1)50%);"></i></a> <!-- Makes the button have that icon and be that colour -->
- </span>
- <!-- End Maximise/Squares Square -->
- <!-- Start Close/X Square -->
- <span class="pull-right" style="position:absolute; top:7px; right:5px;">
- <a href="#CloseThis" data-toggle="collapse">
- <i class="fas fa-times p-1 justify-content-center" style="width:25px; height:25px; color:#FFFFFF; border:1px solid #FFFFFF; border-radius:5px; background:linear-gradient(135deg,rgba(163,193,253,1)50%, rgba(232,83,36,1)50%);"></i>
- </span> <!-- Button ends on this row -->
- <!-- Start Close/X Square -->
- </div> <!--- END HEADER --->
- <!--------------------------------------------------------- END HEADER --------------------------------------------------------->
- <!--- Start Collapse - Wraps around all the code here so the close button actually closes your code. Just a fun little easter egg! -->
- <div id="CloseThis" class="collapse show">
- <!--------------------------------------------------------- START LEFT TAGS -------------------------------------------------------->
- <div class="row no-gutters p-1"> <!--- Makes the whole main body of the code. Call this 'Main' -->
- <div class="col-sm-6 p-1"> <!-- Start Left Text Box -->
- <div class="card border-0 rounded-0 p-1 h-100 justify-content-center" style="background:#FD9855;"> <!-- Formatting -->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:linear-gradient(0deg, rgba(255,50,118,1) 5%, rgba(203,0,0,1), rgba(64,0,0,1));">
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; color:#FFFFFF;" href="[BUTTONLINK]">[BUTTONNAME]</a>
- </div>
- <!--- End Button --->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:linear-gradient(0deg, rgba(201,58,92,1) 50%, rgba(232,83,36,1));">
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; color:#FFFFFF;" href="[BUTTONLINK]">[BUTTONNAME]</a>
- </div>
- <!--- End Button --->
- <!--- Start Button --->
- <div class="collapsed btn p-0 m-1 border-0 rounded-0" style="background:linear-gradient(0deg, rgba(180,51,108,1) 5%, rgba(95,21,96,1), rgba(21,11,73,1));">
- <a class="collapsed btn btn-outline btn-block border-0 rounded-0" data-toggle="collapse" style="background:linear-gradient(0deg, rgba(201,58,92,1) 5%, rgba(232,83,36,1)); color:#FFFFFF;" href="#warnings">Content Warnings</a> <!-- Heading -->
- </div>
- <!--- End Button --->
- <!-- Paste here -->
- </div> <!-- End Formatting -->
- </div> <!-- End Left Text Box -->
- <!--------------------------------------------------------- END LEFT TAGS ------------------------------------------------------->
- <!------------------------------------------------------ START RIGHT BUTTONS ---------------------------------------------------->
- <div class="col-sm-6 p-1"> <!-- Defines Area -->
- <div class="card border-0 rounded-0 p-1 h-100 justify-content-center" style="background:#FD9855;"> <!-- Formatting -->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:linear-gradient(0deg, rgba(201,58,92,1) 50%, rgba(232,83,36,1));">
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; color:#FFFFFF;" href="[BUTTONLINK]">[BUTTONNAME]</a>
- </div>
- <!--- End Button --->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:linear-gradient(0deg, rgba(201,58,92,1) 50%, rgba(232,83,36,1));">
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; color:#FFFFFF;" href="[BUTTONLINK]">[BUTTONNAME]</a>
- </div>
- <!--- End Button --->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:linear-gradient(0deg, rgba(201,58,92,1) 50%, rgba(232,83,36,1));">
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; color:#FFFFFF;" href="[BUTTONLINK]">[BUTTONNAME]</a>
- </div>
- <!--- End Button --->
- </div> <!-- End Formatting -->
- </div> <!-- End Buttons On The Right -->
- <!----------------------------------------------------- END RIGHT BUTTONS ------------------------------------------------------->
- <!----------------------------------------------------- START TAG DROPDOWN ---------------------------------------------------->
- <div class="collapse" id="warnings"> <!-- Starts Collapse -->
- <div class="p-3" style="color:#000000; font-family:'comic sans ms'; background-color:#FD9855; border:5px solid #E85324;"> <!-- Start Card Interior -->
- <p class="mb-2">[TEXT] This text here is optional, but I like to have it!</p>
- <!-- START TAG -->
- <span class="btn p-0 border-0" style="background:linear-gradient(0deg, rgba(201,58,92,1) 5%, rgba(232,83,36,1)); border-radius:0px;">
- <a class="btn btn-block btn-outline-warning border-0 py-1 px-2" style="mix-blend-mode:luminosity; color:#FFFFFF; border-radius:0px;">[TAGNAME]</a>
- </span>
- <!-- END TAG -->
- <!-- START TAG (with a link!) -->
- <span class="btn p-0 border-0" style="background:linear-gradient(0deg, rgba(201,58,92,1) 5%, rgba(232,83,36,1)); border-radius:0px;">
- <a class="btn btn-block btn-outline-warning border-0 py-1 px-2" href="[TAGLINK]" style="mix-blend-mode:luminosity; color:#FFFFFF; border-radius:0px;">[TAGNAME]</a>
- </span>
- <!-- END TAG (either use the linked versions or non linked versions, don't mix & match. Unless you want to.) -->
- <!-- ADD MORE TAGS HERE! -->
- </div> <!-- End Card Interior -->
- </div> <!-- End Collapse -->
- <!----------------------------------------------------- END TAG DROPDOWN ---------------------------------------------------->
- <!----------------------------------------------------- START DESCRIPTION ---------------------------------------------------->
- <div class="col-sm-12 p-1"> <!-- Start Text 1 (Defines Area) -->
- <div class="card border-0 rounded-0 p-1 h-100 justify-content-center" style="background:#FD9855;"> <!-- Start Text 2 (Formatting) -->
- <div class="no-gutters text-center p-4" style="height:300px; overflow:auto;"> <!-- Contains Text (Text 3) -->
- <!-- Start Description -->
- <p>[TEXT]</p>
- <!-- End Description -->
- </div> <!-- End Text 3 -->
- </div> <!-- End Text 2 -->
- </div> <!-- End Text 1 -->
- <!----------------------------------------------------- END DESCRIPTION ----------------------------------------------------->
- </div> <!--- End Main -->
- </div> <!--- End Collapse -->
- </div> <!--- End Header -->
- </div> <!-- End Code -->
- </div> <!-- End Background Image -->
- <!--
- Quick Changes:
- (Highlight These and press ctrl+F to change commonly-changed information quickly!)
- [UNSORTEDPAGELINK]
- [ALLCHARACTERSPAGELINK]
- [TAGLINK]
- [TAGNAME]
- [BUTTONLINK]
- [BUTTONNAME]
- [TEXT]
- -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement