Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Oswald);
  3. @import url(//fonts.googleapis.com/css?family=Comfortaa);
  4. @import url(//fonts.googleapis.com/css?family=Poppins);
  5. @import url(//fonts.googleapis.com/css?family=Sedgwick+Ave);
  6. @import url(//fonts.googleapis.com/css?family=Courgette);
  7.  
  8.  
  9. .pfor { display: none; }
  10. #profile { background-color: transparent; border: none; overflow: auto;}
  11. /*body*/
  12.  
  13. body {
  14. background-color: #f5cfa7;
  15. background-image: url("http://i.picpar.com/kYzc.png");}
  16.  
  17. body, a {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur836.cur), auto;}
  18.  
  19. b, strong { font-family: comfortaa; font-size: 11px;line-height: 15px; font-weight: bold;
  20. color: #ffffff;
  21. text-shadow: 1px 0px 0px #c1844a,
  22. 0px 1px 0px #c1844a,
  23. -1px 0px 0px #c1844a,
  24. 0px -1px 0px #c1844a,
  25. 0px 0px 20px #c1844a;
  26. }
  27.  
  28. i, em {color:#dbb19b; font-family: Poppins; font-size:11px;}
  29.  
  30.  
  31. /*scrolly*/
  32. ::-webkit-scrollbar {
  33. width: 5px;
  34. height: 0px;
  35. background:;
  36. }
  37.  
  38. ::-webkit-scrollbar-thumb {
  39. background-color: #ffffff;
  40. -webkit-border-radius: 10px;
  41. border-radius: 10px;
  42. }
  43.  
  44.  
  45. /*aesthetics*/
  46.  
  47. #iso img{
  48. position: fixed;
  49. max-width: auto;
  50. max-height: 650px;
  51. top:150px;
  52. left: 380px;
  53. z-index: 8;
  54. }
  55.  
  56.  
  57. #violent img{
  58. position: fixed;
  59. max-width: auto;
  60. max-height: 180px;
  61. top:140px;
  62. left: 560px;
  63. z-index: 6;
  64. }
  65. /*content*/
  66. #place{
  67. position:fixed;
  68. width: 125px;
  69. height:120px;
  70. top: 320px;
  71. left: 420px;
  72. text-align: center;
  73. font-family: oswald;
  74. color: #ffffff;
  75. text-shadow: 1px 0px 0px #c1844a,
  76. 0px 1px 0px #c1844a,
  77. -1px 0px 0px #c1844a,
  78. 0px -1px 0px #c1844a,
  79. 0px 0px 20px #c1844a;
  80. font-size: 11px;
  81. z-index: 8;
  82. }
  83.  
  84. #me{
  85. position:fixed;
  86. width: 225px;
  87. height:210px;
  88. top: 260px;
  89. left: 590px;
  90. background-color: #f5cfa7;
  91. border: 1px #3a191d solid;
  92. z-index: 8;
  93. }
  94.  
  95. .box {
  96. position: fixed;
  97. top: 260px;
  98. left: 590px;
  99. width: 215px;
  100. height:200px;
  101. padding: 5px;
  102. font-size: 10px;
  103. line-height: 13px;
  104. text-align: center;
  105. font-family: oswald;
  106. color: #e1c19c;
  107. overflow: auto;
  108. opacity: 0;
  109. transition: all 0.7s ease-in-out;
  110. -webkit-transition: all 0.7s ease-in-out;
  111. -moz-transition: all 0.7s ease-in-out;
  112. -o-transition: all 0.7s ease-in-out;
  113. -ms-transition: all 0.7s ease-in-out;
  114. z-index:5;
  115. }
  116.  
  117. .box:target {
  118. top: 260px;
  119. left: 590px;
  120. overflow: auto;
  121. opacity: 1;
  122. transition: all 0.7s ease-in-out;
  123. -webkit-transition: all 0.7s ease-in-out;
  124. -moz-transition: all 0.7s ease-in-out;
  125. -o-transition: all 0.7s ease-in-out;
  126. -ms-transition: all 0.7s ease-in-out;
  127. z-index:10;
  128. }
  129.  
  130. /*tables*/
  131. td.one{
  132. width: 261px;
  133. font-family: comfortaa;
  134. font-size: 10px;
  135. text-align: left;
  136. word-spacing: 1px;
  137. letter-spacing: 0px;
  138. line-height: 9px;
  139. font-weight: bold;
  140. color: #ffffff;
  141. }
  142.  
  143. td.two{
  144. width: 261px;
  145. font-family: oswald;
  146. font-size: 11px;
  147. text-align: right;
  148. word-spacing: 1px;
  149. letter-spacing: 0px;
  150. line-height: 9px;
  151. color: #e1c19c;
  152. }
  153.  
  154. /*navigation*/
  155. #nav {
  156. position: fixed;
  157. left:390px;
  158. top:405px;
  159. text-align:center;
  160. color: white;
  161. width: 150px;
  162. height: 8px;
  163. padding:10px;
  164. line-height:7px;
  165. z-index: 10;
  166. float: left;
  167. }
  168.  
  169. #nav a:link, #nav a:visited {
  170. font-size:10px !important;
  171. letter-spacing: 1px;
  172. text-decoration:none;
  173. font-weight:normal !important;
  174. padding:10px;
  175. margin-top: 7px;
  176. margin-left: 7px;
  177. width: 10px;
  178. font-family: Tahoma;
  179. color: #ffffff;
  180. text-shadow: 1px 0px 0px #c1844a,
  181. 0px 1px 0px #c1844a,
  182. -1px 0px 0px #c1844a,
  183. 0px -1px 0px #c1844a,
  184. 0px 0px 20px #c1844a;
  185. height: 10px;
  186. -webkit-transition: all 0.5s ease;
  187. -moz-transition: all 0.5s ease;
  188. -o-transition: all 0.5s ease;
  189. float: left;
  190. }
  191.  
  192. #nav a:hover {
  193. color:#c1844a;
  194. text-decoration:none;
  195. opacity: 1;
  196. float: left;
  197. }
  198.  
  199.  
  200.  
  201. </style>
  202. <div id="nav">
  203. <a href="#one">000.</a>
  204. <a href="#two">001.</a>
  205. <a href="#three">002.</a>
  206. <a href="#four">003.</a>
  207. </div>
  208.  
  209.  
  210. <div id="iso"><img src="http://i.picpar.com/InBc.png"></div>
  211. <div id="violent"><img src="http://i.picpar.com/WrBc.png"></div>
  212. <div id="place"><br><br>I've touched Heaven, and I returned howling.<div><div id="me"></div>
  213.  
  214. <div id="one" class="box">
  215. <table>
  216. <tr><td class="one">
  217. Name
  218. </td><td class="two">
  219. Isobelle Lee
  220. </td></tr><tr>
  221.  
  222. <tr><td class="one">
  223. Age
  224. </td><td class="two">
  225. Twenty-two
  226. </td></tr><tr>
  227.  
  228. <tr><td class="one">
  229. Height
  230. </td><td class="two">
  231. 5'6
  232. </td></tr><tr>
  233.  
  234. <tr><td class="one">
  235. Weight
  236. </td><td class="two">
  237. 115lbs
  238. </td></tr><tr>
  239.  
  240. <tr><td class="one">
  241. Transformed
  242. </td><td class="two">
  243. ---
  244. </td></tr><tr>
  245.  
  246. <tr><td class="one">
  247. Species
  248. </td><td class="two">
  249. Werewolf
  250. </td></tr><tr>
  251.  
  252.  
  253. <tr><td class="one">
  254. Sexual Orientation
  255. </td><td class="two">
  256. Heterosexual
  257. </td></tr><tr>
  258.  
  259. <tr><td class="one">
  260. Marital Status
  261. </td><td class="two">
  262. Single
  263. </td></tr><tr>
  264.  
  265. <tr><td class="one">
  266. Nationality
  267. </td><td class="two">
  268. Flip
  269. </td></tr><tr>
  270.  
  271. <tr><td class="one">
  272. Eyes
  273. </td><td class="two">
  274. Brown
  275. </td></tr><tr>
  276.  
  277. <tr><td class="one">
  278. Hair
  279. </td><td class="two">
  280. Brown
  281. </td></tr><tr>
  282.  
  283. <tr><td class="one">
  284. Skin
  285. </td><td class="two">
  286. Caramel complexion
  287. </td></tr><tr>
  288.  
  289. <tr><td class="one">
  290. Physique
  291. </td><td class="two">
  292. Hourglass, athletic.
  293. </td></tr><tr>
  294. </table>
  295.  
  296. </div>
  297.  
  298. <div id="two" class="box">
  299. Something here.
  300. </div>
  301.  
  302. <div id="three" class="box">
  303. <b>001.</b> Uninterested in smut or romance, so don't bother trying.<br>
  304. <b>002.</b> PM Friendly, but do not start randomly roleplaying with me in PM. I prefer room anyway.<br>
  305. <b>003.</b> This profile was created by <b>Saeko</b> for <i>Isobelle only</i> do not alter/modify. If you would like a profile, please send me a private message/RPC mail and we can discuss something<br>
  306. <b>004.</b> I dislike trolls, assholes, douchebags etc etc. You will be blocked without warning.<br>
  307. <b>005.</b> I do not mind roleplaying with people who don't have a profile or lack thereof. As mentioned previously above, I enjoy room roleplay so if you'd like to write with me please let's talk it out before anything.<br>
  308. <b>006.</b> Para+, third person.<br>
  309. <b>007.</b> Eastern Timezone.<br>
  310. <b>008.</b> I am seeking long-term roleplay but short is fine as well.<br>
  311. <b>009.</b> My character is not me, and I am not my character. I have the right to decline roleplays if I so wish to, don't like it? Bitch else where to someone who gives a shit.<br>
  312. <b>010.</b> Dark roleplay, violence may occur you are warned.
  313. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement