Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 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?v=8"></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 onload="try {document.title = 'tab title.' ;} catch (e) { }" type="text/css">
  25. @import url('https://fonts.googleapis.com/css?family=Oswald|Passion+One|Rationale');
  26.  
  27. h1{
  28. border-bottom:1px dotted #CE8ABD;
  29. color:#b44b9a;
  30. font-size:15px;
  31. letter-spacing:3px;
  32. line-height: 15px;
  33. font-family: 'Rationale', sans-serif;
  34. text-align: center;
  35. text-transform:uppercase;
  36. margin-top:0;}
  37.  
  38.  
  39. .pfor {display: none; visibility: hidden;}
  40. #profile {background-color:;}
  41. #profile {border:;}
  42. body
  43. {overflow-x:hidden;
  44. background-image:
  45. url('');
  46. background-repeat:repeat;
  47. background-position:;
  48. background-attachment: fixed;
  49. background-color:#efefef;
  50. font: 0px arial;
  51. color: black;}
  52. #profile {background-color: transparent;
  53. border:0px;
  54. }
  55.  
  56. ::-webkit-scrollbar {
  57. width: 0px;
  58. height: 0px;
  59. background:;
  60. }
  61.  
  62. ::-webkit-scrollbar-thumb {
  63. background-color:black;
  64. -webkit-border-radius: 10px;
  65. border-radius: 10px;
  66. }
  67.  
  68. ::selection {
  69. color: #fff;
  70. background: pink;
  71. }
  72.  
  73. a {color:;
  74. text-decoration: none;
  75. -webkit-transition: all 0.5s ease-in-out;
  76. -moz-transition: all 0.5s ease-in-out;
  77. -o-transition: all 0.5s ease-in-out;
  78. -ms-transition: all 0.5s ease-in-out;
  79. transition: all 0.5s ease-in-out;
  80. }
  81.  
  82. a:hover {color: black;
  83. text-decoration: none;
  84. -webkit-transition: all 0.5s ease-in-out;
  85. -moz-transition: all 0.5s ease-in-out;
  86. -o-transition: all 0.5s ease-in-out;
  87. -ms-transition: all 0.5s ease-in-out;
  88. transition: all 0.5s ease-in-out;
  89. }
  90.  
  91. *{cursor: url('http://67.media.tumblr.com/tumblr_m2ulxg3AEa1qfamg6.gif'), default;
  92. }
  93.  
  94. @font-face {font-family: "tinytots";src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04B_03_.TTF?dl=1'); format("truetype");}
  95.  
  96. #box {
  97. position:absolute;
  98. background-image:
  99. url('http://i.imgur.com/D7x7SVT.png');
  100. background-repeat:no-repeat;
  101. background-position:20% 20%;
  102. background-attachment: absolute;
  103. width:300;
  104. height:200;
  105. left:550;
  106. top:350;
  107. border-radius:50px;
  108. border:10px solid #fff;
  109. opacity:.5;
  110. z-index:2;}
  111.  
  112. #image {
  113. position:absolute;
  114. left:60;
  115. top:-60;
  116. opacity:1.0;
  117. z-index:9;}
  118.  
  119. #bg {
  120. position:absolute;
  121. background-color:#fff;
  122. left:20;
  123. top:20;
  124. width:260;
  125. height:160;
  126. border-radius:20px;
  127. z-index:2;}
  128.  
  129. #image2 {
  130. position:absolute;
  131. left:10;
  132. top:-180;
  133. opacity:1.0;
  134. z-index:9;}
  135.  
  136.  
  137. #info {
  138. position:absolute;
  139. color:#d17ab1;
  140. font-family: 'Rationale', sans-serif;
  141. font-size:16px;
  142. text-align:justify;
  143. text-transform:lowercase;
  144. left:67;
  145. top:50;
  146. width:170;
  147. height:100;
  148. overflow:auto;
  149. z-index:3;}
  150.  
  151.  
  152. </style>
  153.  
  154. <div id="box">
  155. <div id="bg">
  156. </div>
  157. <div id="image2">
  158. <img src="https://img00.deviantart.net/d112/i/2015/290/0/4/pom_and_woof_by_joeywaggoner-d9dh43l.png"width="300">
  159. </div>
  160.  
  161. <div id="info">
  162. <h1>Pom</h1>
  163. <br>
  164. <center>(From Them's Fighting Herds)
  165. <br>
  166. femme
  167. <br>
  168. Demure
  169. <br>
  170. Shy
  171. <br>
  172. Scottish
  173. <br>
  174. Pacifist
  175. <br>
  176. wins fights anyway
  177. </div>
  178.  
  179. <div id="music-bg">
  180. <div id="music">
  181. <Div style="margin-top:4px;">
  182. <audio controls style="opacity: 0;">
  183. <source src="http://k003.kiwi6.com/hotlink/nljnattzfk/TATTLETAIL_SONG_MMD_Mama_Hates_You_by_CK9C.mp3">
  184. </audio>
  185. </div>
  186. </div>
  187. <div id="music-title">
  188. <marquee direction="left" scrollamount="3">
  189.  
  190. Mama Hates You
  191.  
  192.  
  193. </marquee>
  194. </div>
  195. </div>
  196.  
  197. </div>
  198. </div>
  199.  
  200.  
  201.  
  202. <div id="image3">
  203. </div>
  204.  
  205. </body>
  206. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement