Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <p>(17:06) 11.12.21</p><a href="https://pastebin.com/TuYFU8UC">Get Code Here! (Finished (13:32) 13.03.22)</a>
- <!DOCTYPE HTML>
- <!--RULES
- YOU MAY
- -Frankenstein this with other codes and add/change/delete sections to your liking
- -Change colours, images, fonts, ect.
- YOU MAYN'T
- -Resell or copy and paste this template pretty much exactly and pass it off as your own
- -Change every single image to be Minecraft Raw Porkchop
- HOW TO USE
- -When editing, remember to turn WYSIWYG off! (AKA, the button should say "Enable WYSIWYG"! What does that stand for anyway?
- -I tend to litter comments everywhere. I like to assume that somewhere out there, one of my templates it's someone's first ever experience with HTML so I tend to explain accordingly. Feel free to delete the comments to your liking.
- -To change the colours, I reccomend copy and pasting all of your code into a Google Doc, going onto "find and replace" and using the colours below to quickly change the colours globally.
- Default Colours
- -Internal Border Grey: #BFBFBF
- -External Border Grey: #DFDFDF
- -Header Blue: #1A4E99
- -Background White : #E2ECFF
- -Text White: #E2EDFF
- -Windows Icon Blue: #3C75F6
- -Background Color: #141B3E
- -Header Blue Gradient: (64,138,230,1)
- -Header Blue Gradient: (14,96,203,1)
- -Header Blue Gradient: (50,140,240,1)
- -Header Red Gradient: (247,169,148,1) (Sorry, I had to use rgba. It wouldn't work with hexcode. D=)
- -Header Red Gradient: (36,111,245,1)
- -Header Red Gradient: (22,83,199,1)
- Thank you for reading!
- Crispin
- -->
- <!--------------------------------------------------------- START BACKGROUND --------------------------------------------------------->
- <div class="col-lg-2 col-md-3 hidden-sm-down sidebar"></div> <!-- Defines the background -->
- <div class="card rounded-0 border-0 col-lg-10 offset-lg-2 col-md-9 offset-md-3 p-0" style="overflow:hidden; position:fixed; bottom:0; top:0; left:0; z-index:-1; background-color:#141B3E;"> <!-- More background mumbo jumbo. Listen, if you wanna mess around with this all you need to do is change "background-color:#B00B69" or whatever hexcode I put there. -->
- </div>
- <!--------------------------------------------------------- END BACKGROUND --------------------------------------------------------->
- <!----------------------------------------------------------- START OF DO NOT REMOVE ----------------------------------------------------------->
- <div class="mx-auto mt-5" style="max-width:700px; background:#BFBFBF; color:#000000; font-family:MS Sans Serif; border-left: 1px solid #DFDFDF;border-top: 1px solid #DFDFDF;border-right: 1px solid #020202;border-bottom: 1px solid #DFDFDF;"> <!-- Wouldn't reccomend editing this. But if you do... -->
- <!-- 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:#BFBFBF; 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-left: 1px solid #DFDFDF;border-top: #DFDFDF 1px solid;border-right: 1px solid #DFDFDF;border-bottom: 1px solid #DFDFDF;">
- <!-- Makes the header. Doesn't end until after the main-body div also ends, consider this DIV Bobby. -->
- <div class="col-lg-12 p-2" style="position:relative; border: 2px solid #1A4E99; border-radius:5px;border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;background: linear-gradient(0deg,rgba(64,138,230,1) 0%,rgba(14,96,203,1) 93%,rgba(50,140,240,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. -->
- <img src="https://images-ext-1.discordapp.net/external/hFYqIG3jQ1gTaR7dO3SH1Sczh5IC7b6CO-wx9OdeOrE/%3F9599974954/https/www4.lunapic.com/do-not-link-here-use-hosting-instead/164702865515552621" style="width:20px;height:20px;"> <!--- Favourites Icon on the left. Hey, wouldn't it be fun if, if you clicked this, it would be liek "WOAH, YOU WANNA ADD THIS CODE TO YOUR FAVOURITES?" Haha, if only I was that skilled... -->
- <!-- 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 -->
- <i class="fas fa-minus p-1 justify-content-center" style="background:linear-gradient(135deg,rgba(163,193,253,1) 5%,rgba(36,111,245,1),rgba(22,83,199,1));border:1px solid #fff;color:#ffffff;border-radius:5px;width:25px;height:25px;"></i>
- </span>
- <!-- End Minimise/Minus Square -->
- <!-- Start Maximise/Squares Square -->
- <span class="pull-right" style="position:absolute;top:7px;right:35px;">
- <i class="far fa-window-maximize p-1 justify-content-center" style="background:linear-gradient(135deg,rgba(163,193,253,1) 5%,rgba(36,111,245,1),rgba(22,83,199,1));border:1px solid #fff;color:#ffffff;border-radius:5px;width:25px;height:25px;"></i> <! --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="background: linear-gradient(135deg, rgba(247,169,148,1) 5%,rgba(231,74,33,1),rgba(206,41,0,1));border: 1px solid #fff;color: #ffffff;border-radius: 5px;width: 25px;height: 25px;"></i>
- </span> <!-- Button ends on this row -->
- <!-- Start Close/X Square -->
- </div> <!--- END HEADER --->
- <!--------------------------------------------------------- END HEADER --------------------------------------------------------->
- <!--- 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"> <!--- /\/\ Let's call this <<< Div X. -->
- <!--------------------------------------------------------- START LEFT BUTTONS -------------------------------------------------------->
- <div class="row no-gutters p-1"> <!--- Makes the whole main body of the code. Call this DIV Timmy. -->
- <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:#E2ECFF;"> <!-- Formatting -->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:#3C75F6;"> <!-- Defines button and gives it a background colour -->
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; letter-spacing:2px; color:#E2EDFF;" href="#">All Characters</a> <!-- the style here makes it change colour when you hover over it, defines letter spacing, & defines text colour - href="#" allows you to add a hyperlink and "Text" allows you to add your own text there. -->
- </div> <!-- Button ends here -->
- <!--- End Button --->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:#3C75F6;">
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; letter-spacing:2px; color:#E2EDFF;" href="#">Sort By Tags</a>
- </div>
- <!--- End Button --->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:#3C75F6;">
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; letter-spacing:2px; color:#E2EDFF;" href="#">Button</a>
- </div>
- <!--- End Button --->
- </div> <!-- End Formatting -->
- </div> <!-- End Left Text Box -->
- <!--------------------------------------------------------- END LEFT BUTTONS -------------------------------------------------------->
- <!--------------------------------------------------------- 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:#E2ECFF;"> <!-- Formatting -->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:#3C75F6;"> <!-- See earlier to learn how this button works -->
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; letter-spacing:2px; color:#E2EDFF;" href="#">Birthday Calender</a>
- </div>
- <!--- End Button --->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:#3C75F6;">
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; letter-spacing:2px; color:#E2EDFF;" href="#">Stampbook</a>
- </div>
- <!--- End Button --->
- <!--- Start Button --->
- <div class="btn p-0 m-1 border-0 rounded-0" style="background:#3C75F6;">
- <a class="btn btn-block btn-outline-primary border-0 rounded-0" style="mix-blend-mode:luminosity; letter-spacing:2px; color:#E2EDFF;" href="#">Worldbuilding</a>
- </div>
- <!--- End Button --->
- </div> <!-- End Formatting -->
- </div> <!-- End Buttons On The Right -->
- <!--------------------------------------------------------- END RIGHT BUTTONS --------------------------------------------------------->
- <!--------------------------------------------------------- START FOLDERS --------------------------------------------------------->
- <div class="col-sm-12 p-1"> <!-- Start Folders 1 (Defines Area) -->
- <div class="card border-0 rounded-0 p-1 h-100 justify-content-center" style="background:#E2ECFF;"> <!-- Start Folders 2 (Formatting) -->
- <div class="row no-gutters"> <!-- Contains links to your different folders -->
- <!-- Start Thing 1 -->
- <div class="col-md-3 col-6 text-center p-1"> <!-- Defines this specific image/link/text abomination -->
- <!-- Image stuff starts here VV --> <!-- href="#" put your own link where the hashtag is, title=""> is there because my code BROKE otherwise not fun =( -->
- <a data-toggle="tooltip"
- href="#"
- title="">
- <img src="https://media.discordapp.net/attachments/927649368583073824/951927777391702086/unknown.png"
- width="125"
- height="125" /> <!-- Width and height allows you to choose how big your image is - img src="linklinklink" put your own image there if you want -->
- <!-- Image stuff ends here /\/\ -->
- <a class="text-uppercase text-center" styles="letter spacing: 1px;" href="#">Folder</a><hr class="my-0">
- 4 Line At Most Description <!-- This is the stuff under the image. Text is centered. In style we decide that the text has 1px spacing. href="#" put your own link the hashtag, preferably the same as earlier unless you're weird and "Folder" is where the name of your folder goes. - "4 Line At Most Description" put a very short description of the folder there. -->
- </div>
- <!-- End Thing 1 -->
- <!-- Start Thing 2 -->
- <div class="col-md-3 col-6 text-center p-1">
- <!-- Image -->
- <a data-toggle="tooltip"
- href="#"
- title="">
- <img src="https://media.discordapp.net/attachments/927649368583073824/951927751550586960/unknown.png"
- width="125"
- height="125" />
- <!-- Image -->
- <a class="text-uppercase text-center" styles="letter spacing: 1px;" href="#">Folder</a><hr class="my-0">
- 4 Line At Most Description
- </div>
- <!-- End Thing 2 -->
- <!-- Start Thing 3 -->
- <div class="col-md-3 col-6 text-center p-1">
- <!-- Image -->
- <a data-toggle="tooltip"
- href="#"
- title="">
- <img src="https://media.discordapp.net/attachments/927649368583073824/951927810690261083/unknown.png"
- width="125"
- height="125" />
- <!-- Image -->
- <a class="text-uppercase text-center" styles="letter spacing: 1px;" href="#">Folder</a><hr class="my-0">
- 4 Line At Most Description
- </div>
- <!-- End Thing 3 -->
- <!-- Start Thing 4 -->
- <div class="col-md-3 col-6 text-center p-1">
- <!-- Image -->
- <a data-toggle="tooltip"
- href="#"
- title="">
- <img src="https://media.discordapp.net/attachments/927649368583073824/951927438886199366/unknown.png"
- width="125"
- height="125" />
- <!-- Image -->
- <a class="text-uppercase text-center" styles="letter spacing: 1px;" href="#">Folder</a><hr class="my-0">
- 4 Line At Most Description
- </div>
- <!-- End Thing 4 -->
- <!-- Start Thing 5 -->
- <div class="col-md-3 col-6 text-center p-1">
- <!-- Image -->
- <a data-toggle="tooltip"
- href="#"
- title="">
- <img src="https://media.discordapp.net/attachments/927649368583073824/951927406917189712/unknown.png"
- width="125"
- height="125" />
- <!-- Image -->
- <a class="text-uppercase text-center" styles="letter spacing: 1px;" href="#">Folder</a><hr class="my-0">
- 4 Line At Most Description
- </div>
- <!-- End Thing 5 -->
- <!-- Start Thing 6 -->
- <div class="col-md-3 col-6 text-center p-1">
- <!-- Image -->
- <a data-toggle="tooltip"
- href="#"
- title="">
- <img src="https://media.discordapp.net/attachments/927649368583073824/951927498604687380/unknown.png"
- width="125"
- height="125" />
- <!-- Image -->
- <a class="text-uppercase text-center" styles="letter spacing: 1px;" href="#">Folder</a><hr class="my-0">
- 4 Line At Most Description
- </div>
- <!-- End Thing 6 -->
- <!-- Start Thing 7 -->
- <div class="col-md-3 col-6 text-center p-1">
- <!-- Image -->
- <a data-toggle="tooltip"
- href="#"
- title="">
- <img src="https://media.discordapp.net/attachments/927649368583073824/951927559224975400/unknown.png"
- width="125"
- height="125" />
- <!-- Image -->
- <a class="text-uppercase text-center" styles="letter spacing: 1px;" href="#">Folder</a><hr class="my-0">
- 4 Line At Most Description
- </div>
- <!-- End Thing 7 -->
- <!-- Start Thing 8 -->
- <div class="col-md-3 col-6 text-center p-1">
- <!-- Image -->
- <a data-toggle="tooltip"
- href="#"
- title="">
- <img src="https://media.discordapp.net/attachments/927649368583073824/951927601277054996/unknown.png"
- width="125"
- height="125" />
- <!-- Image -->
- <a class="text-uppercase text-center" styles="letter spacing: 1px;" href="#">Folder</a><hr class="my-0">
- 4 Line At Most Description
- </div>
- <!-- End Thing 8 -->
- <!-- Start Thing 9 -->
- <div class="col-md-3 col-6 text-center p-1">
- <!-- Image -->
- <a data-toggle="tooltip"
- href="#"
- title="">
- <img src="https://media.discordapp.net/attachments/927649368583073824/951927644415479868/unknown.png"
- width="125"
- height="125" />
- <!-- Image -->
- <a class="text-uppercase text-center" styles="letter spacing: 1px;" href="#">Folder</a><hr class="my-0">
- 4 Line At Most Description
- </div>
- <!-- End Thing 9 -->
- <!-- Start Thing 10 -->
- <div class="col-md-3 col-6 text-center p-1">
- <!-- Image -->
- <a data-toggle="tooltip"
- href="#"
- title="">
- <img src="https://media.discordapp.net/attachments/927649368583073824/951927847138775080/unknown.png"
- width="125"
- height="125" />
- <!-- Image -->
- <a class="text-uppercase text-center" styles="letter spacing: 1px;" href="#">Folder</a><hr class="my-0">
- 4 Line At Most Description
- </div>
- <!-- End Thing 10 -->
- </div> <!-- End Folders -->
- </div> <!-- End Folders 2 -->
- </div> <!-- End Folders 1 -->
- <!--------------------------------------------------------- END FOLDERS --------------------------------------------------------->
- </div> <!--- End DIV Timmy -->
- </div> <!--- End DIV X -->
- </div> <!--- End DIV Bobby -->
- </div> <!-- End Of Code -->
- <!----------------------------------------------------------- CREDIT DO NOT REMOVE ----------------------------------------------------------->
- <div class="text-right w-100">
- <a href="https://toyhou.se/13860369.windows-xp-directory-" target="_blank" class="m-1" style="color:#fff;"><i class="fas fa-code"></i> Code By CrispinAsheYA</a>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement