Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #whole{
- position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background-image:url(http://i67.tinypic.com/169romg.jpg);
- background-size: 100% auto;
- background-repeat: no-repeat;
- background-position: bottom center;
- z-index: 1;
- }
- @font-face{
- src:url(https://dl.dropboxusercontent.com/u/4556289/Sound%20Heart.ttf);
- font-family:'titlefont';
- }
- @font-face{
- src:url(https://dl.dropboxusercontent.com/u/4556289/KatetheGreat.ttf);
- font-family:'linkfont';
- }
- ::-webkit-scrollbar {
- width: 3px;
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
- background-color: #800202;
- opacity: .3;
- }
- #centerhost{
- position: absolute;
- left: 0px;
- right: 200px;
- bottom: 0px;
- margin: auto;
- height: 700px;
- width:800px;
- border-top: 0px solid black;
- border-bottom: 0px solid black;
- }
- #coonimage{
- position: absolute;
- top: 0px;
- left: 0px;
- bottom: 0px;
- width: 500px;
- border: 0px solid black;
- background-image:url(http://oi65.tinypic.com/2lv0jk1.jpg);
- background-size: auto 100%;
- background-position: left top;
- background-repeat: no-repeat;
- }
- #titlearea{
- position: absolute;
- top: 100px;
- left: 450px;
- height: 100px;
- width: 400px;
- border: 0px solid red;
- font-family:'titlefont', Times;
- color: black;
- font-weight: 600;
- font-size: 45pt;
- text-shadow: 0px 0px 3px red;
- }
- #titlearea:before{
- content:'';
- position: absolute;
- border-radius: 160px 160px 160px 160px;
- top: 30px;
- bottom: 40px;
- left: 20px;
- right: 20px;
- background: gray;
- opacity: .6;
- border: 5px solid #100B11;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- #titlearea i{
- font-style: normal;
- position: absolute;
- -webkit-transition: all 2s;
- transition: all 2s;
- text-decoration: none;
- color: black;
- }
- #titlearea i:nth-child(1){
- font-size: 48pt;
- top: 10px;
- left: 100px;
- z-index: 1;
- }
- #titlearea i:nth-child(2){
- left: 169px;
- top: 13px;
- }
- #div1:target ~ #centerhost #titlearea i,
- #div2:target ~ #centerhost #titlearea i,
- #div3:target ~ #centerhost #titlearea i,
- #div4:target ~ #centerhost #titlearea i{
- -webkit-transition: all 2s, opacity 1s 1s;
- transition: all 2s, opacity 1s 1s;
- left: 150px;
- opacity: 0;
- }
- #div1:target ~ #centerhost #titlearea i:nth-child(1),
- #div1:target ~ #centerhost #titlearea i:nth-child(2),
- #div1:target ~ #centerhost #titlearea i:nth-child(3),
- #div1:target ~ #centerhost #titlearea i:nth-child(4){
- top: 30px;
- }
- #div1:target ~ #centerhost #titlearea i:nth-child(2),
- #div2:target ~ #centerhost #titlearea i:nth-child(2),
- #div3:target ~ #centerhost #titlearea i:nth-child(2),
- #div4:target ~ #centerhost #titlearea i:nth-child(2){
- top: 200px;
- }
- #div1:target ~ #centerhost #titlearea:before,
- #div2:target ~ #centerhost #titlearea:before,
- #div3:target ~ #centerhost #titlearea:before,
- #div4:target ~ #centerhost #titlearea:before{
- -webkit-transition: all .5s;
- transition: all .5s;
- opacity: 0;
- }
- #infoarea{
- position: absolute;
- left: 490px;
- top: 130px;
- height: 70px;
- width: 300px;
- opacity: 1;
- box-sizing: border-box;
- text-align: left;
- border-radius: 10px 10px 10px 10px;
- font-family: 'linkfont', Times, Arial;
- padding-top: 5px;
- padding-left: 5px;
- font-size: 15pt;
- line-height: 25px;
- font-weight: 600;
- opacity: 0;
- -webkit-transition: all 1s .2s;
- transition: all 1s .2s;
- }
- #infoarea:before{
- content:'';
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background: gray;
- border: 4px solid #100B11;
- border-radius: 10px 10px 10px 10px;
- z-index: -1;
- opacity: .8;
- }
- #infoarea i{
- font-size: 10pt;
- }
- #contentarea{
- position: absolute;
- left: 520px;
- top: 190px;
- height: 300px;
- width: 300px;
- border: 0px solid green;
- opacity: 0;
- -webkit-transition: all 1s, opacity 1s .2s;
- transition: all 1s, opacity 1s .2s;
- }
- #linkdrop{
- position: absolute;
- left: 0px;
- top: 10px;
- bottom: 10px;
- width: 60px;
- z-index: 1;
- }
- #linkdrop:before{
- content:'';
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- border-right: 5px solid #100B11;
- border-bottom: 5px solid #100B11;
- border-left: 5px solid #100B11;
- background: gray;
- border-radius: 0px 0px 0px 10px;
- z-index: -1;
- opacity: .8;
- }
- #linkdrop a{
- text-decoration: none;
- position: relative;
- display: block;
- height: 35px;
- width: 20px;
- border-radius: 5px 5px 5px 5px;
- background: #100B11;
- margin-top: 26px;
- margin-left: 20px;
- box-sizing: border-box;
- border: 3px solid #100B11;
- }
- #contentdrop{
- position: absolute;
- left: 59px;
- top: 10px;
- right: 0px;
- bottom: 0px;
- border: 0px solid brown;
- }
- #contentdrop:before{
- content:'';
- position: absolute;
- z-index: -1;
- opacity: .8;
- background: gray;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- border-right: 5px solid #100B11;
- border-bottom: 5px solid #100B11;
- border-radius: 0px 40px 0px 15px;
- }
- #reappear{
- z-index: -20;
- position: absolute;
- display: block;
- }
- #div1:target ~ #centerhost #reappear,
- #div2:target ~ #centerhost #reappear,
- #div3:target ~ #centerhost #reappear,
- #div4:target ~ #centerhost #reappear{
- z-index: 20;
- }
- #div1:target ~ #centerhost #infoarea,
- #div1:target ~ #centerhost #contentarea,
- #div2:target ~ #centerhost #infoarea,
- #div2:target ~ #centerhost #contentarea,
- #div3:target ~ #centerhost #infoarea,
- #div3:target ~ #centerhost #contentarea,
- #div4:target ~ #centerhost #infoarea,
- #div4:target ~ #centerhost #contentarea{
- -webkit-transition: all 1s 1.2s;
- transition: all 1s 1.2s;
- opacity: 1;
- }
- #contentcontent{
- position: absolute;
- overflow: hidden;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- box-sizing: border-box;
- }
- #contentcontent h1{
- margin-top: 0px;
- margin-bottom: 0px;
- position: absolute;
- top: 2px;
- height: 20px;
- left: 0px;
- right: 0px;
- font-family: 'linkfont', Times, Arial;
- font-size: 16pt;
- font-weight: 600;
- padding-left: 20px;
- color: black;
- }
- .bodydiv{
- position: absolute;
- top: 40px;
- left: 2px;
- right: 10px;
- bottom: 9px;
- font-family:'linkfont';
- font-size: 11pt;
- box-sizing: border-box;
- overflow: auto;
- padding: 5px;
- padding-right: 10px;
- color: #100B11;
- text-align: justify;
- text-shadow: 0px 0px 1px black;
- }
- #div11, #div22, #div33, #div44{
- z-index: 0;
- opacity: 0;
- -webkit-transition: all .6s;
- transition: all .6s;
- }
- #div1:target ~ #centerhost #div11,
- #div2:target ~ #centerhost #div22,
- #div3:target ~ #centerhost #div33,
- #div4:target ~ #centerhost #div44{
- -webkit-transition: all 1s .2s;
- transition: all 1s .2s;
- z-index: 1;
- opacity: 1;
- }
- #div1link,#div2link,#div3link,#div4link{
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- #div1:target ~ #centerhost #div1link,
- #div2:target ~ #centerhost #div2link,
- #div3:target ~ #centerhost #div3link,
- #div4:target ~ #centerhost #div4link{
- -webkit-transition: all 1s;
- transition: all 1s;
- background: transparent;
- }
- /* MUSIC AREA */
- #musicslice{
- position: fixed;
- top: 5%;
- right: 20px;
- height: 50px;
- width: 50px;
- border: 2px solid black;
- overflow: hidden;
- -webkit-transition: all 1s;
- transition: all 0s;
- box-shadow: 1px 1px 3px 0px black;
- background: transparent;
- zoom: 150%;}
- #musicslice:active{
- -webkit-transition: all 0s;
- transition: all 0s;
- box-shadow: 1px 1px 0px 0px black;}
- #musiccover{
- position: absolute;
- left: 0px;
- top: 0px;
- height: 50px;
- width: 50px;
- background-image:url(http://i67.tinypic.com/34rx2m0.jpg);
- background-size: auto 100%;
- background-repeat: no-repeat;
- background-position: center;
- }
- #musichidden{
- position: absolute;
- left: -10px;
- top: 0px;
- height: 50px;
- width: 50px;
- zoom: 180%;
- opacity: 0;
- z-index: 1;
- overflow: hidden;}
- </style>
- <div id="whole">
- <div id="div1"></div>
- <div id="div2"></div>
- <div id="div3"></div>
- <div id="div4"></div>
- <div id="centerhost">
- <div id="coonimage">
- </div>
- <div id="titlearea">
- <a href="#div1"><i>RY</i><i>COON</i></a>
- </div>
- <div id="reappear">
- <div id="infoarea">Full Name Here.<br>
- <i>Other tidbits of info here.</i>
- </div>
- <div id="contentarea">
- <div id="linkdrop">
- <a href="#div1" id="div1link"></a>
- <a href="#div2" id="div2link"></a>
- <a href="#div3" id="div3link"></a>
- <a href="#div4" id="div4link"></a>
- </div>
- <div id="contentdrop">
- <div id="contentcontent">
- <h1 id="div11">Header One.
- </h1>
- <div class="bodydiv" id="div11">
- 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.<br><br>
- 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>
- <h1 id="div22">Header Two.
- </h1>
- <div class="bodydiv" id="div22">
- 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.<br><br>
- 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>
- <h1 id="div33">Header Three.
- </h1>
- <div class="bodydiv" id="div33">
- 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.<br><br>
- 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>
- <h1 id="div44">Header Four.
- </h1>
- <div class="bodydiv" id="div44">
- 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.<br><br>
- 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>
- </div>
- </div>
- <div id="musicslice" title="artist - track">
- <div id="musiccover">
- </div>
- <div id="musichidden">
- <audio controls src="https://puu.sh/rY4jF/2aa9bb74ba.mp3" loop=3></audio>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment