Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <body>
- <style>
- @import url('https://fonts.googleapis.com/css?family=Fontdiner+Swanky');
- body {
- background-image: url(https://i.ytimg.com/vi/wPuaxtg9gUE/maxresdefault.jpg);
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-size:auto 130%;
- background-position:center;
- background-color:#000000;
- color:#00FFD8;
- text-align:left;
- font-family: 'Fontdiner Swanky', serif;
- }
- #mugshot {
- z-index:2;
- position:fixed;
- top:0%;
- right:10%;
- height:95%;
- }
- #mugshot img {
- height:100%;
- }
- #box, #navbar, .infobox, #statbox, #obox {
- position:fixed;
- border:2px solid #00FFD8;
- background-color:#111111;
- overflow-y:auto;
- }
- #box {
- z-index:1;
- top:48%;
- right:4%;
- height:49%;
- width:52%;
- }
- #navbar {
- z-index:4;
- top:50%;
- right:5%;
- width:50%;
- height:5%;
- text-align:center;
- font-size:110%;
- overflow-x:auto;
- overflow-y:hidden;
- opacity:0.95;
- }
- #navbar a {
- display:inline-block;
- height:92%;
- width:20%;
- padding:0.5%;
- transition:0.5s;
- -o-transition:0.5s;
- -ms-transition:0.5s;
- -moz-transition:0.5s;
- -webkit-transition:0.5s;
- }
- #navbar a:hover {
- background-color:#ffffff;
- color:#000000;
- }
- .infobox {
- z-index:2;
- top:57%;
- right:6%;
- height:33%;
- width:44%;
- padding:1%;
- opacity:0;
- transition:1s ease-in;
- -o-transition:1s ease-in;
- -ms-transition:1s ease-in;
- -moz-transition:1s ease-in;
- -webkit-transition:1s ease-in;
- }
- .infobox:target {
- z-index:3;
- opacity:0.95;
- }
- #statbox, #obox {
- top:57%;
- height:33%;
- width:20%;
- padding:1%;
- }
- #statbox {
- right:30%;
- }
- #obox {
- right:6%;
- }
- h2, b {
- color:#00FFD8;
- }
- p {
- text-indent:2%;
- }
- a {
- text-decoration:none;
- color:#FFFFFF;
- }
- ::-webkit-scrollbar {
- width:8px;
- height:8px;
- background-color:#ffffff;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#00FFD8;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#00FFD8;
- }
- #credit {
- text-decoration:none;
- color:#FFFFFF;
- position:fixed;
- right:1%;
- bottom:0%;
- background-color:#ffffff;
- border-radius:5px;
- font-family: UnifrakturCook, Brush Script MT, script, cursive;
- font-size:16px;
- }
- </style>
- <div id="mugshot">
- <img src="http://i.imgur.com/L74D7z2.gif"/>
- </div>
- <div id="box">
- </div>
- <div id="navbar">
- <a href="#01">Stats/OOC</a>
- <a href="#02">About</a>
- <a href="#03">Extras</a>
- <a href="#00">Reset</a>
- </div>
- <div class="infobox" id="01" style="background-color:transparent;border:none;overflow:visible;">
- <div id="statbox">
- <h2>Stats</h2>
- <p style="text-indent:0%;">
- <b><Font Color=White>Name:</font></b>Jessica Kitten<br>
- <br>
- <b><Font Color=White>Species:</font></b>Neko Demi-Goddess of Pleasure, Sex, Light, and more.<br>
- <br>
- <b><Font Color=White>Nicknames:</font></b>Jess, Lyra, Jessi (by Jackie Winters) <br>
- <br>
- <b><Font Color=White>Gender:</font></b> Female<br>
- <br>
- <b><Font Color=White>Date Of Birth:</font></b> Confidential<br>
- <br>
- <b><Font Color=White>Age:</font></b> 16<br>
- <br>
- <b><Font Color=White>Hair:</font></b>White<br>
- <br>
- <b><Font Color=White>Eyes:</font></b>Purple/Blue<br>
- <br>
- <b><Font Color=White>Height:</font></b>5'1<br>
- <br>
- <b><Font Color=White>Build:</font></b>Strong, Resilient, Agile.<br>
- <br>
- <b><Font Color=White>Orientation:</font></b> My Choose<br>
- <br>
- <b><Font Color=White>Family:</font></b>SoftKitten (mother) The Crestfallen (father) Lyari Vera(Step-Mother)<br>
- <br>
- </p>
- </div>
- <div id="obox">
- <h2>Strengths and Flaws</h2>
- <ul>
- <li><font color= white> She is able to change her appearance, and form at will, being a shape shift, able to change into most animals, including mythical, though she normally just resorts to kittens. </font>
- </ul>
- </div>
- </div>
- </div>
- <div class="infobox" id="02">
- <h2>About</h2>
- <p>
- Information and stuffity stuff stuff stufff. More stuuuufff. AND. MORE STUFF! Bippity boop bop biddly beep squap. Anyways, what do I usually do for examples when I need to fill space? OH YEAH! *ahem* Hello, people of Earth, I have come to devour you. Do not fear for it shall be a quick and painless death as I intake your entire planet. The sudden loss of atmospheric pressure and its protections will either freeze you in a millisecond or cause all of your blood to boil out of your body in a single instant. Hmm. I suppose that last one doesn't quite sound painless, but nonetheless it should be instantaneous.
- </p>
- </div>
- <div class="infobox" id="03">
- <h2>Extras</h2>
- <p>
- Some text.
- </p>
- <a href="" target="_blank">Link</a>
- </div>
- </div>
- </div>
- <a href="http://ladycerattani.wixsite.com/cera-codes" id="credit" target="_blank" title="RC#11
- Firefox 1366x768
- Inform me of issues.">Coder</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement