Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.min.js"></script>
- <script src="https://roleplay.chat/jquery.tooltipster.js?v=8"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/87/three.js"></script>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
- <link href="https://roleplay.chat/tooltipster.css" rel="stylesheet" type="text/css">
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
- <script defer>
- window.onload = function() {
- };
- </script>
- <style>
- </style>
- </head>
- <body>
- <style>
- @import url("https://fonts.googleapis.com/css?family=Caveat|Crimson+Text:600|Forum");
- ::-webkit-scrollbar {
- width: 0.3vw;
- height: 0.3vw;
- }
- ::-webkit-scrollbar-track {
- border-radius: 0px;
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- background-color: transparent;
- }
- body{background: #000;
- background-image: url('https://8wayrun.com/attachments/sc5_pub_stg_field_001-jpg.5612/');
- background-size: cover;}
- .doors {
- box-sizing: border-box;
- position: relative;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .doors .key {
- position: absolute;
- top: 0%;
- width: 100%;
- color: yellow;
- z-index: 10;
- text-align: center;
- font-size: 48px;
- font-family: "Trebuchet MS";
- text-transform: uppercase;
- text-shadow: 5px 0 2px #000;
- transition: transform 2s ease-in-out;
- }
- .doors:hover .key {
- transform: scale(0);
- }
- .doors .left {
- display: inline-block;
- position: absolute;
- top: 0;
- left: 0;
- width: 50%;
- height: 100%;
- box-shadow: 3px 0 4px #111;
- background-image: url("https://8wayrun.com/attachments/sc5_pub_stg_field_001-jpg.5612/");
- background-size: cover;
- background-repeat: no-repeat;
- transition: width 2s ease-in-out;
- }
- .doors .right {
- display: inline-block;
- position: absolute;
- top: 0;
- right: 0;
- width: 50%;
- height: 100%;
- box-shadow: 3px 0 4px #111;
- background-image: url("https://8wayrun.com/attachments/sc5_pub_stg_field_001-jpg.5612/");
- background-size: cover;
- background-repeat: no-repeat;
- transform: scaleX(-1);
- transition: width 2s ease-in-out;
- }
- .doors:hover .left, .doors:hover .right {
- width: 5%;
- }
- .inner {
- width: 100%;
- height: 100%;
- }
- .image {
- border-radius: 50%;
- -webkit-transition: -webkit-transform .8s ease-in-out;
- transition: transform .8s ease-in-out;
- }
- .image:hover {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- #content {
- position: fixed;
- width: 100%;
- height: 70%;
- background: transparent;
- top: 15%;
- left: 0%;
- transition-duration: 1s;
- }
- @keyframes whoosh {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @-webkit-keyframes whoosh {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- #pluto {
- position: fixed;
- height: 96%;
- width: 25%;
- background: transparent;
- left: 36.7%;
- transition-duration: 1s;
- }
- #content:hover #garnet {
- opacity: 1;
- left: 6%;
- transition-duration: 1.5s;
- }
- #content:hover #guarding {
- opacity: 1;
- right: 6%;
- transition-duration: 1.5s;
- }
- #garnet {
- position: absolute;
- overflow: auto;
- height: 92.5%;
- width: 25%;
- background: #161616;
- border-radius: 10px;
- border: 3px solid;
- border-color: #60bcbb;
- left: 35%;
- padding: 15px;
- opacity: 0;
- transition-duration: 1s;
- font-family: "Forum";
- font-size: 2.3vh;
- color: #eee;
- }
- #guarding {
- position: absolute;
- overflow: auto;
- height: 92.5%;
- width: 25%;
- background: #161616;
- border-radius: 10px;
- border: 3px solid;
- border-color: #60bcbb;
- right: 35%;
- padding: 15px;
- opacity: 0;
- transition-duration: 1s;
- font-family: "Forum";
- font-size: 2.3vh;
- color: #eee;
- }
- #gate,
- #time {
- width: 100%;
- height: 100%;
- position: relative;
- overflow: hidden;
- }
- #leftbox,
- #right {
- width: 100%;
- height: 100%;
- overflow: auto;
- }
- }
- #leftbox:target,
- #rightbox:target {
- animation: appear 1.5s 1;
- -webkit-animation: appear 1.5s 1;
- }
- @keyframes appear {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
- }
- @-webkit-keyframes appear {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
- }
- h1 {
- font-family: "Caveat", cursive;
- color: #60bcbb;
- text-decoration: none;
- }
- a {
- font-family: "Caveat", cursive;
- color: #60bcbb;
- text-decoration: none;
- }
- a:hover {
- color: #eee;
- }
- .hue {
- float: right;
- }
- </style>
- <div class="doors">
- <div class="key"><img src="https://vignette.wikia.nocookie.net/galea/images/f/f7/Kisekae_2_prop_tira_s_ring_blade_by_zebuta-d7jx6eg.png/revision/latest?cb=20160901143406" height="500px" class="image"></div>
- <div class="left"></div>
- <div class="inner">
- <div id="sheet"></div>
- <div id="content">
- <div id="pluto">
- </div>
- <div id="garnet">
- <div id="gate">
- <div id="leftbox">
- <center><h1>Stats</h1></center>
- <a>Name</a> <div class="hue"><font size="-1px">Moana</font></div><br>
- <a>Age</a> <div class="hue"><font size="-1px">Late Teens</font></div><br>
- <a>Height + Weight</a> <div class="hue"><font size="-1px">5'3" // 156lbs</font></div><br>
- <a>Species</a><div class="hue"><font size="-1px">Human </font></div><br>
- <a>Hair</a> <div class="hue"><font size="-1px">Long wavy black </font></div><br>
- <a>Eyes</a> <div class="hue"><font size="-1px">Brown</font></div><br>
- <a>Sexual Orientation</a> <div class="hue"><font size="-1px">Bisexual</font></div><br>
- <a>Status</a> <div class="hue"><font size="-1px">Singular</font></div><br>
- <Center><h1>Personality</h1></center>
- <font size="-1px"><p>Moana, as Gramma Tala describes, "stands out from the crowd". She is adventurous, headstrong, strong-willed, practically fearless, and physically capable. Though she has moments of self-doubt, she has great pride in who she is, and is generally too stubborn to back away from new challenges. Moana approaches new experiences and tasks with the utmost seriousness and will stand her ground to fight for what she values even when all seems lost. She can present herself as an imposing force despite her size and has bested the most fearsome beasts and impossible obstacles across the seas of Oceania while relying almost solely on her own intelligence.</p></font>
- </div>
- </div>
- </div>
- <div id="guarding">
- <div id="time">
- <div id="rightbox">
- <center><h1>Tidbits</h1></center>
- <font size="-1px"><p>The daughter of a South Pacific chief. As the next chieftain of her village she is at odds with her responsibility to her people and her desire to explore the sea. As a child she was chosen by the Ocean to return the Heart of Te Fiti and when her island starts being overcome by darkness she undertakes this quest to save the lives of her people and learns about herself and her heritage along the way.</p></font>
- <center><h1>Rules/OOC</h1></center>
- <font size="-1px">
- ✧ IC=/= OOC. <br>
- ✦ PM friendly! <br>
- ✧ This is Moana from... Oh come on you know!<br>
- ✦ Profile is forever a WIP. <br>
- ✧ I'll play her to the best of my abilities.<br>
- ✦ None of the art is mine. And I shall remove them upon request.<br>
- ✧ Code belongs to me! DO NOT TOUCH!<Br>
- ✦ I work and go to school, real life priority. <Br>
- ✧ Start with a post if you want.<br>
- ✦ Very open to Crossovers.<br>
- ✧ Taken IRL.<Br>
- ✦ Semi- Novella, Mirror at times. Quality over quanity.<br>
- ✧ Skype and discord maybe.<br>
- </font>
- </div>
- </div>
- </div>
- </div>
- <img src="https://data.whicdn.com/images/101892438/original.gif" Width="250px" style="float:right; margin-right: 550px; margin-top: 350px">
- <div class="right"></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment