Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- tips
- if you'd like rounded corners, adjust the border-radius: 0px; in the style tag, or just remove it alltogether!
- if you want custom colors, make sure to remove any text-primary or text-muted tags!
- use fontawesome.com for other icons & etc!
- ctrl + f to quickly find the colors and replace them.
- color codes:
- background border box: #a4815d
- main background color: #d5c088
- secondary text box color: #fefcec
- secondary text box border: #cb8c44
- image box borders: #f2d7b7
- progress bar: #efc59a
- font color 1: #9f5d4a
- font color 2: #b77b69
- icons color 1: #b47347
- icons color 2: #ce8858
- icons color 2: #fdf6ee
- --->
- <div class="container m-3 p-1 mx-auto" style="width: 950px;">
- <div class="row no-gutters">
- <div class="col-3">
- <!--- name/titles --->
- <div class="card m-1 p-1 text-center mb-2" style="border-radius: 0px; background-color: #a4815d;">
- <div class="card p-1 bg-faded text-center" style="border-radius: 0px; background-color: #d5c088;">
- <p class="p-0 m-1" style="font-size: 20px; font-weight: 600; letter-spacing: 0.1em; color: #9f5d4a;">
- CATNAME
- </p>
- <!--- divider --->
- <div class="card my-1" style="border-radius: 0px; border-top: 1px solid #cca277; border-bottom: 0px solid; border-right: 0px solid; border-left: 0px solid;"></div>
- <p class="p-0 m-1" style="font-size: 13px; font-weight: 400; color: #b77b69;">
- PRO / NOUN • CLAN
- </p>
- </div>
- </div>
- <!--- image --->
- <div class="card m-1 p-1 text-center mb-2" style="border-radius: 0px; background-color: #a4815d;">
- <div class="card bg-faded text-center" style="border-radius: 0px; border: 1px solid #f2d7b7;
- background-image: url('IMGURL');
- background-size: cover;
- background-position: center;
- height: 196px;">
- <!--- pagedoll . 227x200 | remove this if you dont want it! --->
- <div class="card text-center border-0" style="border-radius: 0px;
- background-image: url('IMGURL');
- background-color: transparent;
- background-size: cover;
- background-position: center;
- height: 196px;"></div>
- </div>
- </div>
- <!--- simple information --->
- <div class="card m-1 p-1 text-center mb-2" style="border-radius: 0px; background-color: #a4815d;">
- <div class="card p-1 bg-faded text-center" style="border-radius: 0px; background-color: #d5c088;">
- <div class="card p-2 text-center" style="border-radius: 0px; overflow-y: scroll; background-color: #fefcec; border: 1px solid #cb8c44;">
- <div class="row no-gutters">
- <div class="col-2">
- <p class="p-1 m-1" style="font-size: 20px; color: #b47347;">
- <i class="fa-duotone fa-raindrops tooltipster" title="namekit > namepaw > warriorname"></i>
- </p>
- </div>
- <div class="col-2">
- <p class="p-1 m-1" style="font-size: 20px; color: #b47347;">
- <i class="fa-duotone fa-moon tooltipster" title="blank moons old"></i>
- </p>
- </div>
- <div class="col-2">
- <p class="p-1 m-1" style="font-size: 20px; color: #b47347;">
- <i class="fa-duotone fa-paw tooltipster" title="rank ; warrior"></i>
- </p>
- </div>
- <div class="col-2">
- <p class="p-1 m-1" style="font-size: 20px; color: #b47347;">
- <i class="fa-duotone fa-heart tooltipster" title="orientation ; mate/crush"></i>
- </p>
- </div>
- <div class="col-2">
- <p class="p-1 m-1" style="font-size: 20px; color: #b47347;">
- <i class="fa-duotone fa-family tooltipster" title="family ; name, name, etc"></i>
- </p>
- </div>
- <div class="col-2">
- <p class="p-1 m-1" style="font-size: 20px; color: #b47347;">
- <i class="fa-duotone fa-swords tooltipster" title="class ; etc"></i>
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="col-5">
- <!--- character description --->
- <div class="card m-1 p-1 text-center mb-2" style="border-radius: 0px; background-color: #a4815d;">
- <div class="card p-1 bg-faded text-center" style="border-radius: 0px; background-color: #d5c088;">
- <div class="card p-2 mb-2 text-center" style="border-radius: 0px; overflow-y: scroll; height: 81px; background-color: #fefcec; border: 1px solid #cb8c44;">
- <p class="p-1 m-0" style="font-size: 11px; color: #b77b69;">
- <b>Lorem ipsum dolor sit amet</b>, consectetur adipiscing elit. Cras blandit consectetur imperdiet. Vivamus vel lacus urna. Nam pulvinar vel elit ac malesuada. Cras aliquet faucibus lobortis. Proin posuere ex lacinia dapibus sodales. Quisque ut nibh sed magna egestas scelerisque. Curabitur arcu arcu, vehicula tempor nunc ut, sollicitudin vestibulum.
- </p>
- <p class="p-1 m-0" style="font-size: 11px; color: #b77b69;">
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras blandit consectetur imperdiet. Vivamus vel lacus urna. Nam pulvinar vel elit ac malesuada. Cras aliquet faucibus lobortis. Proin posuere ex lacinia dapibus sodales. Quisque ut nibh sed magna egestas scelerisque. Curabitur arcu arcu, vehicula tempor nunc ut, sollicitudin vestibulum.
- </p>
- </div>
- <div class="card my-1 m-1 mb-2" style="border-radius: 0px; border-top: 1px solid #cca277; border-bottom: 0px solid; border-right: 0px solid; border-left: 0px solid;"></div>
- <div class="card p-2 mb-2 text-center" style="border-radius: 0px; overflow-y: scroll; height: 35px; background-color: #fefcec; border: 1px solid #cb8c44;">
- <div class="row no-gutters">
- <div class="col-lg-1">
- <p class="text-center" style="font-size: 12px; font-weight: 400; color: #9f5d4a;">
- TRAITS
- </p>
- </div>
- <div class="col-lg-1">
- <p class="text-center" style="font-size: 12px; font-weight: 400; color: #efc59a;">
- •
- </p>
- </div>
- <div class="col-lg-10 text-center">
- <p class="text-center" style="font-size: 12px; font-weight: 400; color: #b77b69;">
- trait, trait, trait, trait, trait, trait, this box doesn't scroll
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--- relationships --->
- <div class="card m-1 p-1 text-center mb-2" style="border-radius: 0px; background-color: #a4815d;">
- <!--- tabbed content begins here --->
- <div class="container px-0">
- <ul class="nav nav-pills row no-gutters text-center text-uppercase" style="letter-spacing: 1px;">
- <!--- navigation --->
- <li class="nav-item col mr-1 mb-2"><a class="btn btn-default nav-link active" data-toggle="tab" href="#featured" style="border-radius: 0px; background-color: #d5c088; border: 1px solid #866a4d; color: #9f5d4a;">
- FEATURED
- </a></li>
- <li class="nav-item col mx-1 mb-2"><a class="btn btn-default nav-link" data-toggle="tab" href="#family" style="border-radius: 0px; background-color: #d5c088; border: 1px solid #866a4d; color: #9f5d4a;">
- FAMILY
- </i></a></a></li>
- <li class="nav-item col ml-1 mb-2"><a class="btn btn-default nav-link" data-toggle="tab" href="#friends" style="border-radius: 0px; background-color: #d5c088; border: 1px solid #866a4d; color: #9f5d4a;">
- FRIENDS
- </a></a></li>
- </ul>
- <div class="rounded tab-content" style="background-color: #d5c088;">
- <!--- featured relationship tab --->
- <div class="tab-pane fade in active show" data-toggle="tab" id="featured">
- <div class="card" style="height: 175px; border-radius: 0px; background-color: #d5c088;">
- <div class="card m-2 mb-2 p-1 text-center" style="border-radius: 0px; background-color: #fefcec; border: 1px solid #cb8c44;">
- <p class="p-0 m-0" style="font-weight: 600; font-size: 14px; color: #b77b69;">
- <a href="https://toyhou.se/18187270.ghostcirrus" style="color: #9f5d4a;">GHOSTCIRRUS</a>
- <span style="color: #efc59a;">
- •
- </span>
- LOVE INTEREST
- <span style="color: #efc59a;">
- •
- </span>
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- </p>
- </div>
- <div class="row no-gutters">
- <div class="col-lg-4">
- <!--- image --->
- <div class="card m-2 text-center" style="border-radius: 0px;
- background-color: #eddfba; border: 1px solid #cb8c44;
- background-image: url('IMGURL');
- background-size: cover;
- background-position: center;
- height: 109px;"></div>
- </div>
- <div class="col-lg-8">
- <div class="card m-2 p-2 text-left" style="border-radius: 0px; background-color: #fefcec; border: 1px solid #cb8c44; overflow-y: scroll; height:108px;">
- <p class="p-0 m-0" style="font-size: 11px; color: #b77b69;">
- To be expanded on/roleplayed. Plotted love interest. She is the girlboss to his malewife. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras blandit consectetur imperdiet. Vivamus vel lacus urna. Nam pulvinar vel elit ac malesuada. Cras aliquet faucibus lobortis. Proin posuere ex lacinia dapibus sodales. Quisque ut nibh sed magna egestas scelerisque. Curabitur arcu arcu, vehicula tempor nunc ut, sollicitudin vestibulum.
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--- family relationships tab --->
- <div class="tab-pane fade" data-toggle="tab" id="family">
- <div class="card" style="height: 175px; border-radius: 0px; overflow-y: scroll; background-color: #d5c088;">
- <!--- starts here relationships --->
- <div class="row no-gutters">
- <!--- relationship #1 --->
- <div class="col-4">
- <!--- image --->
- <div class="m-2 card bg-faded text-center" style="border-radius: 0px; background-color: #eddfba; border: 1px solid #cb8c44;
- background-image: url('IMGURL');
- background-size: cover;
- background-position: center;
- height: 100px;"></div>
- <!--- name & relationship details --->
- <div class="card m-2 p-1 text-center" style="border-radius: 0px; background-color: #fefcec; border: 1px solid #cb8c44;">
- <p class="p-0 m-0 text-primary" style="font-size: 12px;">
- <a href="URL" style="color: #9f5d4a;">CATNAME</a>
- </p>
- <p class="p-0 m-0" style="font-size: 11px; letter-spacing: 0.3em; color: #b77b69;">
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart-half-stroke" style="color: #efc59a;"></i>
- <i class="far fa-heart" style="color: #efc59a;"></i>
- <span style="color: #efc59a;">
- •
- </span>
- <i class="fa-duotone fa-duck tooltipster" title="relationship"></i>
- </p>
- </div>
- </div>
- <!--- copy from relationship #1 and paste from here --->
- <!--- relationship #2 --->
- <div class="col-4">
- <!--- image --->
- <div class="m-2 card bg-faded text-center" style="border-radius: 0px; background-color: #eddfba; border: 1px solid #cb8c44;
- background-image: url('IMGURL');
- background-size: cover;
- background-position: center;
- height: 100px;"></div>
- <!--- name & relationship details --->
- <div class="card m-2 p-1 text-center" style="border-radius: 0px; background-color: #fefcec; border: 1px solid #cb8c44;">
- <p class="p-0 m-0 text-primary" style="font-size: 12px;">
- <a href="URL" style="color: #9f5d4a;">CATNAME</a>
- </p>
- <p class="p-0 m-0" style="font-size: 11px; letter-spacing: 0.3em; color: #b77b69;">
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart-half-stroke" style="color: #efc59a;"></i>
- <i class="far fa-heart" style="color: #efc59a;"></i>
- <span style="color: #efc59a;">
- •
- </span>
- <i class="fa-duotone fa-duck tooltipster" title="relationship"></i>
- </p>
- </div>
- </div>
- <!--- copy from relationship #2 and paste from here --->
- <!--- relationship #3 --->
- <div class="col-4">
- <!--- image --->
- <div class="m-2 card bg-faded text-center" style="border-radius: 0px; background-color: #eddfba; border: 1px solid #cb8c44;
- background-image: url('IMGURL');
- background-size: cover;
- background-position: center;
- height: 100px;"></div>
- <!--- name & relationship details --->
- <div class="card m-2 p-1 text-center" style="border-radius: 0px; background-color: #fefcec; border: 1px solid #cb8c44;">
- <p class="p-0 m-0 text-primary" style="font-size: 12px;">
- <a href="URL" style="color: #9f5d4a;">CATNAME</a>
- </p>
- <p class="p-0 m-0" style="font-size: 11px; letter-spacing: 0.3em; color: #b77b69;">
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart-half-stroke" style="color: #efc59a;"></i>
- <i class="far fa-heart" style="color: #efc59a;"></i>
- <span style="color: #efc59a;">
- •
- </span>
- <i class="fa-duotone fa-duck tooltipster" title="relationship"></i>
- </p>
- </div>
- </div>
- <!--- copy from relationship #3 and paste from here --->
- </div>
- </div>
- </div>
- <!--- friendly relationships tab --->
- <div class="tab-pane fade" data-toggle="tab" id="friends">
- <div class="card" style="height: 175px; border-radius: 0px; overflow-y: scroll; background-color: #d5c088;">
- <!--- relationships row #1--->
- <div class="row no-gutters">
- <!--- relationship #1 --->
- <div class="col-4">
- <!--- image --->
- <div class="m-2 card bg-faded text-center" style="border-radius: 0px; background-color: #eddfba; border: 1px solid #cb8c44;
- background-color: #cecbb6;
- background-image: url('IMGURL');
- background-size: cover;
- background-position: center;
- height: 100px;"></div>
- <!--- name & relationship details --->
- <div class="card m-2 p-1 text-center" style="border-radius: 0px; background-color: #fefcec; border: 1px solid #cb8c44;">
- <p class="p-0 m-0 text-primary" style="font-size: 12px;">
- <a href="URL" style="color: #9f5d4a;">CATNAME</a>
- </p>
- <p class="p-0 m-0" style="font-size: 11px; letter-spacing: 0.3em; color: #b77b69;">
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart-half-stroke" style="color: #efc59a;"></i>
- <i class="far fa-heart" style="color: #efc59a;"></i>
- <span style="color: #efc59a;">
- •
- </span>
- <i class="fa-duotone fa-duck tooltipster" title="relationship"></i>
- </p>
- </div>
- </div>
- <!--- copy from relationship #1 and paste from here --->
- <!--- relationship #2 --->
- <div class="col-4">
- <!--- image --->
- <div class="m-2 card bg-faded text-center" style="border-radius: 0px; background-color: #eddfba; border: 1px solid #cb8c44;
- background-image: url('IMGURL');
- background-size: cover;
- background-position: center;
- height: 100px;"></div>
- <!--- name & relationship details --->
- <div class="card m-2 p-1 text-center" style="border-radius: 0px; background-color: #fefcec; border: 1px solid #cb8c44;">
- <p class="p-0 m-0 text-primary" style="font-size: 12px;">
- <a href="URL" style="color: #9f5d4a;">CATNAME</a>
- </p>
- <p class="p-0 m-0" style="font-size: 11px; letter-spacing: 0.3em; color: #b77b69;">
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart-half-stroke" style="color: #efc59a;"></i>
- <i class="far fa-heart" style="color: #efc59a;"></i>
- <span style="color: #efc59a;">
- •
- </span>
- <i class="fa-duotone fa-duck tooltipster" title="relationship"></i>
- </p>
- </div>
- </div>
- <!--- copy from relationship #2 and paste from here --->
- <!--- relationship #3 --->
- <div class="col-4">
- <!--- image --->
- <div class="m-2 card bg-faded text-center" style="border-radius: 0px; background-color: #eddfba; border: 1px solid #cb8c44;
- background-image: url('IMGURL');
- background-size: cover;
- background-position: center;
- height: 100px;"></div>
- <!--- name & relationship details --->
- <div class="card m-2 p-1 text-center" style="border-radius: 0px; background-color: #fefcec; border: 1px solid #cb8c44;">
- <p class="p-0 m-0 text-primary" style="font-size: 12px;">
- <a href="URL" style="color: #9f5d4a;">CATNAME</a>
- </p>
- <p class="p-0 m-0" style="font-size: 11px; letter-spacing: 0.3em; color: #b77b69;">
- <i class="fa fa-heart" style="color: #efc59a;"></i>
- <i class="fa fa-heart-half-stroke" style="color: #efc59a;"></i>
- <i class="far fa-heart" style="color: #efc59a;"></i>
- <span style="color: #efc59a;">
- •
- </span>
- <i class="fa-duotone fa-duck tooltipster" title="relationship"></i>
- </p>
- </div>
- </div>
- <!--- copy from relationship #3 and paste from here --->
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--- tabs end here --->
- </div>
- </div>
- <div class="col-4">
- <div class="card m-1 p-1 text-center mb-2" style="border-radius: 0px; background-color: #a4815d;">
- <div class="card p-1 text-center" style="border-radius: 0px; background-color: #d5c088;">
- <!--- stats --->
- <div class="card m-1 p-1 mb-2 text-left" style="border-radius: 0px; background-color: #fefcec; border: 1px solid #cb8c44;">
- <!--- strength --->
- <div class="row no-gutters">
- <div class="col-3">
- <p class="p-1 m-0" style="font-size: 11px; color: #b77b69; font-weight: 700;">
- STRENGTH
- </p>
- </div>
- <div class="col-9">
- <div class="card border-0 p-2" style="background-color: #fefcec;">
- <div class="progress mt-1 mx-2 rounded-0" style="height: 2px; overflow: visible; background-color: #efc59a;">
- <div class="progress-bar" style="height: 100%;
- width: 50%;
- background-color: transparent;"></div>
- <div style="height: 8px; width: 8px; margin: -3px 0 0 -4px; border-radius: 50%; background-color: #cb8c44;"></div>
- </div>
- </div>
- </div>
- </div>
- <!--- paste from here --->
- <!--- dexterity --->
- <div class="row no-gutters">
- <div class="col-3">
- <p class="p-1 m-0" style="font-size: 11px; color: #b77b69; font-weight: 700;">
- DEXTERITY
- </p>
- </div>
- <div class="col-9">
- <div class="card border-0 p-2" style="background-color: #fefcec;">
- <div class="progress mt-1 mx-2 rounded-0" style="height: 2px; overflow: visible; background-color: #efc59a;">
- <div class="progress-bar" style="height: 100%;
- width: 50%;
- background-color: transparent;"></div>
- <div style="height: 8px; width: 8px; margin: -3px 0 0 -4px; border-radius: 50%; background-color: #cb8c44;"></div>
- </div>
- </div>
- </div>
- </div>
- <!--- paste from here --->
- <!--- strength --->
- <div class="row no-gutters">
- <div class="col-3">
- <p class="p-1 m-0" style="font-size: 11px; color: #b77b69; font-weight: 700;">
- WISDOM
- </p>
- </div>
- <div class="col-9">
- <div class="card border-0 p-2" style="background-color: #fefcec;">
- <div class="progress mt-1 mx-2 rounded-0" style="height: 2px; overflow: visible; background-color: #efc59a;">
- <div class="progress-bar" style="height: 100%;
- width: 50%;
- background-color: transparent;"></div>
- <div style="height: 8px; width: 8px; margin: -3px 0 0 -4px; border-radius: 50%; background-color: #cb8c44;"></div>
- </div>
- </div>
- </div>
- </div>
- <!--- paste from here --->
- <!--- strength --->
- <div class="row no-gutters">
- <div class="col-3">
- <p class="p-1 m-0" style="font-size: 11px; color: #b77b69; font-weight: 700;">
- INTELLECT
- </p>
- </div>
- <div class="col-9">
- <div class="card border-0 p-2" style="background-color: #fefcec;">
- <div class="progress mt-1 mx-2 rounded-0" style="height: 2px; overflow: visible; background-color: #efc59a;">
- <div class="progress-bar" style="height: 100%;
- width: 50%;
- background-color: transparent;"></div>
- <div style="height: 8px; width: 8px; margin: -3px 0 0 -4px; border-radius: 50%; background-color: #cb8c44;"></div>
- </div>
- </div>
- </div>
- </div>
- <!--- paste from here --->
- <!--- strength --->
- <div class="row no-gutters">
- <div class="col-3">
- <p class="p-1 m-0" style="font-size: 11px; color: #b77b69; font-weight: 700;">
- CHARISMA
- </p>
- </div>
- <div class="col-9">
- <div class="card border-0 p-2" style="background-color: #fefcec;">
- <div class="progress mt-1 mx-2 rounded-0" style="height: 2px; overflow: visible; background-color: #efc59a;">
- <div class="progress-bar" style="height: 100%;
- width: 50%;
- background-color: transparent;"></div>
- <div style="height: 8px; width: 8px; margin: -3px 0 0 -4px; border-radius: 50%; background-color: #cb8c44;"></div>
- </div>
- </div>
- </div>
- </div>
- <!--- paste from here --->
- </div>
- <!--- aesthetic & voice claim/music --->
- <div class="card m-1 text-center" style="border-radius: 0px; background-color: #a4815d;">
- <div class="row no-gutters">
- <div class="col-6">
- <div class="card m-1 bg-faded border-0">
- <!--- image --->
- <div class="card text-center" style="border-radius: 0px;
- border: 1px solid #f2d7b7;
- background-image: url('IMGURL');
- background-size: cover;
- background-position: center;
- height: 129px;"></div>
- </div>
- </div>
- <div class="col-6">
- <!--- music
- change the YOUTUBEID to the youtube video, should look like this:
- " Dg0IjOzopYU " --->
- <div class="card m-1 text-center" style="border-radius: 0px; background-color: #a4815d; border: 1px solid #f2d7b7;">
- <div class="card border-0" style="position: relative; height: 127px; overflow: hidden; border-radius: 0px;">
- <iframe width="130" height="335"
- src="https://www.youtube.com/embed/YOUTUBEID?controls=0"
- frameborder="0" style="position: absolute; top: -100px; border-radus: 0px;"></iframe>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--- voice claim . credits --->
- <div class="card m-1 text-center" style="border-radius: 0px; background-color: #a4815d;">
- <div class="card m-1 text-center" style="border-radius: 0px;
- border: 1px solid #f2d7b7;
- background-image: url('IMGURL');
- background-size: 110%;
- background-position: center;
- height: 71px;">
- <p class="p-3 m-1" style="font-size: 20px; letter-spacing: 0.5em; color: #fdf6ee;">
- <i class="fa fa-microphone tooltipster" title="voice claim ; etc"></i>
- •
- <i class="fa fa-mango tooltipster" title="smells like ; etc"></i>
- •
- <a href="https://toyhou.se/bumblebree" style="color: #fdf6ee;"><i class="fa-duotone fa-code tooltipster" title="coding credit"></i></a>
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement