rpaccount

New Toriel

Aug 2nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.05 KB | None | 0 0
  1. <style>body {background-color: #000000;}
  2. p {padding:2; margin:0;}
  3. @keyframes marquee {
  4. 0% { top: -100%; }
  5. 99% { top: 40%; }
  6. 100% { top: 100%}}
  7. .marquee {
  8. height: 10000px;
  9. width: 420px;
  10. overflow: hidden;
  11. position: relative;}
  12. .marquee div {
  13. height: 10000px;
  14. position: relative;
  15. overflow: hidden;
  16. animation: marquee 25s linear infinite;}
  17. a:link {color:#000000; text-shadow: none;}
  18. a:hover {Color:#ffffff; text-shadow: 0px 0px 2px #5A4183; text-decoration: none;}
  19. a:active {color:#ffffff; text-shadow: 0px 0px 10px #5A4183; text-decoration: none;}
  20. ::-webkit-scrollbar {width: 4px; }
  21. ::-webkit-scrollbar-thumb:vertical {
  22. background: #ffffff; border-radius: 25px;}
  23. #profile1 {
  24. position: fixed;
  25. left: 30%; top: 15%;
  26. width: 40%; height: 50%;
  27. z-index: 2; opacity:.0;
  28. font-family: Courier New;
  29. color: #ffffff;
  30. font-size: 12px;
  31. padding: 15px 0px 10px 0px;
  32. transition-delay: 99999s;}
  33.  
  34. #content:hover #profile1 {
  35. position: fixed; opacity:1; top: 25%;
  36. transition: all 1s ease-in;
  37. -moz-transition: all 1s ease-in;
  38. -webkit-transition: all 1s ease-in;
  39. transition-delay: 4.5s;}
  40.  
  41. #profile2 {
  42. position: fixed;
  43. left: 0%; top: 0%;
  44. line-height: 100%;
  45. display: flex;
  46. justify-content: center;
  47. align-items: center;
  48. width: 100%;
  49. height: 100%;
  50. z-index: 1;
  51. transition-delay: 99999s;}
  52.  
  53. #content:hover #profile2 {opacity:0;
  54. transition: all 1.5s ease-out;
  55. -moz-transition: all 1.5s ease-out;
  56. -webkit-transition: all 1.5s ease-out;}
  57.  
  58.  
  59. #content:hover #profile3 {
  60. position: fixed;
  61. left: 20%; top: 22%;
  62. width: 60%; height: 1px;
  63. z-index: 3; opacity:1;
  64. background-color:ffffff;
  65. transition: all 1.5s ease-out;
  66. -moz-transition: all 1.5s ease-out;
  67. -webkit-transition: all 1.5s ease-out;
  68. transition-delay: 1.5s;}
  69.  
  70. #content:hover #profile4 {
  71. position: fixed;
  72. left: 20%; bottom: 20%;
  73. width: 60%; height: 1px;
  74. z-index: 3; opacity:1;
  75. background-color:ffffff;
  76. transition: all 1.5s ease-out;
  77. -moz-transition: all 1.5s ease-out;
  78. -webkit-transition: all 1.5s ease-out;
  79. transition-delay: 1.5s;}
  80.  
  81.  
  82. #content:hover #profile5 {
  83. position: fixed;
  84. left: 22%; top: 20%;
  85. width: 1px; height: 62%;
  86. z-index: 3; opacity:1;
  87. background-color:ffffff;
  88. transition: all 1.5s ease-out;
  89. -moz-transition: all 1.5s ease-out;
  90. -webkit-transition: all 1.5s ease-out;
  91. transition-delay: 3s;}
  92.  
  93. #content:hover #profile6 {
  94. position: fixed;
  95. right: 22%; top: 20%;
  96. width: 1px; height: 62%;
  97. z-index: 3; opacity:1;
  98. background-color:ffffff;
  99. transition: all 1.5s ease-out;
  100. -moz-transition: all 1.5s ease-out;
  101. -webkit-transition: all 1.5s ease-out;
  102. transition-delay: 3s;}
  103.  
  104.  
  105. #profile3 {
  106. position: fixed;
  107. left: -60%; top: 22%;
  108. width: 60%; height: 1px;
  109. z-index: 3; opacity:1;
  110. background-color:ffffff;
  111. transition-delay: 99999s;}
  112.  
  113. #profile4 {
  114. position: fixed;
  115. left: -60%; bottom: 20%;
  116. width: 60%; height: 1px;
  117. z-index: 3; opacity:1;
  118. background-color:ffffff;
  119. transition-delay: 99999s;}
  120.  
  121.  
  122. #profile5 {
  123. position: fixed;
  124. left: 22%; top: -62%;
  125. width: 1px; height: 62%;
  126. z-index: 3; opacity:1;
  127. background-color:ffffff;
  128. transition-delay: 99999s;}
  129.  
  130. #profile6 {
  131. position: fixed;
  132. right: 22%; top: -62%;
  133. width: 1px; height: 62%;
  134. z-index: 3; opacity:1;
  135. background-color:ffffff;
  136. transition-delay: 99999s;}
  137.  
  138. #profile7 {
  139. position: fixed; overflow: hidden;
  140. left: -12%; top: 8%; width: 10%;
  141. height: 80%; z-index: 5;
  142. border-color: #ffffff;
  143. border-width: 1px;
  144. font-family: century gothic;
  145. font-variant: small-caps;
  146. border-style: Solid;
  147. background-color: #000000;
  148. font-size: 12px;
  149. padding: 10px 5px;
  150. transition-delay: 99999s;}
  151. #profile8 {
  152. position: relative;
  153. overflow: hidden;
  154. width: 100%;
  155. height: 300%;}
  156.  
  157. #content:hover #profile7 {
  158. left:2%;
  159. transition: all 1.5s ease-out;
  160. -moz-transition: all 1.5s ease-out;
  161. -webkit-transition: all 1.5s ease-out;
  162. transition-delay: 4.5s;}
  163.  
  164. #profile10 {
  165. position: fixed; overflow: hidden;
  166. right: -12%; top: 8%; width: 10%;
  167. height: 80%; z-index: 5;
  168. border-color: #ffffff;
  169. border-width: 1px;
  170. font-family: century gothic;
  171. font-variant: small-caps;
  172. border-style: Solid;
  173. background-color: #000000;
  174. font-size: 12px;
  175. padding: 10px 5px;
  176. transition-delay: 99999s;}
  177. #profile11 {
  178. position: relative;
  179. overflow: hidden;
  180. width: 100%;
  181. height: 300%;}
  182.  
  183. #content:hover #profile10 {
  184. right:2%;
  185. transition: all 1.5s ease-out;
  186. -moz-transition: all 1.5s ease-out;
  187. -webkit-transition: all 1.5s ease-out;
  188. transition-delay: 4.5s;}
  189.  
  190. </style><div id=content>
  191.  
  192.  
  193. <div id=profile1><div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center"><font size=3>
  194. Some title here or something</font><hr color>
  195. <p>
  196. <span style="float:left;">stat name</span><span style="float:right;">stat value</span><br><br>
  197. <span style="float:left;">stat name</span><span style="float:right;">stat value</span><br><br>
  198. <span style="float:left;">stat name</span><span style="float:right;">stat value</span><br><br>
  199. <span style="float:left;">stat name</span><span style="float:right;">stat value</span><br><br>
  200. <span style="float:left;">stat name</span><span style="float:right;">stat value</span><br><br>
  201. <span style="float:left;">stat name</span><span style="float:right;">stat value</span><br><br>
  202.  
  203. <hr color><p><br>
  204.  
  205. Character Info / backstory / etc.
  206.  
  207. <br><br><hr color>OOC<hr color><br><p>
  208.  
  209. OOC stuff here
  210.  
  211. <br><br><audio controls>
  212. <source src="">
  213. </audio>
  214. </div></div>
  215. <div id=profile3></div><div id=profile4></div><div id=profile5></div><div id=profile6></div>
  216. <div id=profile2><img src="http://orig11.deviantart.net/c1f2/f/2015/330/4/4/toriel___undertale_by_yukipyro-d9i45u1.jpg" class="image" width="500px;" height="auto;"></div>
  217.  
  218. <div id="profile7"><div id="profile8" class="marquee"><div style="width:100%; height: 100%; top: 100px; overflow: hidden; display:inline-block;" align="center">
  219.  
  220. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  221. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  222. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  223. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  224. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  225. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  226. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  227. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  228. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  229. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  230. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  231. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  232. <a target="_blank" href="PROFILE ADRESS OF FRIEND" target="_blank"><img style="position: inherit; width: 100%;" src="IMAGE OF FRIEND" title="RELATIONSHIP WITH FRIEND" alt="" /></a>
  233.  
  234.  
  235. </div></div></div>
  236.  
  237. <div id="profile10"><div id="profile11" class="marquee"><div style="width:100%; height: 100%; top: 100px; overflow: hidden; display:inline-block;" align="center">
  238.  
  239. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  240. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  241. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  242. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  243. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  244. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  245. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  246. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  247. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  248. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  249. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  250. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  251. <a target="_blank" href="IMAGE LINK" target="_blank"><img style="position: inherit; width: 100%;" src="SAME IMAGE LINK" alt="" /></a>
  252.  
  253. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment