Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .pfor {display: none;}
- #profile {background: transparent; border: 0;}
- body{ background: #313447;
- color: black;
- }
- ::-webkit-scrollbar
- {
- width: 4px;
- background-color: gray;
- }
- ::-webkit-scrollbar-thumb
- {
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
- background-color: #313447 ;
- }
- @font-face{
- font-family: 'headerfont';
- src: url(https://dl.dropboxusercontent.com/u/4556289/Crazy%2BThoughts.ttf);
- }
- @font-face{
- font-family: 'bodyfont';
- src:url(https://dl.dropboxusercontent.com/u/4556289/yataghan.ttf);
- }
- #container {
- position: absolute;
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- margin: auto;
- height: 700px;
- width: 902px;
- border: 0px solid black;
- box-sizing: border-box;
- }
- #centerbox {
- top: 0px;
- border: 1px solid black;
- border-top: 5px solid black;
- border-bottom: 5px solid black;
- position: absolute;
- z-index: 1;
- left: 300px;
- height: 100%;
- width: 298px;
- border-radius: 20px 20px 20px 20px;
- background: #BBBBC4;
- }
- #rightbox {
- border: 1px solid black;
- position: absolute;
- left: 575px;
- top: 2px;
- height: 693px;
- width: 298px;
- border-radius: 0px 180px 80px 0px;
- border-bottom: 7px solid black;
- border-top: 6px solid black;
- overflow: hidden;
- background: #BBBBC4;
- }
- #leftbox {
- border: 1px solid black;
- position: absolute;
- left: 30px;
- top: 2px;
- height: 693px;
- width: 298px;
- border-radius: 180px 0px 0px 80px;
- border-bottom: 7px solid black;
- border-top: 6px solid black;
- overflow: hidden;
- background: #BBBBC4;
- }
- #selectionone {
- position: absolute;
- left: 290px;
- width: 20px;
- top: 5px;
- height: 100%;
- border: 0px solid black;
- background: black;
- box-sizing: border-box;
- padding-top: 200px;
- z-index: 2;
- }
- #selectiontwo {
- position: absolute;
- left: 590px;
- width: 20px;
- top: 5px;
- height: 100%;
- border: 0px solid black;
- background: black;
- box-sizing: border-box;
- padding-top: 200px;
- z-index: 2;
- }
- a.lynk {
- margin-bottom: 60px;
- margin-left: 2.5px;
- float: left;
- height: 70px;
- width: 15px;
- border-radius: 10px 10px 10px 10px;
- box-sizing: border-box;
- border: 2px solid black;
- background: gray;
- -webkit-transition: all 1s;
- }
- a.lynk:hover{
- border: 6px solid black;
- }
- #tabcontainer {
- position: absolute;
- top: 0px;
- bottom: 0px;
- left: 10px;
- margin: auto;
- width: 250px;
- height: 680px;
- border: 0px solid black;
- overflow: hidden;
- }
- .tabb {
- position: relative;
- width: 248px;
- height: 695px;
- border: 0px solid red;
- margin-bottom: 5px;
- }
- #headingleft {
- position: absolute;
- top: 40px;
- right: 10px;
- height: 20px;
- width: 200px;
- border: 0px solid black;
- margin-right: 5px;
- text-align: right;
- font-family: 'headerfont';
- font-size: 30pt;
- }
- #headingright {
- position: absolute;
- top: 40px;
- left: 10px;
- height: 20px;
- width: 200px;
- border: 0px solid black;
- margin-left: 5px;
- text-align: left;
- font-family: 'headerfont';
- font-size: 30pt;
- }
- #textcontainer {
- position: absolute;
- top: 75px;
- left: 0px;
- bottom: 0px;
- right: 0px;
- margin: auto;
- height: 585px;
- width: 245px;
- border: 0px solid black;
- box-sizing: border-box;
- padding-left: 8px;
- padding-right: 8px;
- text-align: right;
- font-family:'bodyfont';
- font-size: 9pt;
- overflow: auto;
- }
- #textcontainer a.image{float: left;
- margin-bottom: 20px;
- margin-left: 10px;
- width: 200px;
- height: 200px;
- border: 1px solid #313447;
- border-radius: 20px 20px 20px 20px;
- background-size: 100%;
- background-repeat: no-repeat;
- background-color: black;
- overflow: hidden;}
- #textcontainer img{
- width: 100%;
- }
- #centerbackground{position: absolute;
- height: 100%;
- width: 100%;
- background-image: url(http://i60.tinypic.com/i5dkrn.jpg);
- background-repeat: no-repeat;
- background-size: auto 100%;
- background-position: center;
- opacity: 1;
- -webkit-transition: all 1s;
- transition: all 1s;}
- #centertext{
- position: absolute;
- height: 120px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- box-sizing: border-box;
- border-radius: 10px 10px 0px 0px;
- -webkit-transition: all 1s;
- transition: all 1s;
- border: 1px solid black;
- background: black;
- color: gray;
- padding-top: 2px;
- padding-left: 20px;
- padding-right: 20px;
- font-family: 'bodyfont';
- font-size: 9pt;
- text-align: center;
- overflow: auto;
- }
- </style>
- <div id="container">
- <div id="leftbox">
- <div id="tabcontainer">
- <div id="firstL" class="tabb">
- <div id="headingleft">
- FIRST LEFT TITLE.
- </div>
- <div id="textcontainer">
- FIRST LEFT INFORMATION GOES HERE.
- </div>
- </div>
- <div id="secondL" class="tabb">
- <div id="headingleft">
- SECOND LEFT TITLE.
- </div>
- <div id="textcontainer">
- SECOND LEFT INFORMATION GOES HERE.
- </div>
- </div>
- <div id="thirdL" class="tabb">
- <div id="headingleft">
- THIRD LEFT TITLE.
- </div>
- <div id="textcontainer">
- THIRD LEFT INFORMATION GOES HERE.
- </div>
- </div>
- </div>
- </div>
- <div id="centerbox">
- <div id="centerbackground">
- </div>
- <div id="centertext">
- Birth Name: Issac Weiss
- <br>
- Alias: Vier Hisukin (Current), The Red Hero, Laaien Hisukin, Shunkou, The Eternal Monster.
- <br>
- Species: Originally human, able to change his shape at will. Body normally defaults to a Kasai Minshuu.
- <br>
- Age: 10,000-odd years, not a perfect count, lost some years to science.
- <br>
- Title: The Single Most Experienced Man Alive. Formerly: Lord of the Crimson, Master Vier, Founder/Head of the Sentinels.
- <br>
- Status: Faked his own death.
- <br>
- Martial Status: Single. Formerly married.
- <br>
- Height/Weight: 6'3, 209lb. Varies, really, his form is not often static.
- <br>
- Distinguishing Marks: Literally hundreds of scars on his body, usually hidden by an illusion.
- <br>
- Occupation: Wanderer, Bar Supervisor, part time world-saver. Formerly: Lord of the Crimson, Head of the Sentinels, Protector of the Earth, Scientist, Doctor, Warrior, Mage, King, Do-Gooder, Mercenary, Teacher.
- <br>
- Affiliations: Bottoms-Up Strip Club, Council of Lords. Formerly: Sentinels, The Crimson, Moe, many else, most now extinct.
- <br>
- Family: Riley Szerencse(Biological Son), Sin Hisukin(Biological Son.), Quintus Hisukin(Clone/Adopted Son), Grace Venia(Adopted Daughter/ Third Wife), Tadashi Arashi(Adopted Son), Charolette Szerencse(First Wife, deceased) Valeria Velaruni(Second Wife), Aestus Hisukin(Adoptive Father), Noah Weiss(Biological Father), Hope Weiss(Mother). Yes, he never heard of polygamy.
- Sexual Orientation: Whatever he wants to fuck.
- <br>
- Other shit: I'll put something here when I think of something.
- </div>
- </div>
- <div id="rightbox">
- <div id="tabcontainer" style="left: 30px;">
- <div id="fourthL" class="tabb">
- <div id="headingright">
- FIRST RIGHT TITLE.
- </div>
- <div id="textcontainer" style="text-align: left; left:5px;">
- FIRST RIGHT INFORMATION GOES HERE.
- </div>
- </div>
- <div id="fifthL" class="tabb">
- <div id="headingright">
- SECOND RIGHT TITLE.
- </div>
- <div id="textcontainer" style="text-align: left; left:5px;
- /* ALL GALLERY IMAGES GO HERE */">
- <a href="" class="image" target="_blank">
- <img src="http://i60.tinypic.com/i5dkrn.jpg"></a>
- <a href="" class="image" target="_blank">
- <img src="http://i60.tinypic.com/i5dkrn.jpg"></a>
- <a href="" class="image" target="_blank">
- <img src="http://i60.tinypic.com/i5dkrn.jpg"></a>
- <a href="" class="image" target="_blank">
- <img src="http://i60.tinypic.com/i5dkrn.jpg"></a>
- </div>
- </div>
- <div id="sixthL" class="tabb">
- <div id="headingright">
- OOC
- </div>
- <div id="textcontainer" style="text-align: left; left:5px;">
- This might be the only thing written, because it's what you care about the most.
- <br>
- 1. DISCLAIMER: I'ma start it off with letting you know about me, since this is about me out of character, skip this part if you don't care. I was born twenty years ago in a mountain village in South America. Sixteen years ago I saw a man come into my town, slinging drug money and many more guns. They stole away woman and shot whoever tried to stop them. That same year I walked out of my towns church after telling them they were stupid for believing in something they couldn't explain to a four year old. And peeped into the girls changing room with two other kids. At the age of five I moved to the United States. I couldn't speak properly until about three years later, when I almost failed school cos' of it, writing and literature are my passion; and living in New York, it is rare I find people with a stronger command of the English language than I.
- <br>
- I started to play with RP at age 11, and have been doing this for nine years now, I am an apt multi player, but do like my more casual stuff. I quit RP when I got into high school cos' I thought real life actually mattered for a while. Since finishing, I have had jobs from flying around the country installing high tech furniture for CNN, NBC, Fox, Univision, etc. to moving thousands of pounds an hour for under minimum wage. So, I've managed to build some character in my time. I am now a staff member and mod at The Bottoms-Up Strip Club, and can often be found there or room hopping. My real life consists of college, stock market trading, streaming, and leading my 40-ish strong Destiny clan in our quest to help anyone who needs it. So, I do apologize if I'm a bit distracted. SKIP THIS WHOLE PART IF YOU JUST CARE ABOUT THE RP.
- <br>
- <br>
- 2. Alright, the shit you might care about. I am PM friendly. More than most, really. I try to listen to people, and if you come to me looking to talk, advice, I will help; just know I am real. VERY FUCKING REAL, so don't come looking for me to pat your head and tell you it was the other persons fault. About the RP, you can come to me with a plot in mind or not. If you have something general in mind, or just the type of play you like to do, we might be able to work something out. DO NOT come to me and ask me what I wanna play, you suck.
- <br>
- <br>
- 3. I don't consider myself particularly smart or gifted in any sense. I do however read constantly when I'm not typing or gaming, so I consider myself intelligent because of a vast collection of knowledge. If you wanna know, this concerns drama. I do hope you come at me with your guns showing and ready to talk, because it shows you have some honor and we can discuss our differences. As my SF rival loves to say: CHALLENGE ME! If you stalked me for a month, looked for every instance of me being an asshole, and compiled a list so you can grab me by the balls, this shit you're reading right now is your reminder that you are lower in the food chain than the shit you're slinging. And believe me, you will not be worth my time, nor will you get any of it. Just know, I don't actually give a fuck either way.
- <br>
- <br>
- 4. Might not seem like it, but I'm actually kind of a push over. If I approach you, I will usually have an idea in mind, or just genuine interest and can be persuaded into a lot. I really appreciate if you just tell me if you don't like my pitch, rather than stay quiet, as I try to do with everyone. Just send me a second message if I don't reply to the first, I can be highly distracted. I'm kinda totally a push over as a person too, and am quite nice to the few that I call friend, ya'll have my ear whenever you need it. Just don't forget, Vier and I are real.
- <br>
- <br>
- 5. I HIGHLY appreciate it with my more common partners to just get Skype and play with me there. I HATE the RPC PM system, and the site itself is unreliable, so I like the option of being able to send you my post at any time and get them from you at any time. I have a really annoying schedule. If ya' don't wanna, it's cool, just be aware that I have a shit ton of stuff to do all the time.
- <br>
- <br>
- 6. "I WANT MY POST AND I WANT IT NOW!" then move the fuck on. Good things take time, sorry. I really do try to put effort into my posts, be they semi or novella.
- <br>
- <br>
- 7. Honestly, I only came back to RPC because my apprentice stopped showing up on Skype and I hoped to find her here. I've fallen back in love with RP, and I put effort into my writing and my playing, but let me remind you of something: This is a place to write, and to play, not your fucking social life. I do not treat it as such, and think you need to get the fuck out of your house if you take this shit all that seriously. But, I have on more than one occasion not drank or chilled with my friends, or told a girl to not come over so I could come and hop on, or just reply to someone I am enjoying. So, I really don't prefer this place to anything, or anything to this place. Don't try to make yourself higher on my list, you'll know when you are.
- <br>
- <br>
- 8. WOO, THE SEX PART YOU WERE LOOKING FOR: I'll fuck anything. Not cuntboys though, they are basically girls. Confuse me too much. However, no shemale, futa or any dude pretending to be a dick-chick has ever been into me. I do like to have story with my shit, and can't be forced into a sex scene too easily. Even if it is just a hook up scene, I'm down, but I like the context, and I like it done right, not "Wanna go to the bathroom?". If I just wanna fucking let out a load, I'll tell you. Or you tell me and I'll see if I want it. This is a fucking smut site, a SMUT site, I'm not gonna pretend I'm some innocent clean RPer. I like genuine fucking writing though, that is my passion, not my dick.
- <br>
- <br>
- 9. I started RPing on a site completely about fighting. I did that for years, and was in the multi-range before I turned twelve. Bring your A-game if you wanna scratch this Godslayer, and no, I will not fight your sword that cuts the universe in half with every swing. I never want to be a teacher, but I do like to teach. If you want to improve your RP ability I would really like to help you, and genuinely like the idea of apprentices, I teach people by the half dozen when with my clan. I know it sounds arrogant, and that not everyone wants to fess up about wanting to get better, but confide in me and I will help you.
- <br>
- <br>
- 10. No, I'm not gonna post a picture of myself to feed to the idea of how full of myself I am. If you get my Skype, you can see me then. Thanks for reading whatever you did read. I am here to RP, refine my craft, learn how my character interacts with other and think of how to continue writing my stories and hopefully one day get them published. If I get off or you do in between, cool, practice writing is all I want, be it rearranging your insides or your face. As for OOC relationships, if you wanna be friends, and you ain't wronged me, we can be friends. If you're fucking Vier IC, someone else probably is. If you wanna be his IC lover, lemme know, not assume I agree, and I'll consider it. I've had friends for years that I met through RP, and I've had legit relationships thanks to it, real love and such. Don't expect it though, I'm very devoid of emotions at this point in my life.
- <br>
- One more time, thanks for reading. Hope my voice in yer head didn't annoy you too much. Oh, right. If you mew for me, I may literally melt, fuckin' apprentice.
- </div>
- </div>
- </div>
- </div>
- <div id="selectionone">
- <A href=#firstL class="lynk">
- </a>
- <A href=#secondL class="lynk">
- </a>
- <A href=#thirdL class="lynk">
- </a>
- </div>
- <div id="selectiontwo">
- <A href=#fourthL class="lynk">
- </a>
- <A href=#fifthL class="lynk">
- </a>
- <A href=#sixthL class="lynk">
- </a>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment