rpaccount

New Horror Aliza code

May 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.38 KB | None | 0 0
  1.  
  2.  
  3. <style>
  4. @import url('https://fonts.googleapis.com/css?family=Abhaya+Libre|Seaweed+Script|Ceviche+One|Alex+Brush|Audiowide');
  5.  
  6. body {
  7. background-attachment: fixed;
  8. background-position: top;
  9. color:#e600e6;
  10. background-color: #000;
  11. background-image: url("");
  12. background-repeat:no-repeat;
  13. Background-size: ;
  14. font-family: "Abhaya Libre";
  15. font-size: 16px;
  16. }
  17.  
  18. #credit {
  19. Position: fixed; bottom: 10px; left: 10px;
  20. font-family: "Audiowide";
  21. font-size: 14px;
  22. text-shadow: 2px 0 0 #4C9DCC, -2px 0 0 #4C9DCC, 0 2px 0 #4C9DCC, 0 -2px 0 #4C9DCC, 1px 1px #4C9DCC, -1px -1px 0 #4C9DCC, 1px -1px 0 #4C9DCC, -1px 1px 0 #4C9DCC;
  23. z-index: 99;
  24. }
  25.  
  26. #Render{
  27. position: fixed; left: 0px; right: -640px; top: 0px; bottom: -50px; margin: auto;
  28. height: 530px;
  29. z-index: 98;
  30. }
  31.  
  32. #TitleOne{
  33. position: fixed; left: 0px; right: 0px; top: -470px; bottom: 0px; margin: auto;
  34. font-size: 55px;
  35. height: 55px;
  36. width: 1000px;
  37. line-height: normal;
  38. font-family: "Alex Brush";
  39. z-index: 2;
  40. }
  41.  
  42. #TitleTwo{
  43. position: fixed; left: 0px; right: 0px; top: -390px; bottom: 0px; margin: auto;
  44. font-size: 40px;
  45. height: 40px;
  46. width: 1000px;
  47. line-height: normal;
  48. font-family: "Ceviche One";
  49. z-index: 2;
  50. }
  51.  
  52. #StatsHeader {
  53. position: fixed; left: -350px; right: 0px; top: -280px; bottom: 0px; margin: auto;
  54. height: 35px;
  55. width: 250px;
  56. padding: 10px;
  57. text-align: center;
  58. z-index: 2;
  59. overflow: hidden;
  60. }
  61.  
  62. #StatsBox {
  63. position: fixed; left: -350px; right: 0px; top: -175px; bottom: 0px; margin: auto;
  64. height: 65px;
  65. width: 500px;
  66. text-align: center;
  67. z-index: 2;
  68. overflow: auto;
  69. }
  70.  
  71. #tab {
  72. z-index:2;
  73. opacity: 0;
  74. }
  75.  
  76. #Personality #tab {
  77. opacity: 1;
  78. }
  79.  
  80. #Personality:target #tab, #Abilities:target #tab, #History:target #tab, #Associates:target #tab, #OOC:target #tab {
  81. opacity: 1;
  82. z-index: 90;
  83. }
  84.  
  85. #header {
  86. position: fixed; left: -350px; right: 0px; top: 0px; bottom: -75px; margin: auto;
  87. height: 50px;
  88. width: 500px;
  89. background-color: #272652;
  90. background-image: url("https://cdn.wallpapersafari.com/1/92/43HrB7.gif");
  91. background-position: fixed;
  92. z-index: 7;
  93. overflow: hidden;
  94. }
  95.  
  96. #box {
  97. position: fixed; left: -350px; right: 0px; top: 0px; bottom: -310px; margin: auto;
  98. height: 165px;
  99. width: 575px;
  100. padding: 10px;
  101. background-color: #;
  102. background-image: url("");
  103. background-position: fixed;
  104. overflow-y: auto;
  105. z-index: 7;
  106. }
  107.  
  108. #Navigation{
  109. position: fixed; left: -350px; right: 0px; top: -40px; bottom: 0px; margin: auto;
  110. width: 310px;
  111. height: 30px;
  112. padding: 10px;
  113. z-index: 10;
  114. text-align: center;
  115. }
  116.  
  117. .NaviTab{
  118. display: inline-block;
  119. background-color: #ccbada;
  120. width: 25px;
  121. height: 25px;
  122. z-index: 5;
  123. margin: 0 8 0 8;
  124. border: 3px solid #1b2534;
  125. -webkit-transition: 0.5s linear;
  126. -moz-transition: 0.5s linear;
  127. -o-transition: 0.5s linear;
  128. transition: 0.5s linear;
  129. -ms-transform: rotate(45deg);
  130. -webkit-transform: rotate(45deg);
  131. transform: rotate(45deg);
  132. }
  133.  
  134. .NaviTab:hover {
  135. background-color: white;
  136. }
  137.  
  138. #Frame {
  139. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  140. height: 580px;
  141. width: 1080px;
  142. border: ;
  143. z-index: 99;
  144. pointer-events: none;
  145. }
  146.  
  147. #BGBox {
  148. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  149. height: 530px;
  150. width: 1030px;
  151. border: 7px solid ##cc00cc;
  152. background-color: #000;
  153. background-image: url("");
  154. background-position: fixed;
  155. z-index: 1;
  156. }
  157.  
  158. .friendpic {
  159. border: 5px solid #000;
  160. width: 100px;
  161. height: 100px;
  162. margin: 7px;
  163. padding: 0;
  164. -webkit-transition: 0.5s linear;
  165. -moz-transition: 0.5s linear;
  166. -o-transition: 0.5s linear;
  167. transition: 0.5s linear;
  168. }
  169.  
  170. .friendpic:hover {
  171. border: 5px solid #A3B1C4;
  172. }
  173.  
  174. h1, h2, h3 {
  175. font-family: "Seaweed Script";
  176. margin: 0px;
  177. padding: 0px;
  178. text-align: center;
  179. }
  180.  
  181. h1:before,
  182. h1:after {
  183. border-top: 3px solid #1b2534;
  184. border-bottom: 3px solid #1b2534;
  185. content: "";
  186. display: inline-block;
  187. height: .25em;
  188. position: relative;
  189. vertical-align: middle;
  190. width: 50%;
  191. margin-bottom: .15em;
  192. }
  193.  
  194. h1:before {
  195. right: 0.5em;
  196. margin-left: -50%;
  197. }
  198.  
  199. h1:after {
  200. left: 0.5em;
  201. margin-right: -50%;
  202. }
  203.  
  204. a:link {color: white; font-family: "Seaweed Script"; font-size: 16px;-webkit-transition: 0.5s linear;
  205. -moz-transition: 0.5s linear;
  206. -o-transition: 0.5s linear;
  207. transition: 0.5s linear;}
  208. a:visited {color:white ;}
  209. a:hover {color:#A3B1C4;}
  210. a {text-decoration:none;}
  211.  
  212. b {color: white;}
  213.  
  214. a.credit:link {color:#f0f0f0; font-family: "Audiowide"; font-size: 16px;}
  215. a.credit:visited {color:#f0f0f0;}
  216. a.credit:hover {color:#6f52be;}
  217. a.credit {text-decoration:none;}
  218.  
  219. ::-webkit-scrollbar {
  220. width: 0px;
  221. height: 1px;
  222. }
  223.  
  224. ::-webkit-scrollbar-track {
  225. border-radius: 0px;
  226. }
  227.  
  228. ::-webkit-scrollbar-thumb {
  229. background: transparent;
  230. }
  231. </style>
  232. <body>
  233.  
  234. <img id="Render" src ="https://i.imgur.com/ce5y1ip.png"></div>
  235.  
  236. <div id="TitleOne">Despite being filled with fear</div>
  237. <div id="TitleTwo">I am determined to live.</div>
  238.  
  239. <div id="StatsHeader">
  240. <h1>Aliza</h1>
  241. </div>
  242. <div id="StatsBox">
  243. <b>Age:</b> 18 ♦ <b>Orientation:</b> Pan ♦ <b>Status:</b> Info ♦ <b>Level:</b> 1 ♦ <b>HP:</b> 20
  244. <br>
  245. <b>Exp:</b> 0♦ <b><a href="https://www.youtube.com/watch?v=SnV3SxRqNTg">song</a></b> ♦<b>Items:</b> Twenty gold, candy, and bandages ♦ <b>Mental:</b> PTSD, insomina, depression (off/on), irrational and rational fear of almost everything, Stockholm symdyrom, anxiety. ♦
  246. </div>
  247.  
  248. <div id="Personality">
  249. <div id="tab">
  250. <div id="header">
  251. <h1>Gallery</h1>
  252. </div>
  253. <div id="box">
  254. Wip
  255. </div>
  256. </div></div>
  257.  
  258. <div id="Abilities">
  259. <div id="tab">
  260. <div id="header">
  261. <h1>Abilties</h1>
  262. </div>
  263. <div id="box">
  264. <b>Load:</b> Unlike Frisks, when Aliza dies she is brought back to the moment where she felt herself die or felt the most fear.<br>
  265. <b>Dodge:</b> Well, it isn't an ability but it's something that helps when she isn't paralyzed in fear.<br>
  266. <b>Physical Abilities:</b> Aside from dodging and running away? Next to nothing, her state keeps her in a state of fraility.<br>
  267. <b>Problem solver:</b> Puzzles, she's good at puzzles.<br>
  268.  
  269. </div>
  270. </div></div>
  271.  
  272. <div id="History">
  273. <div id="tab">
  274. <div id="header">
  275. <h1>History</h1>
  276.  
  277. </div>
  278. <div id="box">
  279. Horrortale takes place years after Frisk completed a neutral run that resulted in Asgore's death forcing Toriel back onto the throne. The barrier was never broken forcing the monsters to remain below ground. This wouldn't have been an issue if resources were not so limited and thanks to Toriel's talk of peace and mercy towards all humans who fell, they would remain without for years to come. It to the point where Undyne had to overthrow the queen and take the throne. Things started to from bad to worse, not only were resources low but the monsters soon started to die out. No food to keep their magic up meaning that their souls would soon start to wither and dust...and Grillby? His own flames begun to eat away at him, something HAD to change. Undyne outlawed all humans.
  280. <br><br>
  281. Any human found below the surface, or those who had lived to make it past Toriel, were sent to Undyne to be rationed out as food. It would have made more sense to collect their souls but finding another red one? That could take a very long time, the monsters all agreed and started on a look out for humans. Who knows how long it was since the law was passed but this is when Aliza here was pushed below ground to be eaten by the monsters. Already scared for her life, she came across Flowey who decided that he was going to help her out of the ruins when Toriel got her hands on the "child". This is when she experienced her first death and when it was descovered that her trait is Fear. Unlike Frisk who was determined and can SAVE/LOAD at damn near will or at save spots, Aliza can load upon death where it was felt the most or when she was at her most fearful and as Flowey explained it? There is just a small amount of Determination to pull it off.
  282. <br><br>
  283. Aliza made it passed the ruins without having to Toriel and under the promise to fix everything, find a way to break the barrier. It's...it's a tough promise to keep but it is made. Fresh into Snowdin and she comes across The Butcher himself, Sans. No whoopie cushion, no hand buzzer but a drill. He tricks her with a drill and ever since then? It's been down hill. He has torutred her, forced her to suffer, and killed her more times than she can count but never once tasted her flesh out right from his refusal to eat humans. She does manage to make it through Papyrus's puzzles after many attempts. Between the killer puzzle traps and the constant torment, Aliza has found herself developing issues. She's way more fearful than before among...other things, but there is that determination to stay alive even when there's a grinning Butcher watching...always watching.
  284. </div>
  285. </div></div>
  286.  
  287. <div id="Associates">
  288. <div id="tab">
  289. <div id="header">
  290. <h1>Friends?</h1>
  291. </div>
  292. <div id="box">
  293. <center>
  294. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  295. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  296. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  297. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  298. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  299. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  300. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  301. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  302. </center>
  303. </div>
  304. </div></div>
  305.  
  306. <div id="OOC">
  307. <div id="tab">
  308. <div id="header">
  309. <h1>Out of Character</h1>
  310. </div>
  311. <div id="box">
  312. <b>01.</b> Starter, Pm/In room friendly. Usually IC use brackets to indicate OOC please.<br>
  313. <b>02.</b> Yes, this is from Horrortale. Expect dark themes, if you trigger easy don't interact.<br>
  314. <b>03.</b> Smut? No, it MUST be earned.<br>
  315. <b>04.</b> IC will not mean OOC.<br>
  316. <b>05.</b> Cross-overs welcomed and adored.
  317. <br>
  318. <b>06.</b> Responses may be slow depending on IRL or if my fingers will let me. On that note, they do get sore after typing alot so if I don't reply, please be patient. I will let you know when I need to leave.
  319. <br>
  320. <b>07.</b> No contact outside of RPC unless we get to know one another, I've had some issues with people before and I don't want to go down the same route again, thank you for understanding.
  321. </div>
  322. </div></div>
  323.  
  324. <div id="Frame"></div>
  325. <div id="BGBox"></div>
  326. <div id="Navigation">
  327. <a href="#Personality"><div class="NaviTab"></div></a>
  328. <a href="#Abilities"><div class="NaviTab"></div></a>
  329. <a href="#History"><div class="NaviTab"></div></a>
  330. <a href="#Associates"><div class="NaviTab"></div></a>
  331. <a href="#OOC"><div class="NaviTab"></div></a>
  332. </div>
  333.  
  334. <div id="credit"><a class="credit" href="https://roleplay.chat/profile.php?user=Spaceman+Codes">Spaceman</a></div>
  335. </body>
Add Comment
Please, Sign In to add comment