Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @import url(//fonts.googleapis.com/css?family=Kaushan+Script);
- @font-face{
- src:url(https://dl.dropboxusercontent.com/u/4556289/MrDeHaviland-Regular.ttf);
- font-family:'mainfont';
- }
- @font-face{
- src:url(https://dl.dropboxusercontent.com/u/4556289/yataghan.ttf);
- font-family:'mainfont2';
- }
- @font-face{
- src:url(https://dl.dropboxusercontent.com/u/4556289/teamaaw.ttf);
- font-family:'bodyfont';
- }
- ::-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: #251E23;
- }
- #whole{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background-image:url(https://puu.sh/t3zFe/77d6fa7a8a.png);
- background-color: #4b4b4b;
- overflow: hidden;
- }
- #widecontainer{
- position: absolute;
- top: 10px;
- left: 10px;
- right: 10px;
- bottom: 10px;
- border: 10px solid black;
- }
- #rhaimage{
- position: absolute;
- top: 0px;
- bottom: 0px;
- left: 0px;
- right: 0px;
- background-image:url(https://puu.sh/sZrFP/4eae74f35d.png);
- background-repeat: no-repeat;
- background-size: auto 100%;
- background-position: bottom -10px right 10%;
- z-index: 2;
- }
- #rhaistrip{
- position: absolute;
- top: 0px;
- bottom: 0px;
- margin: auto;
- left: 0px;
- height: 30px;
- width: 100%;
- background-color: transparent;
- z-index: 1;
- }
- #rhaistrip:before{
- content:'';
- position: absolute;
- left: 0px;
- right: 0px;
- top: 10px;
- height: 10px;
- background: black;
- }
- #rhaipulse{
- position: absolute;
- top: -0px;
- bottom: 0px;
- width: 100%;
- margin: auto;
- height: 30px;
- background: transparent;
- z-index: 1;
- }
- #rhaipulse:before{
- content:'';
- position: absolute;
- top: 0px;
- bottom: 0px;
- margin: auto;
- width: 100%;
- height: 30px;
- background-color: rgba(0, 0, 0, 0.31);
- }
- #whole:hover #rhaipulse:before{
- animation: dancepattern 2.5s infinite;
- -webkit-animation: dancepattern 2.5s infinite;
- }
- @-webkit-keyframes dancepattern{
- 10%{ /*very start */
- height:30px ;}
- 20%{/* first motion - goes to*/
- height: 50px ;}
- 30%{/*first motion - stop */
- height:30px ;}
- 40%{/* second motion - starts from */
- height:30px ;}
- 50%{/* second motion - goes to */
- height: 65px ;}
- 60%{/* second motion - stop */
- height:30px ;}
- 70%{/* third motion - starts from */
- height:30px ;}
- 80%{/* third motion - goes to */
- height: 55px ;}
- /* 90% { third motion - stops
- height:30px;} */
- 100%{ /* final stop */
- height: 30px;}
- }
- @keyframes dancepattern{
- 10%{ /*very start */
- height:30px ;}
- 20%{/* first motion - goes to*/
- height: 50px ;}
- 30%{/*first motion - stop */
- height:30px ;}
- 40%{/* second motion - starts from */
- height:30px ;}
- 50%{/* second motion - goes to */
- height: 65px ;}
- 60%{/* second motion - stop */
- height:30px ;}
- 70%{/* third motion - starts from */
- height:30px ;}
- 80%{/* third motion - goes to */
- height: 55px ;}
- /* 90%{ third motion - stops
- height:30px;} */
- 100%{ /* final stop */
- height: 30px;}
- }
- #controldiv, #controldiv2{
- position: absolute;
- top: 0px;
- bottom: 0px;
- margin: auto;
- width: 100%;
- height: 100px;
- z-index: 0;
- }
- #controldiv2{
- z-index: 2;
- }
- #divbox{
- position: absolute;
- top: 0px;
- bottom: 0px;
- margin: auto;
- height: 150px;
- width: 300px;
- left: 0px;
- background: black;
- box-sizing: border-box;
- }
- #divbox:before, #divbox2:before{
- content:'';
- position: absolute;
- top: -10px;
- left: -10px;
- right: -10px;
- bottom: 60%;
- background-color: rgba(0, 0, 0, 0.31);
- z-index: -1;
- }
- #divbox2:before{
- bottom: 55%;
- }
- #divbox:after, #divbox2:after{
- content:'';
- position: absolute;
- top: 60%;
- left: -10px;
- right: -10px;
- bottom: -10px;
- background-color: rgba(0, 0, 0, 0.31);
- z-index: -1;
- }
- #divbox2:after{
- top: 55%;
- }
- #divbox2{
- position: absolute;
- margin: auto;
- top: 0px;
- bottom: 0px;
- left: 450px;
- width: 150px;
- height: 300px;
- box-sizing: border-box;
- background: black;
- }
- #whole:hover #divbox:before{
- animation: dancepatternB1 2.5s infinite;
- -webkit-animation: dancepatternB1 2.5s infinite;
- }
- #whole:hover #divbox2:before{
- animation: dancepatternB2 2.5s infinite;
- -webkit-animation: dancepatternB2 2.5s infinite;
- }
- #whole:hover #divbox:after{
- animation: dancepatternC1 2.5s infinite;
- -webkit-animation: dancepatternC1 2.5s infinite;
- }
- #whole:hover #divbox2:after{
- animation: dancepatternC2 2.5s infinite;
- -webkit-animation: dancepatternC2 2.5s infinite;
- }
- @keyframes dancepatternB1{
- 10%{ /*very start */
- bottom: 60%;
- left: -10px;
- right: -10px;
- top: -10px;}
- 20%{/* first motion - goes to*/
- bottom: 100px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- 30%{/*first motion - stop */
- bottom: 60% ;
- left: -10px;
- right: -10px;
- top: -10px}
- 40%{/* second motion - starts from */
- bottom: 60% ;
- left: -10px;
- right: -10px;
- top: -10px;}
- 50%{/* second motion - goes to */
- bottom: 107.5px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- 60%{/* second motion - stop */
- bottom: 60% ;
- left: -10px;
- right: -10px;
- top: -10px;}
- 70%{/* third motion - starts from */
- bottom: 60%;
- left: -10px;
- right: -10px;
- top: -10px;}
- 80%{/* third motion - goes to */
- bottom: 102.5px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- /* 90%{ third motion - stops
- height:30px;} */
- 100%{ /* final stop */
- bottom: 60%;
- left: -10px;
- right: -10px;
- top: -10px;}
- }
- @-webkit-keyframes dancepatternB1{
- 10%{ /*very start */
- bottom: 60%;
- left: -10px;
- right: -10px;
- top: -10px;}
- 20%{/* first motion - goes to*/
- bottom: 100px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- 30%{/*first motion - stop */
- bottom: 60% ;
- left: -10px;
- right: -10px;
- top: -10px}
- 40%{/* second motion - starts from */
- bottom: 60% ;
- left: -10px;
- right: -10px;
- top: -10px;}
- 50%{/* second motion - goes to */
- bottom: 107.5px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- 60%{/* second motion - stop */
- bottom: 60% ;
- left: -10px;
- right: -10px;
- top: -10px;}
- 70%{/* third motion - starts from */
- bottom: 60%;
- left: -10px;
- right: -10px;
- top: -10px;}
- 80%{/* third motion - goes to */
- bottom: 102.5px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- /* 90%{ third motion - stops
- height:30px;} */
- 100%{ /* final stop */
- bottom: 60%;
- left: -10px;
- right: -10px;
- top: -10px;}
- }
- @keyframes dancepatternB2{
- 10%{ /*very start */
- bottom: 55% ;
- top: -10px;
- left: -10px;
- right: -10px;}
- 20%{/* first motion - goes to*/
- bottom: 175px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- 30%{/*first motion - stop */
- bottom: 55% ;
- top: -10px;
- left: -10px;
- right: -10px;}
- 40%{/* second motion - starts from */
- bottom: 55% ;
- top: -10px;
- left: -10px;
- right: -10px;}
- 50%{/* second motion - goes to */
- bottom: 182.5px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- 60%{/* second motion - stop */
- bottom: 55% ;
- top: -10px;
- left: -10px;
- right: -10px;}
- 70%{/* third motion - starts from */
- bottom: 55%;
- top: -10px;
- left: -10px;
- right: -10px;}
- 80%{/* third motion - goes to */
- bottom: 177.5px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- /* 90%{ third motion - stops
- height:30px;} */
- 100%{ /* final stop */
- bottom: 55%;
- top: -10px;
- left: -10px;
- right: -10px;}
- }
- @-webkit-keyframes dancepatternB2{
- 10%{ /*very start */
- bottom: 55% ;
- top: -10px;
- left: -10px;
- right: -10px;}
- 20%{/* first motion - goes to*/
- bottom: 175px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- 30%{/*first motion - stop */
- bottom: 55% ;
- top: -10px;
- left: -10px;
- right: -10px;}
- 40%{/* second motion - starts from */
- bottom: 55% ;
- top: -10px;
- left: -10px;
- right: -10px;}
- 50%{/* second motion - goes to */
- bottom: 182.5px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- 60%{/* second motion - stop */
- bottom: 55% ;
- top: -10px;
- left: -10px;
- right: -10px;}
- 70%{/* third motion - starts from */
- bottom: 55%;
- top: -10px;
- left: -10px;
- right: -10px;}
- 80%{/* third motion - goes to */
- bottom: 177.5px ;
- top: -20px;
- left: -20px;
- right: -20px;}
- /* 90%{ third motion - stops
- height:30px;} */
- 100%{ /* final stop */
- bottom: 55%;
- top: -10px;
- left: -10px;
- right: -10px;}
- }
- @keyframes dancepatternC1{
- 10%{ /*very start */
- top: 60% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 20%{/* first motion - goes to*/
- top: 100px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- 30%{/*first motion - stop */
- top: 60% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 40%{/* second motion - starts from */
- top: 60% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 50%{/* second motion - goes to */
- top: 107.5px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- 60%{/* second motion - stop */
- top: 60% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 70%{/* third motion - starts from */
- top: 60%;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 80%{/* third motion - goes to */
- top: 102.5px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- /* 90%{ third motion - stops
- height:30px;} */
- 100%{ /* final stop */
- top: 60%;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- }
- @-webkit-keyframes dancepatternC1{
- 10%{ /*very start */
- top: 60% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 20%{/* first motion - goes to*/
- top: 100px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- 30%{/*first motion - stop */
- top: 60% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 40%{/* second motion - starts from */
- top: 60% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 50%{/* second motion - goes to */
- top: 107.5px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- 60%{/* second motion - stop */
- top: 60% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 70%{/* third motion - starts from */
- top: 60%;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 80%{/* third motion - goes to */
- top: 102.5px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- /* 90%{ third motion - stops
- height:30px;} */
- 100%{ /* final stop */
- top: 60%;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- }
- @keyframes dancepatternC2{
- 10%{ /*very start */
- top: 55% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 20%{/* first motion - goes to*/
- top: 175px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- 30%{/*first motion - stop */
- top: 55% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 40%{/* second motion - starts from */
- top: 55% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 50%{/* second motion - goes to */
- top: 182.5px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- 60%{/* second motion - stop */
- top: 55% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 70%{/* third motion - starts from */
- top: 55%;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 80%{/* third motion - goes to */
- top: 177.5px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- /* 90%{ third motion - stops
- height:30px;} */
- 100%{ /* final stop */
- top: 55%;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- }
- @-webkit-keyframes dancepatternC2{
- 10%{ /*very start */
- top: 55% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 20%{/* first motion - goes to*/
- top: 175px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- 30%{/*first motion - stop */
- top: 55% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 40%{/* second motion - starts from */
- top: 55% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 50%{/* second motion - goes to */
- top: 182.5px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- 60%{/* second motion - stop */
- top: 55% ;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 70%{/* third motion - starts from */
- top: 55%;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- 80%{/* third motion - goes to */
- top: 177.5px ;
- bottom: -20px;
- left: -20px;
- right: -20px;}
- /* 90%{ third motion - stops
- height:30px;} */
- 100%{ /* final stop */
- top: 55%;
- bottom: -10px;
- left: -10px;
- right: -10px;}
- }
- #contentarea{
- position: absolute;
- top: 10px;
- left: 10px;
- right: 10px;
- bottom: 10px;
- background: #773b38;
- box-sizing: border-box;
- padding: 5px;
- padding-left: 9px;
- color: black;
- font-size: 17pt;
- font-weight: 600;
- text-align: justify;
- font-family:'mainfont', Times, Arial;
- overflow: hidden;
- letter-spacing: 1.1px;
- }
- #contentarea b{
- font-size: 15pt;
- font-family:'Kaushan Script', cursive;
- text-shadow: 0px 0px 3px black;
- }
- #divbox2 #contentarea{
- line-height: 38px;
- }
- #divbox #contentarea b{
- font-family:'mainfont2';
- font-style: italic;
- }
- #divbox #contentarea i{
- position: relative;
- font-family:'bodyfont';
- font-size: 12pt;
- font-style: normal;
- font-weight: 600;
- box-sizing: border-box;
- padding-left: 10px;
- top: -3px;
- }
- #contentcontent{
- position: absolute;
- top: 38px;
- left: 5px;
- right: 5px;
- bottom: 0px;
- border: 2px solid black;
- border-bottom: 0px;
- box-sizing: border-box;
- font-size: 12pt;
- font-family:'bodyfont', Times, Arial;
- text-shadow: 0px 0px 1px black;
- overflow: auto;
- padding: 5px;
- padding-top: 0px;
- font-style: italic;
- }
- #musicbar{
- position: fixed;
- margin-left: -10px;
- margin-top: -55px;
- height: 15px;
- width: 281px;
- background: rgba(0, 0, 0, 0.77);
- box-shadow: 0px 0px 7px ;
- z-index: 1;
- border-radius: 2px;
- -webkit-transition: all .2s;
- transition: all .2s;
- overflow: hidden;
- }
- #musicbar:active{
- box-shadow: 0px 0px 7px black;}
- #musicbar audio{
- zoom: 1000%;
- opacity: 0;
- margin-top: -13px;
- margin-left: -2px;
- }
- #musicmarquee{
- position: absolute;
- top: -7px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- border: 0px solid red;
- z-index: -1;
- text-align: center;
- color: gray;
- text-shadow: 0px 0px 1px #773b38;
- font-family: 'mainfont', Times, Arial;
- font-size: 18pt;
- box-sizing: border-box;
- padding-top: 0px;
- }
- #boxmove{
- position: absolute;
- width: 300px;
- height: 100px;
- top: 0px;
- bottom: 0px;
- margin: auto;
- left: 20%;}
- #contentarea a{
- color: gray;
- text-decoration: none;}
- @-webkit-keyframes blurbase{
- 0%{ -webkit-filter:blur(0px);
- filter:blur(0px);}
- 50% {-webkit-filter:blur(2px);
- filter:blur(2px);}
- }
- @keyframes blurbase{
- 0%{ -webkit-filter:blur(0px);
- filter:blur(0px);}
- 50% {-webkit-filter:blur(2px);
- filter:blur(2px);}
- }
- #whole2{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background-image:url(https://puu.sh/t3zFe/77d6fa7a8a.png);
- background-color: #4b4b4b;
- overflow: hidden;}
- #whole:hover #whole2{
- animation: blurbase 2.5s infinite;
- -webkit-animation: blurbase 2.5s infinite;}
- </style>
- <div id="whole">
- <div id="whole2">
- </div>
- <div id="widecontainer">
- <div id="rhaimage">
- </div>
- <div id="controldiv">
- <div id="rhaipulse">
- </div>
- <div id="rhaistrip">
- </div>
- </div>
- <div id="controldiv2">
- <div id="boxmove">
- <div id="divbox">
- <div id="contentarea">
- <div id="musicbar">
- <div id="musicmarquee">
- <marquee direction="left" scrollamount="3">
- king of fighters xiii - wild street
- </marquee>
- </div>
- <audio controls src="https://puu.sh/t50Lj/c3bfffdebd.mp3" loop=3>
- </audio>
- </div>
- <b>R h a i
- <i>(male) (pansex) (6'1") (single)</i>
- <div id="contentcontent">
- 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 id="divbox2">
- <div id="contentarea"><b>OOC INFO.</b><br> coding is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target=_blank>mine</a>.<br> art is owned.<br> artist is <a target="_blank" href="http://furaffinity.net/user/entarra" target=_blank>entarra</a>.<br> story preferred.<br> om friendly.
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment