Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @import url(//fonts.googleapis.com/css?family=Press+Start+2P);
- .pfor{display: none;}
- #profile{background: transparent; border: 0px;}
- @font-face {
- src: url('https://dl.dropboxusercontent.com/u/4556289/spacefr.ttf');
- font-family: 'buttonfont';
- }
- #whole{position:absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- overflow: hidden;
- background-image:url(http://i68.tinypic.com/52hmpc.jpg);
- }
- ::-webkit-scrollbar {
- width: 4px;
- background-color: #000000;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
- background-color: #8D627E;
- }
- #mainhost{
- position: absolute;
- top: 0px;
- right: 100px;
- bottom: 0px;
- margin: auto;
- height: 600px;
- width: 600px;
- border: 0px solid black;
- background-image:url(http://i64.tinypic.com/r75ahh.jpg);
- background-repeat: no-repeat;
- background-size: auto 100%;
- background-position: center;
- }
- #centerspin{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- margin: auto;
- border: 0px solid black;
- height: 0px;
- width: 0px;
- overflow: none;
- border-radius: 90px 90px 90px 90px;
- -webkit-animation: astral 30s infinite;
- animation: astral 30s infinite;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- }
- #planetlink1,#planetlink2,#planetlink3,
- #planetlink4,#planetlink5{
- position: absolute;
- height: 30px;
- width: 30px;
- border-radius: 90px 90px 90px 90px;
- box-shadow: 1px 1px 10px black;
- background-size: auto 130%;
- background-position: center;
- border: 0px;
- }
- #planetlink1{
- top: -300px;
- left: 0px;
- background-image:url(http://i68.tinypic.com/f5etv.jpg);
- }
- #planetlink2{
- top: -75px;
- right:-300px;
- background-image:url(http://i64.tinypic.com/2dw5fk6.jpg);
- }
- #planetlink3{
- top: 250px;
- right: -200px;
- background-image:url(http://i65.tinypic.com/2ut6k1v.jpg);
- }
- #planetlink4{
- top: 250px;
- right: 200px;
- background-image:url(http://i63.tinypic.com/125p2j6.jpg);
- }
- #planetlink5{
- top: -75px;
- right: 300px;
- background-image:url(http://i65.tinypic.com/25i2lx1.jpg);
- }
- #centerspin:hover{
- transition: all 1s;
- -webkit-transition: all 1s;
- animation-play-state: paused;
- -webkit-animation-play-state: paused;
- }
- #centerspin:hover .titlediv{
- transition: all 1s;
- -webkit-transition: all 1s;
- animation-play-state: paused;
- -webkit-animation-play-state: paused;
- }
- @-webkit-keyframes astral{
- 0%{transform:rotate(0deg);}
- 100%{transform:rotate(360deg);}
- }
- @keyframes astral{
- 0%{transform:rotate(0deg);}
- 100%{transform:rotate(360deg);}
- }
- .titlediv{
- position: absolute;
- top: 30px;
- height: 20px;
- width: 130px;
- left: 0px;
- right: 0px;
- margin: auto;
- border: 0px solid red;
- -webkit-animation: astralrev 30s infinite;
- animation: astralrev 30s infinite;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- overflow: hidden;
- }
- #verybasic{z-index: 2;}
- #basicone, #basictwo, #basicthree, #basicfour, #basicfive{
- z-index: 1;
- -webkit-transition: all 1s;
- transition: all 1s;
- opacity: 0;
- }
- #planetlink1:hover ~ #basicone, #planetlink2:hover ~ #basictwo,
- #planetlink3:hover ~ #basicthree, #planetlink4:hover ~ #basicfour,
- #planetlink5:hover ~ #basicfive{
- z-index: 3;
- opacity: 1;
- }
- #planetlink1:hover ~ #verybasic, #planetlink2:hover ~ #verybasic,
- #planetlink3:hover ~ #verybasic, #planetlink4:hover ~ #verybasic,
- #planetlink5:hover ~ #verybasic{
- opacity: 0;
- }
- .innerdiv{
- position: absolute;
- height:80%;
- width: 95%;
- border: 2px dashed silver;
- font-family: 'buttonfont', 'Press Start 2P', Times;
- font-size: 12pt;
- color: silver;
- z-index: 1;
- text-align: center;
- }
- #backgroundfiller{
- position: absolute;
- opacity: .8;
- background: black;
- left: 1px;
- top: 1px;
- right: 1px;
- bottom: 1px;
- }
- @-webkit-keyframes astralrev{
- 0%{transform:rotate(0deg);}
- 100%{transform:rotate(-360deg);}
- }
- @keyframes astralrev{
- 0%{transform:rotate(0deg);}
- 100%{transform:rotate(-360deg);}
- }
- #titleblocker{
- position: absolute;
- border: 1px solid black;
- right: 200px;
- top: 0px;
- bottom: 0px;
- margin: auto;
- height: 300px;
- width: 400px;
- z-index: 2;
- opacity: 0;
- }
- /* Content Area -- START */
- #contentcontainer{
- position: absolute;
- height: 500px;
- width: 500px;
- border: 0px solid green;
- right: 750px;
- top: 0px;
- bottom: 0px;
- margin: auto;
- opacity: 0;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- #headerdiv{
- position: absolute;
- top: 10px;
- left: 0px;
- right: 0px;
- margin: auto;
- height: 30px;
- width: 150px;
- border-radius: 5px 5px 5px 5px;
- border: 2px dashed silver;
- overflow: hidden;
- }
- #bodydiv{
- position: absolute;
- top: 70px;
- left: 0px;
- right: 0px;
- margin: auto;
- height: 400px;
- width: 300px;
- border: 2px dashed silver;
- overflow: hidden;
- }
- #contentcontainer #backgroundfiller{
- opacity: .4;
- z-index: 0;
- }
- .selectheader{
- position: absolute;
- height: 100%;
- width: 100%;
- font-family:'buttonfont';
- font-size: 13pt;
- letter-spacing: 5px;
- color: silver;
- box-sizing: border-box;
- text-align: center;
- padding-top: 4px;
- }
- .selectbody{
- position: absolute;
- height: 100%;
- width: 99%;
- font-family:'buttonfont';
- font-size: 10pt;
- letter-spacing: 3px;
- color: white;
- box-sizing: border-box;
- text-align: center;
- padding-top: 4px;
- padding-left: 15px;
- text-align: left;
- overflow: auto;
- paddingleft: 2px;
- }
- #firstheader, #firstbody,
- #secondheader, #secondbody,
- #thirdheader, #thirdbody,
- #fourthheader, #fourthbody,
- #fifthheader, #fifthbody{
- opacity: 0;
- z-index: 0;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- #firstdiv:target #contentcontainer,
- #seconddiv:target #contentcontainer,
- #thirddiv:target #contentcontainer,
- #fourthdiv:target #contentcontainer,
- #fifthdiv:target #contentcontainer{
- opacity: 1;
- }
- #firstdiv:target #firstheader,
- #firstdiv:target #firstbody,
- #seconddiv:target #secondheader,
- #seconddiv:target #secondbody,
- #thirddiv:target #thirdheader,
- #thirddiv:target #thirdbody,
- #fourthdiv:target #fourthheader,
- #fourthdiv:target #fourthbody,
- #fifthdiv:target #fifthheader,
- #fifthdiv:target #fifthbody{
- z-index: 2;
- opacity: 1;
- }
- /* Content Area -- END */
- /* MUSIC AREA -- START */
- #musicholder{
- position: fixed;
- left: 10px;
- bottom: 10px;
- height: 30px;
- width: 180px;
- border: 0px solid green;
- overflow: hidden;
- }
- #musiccontainer{
- position: absolute;
- width: 300px;
- height: 100%;
- top: 0px;
- left: 0px;
- }
- #playlistmarker{
- float: left;
- height: 100%;
- width: 30px;
- border: 1px solid white;
- font-family: 'Press Start 2P';
- font-size: 8pt;
- box-sizing: border-box;
- text-align: left;
- padding-left: 2px;
- padding-top: 7px;
- color: white;
- overflow: hidden;
- -webkit-transition: all 1s, width .8s;
- transition: all 1s, width .8s;
- text-decoration: none;
- }
- #musiccontainer:hover #playlistmarker{width: 2px;
- -webkit-transition: all 1.2s;
- transition: 1.2s;}
- #playlistmarker:hover{
- width: 160px !important;
- }
- .songtitle{
- opacity: 0;
- letter-spacing: 1px;
- font-size: 1pt;
- -webkit-transition: all .5s 0s;
- transition: all .5s 0s;
- }
- #playlistmarker:hover .songtitle{
- opacity: 1;
- font-size: 5pt;
- -webkit-transition: all 1s .2s;
- transition: all 1s .2s;
- }
- #musiclinkcontainer{
- position: fixed;
- left: 57px;
- bottom: 3.5px;
- border: 0px solid red;
- height: 10px;
- width: 13px;
- overflow: hidden;
- zoom: 300%;
- padding-left: 5px;
- }
- #musiclinkcontainer2{
- position: absolute;
- top: -5px;
- height: 30px;
- width: 300px;
- overflow: hidden;
- text-align: left;
- }
- .songs{
- height: 100%;
- width: 100%;
- color: white;
- text-align: left;
- }
- </style>
- <div id="whole">
- <div id="mainhost">
- <div id="centerspin">
- <a href=#firstdiv id="planetlink1"> </a>
- <a href=#seconddiv id="planetlink2"></a>
- <a href=#thirddiv id="planetlink3"> </a>
- <a href=#fourthdiv id="planetlink4"></a>
- <a href=#fifthdiv id="planetlink5"></a>
- <div class="titlediv" id="verybasic">
- <div class="innerdiv">
- Eliana FREY
- </div>
- <div id="backgroundfiller">
- </div>
- </div>
- <div class="titlediv" id="basicone">
- <div class="innerdiv">
- ONE
- </div>
- <div id="backgroundfiller">
- </div>
- </div>
- <div class="titlediv" id="basictwo">
- <div class="innerdiv">
- TWO
- </div>
- <div id="backgroundfiller">
- </div>
- </div>
- <div class="titlediv" id="basicthree">
- <div class="innerdiv">
- THREE
- </div>
- <div id="backgroundfiller">
- </div>
- </div>
- <div class="titlediv" id="basicfour">
- <div class="innerdiv">
- FOUR
- </div>
- <div id="backgroundfiller">
- </div>
- </div>
- <div class="titlediv" id="basicfive">
- <div class="innerdiv">
- FIVE
- </div>
- <div id="backgroundfiller">
- </div>
- </div>
- </div>
- </div>
- <div id="titleblocker">
- </div>
- <div id="firstdiv">
- <div id="seconddiv">
- <div id="thirddiv">
- <div id="fourthdiv">
- <div id="fifthdiv">
- <div id="contentcontainer">
- <a href=#blank> <div id="headerdiv">
- <div id="backgroundfiller">
- </div>
- <div id="firstheader" class="selectheader">
- ONE
- </div>
- <div class="selectheader" id="secondheader">
- TWO
- </div>
- <div class="selectheader" id="thirdheader">
- THREE
- </div>
- <div class="selectheader" id="fourthheader">
- FOUR
- </div>
- <div class="selectheader" id="fifthheader">
- FIVE
- </div>
- </div></a>
- <div id="bodydiv">
- <div id="backgroundfiller"> </div>
- <div class="selectbody" id="firstbody">
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- ONE. Lorem ipsum etc etc.
- </div>
- <div class="selectbody" id="secondbody">
- TWO. Lorem ipsum etc etc.
- </div>
- <div class="selectbody" id="thirdbody">
- THREE. Lorem ipsum etc etc.
- </div>
- <div class="selectbody" id="fourthbody">
- FOUR. Lorem ipsum etc etc.
- </div>
- <div class="selectbody" id="fifthbody">
- FIVE. Lorem ipsum etc etc.
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="musicholder">
- <div id="musiccontainer">
- <a id="playlistmarker" href=#firstsong>
- 1. <font class="songtitle">
- song title here.</font>
- </a>
- <a id="playlistmarker" href=#secondsong>
- 2. <font class="songtitle">
- song title here.</font>
- </a>
- <a id="playlistmarker" href=#thirdsong>
- 3.<font class="songtitle">
- song title here.</font>
- </a>
- <a id="playlistmarker" href=#fourthsong>
- 4.<font class="songtitle">
- song title here.</font>
- </a>
- <a id="playlistmarker" href=#fifthsong>
- 5.<font class="songtitle">
- song title here.</font>
- </a>
- </div>
- </div>
- <div id="musiclinkcontainer">
- <div id="musiclinkcontainer2">
- <div id="firstsong" class="songs">
- <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="100" height="20">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
- <param name="bgcolor" value="#000000" />
- <param name="FlashVars" value="mp3=http://puu.sh/n0k1V/229997725b.mp3&autoplay=1&loadingcolor=e2e7eb" />
- </object>
- </div>
- <div id="secondsong" class="songs">
- <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="100" height="20">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
- <param name="bgcolor" value="#000000" />
- <param name="FlashVars" value="mp3=http://puu.sh/lJksz/ced61523c2.mp3&autoplay=0&loadingcolor=e2e7eb" />
- </object>
- </div>
- <div id="thirdsong" class="songs">
- <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="100" height="20">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
- <param name="bgcolor" value="#000000" />
- <param name="FlashVars" value="mp3=http://puu.sh/n0l2p/69f5e40a43.mp3&autoplay=0&loadingcolor=e2e7eb" />
- </object>
- </div>
- <div id="fourthsong" class="songs">
- <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="100" height="20">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
- <param name="bgcolor" value="#000000" />
- <param name="FlashVars" value="mp3=http://puu.sh/n0ly0/55acdd7f6f.mp3&autoplay=0&loadingcolor=e2e7eb" />
- </object>
- </div>
- <div id="fifthsong" class="songs">
- <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="100" height="20">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
- <param name="bgcolor" value="#000000" />
- <param name="FlashVars" value="mp3=http://puu.sh/n0mgW/21e6005e53.mp3&autoplay=0&loadingcolor=e2e7eb" />
- </object>
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment