Advertisement
starcrumbs

Code - Cordelia

Oct 13th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.95 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 type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  9. <script src="https://roleplay.chat/jquery.tooltipster.js?v=8"></script>
  10. <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
  11. <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/87/three.js"></script>
  12. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
  13. <link href="https://roleplay.chat/tooltipster.css" rel="stylesheet" type="text/css">
  14. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
  15. <script defer>
  16. window.onload = function() {
  17.  
  18. };
  19. </script>
  20.  
  21. <script type="text/javascript">
  22. $(document).ready(function() {
  23. // Tooltip only Text
  24. $('.masterTooltip').hover(function(){
  25. // Hover over code
  26. var title = $(this).attr('title');
  27. $(this).data('tipText', title).removeAttr('title');
  28. $('<p class="tooltip"></p>')
  29. .text(title)
  30. .appendTo('body')
  31. .fadeIn('slow');
  32. }, function() {
  33. // Hover out code
  34. $(this).attr('title', $(this).data('tipText'));
  35. $('.tooltip').remove();
  36. }).mousemove(function(e) {
  37. var mousex = e.pageX + 20; //Get X coordinates
  38. var mousey = e.pageY + 10; //Get Y coordinates
  39. $('.tooltip')
  40. .css({ top: mousey, left: mousex })
  41. });
  42. });
  43. </script>
  44.  
  45. <style>
  46. @import url('https://fonts.googleapis.com/css?family=Staatliches|Open Sans Condensed|Kumar One Outline');
  47. @import url('https://fonts.googleapis.com/css?family=Arizonia|Stalinist+One|Racing+Sans+One|Molle:400i|Barlow+Condensed');
  48.  
  49. body {background-color: #ffd2d8;}
  50.  
  51.  
  52.  
  53. /* The typing effect */
  54. @keyframes typing {
  55. from { width: 0 }
  56. to { width: 100% }
  57. }
  58.  
  59. /* The typewriter cursor effect */
  60. @keyframes blink-caret {
  61. from, to { border-color: transparent }
  62. 50% { border-color: white}
  63. }
  64.  
  65. .mainbox {position: fixed; background-color: #CF9FFF; width: 500px; height: 200px; border: 10px solid; border-color: #FFB4BF; margin: auto; left: 0px; right: 0px; top: 360px; bottom: 0px; background-size: 100%; z-index:4; border-radius:20px; box-shadow: 1px 1px 10px #;}
  66.  
  67. .mainbox2 {position: fixed; background-color: #A389FF; width: 540px; height: 240px; border: 0px solid; border-color: #fff; margin: auto; left: 0px; right: 0px; top: 360px; bottom: 0px; background-size: 100%; z-index:4; border-radius:30px; box-shadow: 1px 1px 10px #;}
  68.  
  69.  
  70. .box2 {position: fixed; background-color: #CF9FFF; width: 250px; height: 150px; border: 10px solid; border-color: #FFB4BF; margin: auto; left: 250px; right: 0px; top: -90px; bottom: 0px; background-size: 100%; z-index:4; border-radius:20px; box-shadow: 1px 1px 10px #;}
  71.  
  72. .outbox2 {position: fixed; background-color: #A389FF; width: 290px; height: 190px; border: 0px solid; border-color: #fff; margin: auto; left: 250px; right: 0px; top: -90px; bottom: 0px; background-size: 100%; z-index:4; border-radius:30px; box-shadow: 1px 1px 10px #;}
  73.  
  74. .mainimg {position: absolute; width: 182px; height: 180px; border: 10px solid ; border-color: #FFB4BF; top: -235px; left: 0px; background: url(https://i.imgur.com/1BhF0VI.png); background-size: 100%; z-index:5;border-radius:600px; background-color:#CF9FFF}
  75.  
  76. .ring {position: absolute; width: 202px; height: 200px; border: 10px solid ; border-color: #A389FF; top: -245px; left: -10px; background-size: 100%; z-index:5;border-radius:600px }
  77.  
  78. .stripe1 {position: fixed; background-color: #FFB4BF; width: 260px; height: 18px; border: 0px solid; border-color: #fff; margin: auto; left: 240px; right: 0px; top:-200px; bottom: 0px; background-size: 100%; z-index:4; border-radius:0px; box-shadow: 1px 1px 10px #;}
  79.  
  80.  
  81. .stripe2 {position: fixed; background-color: #FFB4BF; width: 500px; height: 18px; border: 0px solid; border-color: #fff; margin: auto; left: 0px; right: 0px; top: 205px; bottom: 0px; background-size: 100%; z-index:4; border-radius:0px; box-shadow: 1px 1px 10px #;}
  82.  
  83.  
  84. .title { letter-spacing: 10; z-index: 10; position: fixed; left: -150px; bottom: 520px; font-family: 'Molle', cursive; font-size: 60px; color: #A389FF; position: absolute; width: 800px; letter-spacing:0px;
  85. -webkit-transform: rotate(-15deg);
  86. -moz-transform: rotate(-15deg);
  87. -o-transform: rotate(-15deg);
  88. -ms-transform: rotate(-15deg);
  89. transform: rotate(-15deg);}
  90.  
  91.  
  92.  
  93. .xoxo { letter-spacing: 10; z-index: 10; position: fixed; left: 0px; bottom: 520px; font-family: 'Molle', cursive; font-size: 60px; color: #FFB4BF; position: absolute; width: 800px; letter-spacing: 0px;
  94. -webkit-transform: rotate(-15deg);
  95. -moz-transform: rotate(-15deg);
  96. -o-transform: rotate(-15deg);
  97. -ms-transform: rotate(-15deg);
  98. transform: rotate(-15deg);}
  99.  
  100. .ooc { letter-spacing: 1; z-index: 10; position: fixed; left: 58px; bottom: -4px; font-family: 'Molle', cursive; font-size: 18px; color: #A389FF; position: absolute; width: 220px;}
  101.  
  102. .stat{ letter-spacing: 1; z-index: 10; position: fixed; left: 200px; bottom: -4px; font-family: 'Molle', cursive; font-size: 18px; color: #A389FF; position: absolute; width: 220px;}
  103.  
  104. .words {position: absolute; bottom: 1px; left: 17px; margin: auto;
  105. opacity:1;
  106. height: 110px;
  107. width: 225px;
  108. padding: 0px;
  109. text-align: justify;
  110. font-size: 12px;
  111. overflow: auto;
  112. text-ident: 10px;
  113. color: #ffffff;
  114. font-family: Barlow Condensed;
  115. }
  116.  
  117.  
  118. b {
  119. font-family: Staatliches;
  120. color: #ffd8ec;
  121. font-weight: bold;
  122. font-size: 12px;
  123. text-transform: uppercase;
  124. font-weight: 100;
  125. text-shadow: 0px 0px 0px #000;}
  126.  
  127.  
  128. ::-webkit-scrollbar {
  129. width: 4px;
  130. }
  131.  
  132. /* Track */
  133. ::-webkit-scrollbar-track {
  134. background: #;
  135. }
  136.  
  137. /* Handle */
  138. ::-webkit-scrollbar-thumb {
  139. background: #;
  140. }
  141.  
  142. /* Handle on hover */
  143. ::-webkit-scrollbar-thumb:hover {
  144. background: #;
  145. }
  146.  
  147.  
  148. .put{position: absolute; bottom: 10px; left: 35px; margin: auto;
  149. opacity:1;
  150. height: 155px;
  151. width: 900px;
  152. padding: 0px;
  153. text-align: center;
  154. font-size: 12px;
  155. overflow: auto;
  156. text-indent: 0px;
  157. color: #e7e7e7;
  158. font-family: Barlow Condensed;
  159.  
  160. z-index:0;overflow:auto transition: all 0.9s ease-in-out;
  161. -webkit-transition: all 0.4s ease-in-out;
  162. -moz-transition: all 0.4s ease-in-out;
  163. -o-transition: all 0.4s ease-in-out;
  164. -ms-transition: all 0.4s ease-in-out;}
  165.  
  166. p{
  167. font-family: 'Barlow Condensed';
  168. font-size: 12px;
  169. letter-spacing: 0px;
  170. word-spacing: 0px;
  171. color: #e7e7e7;
  172. text-align: justify;
  173.  
  174. line-height: 0px;
  175. margin: 0px 0px 0px 1px;}
  176.  
  177. p.td {
  178. text-align: right;
  179. font-family: Barlow Condensed;
  180. margin-left: 295px;
  181. font-size: 16px;
  182. line-height: 1px;
  183. color: #ffffff; }
  184.  
  185. td {
  186. text-align: left;
  187. line-height: 30px; }
  188.  
  189. strong {
  190. font-family: Staatliches;
  191. color: #ffd8ec;
  192. font-weight: bold;
  193. font-size: 18px;
  194. text-transform: uppercase;
  195. font-weight: 100;
  196. text-shadow: 0px 0px 0px #000; }
  197.  
  198.  
  199.  
  200.  
  201. </style>
  202. </head>
  203.  
  204.  
  205. <body>
  206.  
  207.  
  208. <div class="mainbox2">
  209.  
  210. <div class="mainbox">
  211.  
  212.  
  213. <div class="stripe2">
  214. <div class="stat">Statistics</div>
  215.  
  216.  
  217. </div>
  218.  
  219. <div id="01" class="put">
  220.  
  221. <table border="0" cellspacing="-10">
  222.  
  223. <tr>
  224. <td><strong>Name</strong></td>
  225. <td>
  226. <p class="td">- -</p>
  227. </td>
  228. </tr><br>
  229.  
  230. <tr>
  231. <td><strong>Moniker</strong></td>
  232. <td>
  233. <p class="td">- -</p>
  234. </td>
  235. </tr><br>
  236.  
  237. <tr>
  238. <td><strong>Age</strong></td>
  239. <td>
  240. <p class="td">- -</p>
  241. </td>
  242. </tr>
  243. <tr>
  244. <td><strong>D.O.B.</strong></td>
  245. <td>
  246. <p class="td">- -</p>
  247. </td>
  248. </tr>
  249. <tr>
  250. <td><strong>Ethnicity</strong></td>
  251. <td>
  252. <p class="td">- -</p>
  253. </td>
  254. </tr>
  255. <tr>
  256. <td><strong>Gender</strong></td>
  257. <td>
  258. <p class="td">- -</p>
  259. </td>
  260. </tr>
  261. <tr>
  262. <td><strong>Build</strong></td>
  263. <td>
  264. <p class="td">- -</p>
  265. </td>
  266. </tr>
  267. <tr>
  268. <td><strong>Species</strong></td>
  269. <td>
  270. <p class="td">- -</p>
  271. </td>
  272. </tr>
  273.  
  274. <tr>
  275. <td><strong>Abilities</strong></td>
  276. <td>
  277. <p class="td">- -</p>
  278. </td>
  279. </tr>
  280. <tr>
  281. <td><strong>Height</strong></td>
  282. <td>
  283. <p class="td">- -</p>
  284. </td>
  285. </tr>
  286.  
  287. <tr>
  288. <td><strong>Orientation</strong></td>
  289. <td>
  290. <p class="td">- -</p>
  291. </td>
  292. </tr>
  293.  
  294. <tr>
  295. <td><strong>Paramour</strong></td>
  296. <td>
  297. <p class="td">- - </p>
  298. </td>
  299. </tr>
  300.  
  301.  
  302. </table>
  303. </div>
  304.  
  305.  
  306.  
  307. <div class="ring"></div>
  308.  
  309. <div class="mainimg"></div>
  310.  
  311. <div class="title">Cordelia</div>
  312.  
  313. <div class="xoxo">xoxo</div>
  314.  
  315. <div class="outbox2">
  316.  
  317. <div class="box2">
  318.  
  319.  
  320. <div class="stripe1">
  321. <div class="ooc">Out of Character</div></div>
  322.  
  323.  
  324. <div class="words">
  325.  
  326. <b>01.</b> - -<br><br>
  327.  
  328. <b>02.</b> - - <br><br>
  329.  
  330. <b>03.</b> - - <br><br>
  331.  
  332. <b>04.</b> - - <br><br>
  333.  
  334. <b>05.</b> - - <br><br>
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341. </div>
  342.  
  343. </div>
  344.  
  345. </div>
  346.  
  347. </div>
  348.  
  349.  
  350. </div>
  351.  
  352.  
  353. </body>
  354. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement