Advertisement
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"></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>
- #profile-container {
- background: none;
- }
- body {
- background: url(https://s-media-cache-ak0.pinimg.com/originals/d5/b3/b8/d5b3b8b05a45c70e0d4574d83b903403.jpg);
- background-attachment:fixed;
- background-size:100% 100%;
- background-repeat:no-repeat:
- }
- body,
- a:hover {
- cursor: url(http://31.media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress !important;
- }
- @font-face {
- font-family: text;
- src: url(https://dl.dropbox.com/s/jwlxft6wualrnqw/Quicksand-Regular.ttf?dl=0);
- }
- .Pic {
- z-index: 10;
- position: absolute;
- top: 160px;
- left: 289px;
- border: 3px solid #690000;
- background: url(https://vignette.wikia.nocookie.net/swordgirls/images/d/d2/Halloween_Countess.png/revision/latest?cb=20120721233513);
- background-size: auto 100%;
- width: 190px;
- height: 320px;
- padding: 5px;
- color: #000;
- }
- .Box1 {
- z-index: 9;
- position: absolute;
- top: 150px;
- left: 190px;
- border: 5px solid #000;
- background: #321360;
- width: 830px;
- height: 335px;
- padding: 5px;
- opacity: .5;
- }
- .Gal1 {
- position: absolute;
- left: 935px;
- top: 160px;
- border: 3px solid #000;
- background-image: url(https://s-media-cache-ak0.pinimg.com/originals/78/2b/2a/782b2a724332fa462fa6a06878dcff5b.jpg);
- border-radius: 100px;
- width: 90px;
- height: 90px;
- z-index: 10;
- background-size: auto 150%;
- -webkit-transition: all .5s ease;
- }
- .Gal1:hover {
- -webkit-transition: all .5s ease;
- height: 100px;
- Width: 100px;
- left: 930px;
- top: 155px;
- z-index: 100;
- }
- .Gal2 {
- position: absolute;
- left: 935px;
- top: 280px;
- border: 3px solid #000;
- background-image: url(https://vignette.wikia.nocookie.net/swordgirls/images/8/8f/Dress_Cinia.jpg/revision/latest?cb=20111016220151);
- border-radius: 100px;
- width: 90px;
- height: 90px;
- z-index: 10;
- background-size: auto 150%;
- -webkit-transition: all .5s ease;
- }
- .Gal2:hover {
- -webkit-transition: all .5s ease;
- height: 100px;
- Width: 100px;
- left: 930px;
- top: 280px;
- z-index: 100;
- }
- .Gal3 {
- position: absolute;
- left: 935px;
- top: 400px;
- border: 3px solid #000;
- background-image: url(http://data.whicdn.com/images/62678404/large.jpg);
- border-radius: 100px;
- width: 90px;
- height: 90px;
- z-index: 10;
- background-size: auto 150%;
- -webkit-transition: all .5s ease;
- }
- .Gal3:hover {
- -webkit-transition: all .5s ease;
- height: 100px;
- Width: 100px;
- left: 930px;
- top: 390px;
- z-index: 100;
- }
- .tabs {
- position: absolute;
- margin: 25px 0px;
- }
- .tab label {
- top: 160px;
- left: 153px;
- float: right;
- height: 25px;
- margin-left: 43px;
- border: 3px solid #000;
- background: #321360;
- width: 75px;
- padding: 2px;
- position: relative;
- color: #fff;
- text-align: center;
- font-family: text;
- font-size: 12px;
- z-index: 400;
- -webkit-transition: all .5s ease;
- }
- table,
- th,
- td {
- font-family: text;
- }
- .tab label:hover {
- color: #000;
- border-color: #000;
- }
- .tab [type=radio] {
- display: none;
- }
- .content {
- position: absolute;
- top: 160px;
- left: 500px;
- width: 400px;
- height: 265px;
- background: #f1f1f1;
- padding: 10px;
- border: 3px solid #000;
- font-size: 15px;
- color: #4f4f4f;
- font-family: text;
- font-size: 12px;
- overflow: auto;
- z-index: 20;
- }
- [type=radio]:checked ~ label {
- color: #fff;
- border-color: #531E9D;
- }
- [type=radio]:checked ~ label ~ .content {
- z-index: 30;
- }
- ::-webkit-scrollbar {
- width: 5px;
- height: 1px;
- }
- ::-webkit-scrollbar-thumb {
- -webkit-box-shadow: inset 0 0 6px #000;
- }
- ::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 6px #111;
- }
- a:link,
- a:visited,
- a:active {
- text-decoration: none;
- color: #1b1b1b;
- -webkit-transition: all .5s ease;
- }
- a:hover {
- color: #4f4f4f;
- -webkit-transition: all .5s ease;
- }
- .Credit {
- position: fixed;
- right: 50px;
- bottom: 50px;
- width: 20px;
- height: 20px;
- border-radius: 20px;
- border-color: #fff;
- border-style: dotted;
- border-width: 2px;
- background: #000;
- -webkit-transition: all 1s ease;
- .Credit:hover {
- background: #fff;
- border-color: #000;
- }
- </style>
- </head>
- <body>
- <div class="Pic">
- <p> </p>
- </div>
- <div class="Box1">
- <p> </p>
- </div>
- <div class="Gal1">
- <p> </p>
- </div>
- <div class="Gal2">
- <p> </p>
- </div>
- <div class="Gal3">
- <p> </p>
- </div>
- <div class="tabs">
- <div class="tab">
- <input id="tab-4" name="tab-group-2" type="radio" />
- <label for="tab-4">OOC</label>
- <div class="content">
- <ul>
- <li>No Profile No RP</li>
- <li>Do not just approach and be stupid</li>
- <li>I have the right to refuse any Rp.</li>
- <li>Smut is Fine but clean works to.</li>
- <li>Do not tell me how to play my character</li>
- <li>You dont like me. Oh well to bad.</li>
- <li>No Personal Information</li>
- <li>Do not be an asshole.</li>
- <li>I will not RP with people who Mix anime and Realistic or those who use straight realistic images. Animated profiles are my preference.
- </ul>
- </p>
- </div>
- </div>
- <div class="tab">
- <input id="tab-3" name="tab-group-2" type="radio" />
- <label for="tab-3">Bio</label>
- <div class="content">
- <p style="text-align: center;">History</p>
- <p>Will Write when I have a moment</p>
- </div>
- </div>
- <div class="tab">
- <input id="tab-2" name="tab-group-2" type="radio" />
- <label for="tab-2">Gallery</label>
- <div class="content">
- <p style="text-align: center;">Gallery</p>
- <center>
- <a target="_blank" href="https://i.imgur.com/SN4l16X.jpg"><img src="https://i.imgur.com/SN4l16X.jpg" title="source: imgur.com" width="150" Height="200" /></a>
- <a target="_blank" href="https://i.pinimg.com/736x/91/1e/70/911e7001f4466e0e71713de93ba8e3a0--hot-anime-manga-anime.jpg"><img src="https://i.pinimg.com/736x/91/1e/70/911e7001f4466e0e71713de93ba8e3a0--hot-anime-manga-anime.jpg" width="150" Height="200" /></a>
- <br><br>
- <a target="_blank" href="https://s-media-cache-ak0.pinimg.com/736x/5d/a7/55/5da75503c20109dc1acffa6536ad49ab--manga-art-manga-anime.jpg"><img src="https://s-media-cache-ak0.pinimg.com/736x/5d/a7/55/5da75503c20109dc1acffa6536ad49ab--manga-art-manga-anime.jpg" title="source: imgur.com" width="150" Height="200" /></a>
- <a target="_blank" href="https://imgur.com/NtpvCP5"><img src="https://i.imgur.com/NtpvCP5.jpg" height="200" width="150" title="source: imgur.com" /></a>
- <br><br>
- <a target="_blank" href="https://vignette4.wikia.nocookie.net/swordgirls/images/3/34/100148L.jpg/revision/latest?cb=20120331205013"><img src="https://vignette4.wikia.nocookie.net/swordgirls/images/3/34/100148L.jpg/revision/latest?cb=20120331205013" title="source: imgur.com" width="150" Height="200" /></a>
- <a target="_blank" href="http://data.whicdn.com/images/107482660/large.jpg"><img src="http://data.whicdn.com/images/107482660/large.jpg" title="source: imgur.com" width="150" Height="200" /></a>
- </center>
- </p>
- </div>
- </div>
- <div class="tab">
- <input id="tab-1" checked="checked" name="tab-group-2" type="radio" />
- <label for="tab-1">Stats</label>
- </div>
- <div class="content">
- <p style="text-align: center;">Stats</p>
- <table border="0" cellspacing="0" width="398" height="96">
- <tbody>
- <tr>
- <td style="text-align: right;">Name<br></td>
- <td style="padding-left: 30px;">Willow Ashflesh<br></td>
- </tr>
- <tr>
- <td style="text-align: right;">Age</td>
- <td style="padding-left: 30px;">17</td>
- </tr>
- <tr>
- <td style="text-align: right;">Gender</td>
- <td style="padding-left: 30px;">Female</td>
- </tr>
- <tr>
- <td style="text-align: right;">Height</td>
- <td style="padding-left: 30px;">5'4</td>
- </tr>
- <tr>
- <td style="text-align: right;">Weight</td>
- <td style="padding-left: 30px;">128lbs</td>
- </tr>
- <tr>
- <td style="text-align: right;">Sexuality</td>
- <td style="padding-left: 30px;">Straight</td>
- </tr>
- <tr>
- <td style="text-align: right;">Status</td>
- <td style="padding-left: 30px;">Single</td>
- </tr>
- <tr>
- <td style="text-align: right;">Species</td>
- <td style="padding-left: 30px;">Vampire</td>
- </tr>
- <tr>
- <td style="text-align: right;">Occupation</td>
- <td style="padding-left: 30px;">Student</td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <div class="Credit">
- <p style="text-align: center;"><a target="_blank" href="https://rphprofilecodes.tumblr.com/" target="_blank">♠</a></p>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement