Advertisement
drakesnake09

Untitled

Dec 24th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  5. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  6. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  7. <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js"></script>
  8. <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  9. <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.min.js"></script>
  10. <script src="https://roleplay.chat/jquery.tooltipster.js?v=8"></script>
  11. <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
  12. <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/87/three.js"></script>
  13. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
  14. <link href="https://roleplay.chat/tooltipster.css" rel="stylesheet" type="text/css">
  15. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
  16. <script defer>
  17. window.onload = function() {
  18.  
  19. };
  20. </script>
  21. <style>
  22. /* Container and background*/
  23.  
  24. #profile-container {
  25. background: none;
  26. }
  27.  
  28. body {
  29. background: #2C3539;
  30. }
  31.  
  32. body,
  33. a:hover {
  34. cursor: url(http://i.imgur.com/cd7ZHDh.png), progress !important;
  35. }
  36.  
  37. /* Fonts*/
  38.  
  39. @font-face {
  40. font-family: title;
  41. src: url(https://dl.dropbox.com/s/8lb2n168ra294rq/Megrim.ttf?dl=0);
  42. }
  43.  
  44. @font-face {
  45. font-family: stattitle;
  46. src: url(https://dl.dropbox.com/s/8imvn9rmgl8mk38/MANIFESTO.ttf?dl=0);
  47. }
  48.  
  49. /*name*/
  50.  
  51. .name {
  52. z-index: 5;
  53. position: absolute;
  54. left: 227px;
  55. width: 273px;
  56. text-align: center;
  57. top: 60px;
  58. font-size: 30px;
  59. font-family: title;
  60. color: #848482
  61. }
  62.  
  63. /*Pic*/
  64.  
  65. .pic {
  66. z-index: 5;
  67. position: absolute;
  68. border: 3px solid #848482;
  69. left: 227px;
  70. top: 99px;
  71. width: 270px;
  72. height: 306px;
  73. background: url(https://static1.e621.net/data/sample/1d/de/1dde59013eee604cda278a16a3861f99.jpg) center;
  74. background-size: cover;
  75. }
  76.  
  77. /*Backs*/
  78.  
  79. .back {
  80. z-index: 1;
  81. position: absolute;
  82. background: #B6B6B4;
  83. border: 5px solid #848482;
  84. height: 400px;
  85. width: 340px;
  86. left: 190px;
  87. top: 50px;
  88. }
  89.  
  90. .bar1 {
  91. z-index: 2;
  92. position: absolute;
  93. border-left: 5px solid #848482;
  94. top: 55px;
  95. left: 210px;
  96. width: 0px;
  97. height: 360px;
  98. }
  99.  
  100. .bar2 {
  101. z-index: 2;
  102. position: absolute;
  103. border-left: 5px solid #848482;
  104. top: 95px;
  105. left: 515px;
  106. width: 0px;
  107. height: 360px;
  108. }
  109.  
  110. .box1 {
  111. z-index: 2;
  112. position: absolute;
  113. background: #9BA4A8;
  114. border: 3px solid #848482;
  115. width: 15px;
  116. height: 15px;
  117. top: 415px;
  118. left: 202px;
  119. }
  120.  
  121. .box2 {
  122. z-index: 2;
  123. position: absolute;
  124. background: #9BA4A8;
  125. border: 3px solid #848482;
  126. width: 15px;
  127. height: 15px;
  128. top: 74px;
  129. left: 507px;
  130. }
  131.  
  132. /* Tabs*/
  133.  
  134. .tabs {
  135. position: absolute;
  136. margin: 25px 0px;
  137. }
  138.  
  139. .tab label {
  140. top: 390px;
  141. left: 217px;
  142. float: left;
  143. margin-left: 11px;
  144. height: 15px;
  145. width: 37px;
  146. position: relative;
  147. z-index: 400;
  148. background: #9BA4A8;
  149. border: 3px solid #848482;
  150. cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
  151. -webkit-transition: all .5s ease;
  152. }
  153.  
  154. .tab label:hover {
  155. -webkit-transition: all .5s ease;
  156. }
  157.  
  158. .content {
  159. position: absolute;
  160. top: 74px;
  161. left: 227px;
  162. width: 260px;
  163. height: 296px;
  164. background: #B6B6B4;
  165. border: 3px solid #B6B6B4;
  166. padding: 5px;
  167. color: #59504C;
  168. font-family: tahoma;
  169. font-size: 13px;
  170. overflow: auto;
  171. z-index: 20;
  172. opacity: 0;
  173. -webkit-transition: all .5s ease;
  174. }
  175.  
  176. [type=radio]:checked~label {
  177. -webkit-transition: all .5s ease;
  178. }
  179.  
  180. [type=radio]:checked~label~.content {
  181. z-index: 30;
  182. opacity: 1;
  183. -webkit-transition: all .5s ease;
  184. }
  185.  
  186. .tab [type=radio] {
  187. display: none;
  188. }
  189.  
  190. /* Slection*/
  191.  
  192. ::selection {
  193. background: #2C3539;
  194. }
  195.  
  196. /* Table*/
  197.  
  198. table,
  199. th,
  200. td {
  201. padding: 4px;
  202. font-size: 13px;
  203. }
  204.  
  205. td:nth-child(odd) {
  206. color: #848482;
  207. text-align: left;
  208. font-family: times new roman;
  209. text-transform: uppercase;
  210. }
  211.  
  212. td:nth-child(even) {
  213. color: #59504C;
  214. text-align: right;
  215. font-family: tahoma;
  216. }
  217.  
  218. /*hr*/
  219.  
  220. hr {
  221. height: 3px;
  222. border: none;
  223. background: #848482;
  224. width: 80%;
  225. }
  226.  
  227. /* Headers*/
  228.  
  229. h1 {
  230. position: relative;
  231. text-align: center;
  232. }
  233.  
  234. h1 span {
  235. background: #B6B6B4;
  236. padding: 0 10px;
  237. position: relative;
  238. z-index: 1;
  239. font-family: title;
  240. color: #848482;
  241. font-size: 18px;
  242. text-transform: uppercase;
  243. }
  244.  
  245. h1:before {
  246. background: #848482;
  247. content: "";
  248. display: block;
  249. height: 1px;
  250. position: absolute;
  251. top: 50%;
  252. width: 90%;
  253. left: 5%;
  254. }
  255.  
  256. /* Scrollbar*/
  257.  
  258. ::-webkit-scrollbar {
  259. width: 5px;
  260. height: 5px;
  261. }
  262.  
  263. ::-webkit-scrollbar-thumb {
  264. background: #848482;
  265. border: 1px solid #B6B6B4;
  266. }
  267.  
  268. ::-webkit-scrollbar-track {
  269. background: #B6B6B4;
  270. }
  271.  
  272. /*Link*/
  273.  
  274. a:link,
  275. a:visited,
  276. a:active {
  277. text-decoration: none;
  278. color: #848482;
  279. -webkit-transition: all .5s ease;
  280. }
  281.  
  282. a:hover {
  283. color: #59504C;
  284. text-shadow: -2px 0 #333, 0 1px #333, 2px 0 #333, 0 -1px #333;
  285. -webkit-transition: all .5s ease;
  286. cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
  287. }
  288.  
  289. /*Credit*/
  290.  
  291. .Credit {
  292. z-index: 0;
  293. position: fixed;
  294. right: 50px;
  295. bottom: 50px;
  296. width: 15px;
  297. height: 15px;
  298. border-radius: 20px;
  299. border-color: #fff;
  300. border-style: dotted;
  301. border-width: 2px;
  302. padding: 5px;
  303. background: #000;
  304. font-family: tahoma;
  305. -webkit-transition: all 1s ease;
  306. }
  307.  
  308. .Credit:hover {
  309. background: #fff;
  310. border-color: #000;
  311. -webkit-transition: all 1s ease;
  312. }
  313.  
  314. </style>
  315. </head>
  316. <body>
  317. <div class="name">
  318. <p>Name Here</p>
  319. </div>
  320. <div class="back">
  321. <p>&nbsp;</p>
  322. </div>
  323. <div class="bar1">
  324. <p>&nbsp;</p>
  325. </div>
  326. <div class="bar2">
  327. <p>&nbsp;</p>
  328. </div>
  329. <div class="box1">
  330. <p>&nbsp;</p>
  331. </div>
  332. <div class="box2">
  333. <p>&nbsp;</p>
  334. </div>
  335. <div class="pic">
  336. <p>&nbsp;</p>
  337. </div>
  338. <div class="tabs">
  339. <div class="tab">
  340. <div class="tab"><input id="tab-5" name="tab-group-2" type="radio" /> <label for="tab-5">&nbsp;</label>
  341. <div class="content">
  342. <h1><span>Stats</span></h1>
  343. <table border="0" cellspacing="0" width="259" height="268">
  344. <tbody>
  345. <tr>
  346. <td>Name</td>
  347. <td> Drew</td>
  348. </tr>
  349. <tr>
  350. <td>Age</td>
  351. <td>23</td>
  352. </tr>
  353. <tr>
  354. <td>Gender</td>
  355. <td>Trans/Shemale</td>
  356. </tr>
  357. <tr>
  358. <td>Weight</td>
  359. <td>Why even ask that? o.o</td>
  360. </tr>
  361. <tr>
  362. <td>Orientation</td>
  363. <td>Pansexual</td>
  364. </tr>
  365. <tr>
  366. <td>Position</td>
  367. <td>Switch: Test your luck</td>
  368. </tr>
  369. </tbody>
  370. </table>
  371. </div>
  372. </div>
  373. <div class="tab"><input id="tab-4" name="tab-group-2" type="radio" /> <label for="tab-4">&nbsp;</label>
  374. <div class="content">
  375. <h1><span>Personality</span></h1>
  376. <p>Usually shy at first, Drew can be quiet the sweetheart once you get to know her. She tries her best to be kind to others and treat everyone with respect....Even when they do not deserve it sometimes. She will always greet you with a smile and a friendly disposition so do not be afraid to come talk to her.</p>
  377. <p>&nbsp;</p>
  378. <p>Now when drinking, Drew's personality can change depending on the alcohol.Some alcohol makes her even more friendly while others may make her more feisty and want to be aggressive towards others. And then there is tequila which makes her feel very frisky but that happens to everyone right? I hope so at least.....</p>
  379.  
  380. <h1><span>OOC</span></h1>
  381. <p>Please have some sort of profile. I know that mine is not the best but please do not approach me if you do not have even a basic profile.</p>
  382. <p>&nbsp;</p>
  383. <p>Usually pm approach is best. I do not really do room rp because I find it uncomfortable that everyone can watch and react to me o////o</p>
  384. <p>&nbsp;</p>
  385. <p>If you approach me without some sort of brackets or parenthesis, i.e. {} [] (), I will assume youare talking to me in character. I also reserve the right to refuse to roleplay with you and please do not continuously to beg me... You will be blocked. </p>
  386.  
  387. </div>
  388. </div>
  389. <div class="tab"><input id="tab-1" checked="checked" name="tab-group-2" type="radio" /> <label for="tab-1">&nbsp;</label></div>
  390. <div class="content">
  391. <p style="text-align: left;">&nbsp;</p>
  392. </div>
  393. </div>
  394. </div>
  395. <div class="Credit">
  396. <p style="text-align: center;"><a target="_blank" href="https://[FILTERED].tumblr.com/" target="_blank">&spades;</a></p>
  397. </div>
  398.  
  399. </body>
  400. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement