Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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.
- -Because this code is HUGE (just under 750 lines), I will be denoting areas that feature easy customiseabiliy with "BUS STOP HERE". This is so, if you copy and paste this into a Google Doc, you can just find and replace "B/S ST/P H/R/" and edit your name/stamps and then press next and be on your merry little way.
- ###Bus Time Table###
- •Username & Font Awesome Icon (Cover)
- •Stamp sections on each page
- •Stamp count on each page
- (Bus does not cover innerpage, coverpage, or text colour. You can edit that with the tutorial below.)
- -To change the colours, I recommend 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.
- -Once this comes out of beta, preferably you should only half the stamps you've actually achieved on your account as coloured. I have no way of checking if you do, but that IS the intent with this code.
- Default Colours
- -Spine (Brown): #2F1810
- -Spine (Rings): #676767
- -Cover (Fill): #572B1B
- -Cover (Text): #F5B851
- -Cover (Text): #DE8928
- -Paper (Fill): #FDFEF9
- -Paper (Darker): #BBBBB3
- -Info Box (Fill): #E8E2D4 (Reccomend not changing this unless you also change the image (stamp key) too.)
- -Info Box (Border): #E4DEC7
- -Info Box (Writing): #61605B
- ------------------------------Change Log------------------------------
- Version 1 - 29.03.22 - Beta released to the public. 0 Total Stamps
- Thank you for reading!
- Crispin
- -->
- <!--------------------------------------------------------- START BACKGROUND --------------------------------------------------------->
- <div class="col-lg-2 col-md-3 hidden-sm-down sidebar"></div>
- <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:#371F15;">
- </div>
- <!--------------------------------------------------------- END BACKGROUND --------------------------------------------------------->
- <!------------------------------------------------------------- START STAMPBOOK ------------------------------------------------------------->
- <div class="text-dark m-auto tab-content">
- <!------------------------------------------------------------- START COVER ------------------------------------------------------------->
- <div class="tab-pane show active" id="cover">
- <div class="row my-3" style="width:100%; height:588px; margin-left:auto; margin-right:auto;">
- <div class="d-none d-md-block" style="height:10px; width:20%; float:left;"></div>
- <!----- START SPINE ----->
- <div class="d-none d-sm-block" style="float: left; border-style: none; border-radius: 5px 0 0 5px; background-position: center; background-color:#2F1810;">
- <!-- That's a lot of rings at the side! -->
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <hr style="border-style: solid; border-width: 5px; border-color: #676767;">
- <!-- End of Many Rings -->
- </div>
- <!----- END SPINE ----->
- <!----- START COVER ----->
- <div style="float: left; background-color:#572B1B; height: 588px; max-width: 400px; border-style: none; border-radius: 5px; position: relative; box-shadow: 10px 6px 5px rgba(0, 0, 0, 0.4);">
- <a class="nav-link" style="position: absolute; width: 100%; height: 600px; display: block; z-index: 2;" data-toggle="tab" href="#book"></a>
- <div class="w-100 h-100 text-center" style="border:45px solid transparent;"> <!-- Sets up text -->
- <hr class="invisible" style="height: 30px;">
- <div style="padding: 10px;"> <!-- Start Padding -->
- <!-- BUS STOP HERE -->
- <div style="color:#F5B851; font-size:30px; font-weight:bold; text-shadow:-2px 2px 0 #DE8928;">
- <p>USERNAME HERE</p>
- </div>
- <div style="color:#F5B851; font-size:200px; font-weight:bold;">
- <p><i class="fa-duotone fa-leaf-oak"></i></p>
- </div>
- <!-- (buss stop end) -->
- </div> <!-- End Padding -->
- </div> <!-- End Set Up Text -->
- </div> <!-- End of Front-Cover of Front Cover-->
- </div> <!-- End of Height/Width Decider -->
- </div> <!-- End of Cover Altogether -->
- <!------------------------------------------------------------- END COVER ------------------------------------------------------------->
- <!------------------------------------------------------------- START PAGES ------------------------------------------------------------->
- <div class="tab-pane" id="book"> <!-- Set up -->
- <div style="background-color:#FDFEF9; max-width:900px; border-style:none; border-radius:5px; box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);"> <!-- Style N Stuff! -->
- <div class="carousel" data-interval="100000" id="innercontent"> <!-- Div Johnny -->
- <div class="carousel-inner"> <!-- Div Amy -->
- <!---------------------------------------------------------- START PAGES 1-2 ----------------------------------------------------------->
- <div class="carousel-item active"> <!-- Div Jerry -->
- <div class="row no-gutters mx-2"> <!-- Div Sally -->
- <div class="col-12 col-sm-6" style="position: relative;"> <!-- Div Timmy -->
- <!-- Start Read Previous Page -->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev" href="#innercontent" style="margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="next"></a>
- </div>
- <!-- End Read Previous Page -->
- <!-- Page Formatting 1 -->
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; background:#FDFEF9; border-style: none; height: 90%;"><div>
- <!-- Page Formatting 2 -->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px; background:#FDFEF9;">
- <!---------- Start Stamps ---------->
- <p>
- <div class="row no-gutters">
- <ul>
- <li><a class="btn btn-outline" style="color:#61605B; font-size:32px; font-family:'comic sans ms',sans-serif;"><img src="https://media.discordapp.net/attachments/917542533930823690/958110968469135361/parties.png">Holidays</a></li>
- <li><a class="btn btn-outline" style="color:#61605B; font-size:32px; font-family:'comic sans ms',sans-serif;"><img src="https://media.discordapp.net/attachments/917542533930823690/958110948537806918/activities.png">Activities</a></li>
- <li><a class="btn btn-outline" style="color:#61605B; font-size:32px; font-family:'comic sans ms',sans-serif;"><img src="https://media.discordapp.net/attachments/917542533930823690/958110930636509204/games.png">Games</a></li>
- <li><a class="btn btn-outline" style="color:#61605B; font-size:32px; font-family:'comic sans ms',sans-serif;"><img src="https://media.discordapp.net/attachments/917542533930823690/958805764003217408/events.png">Events</a></li>
- <li><a class="btn btn-outline" style="color:#61605B; font-size:32px; font-family:'comic sans ms',sans-serif;"><img src="https://media.discordapp.net/attachments/917542533930823690/958110824227012648/pins.png">Pins</a></li>
- </ul>
- </div>
- </p>
- <!---------- End Stamps ---------->
- </div> <!-- End Page Formatting 1 -->
- </div> <!-- End Page Formatting 2 -->
- </div> <!-- End Div Timmy -->
- </div> <!-- End Div Sally -->
- <!------- Right Page Start ------->
- <div class="col-12 col-sm-6" style="position:relative;">
- <!--- Start "Go To Next Page" --->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next" href="#innercontent" style="margin-top: auto; height: 100px; display: block; z-index: 3;" data-slide="next"></a>
- </div>
- <!--- End "Go To Next Page" --->
- <!-- start top decor -->
- <div class="w-100" style="position: absolute; top: -5px; clip-path: polygon(0% 100%, 4% 74%, 10% 43%, 19% 14%, 32% 0%, 45% 11%, 57% 33%, 70% 62%, 84% 84%, 100% 100%); height: 15px;"></div>
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; border-style: none; height: 90%;"><div>
- <!-- end top decor -->
- <!------- START CONTENT ------->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px;">
- <p>
- <!-- BUS STOP HERE -->
- <!----------------------------------------- EDIT AS YOU GET MORE STAMPS :) --------------------------------------------------->
- <span style="font-size:32px; color:#61605B;"><u>Contents | Total Stamps: 0/9</u></span>
- <!------------------------------------------ Feel Free To Change The Image --------------------------------------------------->
- <p style="text-align:left; color:#FDFEF9; font-size:18px;">secret message<br>secret message</p>
- <a class="nav-link btn btn" style="font-family:'comic sans ms'; color:#5B5B53; background-color:#E8E4D2; border:6px #E4DEC7 solid; border-radius: 4px 4px 0 0;" data-toggle="pill">
- <img src="https://media.discordapp.net/attachments/917542533930823690/958043995383136316/unknown.png">
- </a>
- </p>
- </div>
- <!-------- END CONTENT ------->
- <!-- Start Bottom Page Stuff -->
- <div style="background:#FDFEF9;">
- <div class="w-100 text-center">- 2 -</div><!-- << Page Number -->
- <!-- Start Next Page Link -->
- <div class="w-100" style="height:10px;"></div>
- <div class="w-100" style="position: relative; height:10px;">
- <!-- Start Paper -->
- <div style="position:absolute; right:0; bottom:0px; clip-path: polygon(0 0, 0% 100%, 100% 0); background: linear-gradient(to bottom right, #fcf8f2 10%, #BBBBB3); width:60px; height:60px;"></div>
- <!-- End Paper -->
- </div> <!-- End Next Page Link -->
- </div> <!-- End Bottom Stuff -->
- </div> <!-- End Right Page -->
- </div> <!-- End Div Jerry -->
- </div> <!-- End Div Amy -->
- </div> <!-- End Johnny -->
- </div> <!-- End Style N Stuff -->
- <!---------------------------------------------------------- END PAGES 1-2 ----------------------------------------------------------->
- <!---------------------------------------------------------- START PAGES 3-4 ----------------------------------------------------------->
- <div class="carousel-item"> <!-- Div Jerry -->
- <div class="row no-gutters mx-2"> <!-- Div Sally -->
- <div class="col-12 col-sm-6" style="position: relative;"> <!-- Div Timmy -->
- <!-- Start Read Previous Page -->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev" href="#innercontent" style="margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="next"></a>
- </div>
- <!-- End Read Previous Page -->
- <!-- Page Formatting 1 -->
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; background:#FDFEF9; border-style: none; height: 90%;"><div>
- <!-- Page Formatting 2 -->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px; background:#FDFEF9;">
- <!---------- Start Stamps ---------->
- <p>
- <div class="row no-gutters">
- <!-- BUS STOP HERE -->
- <!-- Start Stamp 1 | Unobtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47359967_tlIdwra5xZGJGUl.jpg -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Own a Halloween themed character ">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47359967_tlIdwra5xZGJGUl.jpg" width="100" height="100" />
- <!-- End Stamp 1 | Obtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47359923_Y6ThfShScI1KJ3V.jpg -->
- </div>
- </p>
- <!---------- End Stamps ---------->
- </div> <!-- End Page Formatting 1 -->
- </div> <!-- End Page Formatting 2 -->
- </div> <!-- End Div Timmy -->
- </div> <!-- End Div Sally -->
- <!------- Right Page Start ------->
- <div class="col-12 col-sm-6" style="position:relative;">
- <!--- Start "Go To Next Page" --->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next" href="#innercontent" style="margin-top: auto; height: 100px; display: block; z-index: 3;" data-slide="next"></a>
- </div>
- <!--- End "Go To Next Page" --->
- <!-- start top decor -->
- <div class="w-100" style="position: absolute; top: -5px; clip-path: polygon(0% 100%, 4% 74%, 10% 43%, 19% 14%, 32% 0%, 45% 11%, 57% 33%, 70% 62%, 84% 84%, 100% 100%); height: 15px;"></div>
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; border-style: none; height: 90%;"><div>
- <!-- end top decor -->
- <!------- START CONTENT ------->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px;">
- <p>
- <!-- BUS STOP HERE -->
- <!----------------------------------------- EDIT AS YOU GET MORE STAMPS :) --------------------------------------------------->
- <span style="font-size:32px; color:#61605B;"><u>Holidays | Total Stamps: 0/1</u></span>
- <!------------------------------------------ Feel Free To Change The Image --------------------------------------------------->
- <p style="text-align:left; color:#FDFEF9; font-size:18px;">secret message<br>secret message</p>
- <img src="https://images.unsplash.com/photo-1602692095685-d571be22806c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fHBvbGFyb2lkfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=600&q=60" width="255" height="225" />
- </p>
- </div>
- <!-------- END CONTENT ------->
- <!-- Start Bottom Page Stuff -->
- <div style="background:#FDFEF9;">
- <div class="w-100 text-center">- 4 -</div><!-- << Page Number -->
- <!-- Start Next Page Link -->
- <div class="w-100" style="height:10px;"></div>
- <div class="w-100" style="position: relative; height:10px;">
- <!-- Start Paper -->
- <div style="position:absolute; right:0; bottom:0px; clip-path: polygon(0 0, 0% 100%, 100% 0); background: linear-gradient(to bottom right, #fcf8f2 10%, #BBBBB3); width:60px; height:60px;"></div>
- <!-- End Paper -->
- </div> <!-- End Next Page Link -->
- </div> <!-- End Bottom Stuff -->
- </div> <!-- End Right Page -->
- </div> <!-- End Div Jerry -->
- </div> <!-- End Div Amy -->
- </div> <!-- End Johnny -->
- </div> <!-- End Style N Stuff -->
- <!---------------------------------------------------------- END PAGES 3-4 ----------------------------------------------------------->
- <!---------------------------------------------------------- START PAGES 5-6 ----------------------------------------------------------->
- <div class="carousel-item"> <!-- Div Jerry -->
- <div class="row no-gutters mx-2"> <!-- Div Sally -->
- <div class="col-12 col-sm-6" style="position: relative;"> <!-- Div Timmy -->
- <!-- Start Read Previous Page -->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev" href="#innercontent" style="margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="next"></a>
- </div>
- <!-- End Read Previous Page -->
- <!-- Page Formatting 1 -->
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; background:#FDFEF9; border-style: none; height: 90%;"><div>
- <!-- Page Formatting 2 -->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px; background:#FDFEF9;">
- <!---------- Start Stamps ---------->
- <p>
- <div class="row no-gutters">
- <!-- BUS STOP HERE -->
- <!-- Start Stamp 1 | Unobtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47361785_b9pDAejc8lyxAc0.jpg -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Make 1 thread on the forums">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47361785_b9pDAejc8lyxAc0.jpg" width="100" height="100" />
- <!-- End Stamp 1 | Obtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47361775_T8ma2p2ugSWJejZ.jpg -->
- <!-- Start Stamp 2 | Unobtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47361724_fINOxCKttoiPyGv.jpg -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Make 5 threads on the forums">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47361724_fINOxCKttoiPyGv.jpg" width="100" height="100" />
- <!-- End Stamp 2 | Obtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47361709_uCrRa2fUgZLbe7L.jpg -->
- <!-- Start Stamp 3 | Unobtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47361679_V08WptIPmEURCuS.jpg -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Make 10 threads on the forums">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47361679_V08WptIPmEURCuS.jpg" width="100" height="100" />
- <!-- End Stamp 3 | Obtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47361654_rQqBXkFtOTovrLN.jpg -->
- <!-- Start Stamp 4 | Unobtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47361616_B4breZtJKxsD4uN.jpg -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Make 20 threads on the forums">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47361616_B4breZtJKxsD4uN.jpg" width="100" height="100" />
- <!-- End Stamp 4 | Obtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47361597_7imCkLa22LYEaLW.jpg -->
- </div>
- </p>
- <!---------- End Stamps ---------->
- </div> <!-- End Page Formatting 1 -->
- </div> <!-- End Page Formatting 2 -->
- </div> <!-- End Div Timmy -->
- </div> <!-- End Div Sally -->
- <!------- Right Page Start ------->
- <div class="col-12 col-sm-6" style="position:relative;">
- <!--- Start "Go To Next Page" --->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next" href="#innercontent" style="margin-top: auto; height: 100px; display: block; z-index: 3;" data-slide="next"></a>
- </div>
- <!--- End "Go To Next Page" --->
- <!-- start top decor -->
- <div class="w-100" style="position: absolute; top: -5px; clip-path: polygon(0% 100%, 4% 74%, 10% 43%, 19% 14%, 32% 0%, 45% 11%, 57% 33%, 70% 62%, 84% 84%, 100% 100%); height: 15px;"></div>
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; border-style: none; height: 90%;"><div>
- <!-- end top decor -->
- <!------- START CONTENT ------->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px;">
- <p>
- <!-- BUS STOP HERE -->
- <!----------------------------------------- EDIT AS YOU GET MORE STAMPS :) --------------------------------------------------->
- <span style="font-size:32px; color:#61605B;"><u>Activities | Total Stamps: 0/4</u></span>
- <!------------------------------------------ Feel Free To Change The Image --------------------------------------------------->
- <p style="text-align:left; color:#FDFEF9; font-size:18px;">secret message<br>secret message</p>
- <img src="https://images.unsplash.com/photo-1602692095685-d571be22806c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fHBvbGFyb2lkfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=600&q=60" width="255" height="225" />
- </p>
- </div>
- <!-------- END CONTENT ------->
- <!-- Start Bottom Page Stuff -->
- <div style="background:#FDFEF9;">
- <div class="w-100 text-center">- 6 -</div><!-- << Page Number -->
- <!-- Start Next Page Link -->
- <div class="w-100" style="height:10px;"></div>
- <div class="w-100" style="position: relative; height:10px;">
- <!-- Start Paper -->
- <div style="position:absolute; right:0; bottom:0px; clip-path: polygon(0 0, 0% 100%, 100% 0); background: linear-gradient(to bottom right, #fcf8f2 10%, #BBBBB3); width:60px; height:60px;"></div>
- <!-- End Paper -->
- </div> <!-- End Next Page Link -->
- </div> <!-- End Bottom Stuff -->
- </div> <!-- End Right Page -->
- </div> <!-- End Div Jerry -->
- </div> <!-- End Div Amy -->
- </div> <!-- End Johnny -->
- </div> <!-- End Style N Stuff -->
- <!---------------------------------------------------------- END PAGES 5-6 ----------------------------------------------------------->
- <!---------------------------------------------------------- START PAGES 7-8 ----------------------------------------------------------->
- <div class="carousel-item"> <!-- Div Jerry -->
- <div class="row no-gutters mx-2"> <!-- Div Sally -->
- <div class="col-12 col-sm-6" style="position: relative;"> <!-- Div Timmy -->
- <!-- Start Read Previous Page -->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev" href="#innercontent" style="margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="next"></a>
- </div>
- <!-- End Read Previous Page -->
- <!-- Page Formatting 1 -->
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; background:#FDFEF9; border-style: none; height: 90%;"><div>
- <!-- Page Formatting 2 -->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px; background:#FDFEF9;">
- <!---------- Start Stamps ---------->
- <p>
- <div class="row no-gutters">
- <!-- BUS STOP HERE -->
- <!-- Start Stamp 1 | Unobtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47328467_kpCoxuoXVjHyAoY.jpg -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Own 50 characters at a time">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47328467_kpCoxuoXVjHyAoY.jpg" width="100" height="100" />
- <!-- End Stamp 1 | Obtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47328066_FNY1zCSkmyqYDuf.jpg -->
- <!-- Start Stamp 2 | Unobtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47328411_rNagsK7UPA5RO7J.jpg -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Own 100 characters at a time">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47328411_rNagsK7UPA5RO7J.jpg" width="100" height="100" />
- <!-- End Stamp 2 | Obtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47328103_XFiU3JmHU2akPDT.jpg -->
- <!-- Start Stamp 3 | Unobtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47328377_H3Ls3jclK33QPMb.jpg -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Own 200 characters at a time">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47328377_H3Ls3jclK33QPMb.jpg" width="100" height="100" />
- <!-- End Stamp 3 | Obtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47328148_euMnOL7dtYJ0ksT.jpg -->
- <!-- Start Stamp 4 | Unobtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47328350_8pLcmuUEF5Ub4uu.jpg -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Make 20 threads on the forums">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47328350_8pLcmuUEF5Ub4uu.jpg" width="100" height="100" />
- <!-- End Stamp 4 | Obtained: https://f2.toyhou.se/file/f2-toyhou-se/images/47328185_aEuU6jUI5uTUe5Z.jpg -->
- </div>
- </p>
- <!---------- End Stamps ---------->
- </div> <!-- End Page Formatting 1 -->
- </div> <!-- End Page Formatting 2 -->
- </div> <!-- End Div Timmy -->
- </div> <!-- End Div Sally -->
- <!------- Right Page Start ------->
- <div class="col-12 col-sm-6" style="position:relative;">
- <!--- Start "Go To Next Page" --->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next" href="#innercontent" style="margin-top: auto; height: 100px; display: block; z-index: 3;" data-slide="next"></a>
- </div>
- <!--- End "Go To Next Page" --->
- <!-- start top decor -->
- <div class="w-100" style="position: absolute; top: -5px; clip-path: polygon(0% 100%, 4% 74%, 10% 43%, 19% 14%, 32% 0%, 45% 11%, 57% 33%, 70% 62%, 84% 84%, 100% 100%); height: 15px;"></div>
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; border-style: none; height: 90%;"><div>
- <!-- end top decor -->
- <!------- START CONTENT ------->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px;">
- <p>
- <!-- BUS STOP HERE -->
- <!----------------------------------------- EDIT AS YOU GET MORE STAMPS :) --------------------------------------------------->
- <span style="font-size:32px; color:#61605B;"><u>Games | Total Stamps: 0/4</u></span>
- <!------------------------------------------ Feel Free To Change The Image --------------------------------------------------->
- <p style="text-align:left; color:#FDFEF9; font-size:18px;">secret message<br>secret message</p>
- <img src="https://images.unsplash.com/photo-1602692095685-d571be22806c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fHBvbGFyb2lkfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=600&q=60" width="255" height="225" />
- </p>
- </div>
- <!-------- END CONTENT ------->
- <!-- Start Bottom Page Stuff -->
- <div style="background:#FDFEF9;">
- <div class="w-100 text-center">- 8 -</div><!-- << Page Number -->
- <!-- Start Next Page Link -->
- <div class="w-100" style="height:10px;"></div>
- <div class="w-100" style="position: relative; height:10px;">
- <!-- Start Paper -->
- <div style="position:absolute; right:0; bottom:0px; clip-path: polygon(0 0, 0% 100%, 100% 0); background: linear-gradient(to bottom right, #fcf8f2 10%, #BBBBB3); width:60px; height:60px;"></div>
- <!-- End Paper -->
- </div> <!-- End Next Page Link -->
- </div> <!-- End Bottom Stuff -->
- </div> <!-- End Right Page -->
- </div> <!-- End Div Jerry -->
- </div> <!-- End Div Amy -->
- </div> <!-- End Johnny -->
- </div> <!-- End Style N Stuff -->
- <!---------------------------------------------------------- END PAGES 7-8 ----------------------------------------------------------->
- <!---------------------------------------------------------- START PAGES 9-10 ----------------------------------------------------------->
- <div class="carousel-item"> <!-- Div Jerry -->
- <div class="row no-gutters mx-2"> <!-- Div Sally -->
- <div class="col-12 col-sm-6" style="position: relative;"> <!-- Div Timmy -->
- <!-- Start Read Previous Page -->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev" href="#innercontent" style="margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="next"></a>
- </div>
- <!-- End Read Previous Page -->
- <!-- Page Formatting 1 -->
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; background:#FDFEF9; border-style: none; height: 90%;"><div>
- <!-- Page Formatting 2 -->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px; background:#FDFEF9;">
- <!---------- Start Stamps ---------->
- <p>
- <div class="row no-gutters">
- <!-- BUS STOP HERE -->
- <!-- Start Stamp 1 | Unobtained: # -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Placeholder!">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47328467_kpCoxuoXVjHyAoY.jpg" width="100" height="100" />
- <!-- End Stamp 1 | Obtained: # -->
- </div>
- </p>
- <!---------- End Stamps ---------->
- </div> <!-- End Page Formatting 1 -->
- </div> <!-- End Page Formatting 2 -->
- </div> <!-- End Div Timmy -->
- </div> <!-- End Div Sally -->
- <!------- Right Page Start ------->
- <div class="col-12 col-sm-6" style="position:relative;">
- <!--- Start "Go To Next Page" --->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next" href="#innercontent" style="margin-top: auto; height: 100px; display: block; z-index: 3;" data-slide="next"></a>
- </div>
- <!--- End "Go To Next Page" --->
- <!-- start top decor -->
- <div class="w-100" style="position: absolute; top: -5px; clip-path: polygon(0% 100%, 4% 74%, 10% 43%, 19% 14%, 32% 0%, 45% 11%, 57% 33%, 70% 62%, 84% 84%, 100% 100%); height: 15px;"></div>
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; border-style: none; height: 90%;"><div>
- <!-- end top decor -->
- <!------- START CONTENT ------->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px;">
- <p>
- <!-- BUS STOP HERE -->
- <!----------------------------------------- EDIT AS YOU GET MORE STAMPS :) --------------------------------------------------->
- <span style="font-size:32px; color:#61605B;"><u>Events | Total Stamps: 0/0</u></span>
- <!------------------------------------------ Feel Free To Change The Image --------------------------------------------------->
- <p style="text-align:left; color:#FDFEF9; font-size:18px;">secret message<br>secret message</p>
- <img src="https://images.unsplash.com/photo-1602692095685-d571be22806c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fHBvbGFyb2lkfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=600&q=60" width="255" height="225" />
- </p>
- </div>
- <!-------- END CONTENT ------->
- <!-- Start Bottom Page Stuff -->
- <div style="background:#FDFEF9;">
- <div class="w-100 text-center">- 10 -</div><!-- << Page Number -->
- <!-- Start Next Page Link -->
- <div class="w-100" style="height:10px;"></div>
- <div class="w-100" style="position: relative; height:10px;">
- <!-- Start Paper -->
- <div style="position:absolute; right:0; bottom:0px; clip-path: polygon(0 0, 0% 100%, 100% 0); background: linear-gradient(to bottom right, #fcf8f2 10%, #BBBBB3); width:60px; height:60px;"></div>
- <!-- End Paper -->
- </div> <!-- End Next Page Link -->
- </div> <!-- End Bottom Stuff -->
- </div> <!-- End Right Page -->
- </div> <!-- End Div Jerry -->
- </div> <!-- End Div Amy -->
- </div> <!-- End Johnny -->
- </div> <!-- End Style N Stuff -->
- <!---------------------------------------------------------- END PAGES 9-10 ----------------------------------------------------------->
- <!---------------------------------------------------------- START PAGES 11-12 ----------------------------------------------------------->
- <div class="carousel-item"> <!-- Div Jerry -->
- <div class="row no-gutters mx-2"> <!-- Div Sally -->
- <div class="col-12 col-sm-6" style="position: relative;"> <!-- Div Timmy -->
- <!-- Start Read Previous Page -->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev" href="#innercontent" style="margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="next"></a>
- </div>
- <!-- End Read Previous Page -->
- <!-- Page Formatting 1 -->
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; background:#FDFEF9; border-style: none; height: 90%;"><div>
- <!-- Page Formatting 2 -->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px; background:#FDFEF9;">
- <!---------- Start Stamps ---------->
- <p>
- <div class="row no-gutters">
- <!-- BUS STOP HERE -->
- <!-- Start Stamp 1 | Unobtained: # -->
- <a data-toggle="tooltip"
- href="https://toyhou.se/13468761.stampbook-stamps-html-"
- title="Placeholder!">
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/47328467_kpCoxuoXVjHyAoY.jpg" width="100" height="100" />
- <!-- End Stamp 1 | Obtained: # -->
- </div>
- </p>
- <!---------- End Stamps ---------->
- </div> <!-- End Page Formatting 1 -->
- </div> <!-- End Page Formatting 2 -->
- </div> <!-- End Div Timmy -->
- </div> <!-- End Div Sally -->
- <!------- Right Page Start ------->
- <div class="col-12 col-sm-6" style="position:relative;">
- <!--- Start "Go To Next Page" --->
- <div class="d-flex justify-content-between" style="width: 100%; position: absolute; bottom: 30px; height: 80px; max-width: 900px;">
- <a class="carousel-control-prev d-block d-sm-none" href="#innercontent" style=" margin-top: auto; height: 100px; display: block;" data-slide="prev"></a>
- <a class="carousel-control-next" href="#innercontent" style="margin-top: auto; height: 100px; display: block; z-index: 3;" data-slide="next"></a>
- </div>
- <!--- End "Go To Next Page" --->
- <!-- start top decor -->
- <div class="w-100" style="position: absolute; top: -5px; clip-path: polygon(0% 100%, 4% 74%, 10% 43%, 19% 14%, 32% 0%, 45% 11%, 57% 33%, 70% 62%, 84% 84%, 100% 100%); height: 15px;"></div>
- <div class="w-100" style="margin-top: 9px; margin-bottom: 30px; border-style: none; height: 90%;"><div>
- <!-- end top decor -->
- <!------- START CONTENT ------->
- <div class="p-1 px-2" style="overflow-x: none; overflow-y: auto; height: 500px;">
- <p>
- <!-- BUS STOP HERE -->
- <!----------------------------------------- EDIT AS YOU GET MORE STAMPS :) --------------------------------------------------->
- <span style="font-size:32px; color:#61605B;"><u>Pins | Total Stamps: 0/0</u></span>
- <!------------------------------------------ Feel Free To Change The Image --------------------------------------------------->
- <p style="text-align:left; color:#FDFEF9; font-size:18px;">secret message<br>secret message</p>
- <img src="https://images.unsplash.com/photo-1602692095685-d571be22806c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fHBvbGFyb2lkfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=600&q=60" width="255" height="225" />
- </p>
- </div>
- <!-------- END CONTENT ------->
- <!-- Start Bottom Page Stuff -->
- <div style="background:#FDFEF9;">
- <div class="w-100 text-center">- 12 -</div><!-- << Page Number -->
- <!-- Start Next Page Link -->
- <div class="w-100" style="height:10px;"></div>
- <div class="w-100" style="position: relative; height:10px;">
- <!-- Start Paper -->
- <div style="position:absolute; right:0; bottom:0px; clip-path: polygon(0 0, 0% 100%, 100% 0); background: linear-gradient(to bottom right, #fcf8f2 10%, #BBBBB3); width:60px; height:60px;"></div>
- <!-- End Paper -->
- </div> <!-- End Next Page Link -->
- </div> <!-- End Bottom Stuff -->
- </div> <!-- End Right Page -->
- </div> <!-- End Div Jerry -->
- </div> <!-- End Div Amy -->
- </div> <!-- End Johnny -->
- </div> <!-- End Style N Stuff -->
- <!---------------------------------------------------------- END PAGES 11-12 ----------------------------------------------------------->
- </div> <!-- End Set Up -->
- </div> <!-- End Stampbook -->
- </div> <!-- Also here I can't track where from oops -->
- <!---------- START CREDIT DO NOT REMOVE ---------->
- <div style="fixed-bottom p-2; text-left w-100">
- <a href="https://toyhou.se/12660008.encyclopaedia-botannica-f2u-" target="_blank" class="m-1"><i class="fas fa-code"></i> Code By Himbocore</a><a href="https://toyhou.se/13468761.stampbook-stamps-html-" target="_blank" class="m-1">& CrispinAsheYA</a>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement