Advertisement
rpaccount

Swap mom

Oct 25th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.61 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  4. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  5. <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js"></script>
  6. <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  7. <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.min.js"></script>
  8. <script src="https://roleplay.chat/jquery.tooltipster.js"></script>
  9. <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
  10. <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/87/three.js"></script>
  11. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
  12. <link href="https://roleplay.chat/tooltipster.css" rel="stylesheet" type="text/css">
  13. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
  14. <script defer>
  15. window.onload = function() {
  16.  
  17. };
  18. </script>
  19. <style>
  20.  
  21. </style>
  22. </head>
  23. <body>
  24. <style>
  25. @import url(https://fonts.googleapis.com/css?family=Allura);
  26. ::-webkit-scrollbar { width: 5px; height: 5px;}
  27. ::-webkit-scrollbar-track { border-radius: 5px; background-color: transparent;}
  28. ::-webkit-scrollbar-thumb { border-radius:5px; background-color: #D62750;}
  29.  
  30. body{
  31. background-color: #000000;
  32. background-image:url('https://t02.deviantart.net/EtkGvpugpyRlMPKMtRx5UG_-wO4=/fit-in/700x350/filters:fixed_height(100,100):origin()/pre06/39b3/th/pre/f/2016/132/4/8/flowers_are_blooming_by_knightic-da29poa.png');
  33. background-size: cover;
  34. }
  35.  
  36. #player{
  37. position: absolute;
  38. z-index:4;
  39. top: 20px;
  40. left: 20px;
  41. width: 60px;
  42. border-radius: 20px;
  43. border: 2px solid #D62750;
  44. box-shadow: 2px 2px 2px #000000;
  45. overflow: hidden;}
  46.  
  47. #title {
  48. position: absolute;
  49. z-index: 3;
  50. left: 10%;
  51. top: 3%;
  52. color: #D62750;
  53. text-shadow: 4px 4px 2px #000000;
  54. font-family: Allura;
  55. font-size: 80pt;}
  56.  
  57. #subtitle{
  58. position: absolute;
  59. z-index:3;
  60. left: 21%;
  61. top: 23%;
  62. color:#CFCAC4;
  63. text-shadow: 1px 1px 1px #000000;
  64. font-family: Times New Roman;
  65. font-size: 20pt;}
  66.  
  67. #mainpic {
  68. position:fixed;
  69. background: rgba(0,0,0,0.8);
  70. border-radius: 20px 0px 0px 20px;
  71. border-top: 5px solid #000000;
  72. border-left: 5px solid #000000;
  73. border-right: 5px solid #000000;
  74. border-bottom: 5px solid #000000;
  75. box-shadow: 4px 4px 2px #ffe6e6;
  76. z-index: -1;
  77. height: 90%;
  78. width:40%;
  79. left: 9%;
  80. top: 5%;
  81. bottom:5%;
  82. overflow: hidden;
  83. }
  84. #mainpic img {
  85. width: 100%;}
  86.  
  87. #infobox {
  88. position: fixed;
  89. z-index:1;
  90. height: 90%;
  91. background: rgba(0,0,0,0.8);
  92. border-radius: 0px 20px 20px 0px;
  93. border-top: 5px solid#990073;
  94. border-right: 5px solid #990073;
  95. border-left: 5px solid #990073;
  96. border-bottom: 5px solid #990073;
  97. box-shadow: 4px 4px 2px #ffe6f9;
  98. right: 9%;
  99. width: 40%;
  100. top: 5%;
  101. bottom:5%;
  102. color: #ff33cc;
  103. text-shadow: 1px 1px 1px #000000;
  104. font-family: Times New Roman ;
  105. font-size: 14pt;}
  106. #infobox img {
  107. width: 100%;}
  108.  
  109.  
  110. #credit{
  111. position: fixed;
  112. z-index:2;
  113. bottom: 0;
  114. left: 10%;
  115. color:#D62750;
  116. text-shadow: 1px 1px 1px #FFFFFF;
  117. font-family: Times New Roman;
  118. font-size: 12pt;}
  119.  
  120. </style>
  121.  
  122. <div id="credit">, <a href="" target="new">please steal</a></div>
  123.  
  124. <div id="title">Toriel</div>
  125.  
  126.  
  127.  
  128.  
  129. <div id="mainpic">
  130. <img src="http://i68.tinypic.com/2q3vxvn.png"></div>
  131.  
  132. <div id="infobox">
  133. <center>
  134. <div style="width:80%; height: 100%; overflow: auto;" align="center">
  135.  
  136. <center>
  137. <font size = "5">
  138. <font color = "#ffe6f9">
  139. <br><i><u>"I did what I could for my people, but now the guilt..."</i></u><br>
  140. </font>
  141. </font>
  142. </center>
  143. <p align = "left">
  144. <font color = " #ffccf2">Name: </font>Toriel Dreemurr.<br>
  145. <font color = " #ffccf2">Age: </font>Over 100.<br>
  146. <font color = " #ffccf2">Race: </font>Monster.<br>
  147. <font color = " #ffccf2">Sex: </font>Female.<br>
  148. <font color = " #ffccf2">Orientation: </font>Unsure.<br>
  149. <font color = " #ffccf2">Status: </font>Divorced.<br>
  150. <font color = " #ffccf2">AU: </font>Underswap.<br>
  151. <font color = " #ffccf2">Theme: </font>"Enemy" by Fozzy<br>
  152. <br><br>
  153. <i><u>Abilities</u></i>
  154. <br>
  155. Strength
  156. <br>
  157. Speed-Not by a whole lot but can go into a dead run if need be.
  158. <br>
  159. Fire- Much like the other Toriels and her ex, she is able to use fire to command the battle field for both close and long ranged attacks.
  160. <br>
  161. Weapon mastery- There are two weapons that the Queen will use in battle, the tridant and her broad sword which can either be used in one or both hands. Both weapons are red in color and both sport a flower decoration.
  162. <br>
  163. Blue and Orange magic- This only comes into play when weapons are involved, the Blue magic is in no way the same as Sans's own but it does hurt the opponent should they be moving, orange hurts the oppnent if they are still.
  164. <br><br>
  165. Hand to hand
  166.  
  167. <center>
  168. <font size = "5">
  169. <font color = "#D62750">
  170. Bio<br>
  171. </font>
  172. </font>
  173. </center>
  174. <p align = "left">Long ago, two races ruled the Earth, humans and monsters...one day a war broke out. The humans over powered the monsters and sealed them underground by their strongest magicians....then a human fell down and freed them all, however despite being freed from their prision the Queen still holds guilt, even after Chara saved her. The guilt of killing all of those children, the pain of forcing her husband away...what was done was done for the good of the people and with the weight of the Underground on her back Toriel had to make a choice.
  175.  
  176. <br><br>
  177. Now living on the surface the woman can try to find some peace? Would that be possible? Is it possible? (More to be added as story progresses.)
  178. </p>
  179.  
  180. <center>
  181. <font size = "5">
  182. <font color = "#D62750">
  183. OOC<br>
  184. </font>
  185. </font>
  186. </center>
  187. <p align = "left">
  188. Pm/rp friendly, cross overs welcome.
  189. <br>
  190. I do not own the image used in this profile. It shall be removed at the request of the artist or publishers.
  191. <br>
  192. A bit of a slow typist, please exuse and please be patient with me. Also IC will not mean OOC.
  193. <br>
  194. This Toriel is in the role of Asgore from classic Undertale as for reference.
  195. <br>
  196. Combat friendly.
  197. <br>
  198. The context of Enemy is due to the guilt and sorrow that is still crawling on her back.
  199. <br>
  200. Do not pm for smut, smut is reserved for LT partner (IC lover.)
  201. <br>
  202. Muse comes and goes.
  203. </div>
  204. </div>
  205.  
  206.  
  207. <div id="player">
  208. <center>
  209. <audio controls><source src="http://k003.kiwi6.com/hotlink/2bzrmxjur7/Fozzy_-_Enemy_Lyrics.mp3"></audio>
  210. </center>
  211. </div>
  212. </body>
  213. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement