Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <body>
- <html>
- <body>
- <style type="text/css">
- @import url(https://fonts.googleapis.com/css?family=Great+Vibes);
- html, body {
- background: #1a1521;
- background-image:url("");
- background-size:400px;
- background-repeat:no-repeat;
- background-position:center bottom;
- }
- ::-webkit-scrollbar-button:vertical:{
- background-color: #transparent;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#transparent;
- height:150px;}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#transparent;
- height:60px;}
- ::-webkit-scrollbar {
- height:60px;
- width:5px;
- background-color:#transparent;}
- #container {
- background-color:transparent;
- width: 400px;
- height: 550px;
- margin:auto;
- border: 5px solid #000;
- position: absolute;
- right: 15%;
- bottom: 5%;
- z-index:1;
- }
- #image {
- width: 450px;
- height: 100%;
- margin: 0px;
- border: none;
- background-color:transparent;
- position: absolute;
- left: 10%;
- bottom: 0%;
- background-image:url("http://i.picpar.com/T9Ec.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- }
- #image2 {
- width: 400px;
- height: 550px;
- margin: 0px;
- position: absolute;
- right: 0%;
- bottom: 0%;
- background-image:url("http://i.picpar.com/Z9Ec.jpg");
- background-repeat:no-repeat;
- background-position: center;
- background-size: 100%;
- }
- #image3 {
- width: 150px;
- height: 100px;
- margin: 0px;
- position: absolute;
- right: 28%;
- top: -10%;
- background-image:url("https://static.tumblr.com/caa90067a1fc6ffa479c5a12a36a30c3/1fem7ry/dz7nuaksw/tumblr_static_3cggjc87a9a8s844sgocks0kg.png");
- background-repeat:no-repeat;
- background-position: center;
- background-size: 100%;
- }
- .links{
- position: absolute;
- margin: auto;
- top: 35%;
- right: 44%;
- text-align: left;
- }
- .links a{
- display: block;
- height: 20px;
- width: 80px;
- margin-top: 15px;
- margin-left: 2.5px;
- text-align: center;
- font-family: 'roboto';
- font-size: 9px;
- box-shadow: 0px 0px 0.5px #eee;
- color: #eee; /*-- links font color --*/
- border: 1px solid #333; /*-- links font border color --*/
- background-color: #000; /*-- links background color --*/
- text-transform: uppercase;
- text-decoration: none;
- line-height: 20px;
- transition: .9s linear;
- }
- .links a:hover{
- color: #999; /*-- links font color hover --*/
- border: 1px solid #999; /*-- links border color hover --*/
- transition: .9s linear;
- }
- .links2 {
- position: absolute;
- margin: auto;
- top: 35%;
- right: 10%;
- text-align: right;
- }
- .links2 a{
- display: block;
- height: 20px;
- width: 80px;
- margin-top: 15px;
- margin-left: 2.5px;
- text-align: center;
- font-family: 'roboto';
- font-size: 9px;
- box-shadow: 0px 0px 0.5px #eee;
- color: #eee; /*-- links font color --*/
- border: 1px solid #333; /*-- links font border color --*/
- background-color: #000; /*-- links background color --*/
- text-transform: uppercase;
- text-decoration: none;
- line-height: 20px;
- transition: .9s linear;
- }
- .links2 a:hover{
- color: #999; /*-- links font color hover --*/
- border: 1px solid #999; /*-- links border color hover --*/
- transition: .9s linear;
- }
- body:hover #tab1{
- -moz-animation: tabin 1s forwards;
- -webkit-animation: tabin 1s forwards;
- animation: tabin 1s forwards;
- }
- .tabbed{
- position: absolute;
- margin: auto;
- bottom: 0; left: 0; top: 0; right: 0;
- height: 550px;
- width: 400px;
- background-color: #333; /*-- tab background --*/
- overflow: hidden;
- opacity: 0;
- visibility: hidden;
- transition: .9s linear;
- }
- .tabbed:target{
- opacity: 0.95;
- visibility: visible;
- transition: .9s linear;
- }
- .text{
- height: 550px;
- width: 399px;
- padding-top: 50px;
- padding-bottom: 50px;
- text-align: center;
- font-family: dosis;
- font-size: 12px;
- color: #999;
- overflow: scroll;
- }
- h1 {
- font-family: 'Great Vibes', cursive;
- font-size: 30px;
- line-height: 22px;
- color: #b031e0;
- text-align: center;
- letter-spacing:1px;
- word-spacing: 2px;
- text-decoration:none!important;
- }
- h2 {
- font-family: 'Great Vibes', cursive;
- font-size: 20px;
- line-height: 22px;
- color: #b031e0;
- text-align: center;
- letter-spacing:1px;
- word-spacing: 2px;
- text-decoration:none!important;
- }
- .header{
- position:absolute;
- width:500px;
- background:#transparent;
- height:50px;
- overflow:hidden;
- font-family: 'Great Vibes', cursive;
- font-size: 25px;
- font-weight:lighter;
- font-style:none;
- color:#333;
- letter-spacing: 0px;
- text-transform:none;
- text-align:center;
- }
- .credit{
- position: fixed;
- bottom: 0px;
- left: 0px;
- height: 25px;
- width: 25px;
- line-height: 15px;
- font-size: 10px;
- color: #999;
- text-align: center;
- font-family: roboto;
- }
- .credit2 {
- position: fixed;
- bottom: 0px;
- right: 2px;
- height: 25px;
- width: 25px;
- line-height: 15px;
- font-size: 10px;
- color: #999;
- text-align: center;
- font-family: roboto;
- }
- i{color: #EE82EE;}
- b{color: #9932CC;}
- a{color: #9370DB; text-decoration: none;}
- </style>
- <div class="credit" title="Info Box and Navigation by 100% Juice">©</div>
- <div class="credit2" title="Profile by RageQxeen">♛</div>
- <div class="header" style="top: 27.5%; left: 15%;"></div>
- <div class="header" style="bottom: 0%; left: 53.8%;"></div>
- <div id="image"></div>
- <div class="links">
- <a href="#1">Stats</a>
- <a href="#2">Abilities</a>
- <a href="#3">History</a>
- </div>
- <div class="links2">
- <a href="#4">Friends</a>
- <a href="#5">OOC</a>
- <a href="#">Reset</a>
- </div>
- <div id="container">
- <div id="image2"></div>
- <div class="tabbed" id="1"><div class="text">
- <font style=float:left><b>Name</b></font> <font style=float:right>Abo Hitomi</font><br>
- <font style=float:left><b>Nickname</b></font> <font style=float:right><a title="Miss Abo, Hitomi, Kitten, etc.">hover</a></font><br>
- <font style=float:left><b>Gender</b></font> <font style=float:right>Female</font><br>
- <font style=float:left><b>Apparent Age</b></font> <font style=float:right>19</font><br>
- <font style=float:left><b>Race</b></font> <font style=float:right>Avalonian Beast</font><br><br>
- <font style=float:left><b>Height</b></font> <font style=float:right>5'6"</font><br>
- <font style=float:left><b>Weight</b></font> <font style=float:right>135 lbs</font><br>
- <font style=float:left><b>Tresses</b></font> <font style=float:right>Light Purple</font><br>
- <font style=float:left><b>Irises</b></font> <font style=float:right>Violet</font><br><br>
- <font style=float:left><b>Marital</b></font> <font style=float:right>Single</font><br>
- <font style=float:left><b>Orientation</b></font> <font style=float:right>Pansexual</font><br><br>
- <font style=float:left><b>Master</b></font> <font style=float:right><a target="_blank" href="https://roleplay.chat/profile.php?user=Scarecrow" target="_blank">The Scarecrow</a></font><br><br>
- </div></div>
- <div class="tabbed" id="2"><div class="text">
- <h2><center>The Cat</center></h2>
- <font>
- <b><a target="_blank" href="http://orig06.deviantart.net/af0b/f/2013/187/3/f/tattoed_bakeneko_by_norizz_san-d6c9ckm.jpg" target="_blank">The Transformation</a>:</b><br>
- More so a breaking of the illusion she casts to appear human- which up until a point is as real as any other person- she transitions into a massive purple cat as the picture depicts. From shoulder to ground she stands at 5 ft/12.7cm, her length from nose to the end of her tail is 8.5 ft/21.87 cm. Weight is averaged out at about 850 lbs/385 kg.<br><br>
- <b>The Body of the Feline:</b><br>
- Similar to her Yokai form, she has enhanced agility, balance, bite, flexibility, jump, senses, speed, strength, along with an immunity to most things- especially poison. She is also able to camouflage and see in darkness, climb and stealth her way around; and with her being a spirit she is also well aware of those of spiritual body. Her body can also process and digest an unknown amount of things that would normally kill anyone else- this includes dangerous items such as battery acid; she is also able to fly.<br><br>
- <b>Walk Within Dreams:</b><br>
- Being a nekomata (Or bakeneko if you prefer), Hitomi is able to enter another's dreams, while she cannot do much else but observe, there have been many secrets she has uncovered because of this sneaky ability.<br><br>
- <b>Ghost Fire</b><br>
- The ability to generate violet flames that cannot be snuffed out by water, generating a lot of wind or suffocating the flame usually works however.<br><br>
- <h2><center>Knowledge</center></h2>
- <b>Illusions:</b><br>
- Able to manipulate the senses of those surrounding her to appear as a tiny, fragile girl, it's strength is extensive enough that those who have mastered this ability even have trouble telling it isn't really her.<br><br>
- <b>Telepathy:</b><br>
- She actually speaks through this method, and has just learned the move her lips along with what she is saying in order to appear as if she is speaking, though this is all she can do because she saw no need to train on it.<br><br>
- <b>Elemental Magic:</b><br>
- With more than just fire, she can manipulate the force of her spiritually demonic aura to make the elements around her submit to her will. This also, however, is only so extensive.<br><br>
- <b>Supernatural Lore/History:</b><br>
- Having been around for quite some time, Hitomi has shown to have extensive knowledge on the supernatural side of the world, though her more in depth knowledge surrounds Japan.<br><br>
- <h2>Item List</h2>
- <b>The Bell</b>:<br>
- A small cat bell given to her by her Master Scarecrow, which upon ringing it and speaking "Abo" will allow her true form to shift into that of a human form that she normally takes upon casting the constant illusion she normally has. It is currently unknown what type of magic this is, but it does relieve a lot of pressure on Hitomi's 'mana pool', thus gives her more freedom to do as she pleases with her magic.<br><br>
- <i>Always a growing list</i><br><br>
- </font>
- </div></div>
- <div class="tabbed" id="3"><div class="text">
- </div></div>
- <div class="tabbed" id="4"><div class="text">
- </div></div>
- <div class="tabbed" id="5"><div class="text">
- <center><br>OOC =/= IC<br>
- Not against smut<br>
- Para and up<br>
- PM Friendly<br>
- Story > Smut > T1<br>
- Basic T1<br>
- Female typist<br>
- No OOC relationships<br>
- Skype? Got it.<br>
- Anything else? Just ask!<br>
- </center>
- </div></div>
- <div id="image3"></div>
- </div>
- </body>
- </html>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment