Advertisement
Anthei

the whole thing

Jun 17th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.00 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor {display: none;}
  3.  
  4. ::-webkit-scrollbar {width: 3px;}
  5.  
  6. ::-webkit-scrollbar-track-piece
  7. {background-color: #000066;}
  8.  
  9. ::-webkit-scrollbar-thumb:vertical
  10. {width:3px; border:1px #FFFF66;
  11. background-color: #ffff66;}
  12.  
  13.  
  14. body {background-color:#fff;
  15. font-size:8px;
  16. font-family:calibri;
  17. color:#416600;
  18. letter-spacing:1px;
  19. background-image:url("https://38.media.tumblr.com/tumblr_m3w3sq722b1qg8i4wo1_500.png");
  20. background-attachment:fixed;
  21. background-repeat:no-repeat;
  22. background-position: bottom;
  23. background-position: right;}
  24. #profile {background-color: transparent; border: 0px;}
  25.  
  26. #main {background:#E4FFB2;
  27. width:450px;
  28. padding:15px;
  29. position:fixed;
  30. text-align:left;
  31. font-size:11px;
  32. left:300px;
  33. overflow:auto;
  34. height:410px;
  35. top:130px;
  36. border-top-right-radius: 5px;
  37. border-top-left-radius:5px;
  38. border-bottom-right-radius: 5px;
  39. border-bottom-left-radius:5px;}
  40.  
  41. h1 {font-family: Century Gothic;
  42. font-size:13px;
  43. font-weight:normal;
  44. text-align: center;
  45. color:#416600;
  46. background-color:#80CA00;
  47. margin:1px;
  48. letter-spacing:1px;
  49. padding:0px;
  50. line-height:16px;
  51. width:450px;
  52. border-bottom:1px solid;
  53. border-top:none;
  54. border-color:#416600;
  55. }
  56.  
  57. h2 {font-family: Century Gothic;
  58. font-size:13px;
  59. font-weight:normal;
  60. text-align:center;
  61. color:#416600;
  62. background-color:transparent;
  63. margin:1px;
  64. letter-spacing:1px;
  65. padding:0px;
  66. line-height:16px;
  67. width:450px;
  68. border-bottom:1px solid;
  69. border-top:none;
  70. border-color:#416600;
  71. }
  72.  
  73. ol {
  74. font-family: Century Gothic;
  75. font-size: 11px;
  76. color: #416600;
  77. }
  78.  
  79. #navigations{
  80. position:fixed;
  81. left:158px;
  82. top:130px;
  83. padding-top: 2%;
  84. padding-left:45px;
  85. padding-right:45px;
  86. }
  87.  
  88. a.nav:link, a.nav:active, a.nav:visited{
  89. display: block;
  90. float: left;
  91. width: 60px;
  92. height: 60px;
  93. margin: 5px;
  94. font-family: century gothic;
  95. text-decoration: none;
  96. font-size: 11px;
  97. letter-spacing: -1px;
  98. background-color: #416600;
  99. color: #80CA00;
  100. padding: 2px;
  101. text-align: center!important;
  102. -moz-border-radius:100px;
  103. -webkit-border-radius:100px;
  104. border-radius:100px;
  105. -webkit-transition: all 0.6s ease-out;
  106. -moz-transition: all 0.6s ease-out;}
  107.  
  108. a.nav:hover{
  109. background-color: #80CA00;
  110. color: #416600;
  111. text-decoration: none;}
  112.  
  113. a:link, a:active, a:visited{
  114. color: #80CA00;
  115. text-decoration: underline;
  116. }
  117.  
  118. a:hover{
  119. text-decoration: none;
  120. color: #416600;
  121. }
  122.  
  123. img{
  124. -webkit-border-radius:5px;
  125. -moz-border-radius:5px;
  126. -webkit-transition:.4s;
  127. }
  128.  
  129.  
  130. #music-rounded {
  131. position:fixed;
  132. left:215px;
  133. top:490px;
  134. width:50px;
  135. height:50px;
  136. background-color:#80CA00;
  137. -moz-border-radius:100px;
  138. border-radius:100px;
  139. -webkit-border-radius:100px;
  140. opacity:1;
  141. -webkit-transition: all 0.4s ease;
  142. -moz-transition: all 0.4s ease;
  143. transition: all 0.4s ease;
  144. }
  145.  
  146. #music-rounded img {
  147. margin-top:17px;
  148. margin-left:-2px;
  149. }
  150.  
  151. #music-rounded:hover .music-player-embed {
  152. -moz-border-radius:5px;
  153. -webkit-border-radius:5px;
  154. border-radius:5px;
  155. margin-top:-20px;
  156. opacity:1;
  157. background-color:#416600;
  158. color:#fff;
  159. -webkit-transition: all 0.7s ease;
  160. -moz-transition: all 0.7s ease;
  161. transition: all 0.7s ease;
  162. }
  163.  
  164. .music-border {
  165. position:absolute;
  166. margin-top:-42px;
  167. margin-left:-15px;
  168. border:10px solid #416600;
  169. width:60px;
  170. height:59px;
  171. background-color:none;
  172. -moz-border-radius:100px;
  173. -webkit-border-radius:100px;
  174. border-radius:100px;
  175. -webkit-transition: all 0.4s ease;
  176. -moz-transition: all 0.4s ease;
  177. transition: all 0.4s ease;
  178. }
  179.  
  180. .music-border:hover {
  181. margin-top:-48px;
  182. margin-left:-20px;
  183. border:15px solid rgba(0, 0, 0, 0.4);
  184. -webkit-transition: all 0.7s ease;
  185. -moz-transition: all 0.7s ease;
  186. transition: all 0.7s ease;
  187. -webkit-transform:rotateY(360deg);
  188. -moz-transform:rotateY(360deg);
  189. -o-transform: rotateY(360deg);
  190. }
  191.  
  192. .music-player-embed {
  193. font-family:Consolas;
  194. font-size:11px;
  195. position:absolute;
  196. min-width:115px;
  197. background-color:#FFF;
  198. padding:9px;
  199. margin-left:90px;
  200. margin-top:0px;
  201. overflow:hidden;
  202. opacity:0;
  203. -webkit-transition: all 0.7s ease;
  204. -moz-transition: all 0.7s ease;
  205. transition: all 0.7s ease;
  206. }
  207. </style>
  208.  
  209. <div id="navigations">
  210. <a href="#01" class="nav">About</a><br>
  211. <br>
  212. <a href="#02" class="nav">History</a><br>
  213. <br>
  214. <a href="#03" class="nav">People</a><br>
  215. <br>
  216. <a href="#04" class="nav">OOC</a><br>
  217. </div>
  218.  
  219. <div id="main">
  220. <div style="width: 450px; height: 410px; overflow-y: hidden;">
  221. <a name="01"></a>
  222. <div style="height: 410px; overflow-x: hidden;" align="left">
  223. <h1> - [ About Me ] - </h1>
  224. <table style="width: 100%; border: 0; cellspacing: 0; font-size: 8px; font-family: ms gothic; color: #444444;">
  225. <tr><td><p style="text-align: left; font-size: 10px;"><b>Name:</b><font face="century gothic"> β™Œepeta Leijon</font></p></td>
  226. <td><p style="text-align: left; font-size: 10px;"><b>Birthday:</b> <font face="century gothic">July 24th</font></p></td></tr>
  227. <tr><td><p style="text-align: left; font-size: 10px;"><b>Age:</b> <font face="century gothic">19</font></p></td>
  228. <td><p style="text-align: left; font-size: 10px;"><b>Horoscope:</b> <font face="century gothic">Leo</font></p></td></tr>
  229. <tr><td><p style="text-align: left; font-size: 10px;"><b>Gender:</b> <font face="century gothic">Female</font></p></td>
  230. <td><p style="text-align: left; font-size: 10px;"><b>Chum handle:</b> <font face="century gothic">arsenicCatnip</font></p></td></tr>
  231. <tr><td><p style="text-align: left; font-size: 10px;"><b>Hair Color:</b> <font face="century gothic"><span title="Red is the natural color, she typically dyes it black, but has decided to let it grow out in its natural color.">Red*</span></font></p></td>
  232. <td><p style="text-align: left; font-size: 10px;"><b>Residence:</b> <font face="century gothic">Gamzee's place</font></p></td></tr>
  233. <tr><td><p style="text-align: left; font-size: 10px;"><b>Eye Hue:</b> <font face="century gothic">Olive/Hazel</font></p></td>
  234. <td><p style="text-align: left; font-size: 10px;"><b>Strife Specibi:</b> <font face="century gothic">Clawkind</font></p></td></tr>
  235. <tr><td><p style="text-align: left; font-size: 10px;"><b>Height:</b> <font face="century gothic">4'11"</font></p></td>
  236. <td><p style="text-align: left; font-size: 10px;"><b>Hobbies:</b> <font face="century gothic">Shipping, roleplaying</font></p></td></tr>
  237. <tr><td><p style="text-align: left; font-size: 10px;"><b>Weight:</b> <font face="century gothic">103lb.</font></p></td>
  238. <td><p style="text-align: left; font-size: 10px;"><b>Sexual Orientation</b> <font face="century gothic">Omni</font></p></td></tr>
  239. <tr><td><p style="text-align: left; font-size: 10px;"><b>Mental Status:</b> <font face="century gothic">Broken</font></p></td>
  240. <td><p style="text-align: left; font-size: 10px;"><b>Quadrants:</b> <font face="century gothic"> ??? </p></td></tr>
  241. <tr><td><p style="text-align: left; font-size: 10px;"><b>Phys. Status:</b> <font face="century gothic"><span title="Intermittent based on tail position">Paralysis*</span></font></p></td>
  242. <td><p style="text-align: left; font-size: 10px;"><b>Triggers:</b> <font face="century gothic"> <span title="Will be met with violence">Rape*</span>, Lies</p></td></tr>
  243. </table>
  244. <h2></h2>
  245. <br><br>
  246. Nepeta is a kind, sweet, caring young woman. Despite her short stature, she has a big heart. <span title="Kankri">Many*</span> have said she sticks her nose into other people's business, and gets involved way too much, when she clearly should not. Of course, this has caused many problems in her life, and landed her in the hospital more than she can count. Still, her friends are the most important to her, and she would gladly defend them time and time again, no matter how many times she may get her butt kicked.<br>
  247. <br><center><font color="#416600" face="Times New Roman" size="5"><i><b>"As long as you're happy, then I am too..."</i></b></font></center></div>
  248.  
  249. <div style="width: 450px; height: 410px; overflow-y: hidden;">
  250. <a name="02"></a>
  251. <div style="height: 410px; overflow-x: hidden;" align="left">
  252. <h1> - [ History ] - </h1>
  253. <font color="#416600"><center>History</center><br>
  254. <strike>:xx < so i visited karkitty to confess, but gamz33 said he was with him</strike><br>
  255. :cc < gamz33 went ofur to karkittys house to finally tail him how i felt but he wasnt there... so when i showed up he decided he wanted to have some "fun" and told me that he and karkitty were togefur...as in dating! i was so furry, furry sad... :cc<br>
  256. :cc < i was really mad at equius one day beclaws of something... i dont purrticularly remempurr... i think it was beclaws of something involving aradia... he hugged me but hugged a little bit too tight and now i have a tail! :33 <br>
  257. :xx < gamz33 kissed me while we were hanging out... i got some confursing f33lings<br>
  258. <strike>:xx < i kissed karkitty and confessed but he said he was with gamz33...</strike><br>
  259. |cc < kissing karkitty and confessing to him was a hallucination... but that means that my rejection was also a hallucination<br>
  260. :cc < i told gamz33... he basically tried to kill me... but beclaws it wasnt beclaws i "kissed" karkitty, it was beclaws he was compurrletely unstable... i didnt have my strife specibi to defend myself with and got sent to the hospitail<br>
  261. :cc < <strike>gamz33 threatened karkitty</strike> i attacked him to defend the hallucination... gamz33 basically tried to kill me again |cc i went back to the hospitail but so did he >:cc<br>
  262. <strike>:cc < karkitty said he hated me and didnt want to be furiends anymeow</strike><br>
  263. :33 < karkitty is still furiends with me! he nefur said he hated me that was all a hallucination<br>
  264. |cc < i started having nightmares...bad ones about gamz33 coming into my home with equius and trying to kill me...<br>
  265. :33 < i started dating equius! i was sooo happy!! <3 <> <3 <><br>
  266. <strike>:xx < karkitty wanted to have sex</strike><br>
  267. :ss < i talked to kurloz today... he said that his little brofur has b33n using "chucklevoodoo" on me... :xx but he told me not to tail anyone so my lips are sealed! ...but what even is that? :cc <br>
  268. :33 < gamz33 stopped hating me! he gave me his voodoo doll as a peace offurring! but im still going to be cautious around him... :xx <br>
  269. <strike>:cc < he convinced me to despite him being with gamz33 and me being with equius... and he wanted to get me pregnant and said if i lied to him about being pregnant he would be supurr mad...</strike><br>
  270. <strike>:cc < he made me take a pregnancy test... i did and lied to him about it... he begged and furced me to take one with him right there in the same room... |cc it was humiliating... he couldnt read it so i lied and told him it was negative</strike><br>
  271. |cc < i told equius what happened... he said we should break up and that getting togefur was a bad idea fur our meowrailship... so we broke up... <br>
  272. <strike>:cc < so i ran away to tz took me to the hospitail to get an abortion</strike><br>
  273. |cc < all of that was fake... all of it was a hallucination... i dont meow what really happened but it was all fake...<br>
  274. |cc < i ran away to the furest... beclaws i truly believed that gamz33 would kill me if he found out what i did with karkitty... <br>
  275. :cc < gamz33 found me and offurred fur us to go back to his house to talk <br>
  276. |xx < things happened <br>
  277. |cc < we didnt tail karkitty...but it didnt matter beclaws he wasnt really with karkitty to begin with! <br>
  278. <strike>:ss < karkitty told gamz33 he had sex with me and you two broke up</strike> <br>
  279. |cc < gamz33 and karkitty nefur were togefur to begin with...<br>
  280. :xx < i started living with gamz33... he made me f33l safe when equius wasnt around... and he told me that i help k33p him sane too and k33p him furom doing stupid things like strifing with people<br>
  281. :33 < gamz33 and i got togefur<br>
  282. :33 < i had gamz33 and equius m33t up and make peace! <br>
  283. :cc < nathan got kidnapped... i asked gamz33 if he would ask his dad fur money to pay fur the ransom... |cc
  284. >:cc < i found out who kidnapped nathan! it was caliborn! im going to kill him!! he broke our agr33ment to not hurt anyone i care about!!! <br>
  285. |cc < we got nathan back...but he was a butthead and wouldnt listen to me about being more carefur...<br>
  286. >:cc < i met my mom when i went to visit nathan in the hospitail... she tried to hug me!! can you believe that!! afpurr she abandoned us in the woods |cc how could she just show up and purretend that efurrything is okay?? <br>
  287. >:cc < i beat up caliborn! equius came to help!<br>
  288. |cc < i woke up in equius' house... i dont really remempurr that fight with caliborn but i havent s33n him around since so i suppaws he got scared off! <br>
  289. |cc < i stayed at equius' house until i was better... and then i went ofur to gamz33s house with my brofur and gamz33 came home drunk :ss i wish i couldve been around more to k33p him from using all of that stuff so often... :cc but i suppaws he does n33d it...<br>
  290. <33 < gamz33 said that he loved me and nefur wanted me to leave him<br>
  291. |cc < i was going to hang out with tz...and i found out that he wasnt real! which means only one thing... gamz33 has b33n lying to me...<br>
  292. |cc < we talked... a lot... <br>
  293. </font>
  294. </div>
  295.  
  296. <div style="width: 450px; height: 410px; overflow-y: hidden;">
  297. <a name="03"></a>
  298. <div style="height: 410px; overflow-x: hidden;" align="left">
  299. <h1> - [ Acquaintances ] - </h1>
  300. <a href="" target="blank"><img src="" width="90"></a> - Link<br>
  301. <a href="" target="blank"><img src="" width="90"></a> - Link</a><br>
  302. <a href="" target="blank"><img src="" width="90"></a> - Link</a><br>
  303. <a href="" target="blank"><img src="" width="90"></a> - Link</a>
  304. </div>
  305.  
  306. <div style="width: 450px; height: 410px; overflow-y: hidden;">
  307. <a name="04"></a>
  308. <div style="height: 410px; overflow-x: hidden;" align="left">
  309. <h1> - [ Out of Character ] - </h1>
  310. <font color="#999999">
  311.  
  312. <ol>
  313. <li>OOC =/= IC -- I cannot stress this enough. I may be attached to my characters, but I LOVE IC drama. If you don't want something to happen, or DO want something to happen, PM me and we can work something out! :33 </li>
  314. <li>I am a room admin for the Humanstuck room, and have no ties to the Homestuck room. If you have questions, comments, concerns, or complaints, feel free to PM me personally!</li>
  315. <li>I'll play Nepeta how I see fit. If you have suggestions, feel free to PM me directly.</li>
  316. <li>Clearly PM friendly</li>
  317. <li>Non-canon RP -- No thank you.</li>
  318. <li>Smut -- No thank you. This goes on a by-story basis.</li>
  319. <li>Strife -- Nepeta is very quick to act, so yes, there will be strifes.</li>
  320. </ol>
  321. </font>
  322. </div>
  323.  
  324. </div>
  325.  
  326. <div id="music-rounded">
  327. <center><img src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif"></center>
  328. <div class="music-border"></div>
  329. <div class="music-player-embed"><center>
  330. <a href="" target="blank">Music Link</a><br>
  331. <a href="" target="blank">Music Link</a><br>
  332. <a href="" target="blank">Music Link</a><br>
  333. <a href="" target="blank">Music Link</a></center>
  334. </div>
  335. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement