Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .pfor{display: none;}
- #profile{background: transparent; border: 0px;}
- body{background: white;
- overflow: hidden;}
- ::-webkit-scrollbar {
- width: 4px;
- background-color: #BA4042;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
- background-color: #3B312F;
- }
- @font-face{
- font-family: 'headerfont';
- src:url(https://dl.dropboxusercontent.com/u/4556289/fabula.ttf);
- }
- @font-face{
- font-family: 'bodyfont';
- src:url(https://dl.dropboxusercontent.com/u/4556289/TreeFTR.ttf);
- }
- @font-face{
- font-family: 'statfont'; src:url(https://dl.dropboxusercontent.com/u/4556289/teamaaw.ttf);
- }
- #whole{
- position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- }
- #characterimage{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background-image:url(http://i.imgur.com/4XoBKmb.png);
- background-repeat: no-repeat;
- background-size: auto 100%;
- background-position: top right;
- }
- #divholder{
- position: absolute;
- top: 0px;
- bottom: 0px;
- margin: auto;
- left: 0px;
- right: 200px;
- height: 300px;
- width: 300px;
- }
- #divbackground{
- position: absolute;
- top: -5px;
- left: -5px;
- right: -5px;
- bottom: -5px;
- background-color: #AB1618;
- opacity: .7;
- border-radius: 10px 10px 10px 10px;
- }
- #namediv{
- position: absolute;
- top: 1px;
- left: 0px;
- right: 0px;
- height: 30px;
- text-align: center;
- letter-spacing: 4px;
- font-family: 'headerfont';
- font-size: 16pt;
- color: black;
- overflow: hidden;
- font-weight: 400;
- text-shadow: 1px 1px 4px black;
- }
- #linksection{
- position: absolute;
- top: 33px;
- left: 0px;
- right: 0px;
- height: 25px;
- border: 0px solid black;
- text-align: center;
- }
- .divlinks{
- float: left;
- width: 100px;
- height: 100%;
- text-align: center;
- text-decoration: none;
- color: black;
- overflow: hidden;
- font-family: Arial ;
- font-size: 10pt;
- font-weight: 600;
- letter-spacing: 3px;
- text-transform: lowercase;
- text-shadow: 0px 0px 1px;
- padding-top: 5px;
- transition: all 1s;
- -webkit-transition: all 1s;
- opacity: .9;
- box-sizing: border-box;
- background-color: transparent;
- border-radius: 10px 10px 10px 10px;
- }
- .divlinks:hover{
- border-right: 2px solid #90181B;
- border-left: 2px solid #90181B;
- transition: all 1s;
- -webkit-transition: all 1s;
- background-color: #90181B;
- color: black;
- }
- #contentarea{
- position: absolute;
- top: 60px;
- left: 0px;
- right: 0px;
- height: 215px;
- }
- .divsection, .divauto{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- z-index: 0;
- color: #4C1A1B;
- font-family: 'bodyfont';
- text-align: justify;
- box-sizing: border-box;
- font-size: 14pt;
- font-weight: 600;
- opacity: 0;
- padding-left: 10px;
- padding-top: 5px;
- letter-spacing: -1px;
- overflow: auto;
- padding-right: 5px;
- line-height: 22px;
- background-color: #C45C5D;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- .divauto{
- opacity: 1;
- z-index: 1;
- }
- .divsection:target{
- z-index: 2;
- opacity: 1;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- .divsection:nth-child(2){
- padding-top: 1px;}
- .divsection table{
- font-size: 16pt;
- font-family: 'statfont', Arial;
- font-weight: 600;
- color: #4C1A1B;
- line-height: 15px;
- }
- .divsection a{
- text-decoration: none;
- color: black;
- }
- .divsection a:hover{
- text-decoration: underline;
- }
- .divsection td:nth-child(1){
- text-align: left;
- }
- .divsection:nth-child(2) td:nth-child(2){
- text-align: right;
- }
- #FAdiv{
- position: absolute;
- left: 0px;
- right: 0px;
- bottom: 0px;
- font-family: Arial;
- font-weight: 600;
- text-shadow: 0px 0px 0px black;
- text-align: center;
- letter-spacing: -1px;
- font-size: 9pt;
- color: black;
- height: 23px;
- text-decoration: none;
- transition: all 1s;
- -webkit-transition: all 1s;
- background-color: transparent;
- opacity: .8;
- box-sizing: border-box;
- padding-top: 4px;
- overflow: hidden;
- border-radius: 10px 10px 10px 10px;
- }
- #FAdiv:hover{
- background-color: #90181B;
- }
- </style>
- <div id="whole">
- <div id="characterimage">
- </div>
- <div id="divholder">
- <div id="divbackground">
- </div>
- <div id="namediv">
- REPTAWRR REPTAWRR
- </div>
- <div id="linksection">
- <a class="divlinks" href="#linkone">
- intro
- </a>
- <a class="divlinks" href="#linktwo">
- stats
- </a>
- <a class="divlinks" href="#linkthree">
- ooc
- </a>
- </div>
- <div id="contentarea">
- <div id="linkone" class="divauto">
- ONE. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
- </div>
- <div class="divsection" id="linktwo">
- <table style="width: 100%;">
- <tr>
- <td>Age</td>
- <td>Twenty-Three</td>
- </tr>
- <tr>
- <td>Sex</td>
- <td>Female</td>
- </tr>
- <tr>
- <td>Marital Status</td>
- <td><a href="http://roleplay.chat/profile.php?user=repteil" target=_blank>Snek</a></td>
- </tr>
- <tr>
- <td>Species</td>
- <td>Egyptian Mau</td>
- </tr>
- <tr>
- <td>Nationality</td>
- <td>Australian</td>
- </tr>
- <tr>
- <td>Eye Color</td>
- <td>Teal</td>
- </tr>
- <tr>
- <td>Hair Color</td>
- <td>Red</td>
- </tr>
- <tr>
- <td>Profession</td>
- <td>Sorceress, Fateweaver</td>
- </tr>
- <tr>
- <td>Personality</td>
- <td> Loving, uptight, shy, needy</td>
- </tr>
- <tr>
- <td>Likes</td>
- <td>Sweets, Tea, Magic, Drawing,
- <a href="http://roleplay.chat/profile.php?user=repteil" target=_blank>Teil</a></td>
- </tr>
- <tr>
- <td>Siblings</td>
- <td>
- <a href="http://roleplay.chat/profile.php?user=mae" target=_blank>Mae</a>,
- <a href="http://roleplay.chat/profile.php?user=akuma" target=_blank>Akuma</a>,
- <a href="http://roleplay.chat/profile.php?user=sukio" target=_blank>Sukio</a></td>
- </tr>
- <tr>
- <td>Living</td>
- <td>In a run down apartment</td>
- </tr>
- </table>
- </div>
- <div class="divsection" id="linkthree">
- THREE. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
- </div>
- </div>
- <a id="FAdiv" href="http://furaffinity.net/user/repteil" target=_blank>
- All art belongs to/was drawn by me! Click here to see my work!
- </a>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment