Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----- a
- cw messy code
- HEading color: #0096ff
- background color: #000000
- Text color : #ffffff
- edge color: warning
- relationship line color: #5e58ab
- Yes the font for the relaitonship tab is different.. you can change that
- Test new colors : #0096ff
- add a line break = <br> OR <p></p>
- Go to Font awesome for the silly icons :3
- font: georgia
- <i class="fa-light fa-paw pull-right" />
- <i class="fa-light fa-cat pull-left" />
- Theres so much yapping in this code holy shit
- --->
- <!---
- Note format
- --->
- <div class="row no-gutters">
- <div class="row justify-content-center">
- <div class="card col-md-10 card-outline-warning p-1" Style="Font-family:georgia">
- <!-- NAV BUTTONS -->
- <ul class="nav nav-tabs card-header-tabs row mb-1">
- <li class="nav-item flex-fill"><a class="btn bg-faded btn-block btn-outline-warning " data-toggle="tab" class="nav-link active" href="#one">About</a></li>
- <li class="nav-item flex-fill"><a class="btn bg-faded btn-block btn-outline-warning" data-toggle="tab" class="nav-link" href="#two">Personality</a></li>
- <li class="nav-item flex-fill"><a class="btn bg-faded btn-block btn-outline-warning" data-toggle="tab" class="nav-link" href="#three">Relationships</a></li>
- </li>
- <li class="nav-item flex-fill"><a class="btn bg-faded btn-block btn-outline-warning" data-toggle="tab" class="nav-link" href="#four">other</a></li>
- </ul>
- <!----------- content container -- sets border color ------------------------->
- <!---------- Image on left -- will scale with screen -- focus of crop can be changed by editing the Object-position ------------------------------------>
- <div class="row no-gutters">
- <div class="card col-md-3" style="height: 500px ; overflow: auto; Font-family:georgia; background-color:#000000">
- <img class="d-block p-3 " style=" object-fit: cover;
- height: 230px; object-position: 0px 20%;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/52389546_cjOIxDgymJkJ3rQ.png ">
- <div class="col-md-12">
- <span class="text-uppercase" style="filter:opacity(100%);"> Name</span>
- <span class="pull-right"> Name</span>
- <hr class="my-2" style="border-color: #e1e8ed;">
- <span class="text-uppercase" style="filter:opacity(100%);"> Age</span>
- <span class="pull-right"> age</span>
- <hr class="my-2" style="border-color: #e1e8ed;">
- <span class="text-uppercase" style="filter:opacity(100%);"> Gender</span>
- <span class="pull-right"> gender pronouns</span>
- <hr class="my-2" style="border-color: #e1e8ed;">
- <span class="text-uppercase" style="filter:opacity(100%);"> Height</span>
- <span class="pull-right"> height</span>
- <hr class="my-2" style="border-color: #e1e8ed;">
- <span class="text-uppercase" style="filter:opacity(100%);"> Species/race</span>
- <span class="pull-right"> --</span>
- <hr class="my-2" style="border-color: #e1e8ed;">
- <span class="text-uppercase" style="filter:opacity(100%);"> MBTI</span>
- <span class="pull-right"> Meyer briggs </span>
- <hr class="my-2" style="border-color: #e1e8ed;">
- <span class="text-uppercase" style="filter:opacity(100%);"> Demeanor</span>
- <span class="pull-right"> Outward vibe</span>
- <hr class="my-2" style="border-color: #e1e8ed;">
- </div>
- </div>
- <!-- NAV CONTENT -->
- <div class="card col-md-9" style=" color: #ffffff; Font-family:georgia">
- <div class="tab-content" style="height: 500px ; overflow: auto; Font-family:georgia; background-color:#000000">
- <!-- ONE/Basics -->
- <div class="tab-pane fade show active p-2" id="one">
- <h2 style="color: #0096ff; letter-spacing:1px; text-align:center" class="display-4 text-up`percase mb-3">
- <i class="fa-light fa-paw pull-right" /><i class="fa-light fa-cat pull-left" /> Basics/About
- </h2>
- <!-- SUBTITLE (DELETABLE)-->
- <h1>
- <div class="text-muted font-italic" style="z-index:1;text-align:center; font-size:100%; letter-spacing:2px"> Quote here.
- </h1>
- </div>
- <div class="col-lg">
- <div class="row px-1">
- <div class="col-lg-4">
- <!---
- Part one
- ---> P1Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.
- </div>
- <!---
- Part two
- --->
- <div class=" col-lg-4"> P2 <br>I usually expand on the demeanor(body movement/expressivness,emotional state, posture) part here, a description of their voice (accent, verbal tics,launguages, articulation) How they act w friends , with lovers, when alone. Why do they like what they like and dislike what they dislike etc! maybe a silly quote at the top. </div>
- <!---
- Likes/dislikes
- --->
- <div class="col-lg-4">
- <div class="col-sm-6 mb-2">
- <p class="text-uppercase" style="filter:opacity(100%);">
- <i class="fal fa-heart fa-fw" /> Likes
- </p>
- <ul class="mb-0">
- <li class="mb-2">coding</li>
- <li class="mb-2">talking alot</li>
- <li class="mb-2">blank</li>
- </ul>
- </div>
- <div class="col-sm-6 mb-2">
- <p class="text-uppercase" style="filter:opacity(100%);">
- <i class="fal fa-times fa-fw" /> Dislikes
- </p>
- <ul class="mb-0">
- <li class="mb-2">Adding coding notes</li>
- <li class="mb-2">writing</li>
- <li class="mb-2">Coding</li>
- </ul>
- </div>
- </div>
- </div>
- <!---
- Note format
- --->
- <hr class="my-2" style="border-color: #e1e8ed;">
- <span style="font-family:serif">
- <font size="4">Lyrics</font>
- </span>
- </div>
- <font size="1">
- <p style="text-align: center;"> Songwriter
- </font>
- </p>
- </div>
- <!-- TWO/personality -->
- <div class="tab-pane fade p-2" id="two">
- <h2 style="color: #0096ff;; letter-spacing:3px; text-align:center" class="display-4 text-uppercase mb-3">
- <i class="fa-light fa-paw pull-right" /><i class="fa-light fa-cat pull-left" /> Personality
- </h2>
- <!---- the "width % is how much of the bar is filled.0% is empty 100% is full-->
- <div class="col-lg">
- <div class="row px-1">
- <div class="col-lg-4">
- <div class="p-2">
- <p class="text-uppercase mb-0" style="filter:opacity(100%);"> Shy / outgoing</p>
- <div class="progress mt-1">
- <div class="progress-bar" style="background: #0096ff; width:89%; height:5px;"></div>
- </div>
- </div>
- <div class="p-2">
- <p class="text-uppercase mb-0" style="filter:opacity(100%);"> Humble / arrogant</p>
- <div class="progress mt-1">
- <div class="progress-bar" style="background: #0096ff; width:50%; height:5px;"></div>
- </div>
- </div>
- <div class="p-2">
- <p class="text-uppercase mb-0" style="filter:opacity(100%);">Meek/confident</p>
- <div class="progress mt-1">
- <div class="progress-bar" style="background: #0096ff; width:20%; height:5px;"></div>
- </div>
- </div>
- <div class="p-2">
- <p class="text-uppercase mb-0" style="filter:opacity(100%);"> Cautious / reckless</p>
- <div class="progress mt-1">
- <div class="progress-bar" style="background: #0096ff; width:34%; height:5px;"></div>
- </div>
- </div>
- <div class="p-2">
- </div>
- </div><!---
- 2nd col
- --->
- <div class="col-lg-4">
- <div class="p-2">
- <p class="text-uppercase mb-0" style="filter:opacity(100%);"> Lazy / hardworking</p>
- <div class="progress mt-1">
- <div class="progress-bar" style="background: #0096ff; width:89%; height:5px;"></div>
- </div>
- </div>
- <div class="p-2">
- <p class="text-uppercase mb-0" style="filter:opacity(100%);"> Selfish / altruistic </p>
- <div class="progress mt-1">
- <div class="progress-bar" style="background: #0096ff; width:50%; height:5px;"></div>
- </div>
- </div>
- <div class="p-2">
- <p class="text-uppercase mb-0" style="filter:opacity(100%);"> Patient/irratable</p>
- <div class="progress mt-1">
- <div class="progress-bar" style="background: #0096ff; width:20%; height:5px;"></div>
- </div>
- </div>
- <div class="p-2">
- <p class="text-uppercase mb-0" style="filter:opacity(100%);">Cruel / kind</p>
- <div class="progress mt-1">
- <div class="progress-bar" style="background: #0096ff; width:20%; height:5px;"></div>
- </div>
- </div>
- </div>
- <!---
- Third col
- --->
- <div class="col-lg-4"> Expand! Mental illnesses, Family trauma, you name it!! throw it ere loser!!</div>
- </div>
- <hr class="my-2" style="border-color: #e1e8ed;"> writers notes!! maybe describe how the character got here
- </div>
- </div>
- <!-- Three/relationships -->
- <div class="tab-pane fade p-2" id="three">
- <h2 style="color: #0096ff;; letter-spacing:3px; text-align:center" class="display-4 text-uppercase mb-3">
- <i class="fa-light fa-paw pull-right" /><i class="fa-light fa-cat pull-left" /> Relationships
- </h2>
- <div class="row no-gutters">
- <!---copy here --->
- <div class="col-md-6 p-1">
- <!------------ IMAGE ------------>
- <img class="d-block p-3 " style=" object-fit: cover;
- height: 230px; object-position: 5px 0%;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/83617000_yFAr6Pf0K1VSZgu.png ">
- <!------------------------>
- <div class="col-md-6 p-1">
- <!------------ NAME/LINK ------------>
- <div class="text-uppercase mb-2 mt-2" style="font-size: 30px; background: #5e58ab; font-family: georgia; font-weight: bold; line-height: 10px;">
- <a href="https://toyhou.se/21850679.bea" style="color: #0096ff">Name </a>
- </div>
- <!------------------------>
- <div class="mb-2" style="color: #0096ff; font-weight: bold"> Relationship</div>
- </div>
- <!------------------------>
- <div style="height: 100px; overflow-y:scroll;"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque. </div>
- </div>
- <!---end copy-->
- <!---copy here--->
- <div class="col-md-6 p-1">
- <!------------ IMAGE ------------>
- <img class="d-block p-3 " style=" object-fit: cover;
- height: 230px; object-position: 5px 0%;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/83617000_yFAr6Pf0K1VSZgu.png ">
- <!------------------------>
- <div class="col-md-6 p-1">
- <!------------ NAME/LINK ------------>
- <div class="text-uppercase mb-2 mt-2" style="font-size: 30px; background: #5e58ab; font-family: georgia; font-weight: bold; line-height: 10px;">
- <a href="https://toyhou.se/21850679.bea" style="color: #0096ff">Name </a>
- </div>
- <!------------------------>
- <div class="mb-2" style="color: #0096ff; font-weight: bold"> Relationship</div>
- </div>
- <!------------------------>
- <div style="height: 100px; overflow-y:scroll;"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque. </div>
- </div>
- <!---end copy-->
- <!---copy here--->
- <div class="col-md-6 p-1">
- <!------------ IMAGE ------------>
- <img class="d-block p-3 " style=" object-fit: cover;
- height: 230px; object-position: 5px 0%;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/83617000_yFAr6Pf0K1VSZgu.png ">
- <!------------------------>
- <div class="col-md-6 p-1">
- <!------------ NAME/LINK ------------>
- <div class="text-uppercase mb-2 mt-2" style="font-size: 30px; background: #5e58ab; font-family: georgia; font-weight: bold; line-height: 10px;">
- <a href="https://toyhou.se/21850679.bea" style="color: #0096ff">Name </a>
- </div>
- <!------------------------>
- <div class="mb-2" style="color: #0096ff; font-weight: bold"> Relationship</div>
- </div>
- <!------------------------>
- <div style="height: 100px; overflow-y:scroll;"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque. </div>
- </div>
- <!---end copy-->
- <!---copy here--->
- <div class="col-md-6 p-1">
- <!------------ IMAGE ------------>
- <img class="d-block p-3 " style=" object-fit: cover;
- height: 230px; object-position: 5px 0%;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/83617000_yFAr6Pf0K1VSZgu.png ">
- <!------------------------>
- <div class="col-md-6 p-1">
- <!------------ NAME/LINK ------------>
- <div class="text-uppercase mb-2 mt-2" style="font-size: 30px; background: #5e58ab; font-family: georgia; font-weight: bold; line-height: 10px;">
- <a href="https://toyhou.se/21850679.bea" style="color: #0096ff">Name </a>
- </div>
- <!------------------------>
- <div class="mb-2" style="color: #0096ff; font-weight: bold"> Relationship</div>
- </div>
- <!------------------------>
- <div style="height: 100px; overflow-y:scroll;"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque. </div>
- </div>
- <!---end copy-->
- </div>
- </div>
- <!---------- Four/ Other ------------------------------------>
- <div class="tab-pane fade p-2" id="four">
- <h2 style="color: #0096ff; letter-spacing:1px; text-align:center" class="display-4 text-up`percase mb-3">
- <i class="fa-light fa-paw pull-right" /><i class="fa-light fa-cat pull-left" /> Other
- </h2>
- <!-- SUBTITLE (DELETABLE)-->
- <h1>
- <div class="text-muted font-italic col-md-8" style="z-index:1;text-align:center; font-size:120%; letter-spacing:2px"> Design details
- </h1>
- </div>
- <div class="col-lg">
- <div class="row px-1">
- <div class="col-lg-4">
- <!---
- Part one
- --->
- <p class="text-uppercase" style="filter:opacity(100%);">One </p>
- <ul>
- <li> Scars? </li>
- <li> Scars? </li>
- </ul>
- </div>
- <!---
- Part two
- --->
- <div class=" col-lg-4">
- <p class="text-uppercase" style="filter:opacity(100%);"> two</p>
- <ul>
- <li> I am so idealess</li>
- </ul>
- </div>
- <!---
- Likes/dislikes
- --->
- <div class="col-lg-4"> THIS BREAKS IF YOU DONT HAVE ATLEAST ONE SENTENCE. I DONT KNOW WHY Ideas?? Lifestyle (Diet, exercise, sleep, hygienec,, addictions) Combat (Type [mage, tank ,idfk], tactics, weapons idfk)Mental/physical strengths , mental physical weakneses, flaws, habits, pet peeves, wishes, prejudices, secrets :), ethics, triggers, phobias, defense mechanism, flight/fight/freeze/fawn, cognitive distrotion (Jumping to conclusion / catastrophizing / black-and-white thinking / emotional reasoning / externalization of self-worth / labeling / magnification / overgeneralization / perfectionism / "should" statements / etc.) Learning style, how they express / recieve love, short term/long term goals/ urrent concern,routine
- </div>
- </div>
- <hr class="my-2" style="border-color: #e1e8ed;">
- <div class="text-muted font-italic" style="z-index:1;text-align:center; font-size:150%; letter-spacing:2px"> Story </div>
- <p class="text-uppercase mb-0" style="filter:opacity(70%);">
- <i class="fal fa-bookmark fa-fw" /> Present
- <p>Write about their background/story here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sit amet massa blandit, fermentum enim a, scelerisque velit. Integer interdum urna ac dui sollicitudin sollicitudin. In feugiat posuere nulla, eget lobortis ante.</p>
- <p class="text-uppercase mb-0" style="filter:opacity(70%);">
- <i class="fal fa-bookmark fa-fw" /> Past
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas risus erat, malesuada vel scelerisque eu, convallis at sem. Phasellus ut ipsum at lorem viverra tincidunt vel et tellus. Ut sit amet diam ac tortor congue cursus. Aliquam vulputate lacinia felis sit amet suscipit. Mauris massa odio, suscipit id rutrum at, rutrum dignissim lacus. Quisque pulvinar, ipsum vitae rutrum molestie, lectus neque pulvinar lorem, nec commodo leo velit nec ligula.</p>
- <p class="text-uppercase mb-0" style="filter:opacity(70%);">
- <i class="fal fa-bookmark fa-fw" /> Childhood
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas risus erat, malesuada vel scelerisque eu, convallis at sem. Phasellus ut ipsum at lorem viverra tincidunt vel et tellus. Ut sit amet diam ac tortor congue cursus. Aliquam vulputate lacinia felis sit amet suscipit.</p>
- </h1>
- </div>
- </div>
- </div></div></div></div>
- <div class="col-10 text-right small py-2" style="letter-spacing:4px">
- <a href="https://toyhou.se/18680229.personal-use-user-codes/29179211.custom-twooooo" class="tooltipster" title="code by jelah animates :>" style="text-decoration:none !important">
- <i class="far fa-code"></i> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement