Advertisement
rpaccount

Fell Mom

Sep 25th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.18 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. #profile { border: hidden; background-color: transparent; }
  4.  
  5. .pfor {display:none;}
  6.  
  7. body{
  8. background-color:#fff;
  9. background-image:url(http://distorted-machine.com/images/backgrounds/BG2_3.gif);
  10. background-attachment:fixed;
  11. background-size: cover;
  12. }
  13.  
  14. #I{
  15. position:absolute;
  16. bottom:150px;
  17. right:170px;
  18. width:524px;
  19. height:258px;
  20. }
  21.  
  22. .fell{
  23. position:absolute;
  24. top:-120px;
  25. left:-550px;
  26. width:280px;
  27. height:420px;
  28. background:url('http://hdblackwallpaper.com/wallpaper/2015/07/plain-black-background-29-hd-wallpaper.png') #fff;
  29. border:1px solid #ff99e6;
  30. }
  31.  
  32. .in{
  33. position:absolute;
  34. top:10px;
  35. right:9px;
  36. width:260px;
  37. height:400px;
  38. background-image:url(http://oi68.tinypic.com/2q3anug.jpg);
  39. background-position:80% 70%;
  40. background-size:116%;
  41. background-repeat:no-repeat;
  42. border:1px solid #ff00bf;
  43. }
  44.  
  45. .love{
  46. position:absolute;
  47. top:0px;
  48. right:0px;
  49. width:260px;
  50. height:400px;
  51. background:#333;
  52. text-align:center;
  53. text-size:20px;
  54. font-family:consantina;
  55. font-style:italic;
  56. color:#eee;
  57. opacity:0;
  58. transition: all 0.8s ease-in-out;
  59. -webkit-transition: all 0.8s ease-in-out;
  60. -moz-transition: all 0.8s ease-in-out;
  61. -o-transition: all 0.8s ease-in-out;
  62. -ms-transition: all 0.8s ease-in-out;
  63. }
  64.  
  65. .love:hover{
  66. opacity:0.45;
  67. transition: all 0.8s ease-in-out;
  68. -webkit-transition: all 0.8s ease-in-out;
  69. -moz-transition: all 0.8s ease-in-out;
  70. -o-transition: all 0.8s ease-in-out;
  71. -ms-transition: all 0.8s ease-in-out;
  72. }
  73.  
  74.  
  75. .with{
  76. position:absolute;
  77. top:-120px;
  78. left:-250px;
  79. width:360px;
  80. height:420px;
  81. background:url('http://hdblackwallpaper.com/wallpaper/2015/07/plain-black-background-29-hd-wallpaper.png')#ff00bf;
  82. border:1px solid #ff00bf;
  83. opacity:0;
  84. }
  85.  
  86. .with:target{
  87. opacity:1;
  88. -webkit-transition: all 0.4s ease-out;
  89. -moz-transition: all 0.4s ease-out;
  90. }
  91.  
  92.  
  93. .a{
  94. position:absolute;
  95. top:10px;
  96. right:10px;
  97. width:340px;
  98. height:400px;
  99. background:#fff;
  100. overflow:auto;
  101. z-index:10;
  102. border:1px solid #ff00bf;
  103. }
  104.  
  105.  
  106. .dream{
  107. position:absolute;
  108. top:-150px;
  109. left:-510px;
  110. }
  111.  
  112. .your{
  113. color:#706c69;
  114. font-size:14px;
  115. text-align:justify;
  116. line-height:12px;
  117. font-family:arial narrow;
  118. letter-spacing:0.3px;
  119. margin: 5px;
  120. }
  121.  
  122. .face{
  123. position:absolute;
  124. bottom:420px;
  125. left:-512px;
  126. color:#7A0052;
  127. font-size:14px;
  128. text-align:justify;
  129. line-height:12px;
  130. font-family:arial narrow;
  131. letter-spacing:1px;
  132. text-shadow: 0px 0px 5px #99938F;
  133. }
  134.  
  135. a.drown:link, a.drown:active, a.drown:visited{
  136. display: block;
  137. float: left;
  138. width: 20px;
  139. height:20px;
  140. margin-left: 6px;
  141. border:1px solid #e600ac;
  142. background-color: #ff99e6 ;
  143. -webkit-transition: all 0.6s ease-out;
  144. -moz-transition: all 0.6s ease-out;
  145. }
  146.  
  147. a.drown:hover{
  148. border:1px solid #999;
  149. background-color:#fff;
  150. text-decoration: none;
  151. box-shadow:0px 0px 7px #99938F;
  152. }
  153.  
  154. a:active, a:link, a:visited{
  155. color:#aa8866;
  156. text-decoration:none;
  157. }
  158.  
  159. a:hover{
  160. cursor:help;
  161. color: #ff33cc;
  162. text-decoration:line-through;
  163. }
  164.  
  165. b {
  166. color: #7A0052;
  167. font-weight:10;
  168. letter-spacing: 1px;
  169. }
  170.  
  171. i{
  172. color:#c19891;
  173. font-family:constantina;
  174. font-weight:light;
  175. letter-spacing: 1px;
  176. font-size:12px;
  177. font-style:italic;
  178. }
  179.  
  180. u{
  181. text-decoration:none;
  182. border-bottom:1px solid #ff33cc;
  183. }
  184.  
  185. big{
  186. font-family:Georgia;
  187. font-style:italic;
  188. color: #7A0052;
  189. font-size:26px;
  190. line-height:11px;
  191. }
  192.  
  193. h1{
  194. font-size: 11px;
  195. width: 100%;
  196. font-family: century gothic;
  197. font-weight: normal;
  198. line-height: 12px;
  199. text-transform: uppercase;
  200. text-align: left;
  201. text-indent:10px;
  202. border-bottom: 1px dotted #ddcccc;
  203. }
  204.  
  205. h1:first-letter{
  206. font-family:constantina;
  207. color: #7A0052;
  208. font-size: 16px;
  209. font-weight: light;
  210. text-shadow: 0px 0px 3px #ddcccc;
  211. }
  212.  
  213. h2 {
  214. color:#7A0052;
  215. font: normal 18px 'constantina';
  216. font-weight:bold;
  217. text-align:center;
  218. letter-spacing:-1px;
  219. }
  220. ::-webkit-scrollbar {width: 4px;}
  221. ::-webkit-scrollbar-thumb:vertical {
  222. height: 10px;background-color: #ccc;}
  223. ::-webkit-scrollbar-thumb:horizontal {
  224. height: 10px;background-color: #ddd;border: 0px ;width: 12px;}
  225.  
  226. a.credit {
  227. position: fixed;
  228. left: 0;
  229. bottom: 0;}
  230.  
  231. .circle{
  232. margin-right: 17px;
  233. border-radius:150px;
  234. -webkit-transition: all 0.8s ease-out;
  235. -moz-transition: all 0.8s ease-out;
  236. -o-transition: all 0.8s ease-out;
  237. }
  238.  
  239. .circle:hover{
  240. border-radius:0px;
  241. -webkit-transition: all 0.8s ease-out;
  242. -moz-transition: all 0.8s ease-out;
  243. -o-transition: all 0.8s ease-out;
  244. -webkit-transform: rotate(-360deg);
  245. -moz-transform: rotate(-360deg);
  246. -ms-transform: rotate(-360deg);
  247. -o-transform: rotate(-360deg);
  248.  
  249. }
  250.  
  251. #music{
  252.  
  253. position:fixed;
  254. height: 55px;
  255. width: 55px;
  256. Bottom:76%;
  257. left:26.5%;
  258. margin: auto;
  259. z-index:99;}
  260.  
  261.  
  262. #music1{
  263. position:fixed;
  264. padding:2px;
  265. -webkit-transition: all 0.5s ease-in-out;
  266. -moz-transition: all 0.5s ease-in-out;
  267. -o-transition: all 0.5s ease-in-out;}
  268.  
  269. #music1:hover #music2{
  270. opacity:0;
  271. margin-top:-25px;
  272. z-index:-1;}
  273.  
  274. #music1:hover #music3{
  275. opacity:0.7;
  276. margin-top:0px;
  277. z-index:99;}
  278.  
  279. #music1:hover #musiclist{
  280. opacity:1;}
  281.  
  282. #music2{
  283.  
  284. opacity:1;
  285. background-color:#fff;
  286. padding:6px;
  287. border: 1px solid #730073;
  288. -webkit-transition: all 0.5s ease-in-out;
  289. -moz-transition: all 0.5s ease-in-out;
  290. -o-transition: all 0.5s ease-in-out;}
  291.  
  292. #music3{
  293.  
  294. opacity:0;
  295. position:fixed;
  296. background-color:#fff;
  297. background-position: center;
  298. background-image:
  299. url('http://i.picpar.com/VxZb.png');
  300. background-repeat: no-repeat;
  301. background-size: 25px;
  302. border: 1px solid #730073;
  303. height: 25px;
  304. width: 25px;
  305. z-index:99
  306. margin-left:0px;
  307. overflow:hidden;
  308. -webkit-transition: all 0.5s ease-in-out;
  309. -moz-transition: all 0.5s ease-in-out;
  310. -o-transition: all 0.5s ease-in-out;}
  311.  
  312. </style>
  313.  
  314.  
  315.  
  316. <a href="http://roleplay.chat/profile.php?user=Shulk" class="credit" target="_blank" title="Property of Gaia"><img src="http://i.picpar.com/ME3b.png" height="80" width="120"></a>
  317.  
  318.  
  319. <div id="i">
  320.  
  321. <div class="fell">
  322. <div class="in">
  323. <div class="love">
  324. <br><br><br><br>
  325. My mind is broke, but I have<br><br><br><br>my will to live just a bit longer<br><br>I love you Asgore.
  326. </div>
  327. </div>
  328. </div>
  329.  
  330. <div id="I've" class="with">
  331. <div class="a">
  332. <div class="your">
  333. <br>
  334. <big>W</big>hat did you expect? A slice of pie? Some tea? A kind loving embrace? A perect woman? A wonderful mother? The rule of my world is.... <br><br>
  335. "<i>kill or be killed.</i>"
  336.  
  337.  
  338. <h2>It's getting better, promise.</h2>
  339.  
  340. </div></div>
  341. </div>
  342. <div id="got" class="with">
  343. <div class="a">
  344. <div class="your">
  345. <br>
  346. <h1>The Basics</h1><br>
  347.  
  348. <font style=float:left><b>Name</b></font>
  349. <font style=float:right>Toriel Dreemurr</font><br>
  350. <font style=float:left><b>Nicknames</b></font>
  351. <font style=float:right>Tori, Tor, T, Dust Mom, Crazy!</font><br>
  352. <font style=float:left><b>Gender</b></font> <font style=float:right>Female</font><br>
  353. <font style=float:left><b>Age</b></font> <font style=float:right>.....</font><br>
  354. <font style=float:left><b>Height</b></font>
  355. <font style=float:right>6'0"</font><br>
  356. <font style=float:left><b>Weight</b></font>
  357. <font style=float:right>....</font><br>
  358. <font style=float:left><b>Species</b></font>
  359. <font style=float:right>Monster</font><br>
  360. <font style=float:left><b>Sexual Lenience</b></font>
  361. <font style=float:right>What?</font><br>
  362. <font style=float:left><b>Fur</b></font> <font style=float:right>White</i></font><br>
  363. <font style=float:left><b>Eyes</b></font> <font style=float:right>Red</font><br>
  364. <font style=float:left><b>Health</b></font> <font style=float:right><a title="Manic Depression,is unhinged, nervous, frantic, loving, can be kind, and bouts of madness.">Hover</a></font><br>
  365. <font style=float:left><b>Marital</b></font> <font style=float:right><a href="https://roleplay.chat/profile.php?user=Boss%20Asgore">Words cannot describe how much I love him.</a></font><br>
  366. <font style=float:left><b>Music</b></font> <font style=float:right><a href="https://www.youtube.com/watch?v=h0E8RZSkjIQ&t=1s" target="_blank">?</a></font><br>
  367.  
  368.  
  369.  
  370. </div></div>
  371. </div>
  372. <div id="a" class="with">
  373. <div class="a">
  374. <div class="your">
  375. <h1>Abilities</h1>
  376. Fire~ Much like her UT counter part, this Toriel can use fire as well. It is a bit stronger than the orginal because of LOVE (Level of Violence). There is intent to be set as well but her intent is usualy set to kill. If it isn't then it is harm. With that being said the magic comes from her own soul.
  377. <br><br>
  378. Not much of an ability, but claws...yes she can use her claws if need be.
  379.  
  380.  
  381. </div></div>
  382. </div>
  383. <div id="good" class="with">
  384. <div class="a">
  385. <div class="your">
  386.  
  387. <h1>Some information</h1>
  388.  
  389. Durning her time in the underground, Toriel use to be happy. She had a husband, children, a stable home...hopes and dreams to hold onto. The former Queen had a happy and normal life, until...a child by the name of Chara came to the Underground. Chara was taken in and adopted by both Asgore and Toriel. Everything was fine untill Chara became sick and died from eating the golden flowers. Both Toriel and Asgore were struck with grief. However, things within the family continued to on strong until their son by the name of Asriel found Charas body and took their soul within his body and went to the surface to be put to rest with the other humans.
  390. <br><br>
  391. The humans saw Asriel with the dead Chara and proceeded to beat him half to death, the goat child died before his parents. This caused the already grief stricken parents down a dark path, Toriel agreed to kill any human that came down here until. Well, as time passes by very few humans fell down there and when they did...they were killed off. However, when no other humans would be seen Asgore became unruly and forced the law of Kill or be Killed. For Toriel, that was the straw right there. There was no way she could stand to live in such a world and took to live in solitude within the ruins. However, the monsters within those ruins found out about the law and had hunted the monster down. At first she didn't want to kill....no did not want that but had no choice. From then on started a cycle of killing. When the children starting coming again she took to trying to keep them with her...or killing them so Asgore wouldn't be able to.
  392. <br><br>
  393. This wore down on her sanity, greatly....now a murderous mess of twitches and stutters....her soul suffered major cracks...and after all of the killing LOVE begin to be stain parts of her...those parts incuded horns, ears, and around the eyes...it couldn't be helped. Everyone felt her insanity...until Frisk showed up. It took her every trick she knew to kill this human but they managed to break down her walls. Toriel let them go and after a long...long ...long while the child broke the barrier freeing everyone, but...well this mom and her problems...until running across a very special goat.
  394. <br><br>
  395. He gave her the will to live, despite her own insanity...Asgore has given the woman a chance at a new life. Though that is not to say that she will stop killing all together, which that is not the case. Toriel is still very much in love with the idea of painting a room with someones entrails, however that insanity is pushed back and whatever pain that was felt in the soul...it is healing. Life is getting better and she owes it to him.
  396.  
  397.  
  398.  
  399. </div></div>
  400. </div>
  401. <div id="rhythm" class="with">
  402. <div class="a">
  403. <div class="your">
  404.  
  405. <h1>♥Those who get to live♥</h1>
  406.  
  407. <a href="https://roleplay.chat/profile.php?user=Boss%20Asgore" target="_blank" title="Asgore"><img src="http://i0.kym-cdn.com/photos/images/original/001/039/996/0d5.png" height="120" width="120" align="left"></a> - Asgore - This man, I love him so much, words are not enough to describe such feelings. It's like...I am normal again, almost...normal, BUT! he-he ke-keeps me going and that is more that what I could ever ask.<br><br>
  408. <a href="https://roleplay.chat/profile.php?user=Hitman%20Chara" target="_blank" title="Chara"><img src="http://pm1.narvii.com/6171/d0434166bbd5acef26c82b3fc02186d479ed97e1_00.jpg" height="120" width="120" align="left"></a> - Chara - This child, he is the child of my beloved Asgore, we are getting along fine. I love him like my own...child...
  409.  
  410. </div></div>
  411. </div>
  412. <div id="going!" class="with">
  413. <div class="a">
  414. <div class="your">
  415.  
  416. <h1>Out of character</h1>
  417. ♥ Pm/rp friendly. However, smut starters or smut will be ignored. Smut is reserved for her lover.<br />
  418. ♥ Undertale AU: Underfell, I will play her as I see fit.<br />
  419. ♥ IC is not OOC, don't mix the two.<br />
  420. ♥ Combat friendly.<br />
  421. ♥ Cross overs loved and welcomed.<br />
  422. ♥Just as a heads up, this character has a stutter.</p>
  423.  
  424.  
  425. </div>
  426. </div>
  427. </div>
  428.  
  429. <div class="dream">
  430. <a class="drown" href="#I've"></a>
  431. <a class="drown" href="#got"></a>
  432. <a class="drown" href="#a"></a>
  433. <a class="drown" href="#good"></a>
  434. <a class="drown" href="#rhythm"></a>
  435. <a class="drown" href="#going!"></a>
  436. <a class="drown" href="#Back to square one"></a>
  437. </div>
  438.  
  439. <div class="face">
  440.  
  441. </div>
  442. </div></div></center></div></center>
  443.  
  444. <div id="music">
  445. <div id="music1">
  446. <div id="music2">
  447. <img src="http://67.media.tumblr.com/tumblr_m7vz47K7Xw1r6o8v2.gif" style="opacity: 0.8;"></div>
  448.  
  449. <div id="music3">
  450. <Div style="margin-top:4px;">
  451.  
  452.  
  453. <audio controls style="opacity: 0;"><source src="http://k003.kiwi6.com/hotlink/sq9bq1zw9c/Disturbed_-_You_re_Mine_Official_HD.mp3"></audio>
  454. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement