Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- All URLs have been replaced with placeholder text so you can easily find what goes where.
- To recolor the hearts found in the code, CHANGE the "#FFFFFF" in the 'style=color' section of each <i> code with whatever hexcode you want.
- To flip the hearts for a monster character, ADD "fa-flip-vertical" into the 'class' section.
- Canon SOUL color codes for Undertale are:
- -Monsters(#FFFFFF)White
- -Determination(#FF0000)Red
- -Bravery(#FE9F40)Orange
- -Justice(#FEFE00)Yellow
- -Kindness(#008000)Green
- -Patience(#00FEFE)Cyan
- -Integrity(#0000FE)Blue
- -Perseverance(#800080)Purple
- For the relationship section at the bottom:
- -Family(#FF3333)Red
- -Partners(#FF66CC)Pink
- -Friends(#66CC66)Green
- -Other(#999999)Gray
- Here are 4 good sites to look for fonts for your skeleton characters (some fonts are free to download, others may require purchase):
- -https://www.dafont.com
- -https://www.fontsquirrel.com
- -https://fonts.google.com
- -https://www.1001fonts.com
- -->
- <div class="p-5 text-center" style="background-color: black; color: white; font-family: courier new; border-radius: 25px;">
- <!-- FOR NAME -->
- <h1 class="text-center" style="font-weight: bold;">Name</h1><br>
- <div class="container card card-block rounded-0 text-left" style="border:5px solid white; background-color: black; color: white; font-family: courier new; font-weight: bold;">
- <span class="text-center">
- <!-- FOR INFORMATION -->
- SPECIES <i class="fas fa-heart" style="color: #FFFFFF"></i>
- HEIGHT <i class="fas fa-heart" style="color: #FFFFFF"></i>
- AGE
- <br>
- PRONOUNS <i class="fas fa-heart" style="color: #FFFFFF"></i>
- ORIENTATION
- <br>
- OTHER INFO
- <!--This Line is only for skeletons, delete this if you don't need it!--><i class="fas fa-heart" style="color: #FFFFFF"></i> <a href="link to font">FONT</a>
- </span>
- <hr class="mx-0" style="border-style: solid; border-color: white; border-width: 2px;"><!--This is a divider, please do not remove it.-->
- <p>
- <!-- FOR DESCRIPTION -->
- * Character description goes here. Description can be as long or as short as you want it to be.
- </p>
- </div>
- <!-- CREDIT - DO NOT REMOVE -->
- <p><sub>template by <a href="https://toyhou.se/4812755.plain-undertale-char-or-user-">nightlustrous</a></sub></p>
- <br>
- <h1 class="text-center" style="font-weight: bold;">Links</h1>
- <div class="btn-row text-center align-center" style="font-weight: bold;">
- <!-- FOR LINKING RELATIONSHIPS -->
- <!--Entries can be copied and pasted as many times as you want for more links. Use short descriptions.-->
- <a class="btn mx-1 rounded-0" style="border:5px solid white; background: black; color: white;" href="Character">
- <i class="fas fa-heart" style="color: #FF3333;"></i> <b>Name: Family.</b>
- </a>
- <a class="btn mx-1 rounded-0" style="border:5px solid white; background: black; color: white;" href="Character">
- <i class="fas fa-heart" style="color: #FF66CC;"></i> <b>Name: Dating.</b>
- </a>
- <a class="btn mx-1 rounded-0" style="border:5px solid white; background: black; color: white;" href="Character">
- <i class="fas fa-heart" style="color: #66CC66;"></i> <b>Name: Friend.</b>
- </a>
- <a class="btn mx-1 rounded-0" style="border:5px solid white; background: black; color: white;" href="Character">
- <i class="fas fa-heart" style="color: #999999;"></i> <b>Name: Other.</b>
- </a>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement