Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @import url(//fonts.googleapis.com/css?family=Poiret+One|Herr+Von+Muellerhoff|Audiowide);
- .pfor{display: none;}
- #profile{background: transparent;
- border: 0px;}
- #whole{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background-image:
- url(http://i63.tinypic.com/so1kyr.jpg);
- background-color: #121215;
- }
- a, a:hover{text-decoration: none;}
- #edgeimage{
- position: absolute;
- top: 0px;
- bottom: 0px;
- left: 0px;
- width: 600px;
- background-image:
- url(http://i68.tinypic.com/hupufs.jpg);
- background-repeat: no-repeat;
- background-size: auto 130%;
- border-right: 0px solid black;
- }
- #linkholder{
- position: absolute;
- left: 550px;
- top: 200px;
- height: 200px;
- width: 300px;
- border: 0px solid white;
- }
- .floatlink{
- float: right;
- border: 1px solid white;
- height: 50px;
- width: 50px;
- transform:rotate(45deg);
- -webkit-trandform:rotate(45deg);
- transition: all 1s;
- -webkit-transition: all 1s;
- z-index: 1;
- box-shadow: 0px 0px 10px gray;
- margin-left: -10px;
- }
- #whole:hover .floatlink:nth-child(4){
- background: #ED8722;
- }
- #whole:hover .floatlink:nth-child(3){
- background: #575757;
- }
- #whole:hover .floatlink:nth-child(2){
- background: #EAEAEA;
- }
- #whole:hover .floatlink:nth-child(1){
- background: #2C2C2C;
- }
- .floatlink:hover{
- z-index: 2;
- margin-left: 24px;
- margin-right: 35px;
- box-shadow: 0px 0px 10px orange;
- border: 1px solid #2C2C2C;
- }
- .numberlink{
- transform:rotate(-45deg);
- -webkit-transform:rotate(-45deg);
- color: black;
- font-weight: 800;
- height: 100%;
- width: 100%;
- text-align: right;
- box-sizing: border-box;
- padding-right: 10px;
- padding-top: 10px;
- font-size: 15pt;
- font-family:'Audiowide';
- transition: all 1s;
- -webkit-transition: all 1s;
- opacity: 0;
- }
- #whole:hover .numberlink{
- opacity: 1;
- -webkit-transition: all 1s .5s;
- transition: all 1s .5s;
- }
- .floatlink:hover .numberlink{
- padding-right: 13px;
- }
- .hfirst, .hsecond, .hthird, .hfourth{
- position: absolute;
- transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- height: 100px;
- width: 100px;
- border: 0px dashed black;
- overflow: hidden;
- background: #21232A;
- top: 100px;
- webkit-transition: all 1s;
- transition: all 1s;
- opacity: 0;
- }
- .hfirst{
- left: 100px;
- }
- .hsecond{
- left: 142px;
- }
- .hthird{
- left: 184px;
- }
- .hfourth{
- left: 226px;
- }
- .floatlink:nth-child(4):hover ~ .hfirst,
- .floatlink:nth-child(3):hover ~ .hsecond,
- .floatlink:nth-child(2):hover ~ .hthird,
- .floatlink:nth-child(1):hover ~ .hfourth{
- top: 52px;
- opacity: 1;
- transition: all 2s, opacity 2s .5s;
- -webkit-transition: all 2s, opacity 2s .5s;
- }
- .highlightcenter{
- position: absolute;
- left: -15px;
- top: 35px;
- width: 130px;
- height: 30px;
- border: 0px solid black;
- transform:rotate(-45deg);
- -webkit-transform:rotate(-45deg);
- overflow: hidden;
- box-sizing: border-box;
- text-align: center;
- font-family: 'Audiowide';
- color: orange;
- font-size: 12pt;
- text-transform:uppercase;
- letter-spacing: 5px;
- padding-top: 3px;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- #firstdiv:target,
- #seconddiv:target,
- #thirddiv:target,
- #fourthdiv:target{
- transform:rotate(0deg);
- -webkit-transform:rotate(0deg);
- opacity: 1;
- top: 200px;
- left: 200px;
- height: 200px; width: 300px;
- }
- #firstdiv:target .highlightcenter,
- #seconddiv:target .highlightcenter,
- #thirddiv:target .highlightcenter,
- #fourthdiv:target .highlightcenter{
- transform:rotate(0deg);
- -webkit-transform:rotate(0deg);
- top: 5px;
- left: 5px;
- -webkit-transition: all 2s;
- transition: all 2s;
- }
- #contentbox{
- opacity: 0;
- width: 300px;
- height: 157px;
- position: absolute;
- overflow: auto;
- top: 35px;
- left: 0px;
- border: 0px solid black;
- box-sizing: border-box;
- webkit-transition: all 1s;
- transition: 1s;
- padding-top: 0px;
- padding-left: 5px;
- padding-right: 5px;
- text-align: left;
- color: #B7B4B4;
- font-weight: 400;
- font-family:'contentfont';
- letter-spacing: 2px;
- }
- ::-webkit-scrollbar {
- width: 4px;
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
- background-color: #111111;
- }
- @font-face{
- font-family: 'contentfont';
- src:url(https://dl.dropboxusercontent.com/u/4556289/Saniretro.ttf);
- }
- #firstdiv:target #contentbox,
- #seconddiv:target #contentbox,
- #thirddiv:target #contentbox,
- #fourthdiv:target #contentbox{
- opacity: 1;
- -webkit-transition: all 1s 1s;
- transition: all 1s 1s;
- }
- #contentbox a, a:hover{
- text-decoration: none;
- color: #B7B4B4;
- font-weight: 800;
- }
- #contentbox a:hover{
- text-decoration: underline;
- }
- .bellamydiv, .bellamydiv:hover{
- position: absolute;
- top: 100px;
- left: 600px;
- font-size: 45px;
- font-family: audiowide;
- font-style:italic;
- color: #EAEAEA;
- text-shadow:-8px 8px 5px #000;
- z-index:3;
- -webkit-transition: all 1s;
- transition: all 1s;
- letter-spacing: 10px;
- font-weight: 400;
- }
- /* MUSIC PLAYER */
- #musiccontainer{
- position: absolute;
- bottom: 10px;
- left: 10px;
- height: 20px;
- width: 23px;
- border: 0px solid black;
- background: #ED8722;
- -webkit-transition: all 1s;
- transition: all 1s;
- overflow: hidden;
- border-radius: 3px 3px 3px 3px;
- opacity: .8;
- }
- #musiccontainer:hover{
- width: 200px;}
- #playerhold{
- position: absolute;
- left: 0px;
- top: 0px;
- height: 20px;
- width: 200px;
- border: 0px solid black;
- overflow: hidden;
- }
- #playerholdzoom{
- position: absolute;
- height: 100%;
- width: 35px;
- border: 0px solid red;
- overflow: hidden;
- margin-left: -8px;
- margin-top: -4px;
- }
- #detailshold{
- position: absolute;
- left: 22px;
- top: 0px;
- height: 20px;
- width: 180px;
- font-family: 'Audiowide';
- font-size: 11pt;
- letter-spacing: 3px;
- color: black;
- box-sizing: border-box;
- padding-left: 2px;
- padding-top: 0px;
- color: #21232A;
- overflow: hidden;
- text-transform: uppercase;
- }
- #detailshold b{
- color: black; }
- </style>
- <div id="whole">
- <div id="edgeimage">
- </div>
- <div id="linkholder">
- <a class="floatlink" href="#fourthdiv">
- <div class="numberlink">4.</div>
- </a>
- <a class="floatlink" href="#thirddiv">
- <div class="numberlink">3.</div>
- </a>
- <a class="floatlink" href="#seconddiv">
- <div class="numberlink">2.</div>
- </a>
- <a class="floatlink" href="#firstdiv">
- <div class="numberlink">1.</div>
- </a>
- <div class="hfirst" id="firstdiv">
- <div class="highlightcenter">
- stats
- </div>
- <div id="contentbox">
- 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. 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>
- <div class="hsecond" id="seconddiv">
- <div class="highlightcenter">
- history
- </div>
- <div id="contentbox">
- 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. 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>
- <div class="hthird" id="thirddiv">
- <div class="highlightcenter">
- social
- </div>
- <div id="contentbox">
- <ul>
- <li>One?</li>
- <li>Two?</li>
- <li>Three?</li>
- <li>Four?</li>
- <li>Five?</li>
- </ul>
- </div>
- </div>
- <div class="hfourth" id="fourthdiv">
- <div class="highlightcenter">
- ooc
- </div>
- <div id="contentbox">
- Code is <a href="http://roleplay.chat/profile.php?user=code+fixer">my own</a>, don't touch.<br>
- Character art is owned by me.<br>
- - Artist : <a href="http://furaffinity.net/user/spearfrost" target="_blank">spearfrost</a>
- <br>
- <br>
- If you have <a href="http://shoryuken.com" target="_blank">SFV</a>, I love playing.<br><br>
- Details'll come soon.
- </div>
- </div>
- </div>
- <a class="bellamydiv" href="#blank">
- ā<font style="color:#ED8722;">E</font> d g eā
- </a>
- <div id="musiccontainer">
- <div id="playerhold">
- <div id="playerholdzoom">
- <embed src="https://dl.dropboxusercontent.com/u/4556289/player_mp3.swf?autoplay=1&mp3=http://puu.sh/nydd9/56c77b198b.mp3&bgcolor1=ED8722&bgcolor2=ED8722&buttoncolor=#2D2D2D&slidercolor1=ffffff&slidercolor2=ffffff" wmode="transparent" height=30/>
- 0C0708
- </div>
- </div>
- <div id="detailshold">
- <div id="marqueeholder">
- <marquee direction="left" scrollamount="5">
- <b>D</b>EON <b>C</b>USTOM / <b>FEATHERS</b> / <b>B</b>LISS <b>EP</b>
- </marquee>
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment