Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">
- @import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Lobster+Two|Vidaloka|Fugaz+One|Montez');
- body {
- background-color: #02042B;
- background-image: url('https://www.transparenttextures.com/patterns/asfalt-light.png');
- background-position: center;
- background-size: 10%;
- background-repeat:repeat;
- }
- #profile {
- position: fixed;
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- }
- ::-webkit-scrollbar-track {
- background-color:;
- }
- ::-webkit-scrollbar-thumb {
- background-color:;
- }
- ::-webkit-scrollbar {
- width:0px;
- height:0px;
- }
- #container {
- position: absolute;
- left: 17%;
- bottom: 6.5%;
- height: 560px;
- width: 900px;
- border: 1px solid #010522;
- box-shadow: 0px 0px 4px 4px #010522;
- background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
- background-color: #01083C;
- background-size: 30%;
- background-repeat: repeat;
- }
- #topimg {
- position: absolute;
- z-index: 1;
- left: 10px;
- top: 10px;
- border: 1px solid #010522;
- box-shadow: 0px 0px 4px 4px #010522;
- height: 140px;
- width: 290px;
- background-image: url('https://images6.fanpop.com/image/photos/40900000/im-changkyun-gdragon-sunny-cat-40976931-300-167.gif');
- background-size: 100%;
- background-repeat: no-repeat;
- opacity: 0.8;
- }
- #topimg2 {
- position: absolute;
- z-index: 1;
- right: 10px;
- top: 10px;
- border: 1px solid #010522;
- box-shadow: 0px 0px 4px 4px #010522;
- height: 140px;
- width: 290px;
- background-image: url('https://pa1.narvii.com/6606/881d5d391c2d74fe6d3d1a0420b2bbc2984cc79e_hq.gif');
- background-size: 100%;
- background-repeat: no-repeat;
- opacity: 0.8;
- filter: grayscale(30%);
- }
- #title {
- position: absolute;
- z-index: 1;
- left: 325px;
- top: 10px;
- height: 200px;
- width: 250px;
- background-image: url('https://i.ibb.co/XygzML7/JUNSEO-TITLE.png');
- background-size: 100%;
- background-repeat: no-repeat;
- }
- #tab1 {
- position: absolute;
- z-index: 1;
- left: 315px;
- top: 112px;
- height: 45px;
- width: 45px;
- background-image: url('https://i.ibb.co/4ZRKvQr/startab.png');
- background-size: 100%;
- background-repeat: no-repeat;
- }
- #tab2 {
- position: absolute;
- z-index: 1;
- left: 430px;
- top: 112px;
- height: 45px;
- width: 45px;
- background-image: url('https://i.ibb.co/4ZRKvQr/startab.png');
- background-size: 100%;
- background-repeat: no-repeat;
- }
- #tab3 {
- position: absolute;
- z-index: 1;
- left: 540px;
- top: 112px;
- height: 45px;
- width: 45px;
- background-image: url('https://i.ibb.co/4ZRKvQr/startab.png');
- background-size: 100%;
- background-repeat: no-repeat;
- }
- #stats {
- position: absolute;
- z-index: 1;
- bottom: 10px;
- right: 130px;
- height: 370px;
- width: 240px;
- background-color: #000;
- padding: 5px;
- overflow-y: auto;
- font-family: 'Josefin Sans';
- font-size: 12px;
- color: #fff;
- line-height: 16px;
- border: 1px solid #010522;
- box-shadow: 0px 0px 2px 2px #010522;
- }
- #ooc {
- position: absolute;
- z-index: 1;
- bottom: 10px;
- left: 130px;
- height: 130px;
- width: 360px;
- background-color: #000;
- padding: 5px;
- overflow-y: auto;
- font-family: 'Josefin Sans';
- font-size: 12px;
- color: #fff;
- line-height: 16px;
- border: 1px solid #010522;
- box-shadow: 0px 0px 2px 2px #010522;
- }
- #friendo {
- position: absolute;
- z-index: 1;
- bottom: 165px;
- left: 130px;
- text-align: center;
- height: 215px;
- width: 150px;
- background-color: #000;
- padding: 5px;
- overflow-y: auto;
- font-family: 'Josefin Sans';
- font-size: 12px;
- color: #fff;
- line-height: 16px;
- border: 1px solid #010522;
- box-shadow: 0px 0px 2px 2px #010522;
- }
- #blurb {
- position: absolute;
- z-index: 1;
- bottom: 165px;
- left: 310px;
- height: 215px;
- width: 180px;
- background-color: #000;
- padding: 5px;
- overflow-y: auto;
- font-family: 'Josefin Sans';
- font-size: 12px;
- color: #fff;
- line-height: 16px;
- border: 1px solid #010522;
- box-shadow: 0px 0px 2px 2px #010522;
- }
- .friend {
- width: 55px;
- height:31px;
- opacity: 1;
- border: 1px dashed #052C8A;
- border-Radius: 10%;
- margin-right: .5px;
- margin-top: 4px;
- margin-bottom:-5px;
- opacity: 0.8;
- -webkit-transition:opacity 0.7s linear;
- -webkit-transition:all 0.6s ease-out;
- -moz-transition:all 0.6s ease-out;
- transition:all 0.6s ease-out;
- }
- .friend:hover {
- opacity: 0.7;
- border: 1px dashed #fff;
- margin-right: .5px;
- margin-top: 4px;
- margin-bottom:-5px;
- -webkit-transition:opacity 0.7s linear;
- -webkit-transition:all 0.6s ease-out;
- -moz-transition:all 0.6s ease-out;
- transition:all 0.6s ease-out;
- }
- h1 {
- font-family: 'Montez';
- text-align: right;
- font-size: 17px;
- background-image: linear-gradient(to right, #052C8A, #01052B);
- line-height: 12px;
- margin-top: 7px;
- margin-bottom: 4px;
- letter-spacing: 1px;
- color: #FFFB89;
- }
- .glow {
- font-size: 17px;
- color: #fff;
- text-align: right;
- -webkit-animation: glow 1s ease-in-out infinite alternate;
- -moz-animation: glow 1s ease-in-out infinite alternate;
- animation: glow 1s ease-in-out infinite alternate;
- }
- @-webkit-keyframes glow {
- from {
- text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #FFFB89, 0 0 4px #D1CD40, 0 0 5px #D1CD40, 0 0 8px #D1CD40, 0 0 8px #D1CD40;
- }
- to {
- text-shadow: 0 0 2px #fff, 0 0 3px #C8C327, 0 0 4px #C8C327, 0 0 5px #C8C327, 0 0 8px #C8C327, 0 0 8px #C8C327, 0 0 9px #C8C327;
- }
- }
- b {
- font-family: 'Vidaloka';
- font-size: 12px;
- background: -webkit-linear-gradient(#FFFB89, #C8C327, #fff);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- a {
- font-family: 'Fugaz One';
- font-size: 11px;
- color: blue;
- text-decoration: none;
- }
- a:hover {
- color: #B4CAFF;
- text-decoration: underline;
- }
- #left {
- position: absolute;
- z-index: 1;
- left: -60px;
- bottom: 155px;
- background-image: url('https://i.ibb.co/y5tH8st/leftquote.png');
- height: 100px;
- width: 310px;
- background-size: 100%;
- background-repeat: no-repeat;
- transform: rotate(-90deg);
- }
- #right {
- position: absolute;
- z-index: 1;
- right: -60px;
- bottom: 150px;
- background-image: url('https://i.ibb.co/q09dBvh/rightquote.png');
- height: 100px;
- width: 310px;
- background-size: 100%;
- background-repeat: no-repeat;
- transform: rotate(90deg);
- }
- </style>
- <div id="profile" oncontextmenu="return false;">
- <div id="container">
- <div id="topimg"></div>
- <div id="topimg2"></div>
- <div id="title"></div>
- <div id="left"></div>
- <div id="right"></div>
- <a href="#2"><div id="tab1"></div></a>
- <a href="#3"><div id="tab2"></div></a>
- <a href="#1"><div id="tab3"></div></a>
- <div id="ooc"><h1 class="glow">Out of Character</h1>
- <B>00.</B> Coded by <a href="//roleplay.chat/profile.php?user=Sailor+Chuu">Chuu</a> for Junseo's use only. Do not steal!
- </div>
- <div id="friendo"><h1 class="glow">Connections</h1>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- <a href=" " target="_blank"><img src="https://64.media.tumblr.com/e3590f465503cb2d9515acfe7f5bdeb1/tumblr_inline_p34xjmfDP01txhicu_500.gif" title="Info here" class="friend"></a>
- </div>
- <div id="blurb"><h1 class="glow">Headcanons</h1></div>
- <div id="stats">
- <div style="height: 370px; overflow: hidden;">
- <a name="1"></a>
- <div style="height: 370px; overflow-y: auto;">
- <div style="margin: 0 auto; width: 19.8em;">
- <h1 class="glow">Statistics</h1>
- <B>Name:</B> <font style=float:right>Jeong Junseo<a title="정준서.">*</a>.</font><br>
- <B>Nickname(s):</B> <font style=float:right>STAT.</font><br>
- <B>Age:</B> <font style=float:right>Eighteen.</font><br>
- <B>Birthdate:</B> <font style=float:right>STAT.</font><br>
- <B>Birthtime:</B> <font style=float:right>STAT.</font><br>
- <B>Sun Sign:</B> <font style=float:right>STAT.</font><br>
- <B>Gender:</B> <font style=float:right>Male.</font><br>
- <B>Birthplace:</B> <font style=float:right>STAT.</font><br>
- <B>Ethnicity:</B> <font style=float:right>Korean.</font><br>
- <B>Nationality:</B> <font style=float:right>STAT.</font><br>
- <B>Orientation:</B> <font style=float:right>Heterosexual.</font><br>
- <B>Marital:</B> <font style=float:right>STAT.</font><br>
- <B>Alignment:</B> <font style=float:right>Good.</font><br>
- <B>Affiliation:</B> <font style=float:right>Hogwarts.</font><br>
- <B>Blood Status:</B> <font style=float:right>STAT.</font><br>
- <B>Blood Type:</B> <font style=float:right>STAT.</font><br>
- <B>Hair Color:</B> <font style=float:right>Black.</font><br>
- <B>Eye Color:</B> <font style=float:right>Brown.</font><br>
- <B>Skin Tone:</B> <font style=float:right>Olive.</font><br>
- <B>Complexion:</B> <font style=float:right>Smooth.</font><br>
- <B>Height:</B> <font style=float:right>5'9".</font><br>
- <B>Weight:</B> <font style=float:right>XXX lbs.</font><br>
- <B>Scent:</B> <font style=float:right>STAT.</font><br>
- <B>Handedness:</B> <font style=float:right>STAT.</font><br>
- <B>Faceclaim:</B> <font style=float:right>Im Changkyun.</font>
- </div></div>
- <a name="2"></a>
- <div style="height: 370px; overflow-y: auto;">
- <div style="margin: 0 auto; width: 19.8em;">
- <h1 class="glow">School Dossier</h1>
- <B>School:</B> <font style=float:right>Hogwarts.</font><br>
- <B>House:</B> <font style=float:right>Gryffindor.</font><br>
- <B>Year:</B> <font style=float:right>Seven.</font><br>
- <B>Wand Wood:</B> <font style=float:right>STAT.</font><br>
- <B>Core:</B> <font style=float:right>STAT.</font><br>
- <B>Flexibility:</B> <font style=float:right>STAT.</font><br>
- <B>Length:</B> <font style=float:right>STAT.</font><br>
- <B>Familiar:</B> <font style=float:right>STAT.</font><br>
- <B>Patronus:</B> <font style=float:right>STAT.</font><br>
- <B>Boggart:</B> <font style=float:right>STAT.</font><br>
- <B>Amortentia:</B> <font style=float:right>STAT.</font><br>
- <B>Interests:</B> <font style=float:right>STAT.</font><br>
- <B>Likes:</B> <font style=float:right>STAT.</font><br>
- <B>Dislikes:</B> <font style=float:right>STAT.</font><br>
- <h1 class="glow">Extracurriculars</h1>
- </div></div>
- <a name="3"></a>
- <div style="height: 370px; overflow-y: auto;">
- <div style="margin: 0 auto; width: 19.8em;">
- <h1 class="glow">Last Box</h1>
- </div></div></div></div>
- </div>
- </div>
Add Comment
Please, Sign In to add comment