Advertisement
LadyDarkness

Nekomata's code

May 22nd, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. /* Last Update: 02/16/18 */
  2.  
  3. /* PAGE BACKGROUND AND FONT */
  4. body {
  5. background-attachment:fixed;
  6. background-color:#101010;
  7. font-size:120%;
  8. font-family:Eagle Lake,serif;
  9. }
  10.  
  11. /* MAIN DISPLAY COLORS */
  12. .color {
  13. color:#8b0000;
  14. }
  15. a {
  16. text-decoration:none;
  17. color:#add8e6;
  18. }
  19.  
  20. /* GOOGLE CHROME SCROLLBARS */
  21. ::-webkit-scrollbar {
  22. width:8px;
  23. height:8px;
  24. }
  25. ::-webkit-scrollbar-thumb:vertical {
  26. background-color:#8b0000;
  27. }
  28. ::-webkit-scrollbar-thumb:horizontal {
  29. background-color:#8b0000;
  30. }
  31.  
  32. /* CSS MEAT */
  33. #infobox {
  34. position:absolute;
  35. top:0%;
  36. left:42.5%;
  37. height:100%;
  38. width:50%;
  39. text-align:center;
  40. }
  41. #mugshot {
  42. position:fixed;
  43. top:0%;
  44. right:60%;
  45. height:100%;
  46. }
  47. #infobox img {
  48. max-width:90%;
  49. }
  50.  
  51. /* CREDIT TAG - set position:static; to move to OOC */
  52. #credit {
  53. position:fixed;
  54. height:17px;
  55. right:1%;
  56. bottom:0%;
  57. background-color:#ffffff;
  58. border-radius:5px;
  59. }
  60. <style>
  61. @import url(https://fonts.googleapis.com/css?family=Eagle+Lake);
  62. </style>
  63.  
  64. <img src="https://i.imgur.com/GhP3AwA.jpg" alt="" id="mugshot"/>
  65.  
  66. <div class="color" id="infobox">
  67. <audio controls controlsList="nodownload" style="margin:1%;max-height:40px;max-width:100%;">
  68. <source src="http://k007.kiwi6.com/hotlink/9aexg0cnxh/Pressure_Cracks.mp3" type="audio/mpeg">
  69. </audio>
  70. <h1>Elise Bennett</h1>
  71. <b>Species:</b> Nekomata
  72. <br>
  73. <b>Gender:</b> Female
  74. <br>
  75. <b>Age:</b> 23
  76. <br>
  77. <b>Hair:</b> Blonde
  78. <br>
  79. <b>Eyes:</b> One blue, one green.
  80. <br>
  81. <b>Height:</b> 5'4"
  82. <br>
  83. <b>Weight:</b> *Hisses*
  84. <br>
  85. <b>Build:</b> Slender/Toned
  86. <br>
  87. <b>Orientation:</b> None
  88. <br>
  89. <b> Status: </b> <a href="Profile" target="_blank">Single</a>
  90.  
  91. <h2>About</h2>
  92. <p>
  93. Elise had a rough childhood. The ringleader/auctioneer had taken her at the age of eight. Raped her in front of her parents before killing her family before her eyes. When he took her in, he did permit an occasional bath along with food. Over time, he did rape her more than once throughout her youth. Did cleaning, managed the books for a little while, and got him drinks. Basically she was his servant for such time. Upon coming the age of sixteen, she turned into a slave/pet to be auctioned off. From then one, she has not live a life other than this.
  94. </p>
  95.  
  96.  
  97. <h2>OOC</h2>
  98. <ul>
  99. <p>1.Third person only.<br>
  100. 2. Semi-para to Multi-par.<br>
  101. 3. IC and OOC are seperate keep it that way.<br>
  102. 4. Profile layout is not mine. <br>
  103. 5. I sometimes start with posts but often than not I don't accept posts out of the gate. Just ask before hand. <br>
  104. 6. Happily married irl, don't think you are going to break my husband and I up. <br>
  105. 7. Art is not mine, will take down at request. <br>
  106. 8. This character is meant only for DARKER themes. She is a tragic character. <br>
  107. 9. Once she is claimed, smut is reserved for only that person! NO ONE ELSE! <br>
  108.  
  109.  
  110. <a target="_blank" href="http://wix.cera-nore.com/" target="_blank" title="CC#19">
  111. <img src="https://orig00.deviantart.net/9a8a/f/2017/256/c/d/cera_by_cera_nore-dbncbii.png" id="credit"/>
  112. </a>
  113. </ul>
  114. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement