Advertisement
Carneficine

Rosalind and Salem code RPC

Jan 14th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. <style>
  2.  
  3. ::-webkit-scrollbar {
  4. width: 2;
  5. height: 2;
  6. }
  7.  
  8. body {
  9. background-color: #6b0a1b;
  10. background-image: url("http://www.transparenttextures.com/patterns/psychedelic.png");
  11. }
  12.  
  13. a:link, a:active, a:visited {text-decoration: none;
  14. color: #7e7c89;
  15. -webkit-transition: all 0.5s ease-in-out;
  16. -moz-transition: all 0.5s ease-in-out;
  17. -o-transition: all 0.5s ease-in-out;
  18. transition: all 0.5s ease-in-out;}
  19.  
  20. a:hover, a:focus {color: #7e7c89;
  21. -webkit-transition: all 0.5s ease-in-out;
  22. -moz-transition: all 0.5s ease-in-out;
  23. -o-transition: all 0.5s ease-in-out;
  24. transition: all 0.5s ease-in-out;}
  25.  
  26. #divbg {
  27. position: absolute;
  28. bottom: 75px;
  29. right: 75px;
  30. width: 230px; height: 315px;
  31. background-color: #6b0a1b;
  32. background-image: url("http://www.transparenttextures.com/patterns/psychedelic.png");
  33. border: solid 1px #6b0a1b;
  34. z-index: 2;}
  35.  
  36. #divbg:hover + #hover, #hover:hover {bottom: 0px;
  37. opacity: 1;
  38. -webkit-transition: all 0.9s ease-in-out;
  39. -moz-transition: all 0.9s ease-in-out;
  40. -o-transition: all 0.9s ease-in-out;
  41. transition: all 0.9s ease-in-out;}
  42.  
  43. #divpic {position: absolute;
  44. margin-top: 10px; margin-left: 10px;
  45. width: 210px; height: 295px;
  46. background-image: url("http://i.imgur.com/CBQPiek.png"); background-size: cover; background-position: center;
  47. opacity: 1;}
  48.  
  49. #hover { position: absolute;
  50. bottom: 0px;
  51. right: 0px;
  52. width: 210px; height: 295px;
  53. background-color: #6b0a1b;
  54. background-image: url("http://www.transparenttextures.com/patterns/dark-brick-wall.png");
  55. opacity: 0;
  56. z-index: 3;
  57. -webkit-transition: all 0.9s ease-in-out;
  58. -moz-transition: all 0.9s ease-in-out;
  59. -o-transition: all 0.9s ease-in-out;
  60. transition: all 0.9s ease-in-out;}
  61.  
  62. #lines {position: absolute;
  63. margin-top: 204px; margin-left: 8px;
  64. width: 83px; height: 83px;
  65. }
  66.  
  67. #pic2 {position: absolute;
  68. margin-top: 4px; margin-left: 4px;
  69. width: 75px; height: 75px;
  70. opacity: .6;}
  71.  
  72. #nav {position: absolute;
  73. margin-top: 200px; margin-left: 97px;}
  74.  
  75. #nav a {display: block;
  76. margin-bottom: 5px;
  77. text-align: center;
  78. font-family: 'Share'; font-size: 11px; color: #7e7c89;
  79. line-height: 10px;
  80. letter-spacing: 1px;
  81. width: 101px; height: 15px;
  82. background-image: url("http://i.imgur.com/7NSlRVG.png"); background-size: 15px;
  83. background-color: #000000;
  84. -webkit-transition: all 0.5s ease-in-out;
  85. -moz-transition: all 0.5s ease-in-out;
  86. -o-transition: all 0.5s ease-in-out;
  87. transition: all 0.5s ease-in-out;}
  88.  
  89. #nav a:hover {color: #7e7c89;
  90. -webkit-transition: all 0.5s ease-in-out;
  91. -moz-transition: all 0.5s ease-in-out;
  92. -o-transition: all 0.5s ease-in-out;
  93. transition: all 0.5s ease-in-out;}
  94.  
  95. .backbg {position: absolute;
  96. margin-top: 4px; margin-left: 4px;
  97. width: 93px; height: 9px;
  98. background-image: url("http://i.imgur.com/ZuxHrNJ.png"); background-size: 80px;}
  99.  
  100. #hovertext {position: absolute;
  101. margin-top: 8px; margin-left: 8px;
  102. text-align: justify;
  103. font-family: 'Share'; font-size: 11px; color: #7e7c89;
  104. width: 194px; height: 188px;
  105. background-image: url("http://i.imgur.com/7NSlRVG.png"); background-size: 15px;
  106. background-color: #000000;
  107. overflow: auto;}
  108.  
  109. .hats { position: absolute;
  110. bottom: -80px;
  111. right: 475px;
  112. width: 232px; height: 317px;
  113. opacity: 0;
  114. z-index: 1;
  115. -webkit-transition: all 0.9s ease-in-out;
  116. -moz-transition: all 0.9s ease-in-out;
  117. -o-transition: all 0.9s ease-in-out;
  118. transition: all 0.9s ease-in-out;}
  119.  
  120. .hats:target {opacity: 1;
  121. -webkit-transition: all 0.9s ease-in-out;
  122. -moz-transition: all 0.9s ease-in-out;
  123. -o-transition: all 0.9s ease-in-out;
  124. transition: all 0.9s ease-in-out;}
  125.  
  126. .hats:target .box4 {margin-left: 5px;
  127. opacity: 1;
  128. -webkit-transition: all 0.9s ease-in-out;
  129. -moz-transition: all 0.9s ease-in-out;
  130. -o-transition: all 0.9s ease-in-out;
  131. transition: all 0.9s ease-in-out;}
  132.  
  133. .box4 {position: absolute;
  134. margin-top: 0px;
  135. margin-left: 0px;
  136. width: 450px;
  137. height: 235px;
  138. background-color: #6b0a1b;
  139. background-image: url("http://www.transparenttextures.com/patterns/psychedelic.png");
  140. border: solid 1px #10121f;
  141. -webkit-transition: all 0.9s ease-in-out;
  142. -moz-transition: all 0.9s ease-in-out;
  143. -o-transition: all 0.9s ease-in-out;
  144. transition: all 0.9s ease-in-out;
  145. }
  146.  
  147. .box5 { position: absolute;
  148. margin-top: 10px;
  149. margin-left: 5px;
  150. width: 440px;
  151. height: 215px;
  152. background-color: #6b0a1b;
  153. background-image: url("http://www.transparenttextures.com/patterns/dark-brick-wall.png");
  154. }
  155. .box6 { position: absolute;
  156. margin-top: 8px;
  157. margin-left: 8px;
  158. text-align: justify;
  159. font-family: 'Share';
  160. font-size: 11px;
  161. color: #7e7c89;
  162. width: 425px;
  163. height: 200px;
  164. background-image: url("http://i.imgur.com/7NSlRVG.png");
  165. background-size: 15px;
  166. background-color: #000000;
  167. overflow: auto;}
  168.  
  169. p {margin: 0px 14px;}
  170.  
  171. i {color: #7e7c89;}
  172.  
  173. h1 {margin: 10px 13px 8px; text-align: right; font-family: 'Share'; font-size: 20px; color: #7e7c89; font-variant: small-caps; font-weight: normal; text-transform: lowercase; line-height: 5px; letter-spacing: 4px; border-bottom: solid 1px #10121f;}
  174.  
  175.  
  176. </style>
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184. <div id="divbg">
  185. <div id="divpic">
  186. <div id="hover">
  187. <div id="lines">
  188. <div id="pic2">
  189. <a href="http://clubpandemonium.wixsite.com/info" target="_blank"><img alt=""
  190. height="75px" src="http://68.media.tumblr.com/e0084f87aa292e34b38e9222310a2225/tumblr_oimie9mNOm1w0l85do4_250.gif" width="75px"></a>
  191. </div>
  192. </div>
  193. <div id="nav">
  194. <div class="backbg">
  195. <a href="#one" target="_self">one</a><a href="#two" target=
  196. "_self">two</a><a href="#three" target="_self">three</a><a href="#four"
  197. target="_self">return</a>
  198. </div>
  199. </div>
  200. <div id="hovertext">
  201. <h1>The Bio</h1>
  202. <p><span style="float: left;"><a href=
  203. "xxx"
  204. target="_blank">Name</a></span> <span style="float: right;">Rosalind Korvein</span><br>
  205. <span style="float: left;"><a href=
  206. "http://imgur.com/g71CvjC"
  207. target="_blank">Gender</a></span> <span style=
  208. "float: right;">Female</span><br>
  209. <span style="float: left;"><a href=
  210. "xxx"
  211. target="_blank">Species</a></span> <span style=
  212. "float: right;">Classified</span><br>
  213. <span style="float: left;"><a href=
  214. "http://33.media.tumblr.com/727b29641d874a740e4231163dd2c4c6/tumblr_mj7f56gNYC1r6h1seo1_400.gif"
  215. target="_blank">Height</a></span> <span style=
  216. "float: right;">5'7"</span><br>
  217. <span style="float: left;"><a href=
  218. "xxx"
  219. target="_blank">Weight</a></span> <span style="float: right;">130
  220. lbs</span><br>
  221. <span style="float: left;"><a href=
  222. "xxx"
  223. target="_blank">Eye Color</a></span> <span style=
  224. "float: right;">Amber</span><br>
  225. <span style="float: left;"><a href="xxx">Location</a></span> <span style=
  226. "float: right;">Chimera & Catatonic</span><br>
  227. <span style="float: left;"><a href="https://68.media.tumblr.com/d34ff247b34fdad8dde6e15f7f953c29/tumblr_oiegncshup1tmpmafo1_500.gif" target="_blank">Occupation</a></span> <span style=
  228. "float: right;"><a href="xxx" target="_blank">Classified</a></span><br>
  229. <span style="float: left;"><a href="xxx" target="_blank">Trait</a></span> <span style=
  230. "float: right;">Poised</span><br>
  231. <span style="float: left;"><a href="http://33.media.tumblr.com/tumblr_mbnav8hs4n1r7sjkoo1_250.gif" target="_blank">Orientation</a></span> <span style=
  232. "float: right;">Demisexual</span><br>
  233. <span style="float: left;"><a href="http://i.imgur.com/yrIUXRR.jpg" target="_blank">Crushing?</a></span> <span style=
  234. "float: right;"><a href="http://www.thiscrush.com/~korvein" target="_blank">Leave Love.</a></span><br>
  235. <span style="float: left;"><a href="
  236. http://66.media.tumblr.com/0c48920d0641263eeb54cf25f3b4f666/tumblr_mywjnco4as1qd5ic3o1_500.gif
  237. " target="_blank">My King</a></span><span style=
  238. "float: right;"><a href="https://roleplay.chat/profile.php?user=Salem+MacNamara" target="_blank">Salem MacNamara</a><a href="http://i.imgur.com/wmJFS8y.jpg"> ♥</a><a href="http://i.imgur.com/nPyhAxT.jpg">♥</a></span><br>
  239. <span style="float: left;"><a href="http://i.imgur.com/BiSa8.gif" target="_blank">Theme</a></span><span style=
  240. "float: right;"><a href="https://www.youtube.com/watch?v=ECRRRcXycjI"
  241. target="_blank">Your Addiction</a></span><br>
  242. </div>
  243. </div>
  244. <div class="hats" id="one">
  245. <div class="box4">
  246. <div class="box5">
  247. <div class="box6">
  248. <h1>The Lady</h1>
  249. <p>Siren cloaked in sensuality and a sultry and wicked grin, it's no surprise that Rosalind has been known to be called Lady Rosalind. Naturally dominant in personality, she's at times given recreational scoldings and used her skills as a dominant to take up role of Leader. She's far more than that, however. Best way to explain the dominatrix and leader within her is by her own words: "Men categorize women in one of four ways: mothers, virgins, sluts & bitches. Of course, none of the above is suitable for the modern business woman. But you can create your own image by selecting pieces of each archetype that work for you. The sexual attractiveness of the slut. The wisdom of the mother. The integrity of the virgin. The independence of the bitch. This leaves men confused and unable to pigeonhole you. What they are forced to do instead is take you <b><i>seriously."</b></i> Regardless of whether they want to or not, Rosalind is unforgettable due to who and how she is, and long after she's left the room, she's knowingly left a stain of herself upon one's mind.
  250. </div>
  251. </div>
  252. </div>
  253. </div>
  254. <div class="hats" id="two">
  255. <div class="box4">
  256. <div class="box5">
  257. <div class="box6">
  258. <h1>Her Life</h1>
  259. <p>Rosalind Korvein is the youngest of 7 siblings of the powerful bloodline of Korvein - the demon line that created Sin itself. When her family was hunted and scattered, she started out on her own and eventually became leader of a group that came to be known as The Invisius - an elite group of thieves and assassins that haunt a city known as Lativerna and despite her youth, has risen to become Queen. But hers is a double life. She is a noble lady by day, loved and cherished by all and a underground queen of crime by night. Don't let her beautiful looks or charisma fool you - she's as cutthroat as they get and bears loyalty only to that which is hers. Her bloodline, her King, her son and her Invisius. </p></br>
  260. </div>
  261. </div>
  262. </div>
  263. </div>
  264. <div class="hats" id="three">
  265. <div class="box4">
  266. <div class="box5">
  267. <div class="box6">
  268. <h1>OOC</h1>
  269. <p>
  270. <b>DO NOT STEAL THIS CODING</B> my friend coded it himself.
  271. <br>
  272. <br>
  273. <b>My King has first priority above all.</b> Yes, ours is an open relationship, but no I'm not about to choose you over him. Don't like it? Fuck off.
  274. <br>
  275. <br>
  276. I'm slowly working on this. If you have any questions in terms of plot taste, character information, sexual preferences or something of the such, do ask. I'm rather friendly.
  277. <br>
  278. <br>
  279. Storyline, smut, horror, spars It's whatever. What matters is it being para or greater, and I do tend to favor long term ideas.
  280. <br>
  281. <br>
  282. Something outside of here? Sure. Earn it.
  283. <br>
  284. <br>
  285. Never and I mean never mix up something which is done IC as OOC. Quickest way to being ignored.
  286. </p>
  287.  
  288.  
  289. </div>
  290. </div>
  291. </div>
  292. </div>
  293. </div>
  294. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement