Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  5. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  6. <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js"></script>
  7. <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  8. <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.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. <style>
  21.  
  22. </style>
  23. </head>
  24. <body>
  25. <style>
  26. @import url('https://fonts.googleapis.com/css?family=Slabo+27px|Fascinate+Inline|Dancing+Script|Kumar+One+Outline');
  27.  
  28. / Speech: #FF7BB9 /
  29.  
  30. .pfor {display: none;}
  31. #profile { background-color: transparent; border: 0px;}
  32.  
  33. body {
  34. background-color: #000000;
  35. background-repeat: repeat;
  36. background-position: bottom right;
  37. }
  38.  
  39. #sickbeats {
  40. position: relative;
  41. top: -250px;
  42. left: 10px;
  43. width: 30px;
  44. overflow:hidden;}
  45.  
  46. #title {
  47. position:fixed;
  48. color:#E8FFDB;
  49. font-family: 'Fascinate Inline', cursive;
  50. font-size:50px;
  51. text-align:left;
  52. text-transform:none;
  53. width:1600;
  54. top: 10%;
  55. left: 30%;}
  56.  
  57. #title2 {
  58. position:fixed;
  59. color:#E8FFDB;
  60. font-family: 'Dancing Script', cursive;
  61. font-size:100px;
  62. text-align:left;
  63. text-transform:none;
  64. width:1600;
  65. top: 14%;
  66. left: 35%;}
  67.  
  68.  
  69. ::-webkit-scrollbar
  70. {
  71. width:0px;
  72. background-color: transparent;}
  73.  
  74. .perspective {
  75. -webkit-perspective: 76em;
  76. perspective: 6000em;
  77. -webkit-perspective-origin: 50% 50px;
  78. perspective-origin: 50% 50px;
  79. width: 494px;
  80. margin: 0 auto;
  81. font-family: 'Roboto', sans-serif;
  82. font-weight: 100;
  83. color: #fff;
  84. text-align: center;}
  85.  
  86. input {
  87. display: none;}
  88.  
  89. .tab {
  90. position: absolute;
  91. width: 80px;
  92. height: 65px;
  93. background: #DECBFD;
  94. right: 0;
  95. line-height: 70px;
  96. font-weight: 300;}
  97.  
  98. .tab:nth-child(1) {
  99. top: 199px;
  100. background: #DECBFD;}
  101.  
  102. .tab:nth-child(2) {
  103. top: 267px;
  104. background: #b1c4ea;}
  105.  
  106. .tab:nth-child(3) {
  107. top: 336px;
  108. background: #f7cbfd;}
  109.  
  110. .cube {
  111. position: relative;
  112. margin: 60px auto 0;
  113. top: 200px;
  114. width: 300px;
  115. height: 200px;
  116. -webkit-transform-origin: 0 100px;
  117. transform-origin: 0 100px;
  118. -webkit-transform-style: preserve-3d;
  119. transform-style: preserve-3d;
  120. -webkit-transition: -webkit-transform 0.5s ease-in;
  121. transition: -webkit-transform 0.5s ease-in;
  122. transition: transform 0.5s ease-in;
  123. transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;}
  124.  
  125. .tab-content {
  126. width: 300px;
  127. height: 200px;
  128. position: absolute;}
  129.  
  130. .tab-content h1 {
  131. font-size: 25px;
  132. margin: 75px 0 10px;
  133. font-weight: 300;}
  134.  
  135. .tab-content p {
  136. font-size: 12px;}
  137.  
  138. .tab-content:nth-child(2) {
  139. -webkit-transform: translateZ(100px);
  140. transform: translateZ(100px);
  141. background: #b1c4ea;}
  142.  
  143. .tab-content:nth-child(1) {
  144. -webkit-transform: rotateX(-270deg) translateY(-100px);
  145. transform: rotateX(-270deg) translateY(-100px);
  146. -webkit-transform-origin: top left;
  147. transform-origin: top left;
  148. background: #DECBFD;}
  149.  
  150. .tab-content:nth-child(3) {
  151. -webkit-transform: rotateX(-90deg) translateY(100px);
  152. transform: rotateX(-90deg) translateY(100px);
  153. -webkit-transform-origin: bottom center;
  154. transform-origin: bottom center;
  155. background: #f7cbfd;}
  156.  
  157. #tab-top:checked ~ .cube {
  158. -webkit-transform: rotateX(-90deg);
  159. transform: rotateX(-90deg);}
  160.  
  161. #tab-front:checked ~ .cube {
  162. -webkit-transform: rotateX(0deg);
  163. transform: rotateX(0deg);}
  164.  
  165. #tab-bottom:checked ~ .cube {
  166. -webkit-transform: rotateX(90deg);
  167. transform: rotateX(90deg);}
  168.  
  169. #pic {
  170. position:absolute;
  171. top: 40px;
  172. left: 60px;}
  173. </style>
  174. </head>
  175. <body>
  176. <body link="#FFFFFF" vlink="#FFFFFF" alink="#FF6600">
  177. <div id="pic"><img src="https://i.imgur.com/HwI5tnK.png" width="">
  178. </div>
  179.  
  180. <div id="title">
  181. Fuck yeah
  182. <br>
  183. </div>
  184. <div id="title2">
  185. WIP!
  186. </div>
  187.  
  188. <div class="perspective">
  189. <label class="tab" for="tab-top">◘</label>
  190. <label class="tab" for="tab-front">◘./label>
  191. <label class="tab" for="tab-bottom">◘./label>
  192. <input type="radio" name="tabs" id="tab-top">
  193. <input type="radio" name="tabs" id="tab-front">
  194. <input type="radio" name="tabs" id="tab-bottom">
  195.  
  196. <div class="cube">
  197. <div class="tab-content">
  198. <br><strong><br>
  199. <a target="_blank" href="https://roleplay.chat/profile.php?user=Saul" title="Her guardian angel" target="_blank">Saul</a>
  200. </strong>
  201. </div>
  202. <div class="tab-content">
  203. <strong><br>JAQ<BR><br>
  204. Unknown | M | 6'4" | 220lbs | <a target="_blank" href="">SINGLE</a> <BR><br>
  205. STRAIGHT<br><br>
  206. ALIEN | SPY |<br><br>
  207. </strong>
  208.  
  209.  
  210. </div>
  211. <div class="tab-content">
  212. <strong><br>PM Friendly, please do not start with a post.<br>
  213. Not interested in romance/smut.<br>
  214. Plot heavy.<br>
  215. Act like an asshole and I'll treat you like one.
  216.  
  217. <br>Code by <a target="_blank" href="https://roleplay.chat/profile.php?user=Percy">Percy</a><br>Used with permission </strong>
  218. </div>
  219. </div>
  220. </div>
  221.  
  222.  
  223. </body>
  224. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement