Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Character Biosheet for Character Planning</title>
- <link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
- <style>
- /* THIS CODE IS FRAGILE. AND NOT VERSATILE. IT WILL LIKELY BREAK. CONTACT ME IF YOU EVER NEED ANY HELP.
- DESIGNS
- COLOR PALETTE
- Grey: #959595
- Cream: #e2e0d4
- Off Pink: #cebeb9
- Pure Pink: #e7cac2
- Soft Grey: #e8e8e8
- Another Grey: #f5f5f5
- Blue: #8dc8e3
- Yellow: #f8de7e
- FONTS
- Poppins and Adinda Melia (known as 'font')
- SIZE
- 500px x 550px
- */
- body {
- height: 800px;
- }
- @font-face {
- src: url(https://dl.dropbox.com/s/mk91lawsdnx6csj/Adinda%20Melia.otf);
- font-family: font;
- }
- .header {
- text-align: center;
- color: #959595;
- font-family: font;
- font-size: 50px;
- position: absolute;
- width: 45%;
- height: 100%;
- z-index: 1;
- line-height:40px;
- box-sizing: border-box;
- padding: 25px 10px 0 10px;
- text-shadow: 1px 1px 2px #000;
- letter-spacing: -3px;
- }
- .diagonalone {
- background-image: -webkit-linear-gradient(115deg, #e7cac2 30%, rgba(0,0,0,0) 30%);
- height: 526px;
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .diagonaltwo {
- background-image: -webkit-linear-gradient(60deg, rgba(0,0,0,0) 50%, #e2e0d4 50%);
- height: 524px;
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .imagecontainer {
- height: 190px;
- width: 190px;
- padding: 10px;
- background: #8dc8e3;
- background-size: cover;
- position: absolute;
- z-index: 1;
- box-sizing: border-box;
- margin-top: 10px;
- transform: rotate(-3deg);
- }
- .image {
- height: 190px;
- width: 190px;
- background: url(https://wallpapercave.com/wp/wp5414482.jpg)center; /* MAIN PROFILE PICTURE */
- box-shadow: 2px 2px 7px #000;
- background-size: cover;
- position: absolute;
- z-index: 1;
- }
- .paper {
- width: 220px;
- height: 200px;
- position: absolute;
- top: 330px;
- left: 25px;
- transform: rotate(-7deg);
- font-family: poppins;
- font-size: 15px;
- }
- .papertwo {
- width: 200px;
- height: 200px;
- position: absolute;
- top: 40px;
- left: 250px;
- transform: rotate(4.5deg);
- font-family: poppins;
- font-size: 15px;
- line-height: 29px;
- }
- .imagetwocontainer {
- height: 240px;
- width: 200px;
- padding: 15px;
- background: #fff;
- background-size: cover;
- position: absolute;
- top: 240px;
- left: 260px;
- z-index: 1;
- box-sizing: border-box;
- margin-top: 10px;
- transform: rotate(-2deg);
- box-shadow: 1px 1px 6px #000;
- }
- .imagetwo {
- height: 170px;
- width: 170px;
- position: absolute;
- z-index: 1;
- }
- .imagethreecontainer {
- height: 240px;
- width: 200px;
- padding: 15px;
- background: #fff;
- background-size: cover;
- position: absolute;
- top: 240px;
- left: 260px;
- z-index: 0;
- box-sizing: border-box;
- margin-top: 10px;
- transform: rotate(5deg);
- box-shadow: 1px 1px 6px #000;
- }
- .imagefourcontainer {
- height: 240px;
- width: 200px;
- padding: 15px;
- background: #fff;
- background-size: cover;
- position: absolute;
- top: 240px;
- left: 260px;
- z-index: 0;
- box-sizing: border-box;
- margin-top: 10px;
- transform: rotate(-18deg);
- box-shadow: 1px 1px 6px #000;
- }
- .imagethreecontainer:hover {
- z-index: 2;
- }
- .imagefourcontainer:hover {
- z-index: 2;
- }
- .headerone {
- text-align: center;
- color: #959595;
- font-family: font;
- font-size: 45px;
- position: absolute;
- width: 50%;
- height: 100%;
- z-index: 1;
- line-height:40px;
- box-sizing: border-box;
- padding: 25px 10px 0 10px;
- text-shadow: 1px 1px 2px #000;
- letter-spacing: -3px;
- }
- .headertwo {
- text-align: center;
- color: #959595;
- font-family: font;
- font-size: 50px;
- position: absolute;
- top: 420px;
- left: 15px;
- width: 50%;
- height: 100%;
- z-index: 1;
- line-height:40px;
- box-sizing: border-box;
- padding: 25px 10px 0 10px;
- text-shadow: 1px 1px 2px #000;
- letter-spacing: -3px;
- }
- .headerthree {
- text-align: center;
- color: #959595;
- font-family: font;
- font-size: 45px;
- position: absolute;
- width: 50%;
- height: 100%;
- z-index: 1;
- line-height:40px;
- box-sizing: border-box;
- padding: 25px 10px 0 10px;
- text-shadow: 1px 1px 2px #000;
- letter-spacing: -3px;
- margin-bottom: -20px;
- }
- .headerfour {
- text-align: center;
- color: #959595;
- font-family: font;
- font-size: 45px;
- position: absolute;
- width: 100%;
- height: 100%;
- z-index: 1;
- line-height: 40px;
- box-sizing: border-box;
- padding: 25px 10px 0 10px;
- text-shadow: 1px 1px 2px #000;
- letter-spacing: -3px;
- margin-bottom: -20px;
- }
- .columnone {
- width: 50%;
- height: 40%;
- background: rgba(141,200,227,0.2);
- position: absolute;
- top: 0;
- }
- .columntwo {
- width: 50%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 50%;
- padding: 0 15x;
- }
- .columnthree {
- width: 50%;
- height: 60%;
- background: rgba(248,222,126,0.2);
- position: absolute;
- top: 40%;
- left: 0;
- overflow:auto
- }
- .text {
- font-size: 15px;
- font-family: poppins;
- margin-top: 70px;
- padding: 10px;
- box-sizing: border-box;
- width: 100%;
- height: 440px;
- }
- .relations {
- height: 135px;
- width: 100px;
- padding: 7px;
- background: #fff;
- background-size: cover;
- position: relative;
- z-index: 2;
- box-sizing: border-box;
- margin-top: 10px;
- box-shadow: 1px 1px 6px #000;
- font-family: poppins;
- font-size: 12px;
- transition: 2s ease-out;
- }
- .relationstwo {
- height: 135px;
- width: 100px;
- padding: 7px;
- background: #fff;
- background-size: cover;
- z-index: 1;
- box-sizing: border-box;
- margin-top: 10px;
- box-shadow: 1px 1px 6px #000;
- font-family: poppins;
- font-size: 12px;
- transition: 2s ease-out;
- }
- .relationsthree {
- height: 135px;
- width: 100px;
- padding: 7px;
- background: #fff;
- background-size: cover;
- z-index: 0;
- box-sizing: border-box;
- margin-top: 10px;
- box-shadow: 1px 1px 6px #000;
- font-family: poppins;
- font-size: 12px;
- transition: 2s ease-out;
- }
- .relationsimage {
- height: 86px;
- width: 86px;
- position: absolute;
- z-index: 1;
- }
- .relationstext {
- position: absolute;
- top: 86px;
- width: 86px;
- padding: 7px 0;
- z-index: 1;
- text-align: center;
- line-height: 12px;
- }
- i {
- font-size: 10px;
- }
- .relationstwo:hover {
- z-index: 3;
- }
- .relationsthree:hover {
- z-index: 3;
- }
- .textone {
- color: black;
- width: 310px;
- height: 390px;
- font-family: poppins;
- font-size: 14px;
- background: #fff;
- width: 350px;
- height: 410px;
- position: absolute;
- z-index: 1;
- top: 100px;
- left: 50px;
- transform: rotate(-1deg);
- padding: 20px;
- box-shadow: 1px 1px 6px #000;
- box-sizing: border-box;
- overflow: hidden;
- }
- #one {
- z-index: 4;
- color: black;
- width: 310px;
- height: 390px;
- font-family: poppins;
- font-size: 14px;
- background: #fff;
- width: 350px;
- height: 410px;
- position: absolute;
- top: 100px;
- left: 50px;
- transform: rotate(-1deg);
- padding: 20px;
- box-shadow: 1px 1px 6px #000;
- box-sizing: border-box;
- overflow: hidden;
- }
- #two {
- position: absolute;
- top: 100px;
- left: 50px;
- transform: rotate(2deg);
- z-index: 3;
- color: black;
- width: 310px;
- height: 390px;
- font-family: poppins;
- font-size: 14px;
- background: #fff;
- width: 350px;
- height: 410px;
- padding: 20px;
- box-shadow: 1px 1px 6px #000;
- box-sizing: border-box;
- overflow: hidden;
- }
- #three {
- position: absolute;
- top: 100px;
- left: 50px;
- transform: rotate(-2deg);
- z-index: 2;
- color: black;
- width: 310px;
- height: 390px;
- font-family: poppins;
- font-size: 14px;
- background: #fff;
- width: 350px;
- height: 410px;
- padding: 20px;
- box-shadow: 1px 1px 6px #000;
- box-sizing: border-box;
- overflow: hidden;
- }
- #four {
- position: absolute;
- top: 100px;
- left: 50px;
- transform: rotate(2deg);
- z-index: 1;
- color: black;
- width: 310px;
- height: 390px;
- font-family: poppins;
- font-size: 14px;
- background: #fff;
- width: 350px;
- height: 410px;
- padding: 20px;
- box-shadow: 1px 1px 6px #000;
- box-sizing: border-box;
- overflow: hidden;
- }
- .credits {
- z-index: 20000;
- font-family: montserrat;
- font-size: 10px;
- }
- .credits a {
- color: #000;
- font-weight: bold;
- transition: .2s ease-in;
- }
- .credits a:hover {
- color: #8dc8e3;
- }
- </style>
- </head>
- <body>
- <div id="1" style="width:500px;height:550px;margin:10px 0 0 -250px;padding:10px;background:#f5f5f5;box-sizing:border-box;position:absolute;left:50%;z-index:1;transform:rotate(1deg);box-shadow:1px 1px 5px;">
- <div style="border:2px solid #959595;">
- <div style="width:476px;height:526px;background:#f5f5f5;box-sizing:border-box;border:3px solid #e8e8e8;position:relative;">
- <div class="diagonalone"></div>
- <div class="diagonaltwo"></div>
- <div class="header">Bernadette<br>Smith
- <div class="imagecontainer">
- <div class="image"></div>
- </div>
- </div>
- <img src="https://i.imgur.com/2QVQZUx.png" style="width:250px;position:absolute;top:310px;left:-30px;">
- <div class="paper">
- <b>Aliases:</b> Berna, Burny, Bernabear, Burnabear<br>
- <b>Cluster:</b> Might<br>
- <b>Godly Parent:</b> Nemesis<br>
- <b>Occupation:</b> Monster Questing Team
- </div>
- <img src="https://i.imgur.com/QyUVfMI.png" style="position:absolute;width:270px;left:220px;top:-20px;">
- <div class="papertwo">
- <b>Nationality:</b> American<br>
- <b>Place of Birth:</b> Dallas, Texas<br>
- <b>Residence:</b> CHB<br>
- <b>Likes:</b> Baseball, eating<br>
- <b>Dislikes:</b> Passivity, liars<br>
- <b>Habits:</b> Tries to talk to birds
- </div>
- <div class="imagetwocontainer"><div class="imagetwo" style="background:url(https://pbs.twimg.com/media/ClUL9LYUkAAyZfc.jpg)center;background-size:cover;"></div></div> <!-- FIRST PHOTO IN THE FIRST PAGE -->
- <div class="imagethreecontainer"><div class="imagetwo" style="background:url(https://66.media.tumblr.com/a36a6092edabf567762590549ecdb082/5c5c4f2a8831b41e-9c/s640x960/086e1730670a47871d2b038a03fac0611d8e6951.png)center;background-size:cover;"></div></div> <!-- SECOND (HIDDEN) PHOTO IN THE FIRST PAGE -->
- <div class="imagefourcontainer"><div class="imagetwo" style="background:url(https://i.pinimg.com/originals/3a/49/2d/3a492d07d34ee15cb3301f5e583070af.jpg)center;background-size:cover;"></div></div> <!-- THIRD (HIDDEN) PHOTO IN THE FIRST PAGE -->
- <img src="https://i.ya-webdesign.com/images/cat-clip-art-transparent-background-5.png" style="position:absolute;width:60px;top:430px;left:180px;"> <!-- cat :P -->
- <button onclick="myFunction()" style="position:absolute;top:488px;left:378px;z-index:1;background:#8dc8e3;border:0;padding:5px;font-family:poppins;box-shadow:1px 1px 2px #000;cursor:pointer;">Next Page →</button>
- </div>
- </div>
- </div>
- <div id="2" style="width:500px;height:550px;margin:10px 0 0 -250px;padding:10px;background:#f5f5f5;box-sizing:border-box;left:50%;top:0;position:absolute;z-index:-10;transform:rotate(-1deg);box-shadow:1px 1px 5px;">
- <div style="border:2px solid #959595;">
- <div style="width:476px;height:526px;background:#f5f5f5;box-sizing:border-box;border:3px solid #e8e8e8;position:relative;">
- <div class="diagonalone"></div>
- <div class="diagonaltwo"></div>
- <div class="columnone"> <!-- APPEARANCE -->
- <div class="headerone">Appearance</div>
- <div class="text">
- <b>Hair Color: </b>Brunette<br>
- <b>Eye Color: </b>Hazel<br>
- <b>Height: </b>177cm<br>
- <b>Weight: </b>40kg<br>
- <b>Ethnicity: </b>White<br>
- </div>
- <img src="https://www.pngkey.com/png/full/395-3951949_pin-by-nazkedi-tapnar-on-cat-art-cat.png" style="position:absolute;width:60px;top:130px;left:160px;"> <!-- cat :P -->
- </div>
- <div class="columntwo"> <!-- RELATIONS! -->
- <div class="relations" style="transform:rotate(-1deg);">
- <div class="relationsimage" style="background:url(https://worldofolympians.com/user/profile/skye-hall/profile-picture)center;background-size:cover"></div>
- <div class="relationstext">
- <i>godparent</i><br><b>Skye Hall</b>
- </div>
- </div>
- <div class="relations" style="transform:rotate(1deg);">
- <div class="relationsimage" style="background:url(https://worldofolympians.com/user/profile/edmund-dickens/profile-picture)center;background-size:cover;"></div>
- <div class="relationstext">
- <i>enemy</i><br><b>Edmund Dickens</b>
- </div>
- </div>
- <div class="relations" style="transform:rotate(-0.5deg);">
- <div class="relationsimage" style="background:url(https://worldofolympians.com/user/profile/ophelia-fernsby/profile-picture)center;background-size:cover;"></div>
- <div class="relationstext">
- <i>best friend</i><br><b>Ophelia Fernsby</b>
- </div>
- </div>
- <div class="relationstwo" style="position:absolute;top:0;left:60px;transform:rotate(0.5deg);">
- <div class="relationsimage" style="background:url(https://worldofolympians.com/user/profile/kelli-davenport/profile-picture)center;background-size:cover;"></div>
- <div class="relationstext">
- <i>best friend</i><br><b style="color:#4c7197">Kelli Davenport</b>
- </div>
- </div>
- <div class="relationstwo" style="position:absolute;top:145px;left:60px;transform:rotate(-0.5deg)">
- <div class="relationsimage" style="background:url(https://worldofolympians.com/user/profile/kohaku-blaze/profile-picture)center;background-size:cover;"></div>
- <div class="relationstext">
- <i>best friend</i><br><b style="color:#6caf37">Kohaku Blaze</b>
- </div>
- </div>
- <div class="relationstwo" style="position:absolute;top:290px;left:60px;transform:rotate(1deg)">
- <div class="relationsimage" style="background:url(https://worldofolympians.com/user/profile/daniel-atlas/profile-picture)center;background-size:cover;"></div>
- <div class="relationstext">
- <i>half-sibling</i><br><b style="color:#E01AC8">Daniel Atlas</b>
- </div>
- </div>
- <div class="relationsthree" style="position:absolute;top:0;left:120px;">
- <div class="relationsimage" style="background:url(https://worldofolympians.com/user/profile/romulus-heroux/profile-picture)center;background-size:cover;"></div>
- <div class="relationstext">
- <i>half-sibling</i><br><b>Romulus Heroux</b>
- </div>
- </div>
- <div class="relationsthree" style="position:absolute;top:145px;left:120px;transform:rotate(1deg)">
- <div class="relationsimage" style="background:url(https://worldofolympians.com/user/profile/felicity-rosier/profile-picture)center;background-size:cover;"></div>
- <div class="relationstext">
- <i>half-sibling</i><br><b>Felicity Rosier</b>
- </div>
- </div>
- <div class="relationsthree" style="position:absolute;top:290px;left:120px;transform:rotate(-0.5deg)">
- <div class="relationsimage" style="background:url(https://worldofolympians.com/user/profile/delmira-strange/profile-picture)center;background-size:cover;"></div>
- <div class="relationstext">
- <i>big boss</i><br><b style="color:#b5a900">Delmira Strange</b>
- </div>
- </div>
- <div class="headertwo">Relations</div>
- </div>
- <div class="columnthree"> <!-- PERSONALITY -->
- <div class="headerthree">Personality</div>
- <div class="text">
- <b>Good Traits: </b>Determined, optimistic, outgoing<br>
- <b>Bad Traits: </b>Ignorant, stubborn<br>
- <b>Personality: </b>Holds certain grudges, but doesn't really give a second look at small things. Very determined once she has something that she wants to do.
- </div>
- </div>
- </div>
- <button onclick="myFunctionTwo()" style="position:absolute;top:504px;left:392px;z-index:1;background:#8dc8e3;border:0;padding:5px;font-family:poppins;box-shadow:1px 1px 2px #000;cursor:pointer;">Next Page →</button>
- </div>
- </div>
- <!-- THIS PAGE IS SOLELY FOR BACKSTORY -->
- <div id="3" style="width:500px;height:550px;margin:10px 0 0 -250px;padding:10px;background:#f5f5f5;box-sizing:border-box;left:50%;top:0;position:absolute;z-index:-20;box-shadow:1px 1px 5px;">
- <div style="border:2px solid #959595;">
- <div style="width:476px;height:526px;background:#f5f5f5;box-sizing:border-box;border:3px solid #e8e8e8;position:relative;">
- <div class="diagonalone"></div>
- <div class="diagonaltwo"></div>
- <div class="headerfour">Backstory
- </div>
- <!-- FIRST PAGE -->
- <div id="one">Why dad decided to throw me away, I don't know. I don't know why I was so unwanted that he left me out on adoption. I don't even know his name. I don't even want to.<br><br>
- But then, I think I was happier with my foster parents. Although my foster siblings didn't treat me so well. Me, as the youngest foster child, frequently teased by my brothers and sisters. I don't know why. The question is, the crucial one, why me? Why do they have to pick up on me when there was someone more pathetic?<br><br>
- Come to think of it, I am a pathetic girl. Typical nosy and annoying girl. I don't remember much why I became this way - I don't even remember anything until I was 5. </div>
- <!-- SECOND PAGE -->
- <div id="two">Seriously, my memory sucks. I can only remember my foster parents brought us all to the zoo. That much. And the next thing I remembered was the big sign of McDonald's when we went to get fast food for, I dunno, the first time? My memory started to clear up during my seventh year of life, during elementary schools.<br><br>
- Some I remembered in detail, like how smelly was my friend's drawer, how the classroom door creaked so much that I hit it real hard. Nothing to gain from that, honestly speaking. I would've laughed at my past self.<br><br>
- </div>
- <!-- THIRD PAGE -->
- <div id="three">
- And here we are, being at camp. I remembered how my foster siblings turned out to be empousai. How I didn't end up battling them and ran like a crazy chicken I was. How I ran like coward.<br><br>
- Yet, I was sure I did the right choice. I am sure. I met a demigod along the way - who was actually another empousa in disguise. Yeah, you can pretty much conclude how empousai disgust me.<br><br>
- And so, with <strike>no help</strike> help by looking at a book called The Complete History of Pavement, I managed to come to CHB. Rings a bell? You can search that up if you wanted, by the way. <br><br>
- </div>
- <!-- FOURTH PAGE -->
- <div id="four">
- The book was dropped on the pavement, as if inviting me to look at it. And of course! With troubles reading, I apparently managed to know more about CHB and tried to go there by taxi.<br><br>
- Now now, of course, since I knew more about CHB and gods and half-bloods and whatsoever, I got attacked more frequently, I realized.<br><br>
- </div>
- <button onclick="pageChanger()" style="width:80px;position:absolute;top:0;left:0;z-index:1;border:0;padding:5px;font-family:poppins;box-shadow:1px 1px 2px #000;cursor:pointer;">Page 1</button>
- <button onclick="pageChangerTwo()" style="width:80px;position:absolute;top:35px;left:0;z-index:1;border:0;padding:5px;font-family:poppins;box-shadow:1px 1px 2px #000;cursor:pointer;">Page 2</button>
- <button onclick="pageChangerThree()" style="width:80px;position:absolute;top:0;left:389px;z-index:1;border:0;padding:5px;font-family:poppins;box-shadow:1px 1px 2px #000;cursor:pointer;">Page 3</button>
- <button onclick="pageChangerFour()" style="width:80px;position:absolute;top:35px;left:389px;z-index:1;border:0;padding:5px;font-family:poppins;box-shadow:1px 1px 2px #000;cursor:pointer;">Page 4</button>
- <button onclick="myFunctionThree()" style="position:absolute;top:488px;left:404px;z-index:1;background:#8dc8e3;border:0;padding:5px;font-family:poppins;box-shadow:1px 1px 2px #000;cursor:pointer;">Home →</button>
- </div>
- </div>
- </div>
- <!-- DON'T TOUCH ANYTHING BELOW LOL -->
- <div class="credits">code by<br><a href="blue-moon-ice-cream.tumblr.com">blue<br>moon<br>ice<br>cream</a></div>
- <script>
- function myFunction() {
- document.getElementById("2").style.zIndex = "10";
- }
- function myFunctionTwo() {
- document.getElementById("3").style.zIndex = "20";
- }
- function myFunctionThree() {
- document.getElementById("2").style.zIndex = "-10";
- document.getElementById("3").style.zIndex = "-20";
- }
- function pageChanger() {
- document.getElementById("one").style.zIndex = "4";
- document.getElementById("two").style.zIndex = "3";
- document.getElementById("three").style.zIndex = "2";
- document.getElementById("four").style.zIndex = "1";
- }
- function pageChangerTwo() {
- document.getElementById("one").style.zIndex = "1";
- document.getElementById("two").style.zIndex = "4";
- document.getElementById("three").style.zIndex = "3";
- document.getElementById("four").style.zIndex = "2";
- }
- function pageChangerThree() {
- document.getElementById("one").style.zIndex = "2";
- document.getElementById("two").style.zIndex = "1";
- document.getElementById("three").style.zIndex = "4";
- document.getElementById("four").style.zIndex = "3";
- }
- function pageChangerFour() {
- document.getElementById("one").style.zIndex = "3";
- document.getElementById("two").style.zIndex = "2";
- document.getElementById("three").style.zIndex = "1";
- document.getElementById("four").style.zIndex = "4";
- }
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement