Beautifulie

— ᴄʜʀʏsᴀɴᴛʜᴇᴍᴜᴍ.

Dec 8th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.16 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. body {
  8. font-family: verdana;
  9. font-size: 10px;
  10. background-color: #EDEDED;
  11. background-image: url('http://i.picpar.com/FI1.png');
  12. background-attachment: fixed;
  13. background-position: bottom right;
  14. background-repeat: no-repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur836.cur');
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color:#BC242D; font-weight:normal; margin-left: 10px; letter-spacing: -1px;}
  21. i {color: #666666; font-family: 'verdana'; font-variant: small-caps; font-size: 10px; letter-spacing:0px}
  22. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  23. s {color: #99D6FF; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #FF99D6 0px 0px 1px;}
  24. big {color: #303646; font-size: 15px; font-weight: light; letter-spacing: 0px; font-family:Century Gothic; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #DED6AA 0px 0px 1px;}
  25. small {color: #555555; font-size: 11px; font-weight: light; letter-spacing: -1px; font-family:Romans; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. ::-webkit-scrollbar-button:vertical:{background-color: #000;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color:#000; height:20px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color:#000; height:20px !important;
  34. -moz-border-radius: 0px 0px 0px 0px;
  35. border-radius:0px 0px 0px 0px;}
  36. ::-webkit-scrollbar { height:20px;width:3px; background-color:transparent;}
  37.  
  38. @import url(http://fonts.googleapis.com/css?family=Lavanderia delicate);
  39.  
  40. h2{
  41. font-size: 23px;
  42. font-variant: small-caps;
  43. color: #FFCD87;
  44. text-transform: lowercase;
  45. letter-spacing: -1px;
  46. text-align: right;
  47. background-color: none;
  48. line-height: 2px;
  49. text-align: justified;
  50. font-family: century gothic;
  51. text-shadow: #212121 2px 3px 4px;
  52. margin-top: 5px;
  53. margin-bottom: 8px;
  54. display: block;
  55. background-color: #070707;
  56. border-right: 1px solid #4B4330;
  57. padding: 0px;
  58. font-weight: normal;
  59. }
  60.  
  61. #img{
  62. position: fixed;
  63. top: 200px;
  64. left: 10px;
  65. background-size: 245px 250px;
  66. background-image: url('http://i.picpar.com/EI1.jpg');
  67. background-repeat: no-repeat;
  68. width: 245px;
  69. height: 250px;
  70. border: 2px solid #F6F7EF;
  71. -webkit-transition: all .3s ease-in-out;
  72. -moz-transition: all .3s ease-in-out;
  73. -o-transition: all .3s ease-in-out;
  74. }
  75.  
  76. #img:hover{
  77. background-size: 245px 250px;
  78. background-image: url('http://i.picpar.com/YI1.jpg');
  79. background-repeat: no-repeat;
  80. width: 245px;
  81. height: 250px;
  82. border: 2px solid #F6F7EF;
  83. -webkit-transition: all .3s ease-in-out;
  84. -moz-transition: all .3s ease-in-out;
  85. -o-transition: all .3s ease-in-out;
  86. }
  87.  
  88. #info{
  89. position: fixed;
  90. top: 200px;
  91. left: 259px;
  92. width: 300px;
  93. height: 250px;
  94. overflow: hidden;
  95. text-align: justify;
  96. line-height: 13px;
  97. font-size: 10px;
  98. background-color: #EDEDEE;  
  99. font-face: verdana;
  100. font-variant: small-caps;
  101. color: #212121;
  102. overflow: auto;
  103. border: 2px #F6F7EF Solid;
  104. z-index:300;}
  105.  
  106. #ooc{
  107. position: fixed;
  108. top: 485px;
  109. left: 10px;
  110. width: 549px;
  111. height: 100px;
  112. overflow: hidden;
  113. text-align: justify;
  114. line-height: 13px;
  115. font-size: 10px;
  116. background-color: #EDEDEE;  
  117. font-face: verdana;
  118. font-variant: small-caps;
  119. color: #212121;
  120. overflow: auto;
  121. border: 2px #F6F7EF Solid;
  122. z-index:300;}
  123.  
  124. #links{
  125. position:fixed;
  126. width: 242px;
  127. height: 30px;
  128. left: 10px;
  129. top: 368px;
  130. border: 3px solid #F6F7EF;
  131. background-color: #F3F3F3;
  132. }
  133.  
  134. #friends{
  135. position: fixed;
  136. width: 547px;
  137. height: 30px;
  138. left: 10px;
  139. top: 450px;
  140. border: 3px solid #F6F7EF;
  141. background-color: #F3F3F3;
  142. }
  143.  
  144. #title{
  145. position: fixed;
  146. top: 130px;
  147. left: 100px;
  148. z-index: 550;
  149. color: #FEFEFE;
  150. font-size: 80px;
  151. line-height: 80px;
  152. letter-spacing: -1px;
  153. font-family: lavanderia delicate;
  154. text-shadow: #ffcd87 2px 3px 4px;
  155. z-index: 600;}
  156.  
  157. a.sake:link, a.sake:active, a.sake:visited{
  158. background-color: #222;
  159. display: inline-block;
  160. margin: 5px;
  161. width: 96px;
  162. height: 20px;
  163. font-family: consolas;
  164. font-size: 9px;
  165. color: #CCC;
  166. text-decoration: none;
  167. letter-spacing: 1px;
  168. text-transform: uppercase;
  169. text-align: center;
  170. line-height: 21px;
  171. -webkit-transition: all 0.5s ease-in-out;
  172. -moz-transition: all 0.5s ease-in-out;
  173. -o-transition: all 0.5s ease-in-out;
  174. -ms-transition: all 0.5s ease-in-out;
  175. transition: all 0.5s ease-in-out;}
  176.  
  177. a.sake:hover{
  178. background-color: #EDEDED;
  179. color: #222;}
  180.  
  181. a.boobs:link, a.boobs:active, a.boobs:visited{
  182. background-color: #222;
  183. display: inline-block;
  184. margin: 5px;
  185. width: 65px;
  186. height: 20px;
  187. font-family: consolas;
  188. font-size: 9px;
  189. color: #CCC;
  190. text-decoration: none;
  191. letter-spacing: 1px;
  192. text-transform: uppercase;
  193. text-align: center;
  194. line-height: 21px;
  195. -webkit-transition: all 0.5s ease-in-out;
  196. -moz-transition: all 0.5s ease-in-out;
  197. -o-transition: all 0.5s ease-in-out;
  198. -ms-transition: all 0.5s ease-in-out;
  199. transition: all 0.5s ease-in-out;}
  200.  
  201. a.boobs:hover{
  202. background-color: #EDEDED;
  203. color: #222;}
  204.  
  205. a {
  206. color: #E3DDF0;
  207. text-decoration: none;
  208. }
  209.    
  210. a:hover {
  211. color: #888888;
  212. text-decoration: none;
  213. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur836.cur');
  214. }
  215.  
  216. #credit{
  217. position:fixed;
  218. bottom:0px;
  219. right:0px;
  220. z-index:450;}
  221.  
  222. </style>
  223.  
  224. <div id="img"></div>
  225.  
  226. <div id="info">
  227. <center><i>Haineko - 9/28 - 172 cm - 57 kg - Uninterested </i></center>
  228. <p>A voluptuous woman who is the lieutenant of the tenth division of the Soul Society alongside her captain, Toushiro Hitsugaya. Her hair is strawberry blonde and eye hue being that of blue. A noted feature about her would be the beauty mark located underneath the right side of her mouth. Rangiku is known to be a slacker when it comes to paperwork as she has always tried to find a way to get herself out of it. If she isn't in that of the world of the living finding the latest pieces of stylish clothing, she can be seen drinking her cares away with that of her drinking buddies. </p>
  229.  
  230. <p>She is the type of person to live her life carefree without worries which her captain at times find to be very annoying, especially when it comes to having to do her half of the paperwork. She is not the slightest bit modest about her appearance, frequently referring or complaining about her large breasts in normal casual conversation, much to the embarrassment/amusement of anyone around at the time. She is not above using her considerable feminine charms to get her way, as shown when she tries - albeit unsuccessfully - to bribe Ichigo Kurosaki into letting her stay at his house. In fact, she would even consider stripping naked if no one compliments her on her outfit, regardless of how skimpy it may be.</p>
  231. </div>
  232.  
  233. <div id="ooc">
  234. <h2>Out of Character!</h2>
  235. <b>000</b> Character was/is created for the Bleach Universe only. No crossovers. Not changing that. At. All.
  236. <br><br><b>001</b> Posting length on a good day would be a minimum of possibly two-three paragraphs. I can do one-liners but I mostly count that as OOC unless it leads up into paragraphs. I can try to mirror your post but sometimes, I just don't feel like but also, don't try to force me into doing that.  
  237. <br><br><b>002</b> Out of Character does not equal in character. Whatever beef you have stays on the alt. Don't come to me on another alt saying bullshit. You will be ignored and not by the command that is used on RPC.
  238. <br><br><b>003</b> No text talk at all. I am not a full-on grammar nazi but seeing that in a post irks me and makes me not want to roleplay with you anymore. Just be able to grasp the basics of the English language on a college bound level and we should be fine...mostly.
  239. <br><br><b>004</b> I idle a lot. This is because I am mostly doing something else that either takes me away from the computer, I decided to make another layout, or Im watching anime. I will try my best to get back to you with a afk or brb but if I don't, I apologize right now.
  240. <br><br><b>005</b> There will be no outside contact whatsoever. I don't want to be your friend.
  241. <br><br><b>006</b> I know this is bad but majority of the times, I sleep/nap while my computer is still up and running. Just to pre-warn you all. It is very possible and can happen at anytime without warning.
  242. <br><br><b>007</b> I really don't care for doubles, just letting you know.
  243. <br><br><b>008</b> As far as the whole sexual scenes go, I will tell you right now that I am not with it. went down that road and came right back around. I do not want it. Now as far as flirting & teasing is concerned, I can deal with that. Just nothing too heavy.
  244. <br><br><b>009</b> I hope that I don't sound like a elitist but if I did, I dont really care. We all have rules that we want to be followed by other people.
  245. <br><br><b>010</b> I don't want drama. Keep your opinions, comments, concerns or whatever else to yourself if it is negative. I didn't come on here for you.
  246. <br><br><b>011</b> I have a life outside of the internet. (!!! isthatevenpossible?) It is and it can pull me from my time on here as it has done so in the past couple of months. Do I blame you for this? Never. But be courteous of that fact and if I have to end a RP early, one of the reasons will most likely be because of that.
  247. <br><br><b>012</b> Don't ask for a relationship outside of the roleplay with the player because she will only turn you down. You can try to get with the character though.
  248. <br><br><b>013</b> Semi-PM friendly. To be honest, I only answer the PMs for people that I am close to whom decided to PM me. However, if you are a Futanari/Anthro/Multi-character profile/Tentacle Monster, I will stop you right here. Do not expect a response from me.
  249. <br><br><b>014</b> No profile, no RP. Simple as that. I can't RP with a person and I have no information about them. Nope. Sorry. Also, don't come to me with a WIX either. I'm not dealing with that.
  250. <br><br><b>015</b> The layout was done by myself. Don't ask me to use it. Don't ask me to code for you either.
  251. <br><br><b>016</b> Forever a work in progress.
  252. </div>
  253.  
  254. <div id="links">
  255. <a href="http://pastebin.com/3wUQXc4E" class="boobs">Roster!</a>
  256. <a href="http://pastebin.com/EBinAPVw" class="boobs">Story!</a>
  257. <a href="http://pastebin.com/SgHxCUmU" class="boobs">Rules!</a>
  258. </div>
  259.  
  260. <div id="friends">
  261. <a href="/profile.php?user=" class="sake">Riruka!</a>
  262. <a href="/profile.php?user=" class="sake">Uryu!</a>
  263. <a href="/profile.php?user=" class="sake">Grimmjow!</a>
  264. <a href="/profile.php?user=" class="sake">Mayuri!</a>
  265. <a href="/profile.php?user=" class="sake">Toushirou!</a>
  266. </div>
  267.  
  268. <div id="title">
  269. Chrysanthemum
  270. </div>
  271.  
  272. <div id="credit"><a href="http://devilrose.webstarts.com/" title="Copyright"><img src="http://i1267.photobucket.com/albums/jj547/xdevilrose/Photoshop/--devilrose2.png"></img></a></div>
Advertisement
Add Comment
Please, Sign In to add comment