Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <body>
- <style>
- @import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative|Raleway:300);
- ::-webkit-scrollbar { width: 10px;}
- ::-webkit-scrollbar-track { border-radius:50px; background:#7e007e;}
- ::-webkit-scrollbar-thumb { border:5px solid fuchsia; border-radius:50px; border-shadow:5px 5px 5px 5px white;}
- body {
- background-color:lightcoral;
- }
- #statbut {
- list-style-type: none;
- margin: 0;
- padding: 0;
- width: 10%; height: 4%;
- background: fuchsia;
- border: 0.5vh solid #9e004e;
- box-shadow: 4px 4px 5px #000000;
- position: fixed;
- z-index:1;
- -ms-transform: skewX(-30deg);
- -webkit-transform: skewX(-30deg);
- transform: skewX(-30deg);
- top: 10%;
- left: 18%;
- overflow: hidden;
- opacity:0;
- font-family: cinzel decorative;
- -webkit-animation:statanim 1.5s 1;
- animation:statanim 1.5s 1;
- animation-delay:4.0s;
- animation-fill-mode:forwards;
- -webkit-animation-delay:4.0s;
- -webkit-animation-fill-mode:forwards;}
- @keyframes statanim{
- from{left:0%;opacity:0;}
- to{left:18%;opacity:1;}
- }
- @-webkit-keyframes statanim{
- from{left:0%;opacity:0;}
- to{left:18%;opacity:1;}
- }
- #statbut a {
- display: block;
- color:#336600;
- font-size: 2vh;
- padding: 4% 8px 4% 8px;
- text-decoration: none;
- transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -webkit-transition: all 0.3s ease-in-out;
- }
- #statbut a:hover{
- background-color: #2e002e;
- color:#FFFFFF;
- text-shadow: 2px 2px 2px #000000;
- font-size: 2vh;
- }
- #biobut {
- list-style-type: none;
- margin: 0;
- padding: 0;
- width: 8.8%; height:4%;
- background-color: fuchsia;
- border: 0.5vh solid #9e004e;
- box-shadow:4px 4px 5px #000000;
- opacity:0;
- position: fixed;
- z-index:1;
- -ms-transform: skewX(-30deg);
- -webkit-transform: skewX(-30deg);
- transform: skewX(-30deg);
- top: 15%;
- left: 18%;
- overflow: hidden;
- font-family: Times New Roman;
- -webkit-animation:bioanim 0.5s 1;
- animation:bioanim 0.5s 1;
- animation-delay:4.6s;
- animation-fill-mode:forwards;
- -webkit-animation-delay:4.6s;
- -webkit-animation-fill-mode:forwards;}
- @keyframes bioanim{
- from{left:0%;opacity:0;}
- to{left:18%;opacity:1;}
- }
- @-webkit-keyframes bioanim{
- from{left:0%;opacity:0;}
- to{left:18%;opacity:1;}
- }
- #biobut a {
- display: block;
- color:#336600;
- font-size: 2vh;
- padding: 4% 8px 4% 8px;
- text-decoration: none;
- transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -webkit-transition: all 0.3s ease-in-out;
- }
- #biobut a:hover{
- background-color: #2e002e;
- color:#FFFFFF;
- text-shadow: 2px 2px 2px #000000;
- font-size: 2vh;
- }
- #oocbut {
- list-style-type: none;
- margin: 0;
- padding: 0;
- width: 7.7%; height:4%;
- background-color: fuchsia;
- border: 0.5vh solid #9e004e;
- box-shadow: 4px 4px 5px #000000;
- position: fixed;
- z-index:1;
- -ms-transform: skewX(-30deg);
- -webkit-transform: skewX(-30deg);
- transform: skewX(-30deg);
- top: 20%;
- left: 18%;
- overflow: hidden;
- opacity:0;
- font-family: Times New Roman;
- -webkit-animation:oocanim 0.5s 1;
- animation:bioanim 0.5s 1;
- animation-delay:4.3s;
- animation-fill-mode:forwards;
- -webkit-animation-delay:4.3s;
- -webkit-animation-fill-mode:forwards;}
- @keyframes oocanim{
- from{left:0%;opacity:0;}
- to{left:18%;opacity:1;}
- }
- @-webkit-keyframes oocanim{
- from{left:0%;opacity:0;}
- to{left:18%;opacity:1;}
- }
- #oocbut a {
- display: block;
- color:#336600;
- font-size: 2vh;
- padding: 4% 8px 4% 8px;
- text-decoration: none;
- transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -webkit-transition: all 0.3s ease-in-out;
- }
- #oocbut a:hover{
- background-color: #2e002e;
- color:#FFFFFF;
- text-shadow: 2px 2px 2px #000000;
- font-size: 2vh;
- }
- audio{
- width:
- }
- #player{
- position: absolute;
- z-index:0;
- top:25%;
- left:19vw;
- width: 5%;
- border: 0.4vh solid #336600;
- box-shadow: 4px 1px 5px #000000;
- opacity:0;
- overflow: hidden;
- animation:musicfade 0.5s 1;
- animation-delay:4s;
- animation-fill-mode:forwards;
- -webkit-animation:musicfade 0.5s 1;
- -webkit-animation-delay:4s;
- -webkit-animation-fill-mode:forwards;}
- @keyframes musicfade{
- from{left:0%;opacity:0;}
- to{opacity:1;}
- }
- @-webkit-keyframes musicfade{
- from{left:20%;opacity:0;}
- to{opacity:1;}
- }
- #titlebar{
- position: absolute;
- z-index: 0;
- left: 0%;
- top: 30%;
- width: 88.5%;
- color:blue;
- background: fuchsia;
- box-shadow: 4px 4px 5px #000000;
- font-family: Cinzel Decorative;
- font-size: 11vh;
- -ms-transform: skewX(-30deg);
- -webkit-transform: skewX(-30deg);
- transform: skewX(-30deg);
- opacity:0;
- -webkit-animation: titebarmove 0.5s 1;
- animation: titlebarmove 1.5s 1;
- animation-delay:1s;
- -webkit-animation-delay:1s;
- animation-fill-mode: forwards;
- -webkit-animation-fill-mode: forwards;}
- @-webkit-keyframes titlebarmove {
- from {top: 0%; opacity: 0;}
- to {top: 30%;opacity: 1;}
- }
- @keyframes titlebarmove {
- from {top: 0%;opacity: 0;}
- to {top: 31%; opacity: 1;}
- }
- #title {
- position: absolute;
- z-index: 1;
- left: 20%;
- top: 31%;
- color:#2e002e;
- text-shadow: 1px 1px 1px #fff;
- font-family: Cinzel Decorative;
- font-size: 11vh;
- opacity:0.2;
- -ms-transform: skewX(-30deg); /* IE 9 */
- -webkit-transform: skewX(-30deg); /* Safari */
- transform: skewX(-30deg);
- -webkit-animation: name 0.5s 1;
- animation: name 0.5s 1;
- animation-delay: 2.5s;
- -webkit-animation-delay:2.5s;
- animation-fill-mode:forwards;
- -webkit-animation-fill-mode:forwards;
- }
- @-webkit-keyframes name{
- from{left:0%;opacity:0;}
- to{left:20%;opacity:1;}
- }
- @keyframes name{
- from{left:0%;opacity:0;}
- to{left:20%;opacity:1;}
- }
- #subtitle{
- position: absolute;
- z-index:2;
- left: 50%;
- top: 37%;
- color:#bbbb49;
- text-shadow: 2px 1px 2px #000000;
- font-family: Cinzel Decorative;
- font-size: 8vh;
- -ms-transform: skewX(-30deg); /* IE 9 */
- -webkit-transform: skewX(-30deg); /* Safari */
- transform: skewX(-30deg);
- opacity:0;
- -webkit-animation: subfade 1s 1;
- animation: subfade 1s 1;
- animation-fill-mode:forwards;
- animation-delay:3s;
- -webkit-animation-delay:3s;
- -webkit-animation-fill-mode:forwards;}
- @keyframes subfade{
- from{opacity:0;}
- to{opacity:1;}
- }
- @-webkit-keyframes subfade{
- from{opacity:0;}
- to{opacity:1;}
- }
- #mainpic {
- position:fixed;
- z-index: 3;
- width:20%;
- height: 100%;
- left: 0px;
- bottom: 0px;
- background: #9e003e;
- color: #9e003e;
- font-size:2vh;
- border-right: 0.8vh solid #2e002e;
- box-shadow: 4px 1px 5px #3e004e;
- overflow:hidden;
- opacity:0;
- -webkit-animation: picturefade 5s 1;
- animation: picturefade 5s 1;
- animation-delay:4s;
- -webkit-animation-delay:4s;
- animation-fill-mode: forwards;
- -webkit-animation-fill-mode: forwards;}
- #mainpic img {
- width: 100%;}
- @-webkit-keyframes picturefade{
- 0%{left:-20%;opacity:0;}
- 100%{left:0%;opacity:1;}
- }
- @keyframes picturefade{
- 0%{left:-20%;opacity:0;}
- 100%{left:0%;opacity:1;}
- }
- #infobox{
- position: fixed;
- z-index:1;
- height: 98%;
- background:transparent;
- border-radius: 5px;
- border: 2px solid #80584A;
- box-shadow: 0px 0px 64px #000000;
- right: 72px;
- width: 50%;
- top: 1%;
- color:#bbbb49;
- text-shadow: 2px 2px 2px #000000;
- font-family: Times New Roman ;
- font-size: 16pt;}
- #infobox img {
- width: 100%;}
- #credit{
- position: fixed;
- z-index:2;
- bottom: 5px;
- right: 5px;
- color:#bbbb49;
- text-shadow: 1px 1px 0px #000000;
- font-family: Cinzel Decorative;
- font-size: 2vh;}
- a{
- color: #3e003e;
- text-shadow: 0px 0px 0px #000000;
- font-family: Cinzel Decorative;
- font-size: 2vh;
- text-decoration: none;
- transition: 3s;
- }
- a:hover{
- color: red;
- }
- #borderbox{
- position:absolute;
- z-index:0;
- top:46%;
- left:0%;
- width:79%;
- height:52%;
- background: #2e002e;
- border: 0.5vh solid #151515;
- box-shadow: 4px 4px 5px #000000;
- opacity:0;
- -ms-transform: skewX(-30deg); /* IE 9 */
- -webkit-transform: skewX(-30deg); /* Safari */
- transform: skewX(-30deg);
- -webkit-animation:borderslide 1s 1;
- animation:borderslide 1s 1;
- animation-delay:1.5s;
- animation-fill-mode:forwards;
- -webkit-animation-delay:1.5s;
- -webkit-animation-fill-mode:forwards;}
- @keyframes borderslide{
- from{left:-40%;opacity:0;}
- to{left:0%;opacity:1;}
- }
- @-webkit-keyframes borderslide{
- from{left:-40%;opacity:0;}
- to{left:0%;opacity:1;}
- }
- #textscroll{
- position:absolute;
- z-index:6;
- left:21%;
- top: 49%;
- width:49%;
- height:48%;
- padding:4px;
- color: #ae116e;
- font-size: 3.5vh;
- line-height:2.5vh;
- letter-spacing: 0.15vh;
- font-family: 'cinzel decorative';
- text-shadow:2px 2px 2px #000000;
- opacity: 0;
- animation:textfade 15s 1;
- animation-delay:3s;
- animation-fill-mode:forwards;
- -webkit-animation:textfade 15s 1;
- -webkit-animation-delay:3s;
- -webkit-animation-fill-mode:forwards;}
- @keyframes textfade{
- from{opacity:0;}
- to{opacity:1;}
- }
- @-webkit-keyframes textfade{
- from{opacity:0;}
- to{opacity:1;}
- }
- h1 {
- font-family: Cinzel Decorative;
- font-size: 6vh;
- font-weight: normal;
- color: #ee99ee;
- text-shadow: 2px 2px 0px #000000;
- text-align: center;
- letter-spacing: 1vw;
- }
- h2 {
- font-family: Cinzel Decorative;
- font-size: 9vh;
- font-weight: bold;
- color: #ee99ee;
- text-shadow: 2px 2px 0px #000000;
- letter-spacing: 1vh;
- text-align: left;
- }
- h3 {
- font-family: Cinzel Decorative;
- font-size: 3vh;
- font-weight: bold;
- color: #9999ee;
- text-shadow: 2px 2px 0px #000000;
- letter-spacing: 1vh;
- text-align: center;
- line-height: 1.5vh;
- }
- hr {
- border-color: #330099;
- box-shadow: 2px 2px 0px #000000;
- }
- </style>
- <div id="statbut">
- <center>
- <a href="#stats">stats</a>
- </center>
- </div>
- <div id="biobut">
- <center>
- <a href="#bio">bio</a>
- </center>
- </div>
- <div id="oocbut">
- <center>
- <a href="#ooc">gallery</a>
- </center>
- </div>
- <div id="credit">
- <p align = "right">
- <br>
- <a target="_blank" href="http://pastebin.com/[filtered]" target="new">Please steal!</a>
- </p>
- </div><div style="font-family:cinzel decorative, arial;font-size:13px;color:#0e002e;"><i><center>Page 76..... The Present Degeneracy, Time-Frames<br>Written by, Kathy WayStone-Yayoi<br>This is a reconstructed profile <br> based on a character the WayStone family interacted with.<br>Melody married Carina and they had a child, Harmony.<br>Shortly after, she disappeared, and is presumed deceased. <br> Melody is much beloved, and is an important character<br> in this story. </center></i>
- <div id="titlebar">-
- </div>
- <div id="title">
- ...Melody the Neko
- </div>
- <div id="subtitle">
- <center>
- </center>
- </div>
- <div id="mainpic">
- <br>
- <br>
- <img src=" https://i.imgur.com/nkftok7.png " width:="30%">
- <img src=" https://i.imgur.com/On98HUq.png " width:="30%">
- </div>
- <div id="borderbox">
- stuff
- </div>
- <div id="textscroll">
- <center>
- <div style="height: 100%; overflow-y: hidden;">
- <a name="stats"></a>
- <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center"><i>
- <h1>Stats</h1><hr>
- <h3>Age:</h3> 18 <br>
- <h3>Gender:</h3> shemale <br>
- <h3>Traits:</h3> Catlike, pure, true<br>
- <h3>Likes:</h3> Having fun, loving<br>
- <h3>Relations:</h3>Carina WayStone<br>
- </div>
- <a name="bio"></a>
- <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="left">
- <h1>Bio/Background</h1>
- <h3>Melody</h3>
- <center></center><br>
- <br>
- Recently married Carina WayStone<p>Together, and with help, since they both wanted<p> a child very much, they had a child named<p> Harmony. Shortly after the baby's birth, Melody<p> disappeared. Determined searches were made,<p> and those with Gallan searched for her life<p> force. None was found, and sweet Melody is<p> presumed dead. Carina became more and more<p> depressed and left her home and disappeared<p> herself. Harmony, who bears Gallan and thus<p> grew up to age 18 rapidly, then determined to<p> find her mother/father Carina. Together<p> with Delphina, Belladonna, and CJ Cantu, they<p> found her living in an old small tidy cottage<p> northwest of Paris. They helped Carina<p> recover from her depression<br>
- <hr>
- <center><h3>Family</h3></center>
- No known relatives can be found
- <br><br>
- </p></div><br>
- <a name="ooc"></a>
- <div style="width:60%; height: 100%; top: 100px; overflow: auto;" align="left">
- <h1>Gallery</h1><hr>
- <br><img src=" https://i.imgur.com/On98HUq.png " style="width:100%">
- </div></div></div><center>
- <img src=" " width="15%">
- </center><br></body></html>
- 76. Melody the Neko 11/28/18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement