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(http://img01.deviantart.net/7b40/i/2006/242/a/f/blue_flames_by_raptornl.png);
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-size:auto 130%;
- background-position:center;
- background-color:#000000;
- color:#0027FF;
- text-align:left;
- font-family: 'Fontdiner Swanky', serif;
- }
- #mugshot {
- z-index:2;
- position:fixed;
- top:-16%;
- right:0%;
- height:95%;
- }
- #mugshot img {
- height:120%;
- }
- #box, #navbar, .infobox, #statbox, #obox {
- position:fixed;
- border:2px solid #0027FF;
- 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:#0027FF;
- }
- 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:#0027FF;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#0027FF;
- }
- #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://orig13.deviantart.net/5ddd/f/2012/140/6/7/male_sexy_shura_render_by_renokumura-d50j9lf.png"/>
- </div>
- <div id="box">
- </div>
- <div id="navbar">
- <a href="#01">Stats/Stock</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><br>
- <br>
- <b><Font Color=White>Species:</font></b><br>
- <br>
- <b><Font Color=White>Nicknames:</font></b><br>
- <br>
- <b><Font Color=White>Gender:</font></b>Male<br>
- <br>
- <b><Font Color=White>Date Of Birth:</font></b> <br>
- <br>
- <b><Font Color=White>Age:</font></b><br>
- <br>
- <b><Font Color=White>Hair:</font></b><br>
- <br>
- <b><Font Color=White>Eyes:</font></b><br>
- <br>
- <b><Font Color=White>Height:</font></b><br>
- <br>
- <b><Font Color=White>Build:</font></b><br>
- <br>
- <b><Font Color=White>Orientation:</font></b><br>
- <br>
- <br>
- </p>
- </div>
- <div id="obox">
- <h2>Innovatory:</h2>
- </div>
- </div>
- </div>
- <div class="infobox" id="02">
- <h2>About</h2>
- <p>
- <font color= white>fill In words here</font>
- </p>
- </div>
- <div class="infobox" id="03">
- <h2>Extras</h2>
- <p>
- Some text.
- </p>
- <a href="" target="_blank">Link</a>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement