Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @import url(http://fonts.googleapis.com/css?family=Droid+Serif);
- .pfor {display: none;}
- #profile {background: transparent;
- border: 0px;}
- #whole {position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background-image:
- url(http://i60.tinypic.com/2nukumr.jpg);
- background-repeat: no-repeat;
- background-size: auto 95%;
- background-position: bottom right 20%;
- background-color: #302626;
- color: black;
- font-family: 'Times New Roman', Times;}
- #div1{position: absolute;
- opacity: 0;
- top: 170px;
- left: 350px;
- font-size: 20pt;
- text-align: right;
- font-family: 'Droid Serif', serif;
- font-style: italic;
- font-weight: 700;
- letter-spacing: 3pt;
- transition: all 1s;
- -webkit-transition: all 1s;}
- #div2 {position: absolute;
- opacity: 0;
- left: 200px;
- top: 200px;
- width:270px;
- height: 4px;
- background: black;
- transition: all 1s;
- -webkit-transition: all 1s;}
- #div3{position: absolute;
- opacity: 0;
- top: 206px;
- left: 100px;
- font-size: 13pt;
- text-align: right;
- font-style: italic;
- letter-spacing: 15px;
- transition: all 1s;
- -webkit-transition: all 1s;}
- #whole:hover #div1{
- transition: all 1s 1s;
- -webkit-transition: all 1s 1s;
- opacity: 1;
- }
- #whole:hover #div2{
- transition: all 1s .5s;
- -webkit-transition: all 1s .5s;
- opacity: 1;
- }
- #whole:hover #div3{
- transition: left 1.5s 1.2s, opacity 2s 1.5s;
- -webkit-transition: left 1.5s 1.2s, opacity 2s 1.5s;
- opacity: 1;
- left: 206px;
- }
- #musicplayer {opacity: 0;
- -webkit-transition: all 1s;
- transition: all 1s;}
- #whole:hover #musicplayer{
- -webkit-transition: all 1s 2s;
- transition: all 1s 2s;
- opacity: 1;}
- </style>
- <div id="whole">
- <div id="div1">RUFUS
- </div>
- <div id="div2">
- </div>
- <div id="div3">
- he's the man
- </div>
- <div id="musicplayer" style="position: absolute; left: 210px; top: 185px; background: #302626; width: 140px; overflow: hidden;">
- <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/iy0vrd5tafnx8ya/Lana%20Del%20Rey%20-%20West%20Coast%20%28Rob%20Orton%20Mix%29.mp3?dl=1&t0=West Coast&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
- </div>
- </div></div></center>
Advertisement
Add Comment
Please, Sign In to add comment