Chibi-Elle

Cacnea

Aug 8th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. <html>
  2. <head>
  3. <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  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 type="text/css">
  26. @import url(https://fonts.googleapis.com/css?family=Alex+Brush);
  27. @import url(https://fonts.googleapis.com/css?family=Taviraj);
  28. @import url(https://fonts.googleapis.com/css?family=Oswald);
  29.  
  30. body {
  31.  
  32. background-color: #4AFF77;
  33. background-position: center center;
  34. background-repeat: repeat;
  35. background-size: auto;
  36. font-family: Times New Roman;
  37. font-variant: normal;
  38. font-size: 70%;
  39. color: #666666;}
  40.  
  41. #pictureone {
  42.  
  43.  
  44. position: absolute;
  45. left: 25%;
  46. top: 21%;
  47. margin: 25px;}
  48.  
  49. #Box1{
  50. position:absolute;
  51. top: 54%;
  52. left: 50%;
  53. height:20%;
  54. width: 25%;
  55. border-radius:0px;
  56. background-color: #000;
  57. background:url('https://i.pinimg.com/originals/4b/9d/fb/4b9dfb3727f9182467f64cb4e9eb0879.gif');
  58. background-size:100% 100%;
  59. overflow:hidden;
  60. border:4px solid #006933;
  61. }
  62.  
  63.  
  64. #ooc{
  65.  
  66.  
  67. left: 24%;
  68. top:54%;
  69. position: absolute;
  70. background-color: #7AFFBA;
  71. color: #006933;
  72. height: 20%;
  73. width: 25%;
  74. font-family: oswald;
  75. font-variant: small-caps;
  76. text-align: justify;
  77. font-size: 15px;
  78. border: #006933 4px solid;
  79. text-align: centre;
  80. overflow: hidden;
  81. }
  82.  
  83. ::-webkit-scrollbar { width: 3px; }
  84. ::-webkit-scrollbar-thumb { background-color: transparent; }
  85.  
  86. #line{
  87.  
  88. background-color: #006933;
  89.  
  90. position: absolute;
  91. left: 33%;
  92. top: 51%;
  93. height: 0.5%;
  94. width: 35%;
  95. overflow-y: scroll;}
  96.  
  97. #infobackground{
  98. position: absolute;
  99. z-index: 3;
  100. left: 45%;
  101. top:28%;
  102. color: #006933;
  103. background-color: #7AFFBA;
  104. height: 20%;
  105. width: 30%;
  106. font-family: oswald;
  107. font-variant: small-caps;
  108. text-align: justify;
  109. font-size: 15px;
  110. border: #006933 4px solid;
  111. text-align: centre;
  112. overflow: hidden;
  113. opacity:1;}
  114.  
  115.  
  116. #infobox{
  117. position: absolute;
  118. z-index: 4;
  119. top:0%;
  120. left: 0%;
  121. height: 100%;
  122. width: 100%;
  123. overflow: hidden;
  124. color: #006933;
  125. text-align: justify;
  126. letter-spacing: .2px;
  127. line-height: 15px;
  128. border: 2px solid #;
  129. background-color:#;
  130. font-family: oswald;
  131. font-variant: small-caps;
  132. font-size: 16px;
  133. opacity:1;
  134. }
  135.  
  136.  
  137.  
  138. .tab1 {
  139.  
  140. z-index:10;
  141. position:absolute;
  142. top: 31%;
  143. left: 42%;
  144. width: 1%;
  145. height: 2%;
  146. border-radius: 50%;
  147. background-color: #7AFFBA;
  148. border:2px solid #006933;
  149. }
  150.  
  151. .tab2 {
  152.  
  153. z-index:10;
  154. position:absolute;
  155. top: 36%;
  156. left: 42%;
  157. width: 1%;
  158. height: 2%;
  159. border-radius: 50%;
  160. background-color: #7AFFBA;
  161. border:2px solid #006933;
  162. }
  163.  
  164. .tab3 {
  165.  
  166. z-index:10;
  167. position:absolute;
  168. top: 41%;
  169. left: 42%;
  170. width: 1%;
  171. height: 2%;
  172. border-radius: 50%;
  173. background-color: #7AFFBA;
  174. border:2px solid #006933;
  175. }
  176.  
  177. h1 {
  178.  
  179. position: fixed;
  180. right: 10px;
  181. bottom: 0px;
  182. font-weight: normal;
  183. font-size: 90%;
  184. color: #000000;}
  185.  
  186.  
  187.  
  188. </style>
  189. <h1>Layout © <a target="_blank" href="https://pastebin.com/u/realniggaz" target="_blank">real niggaz.~</a></h1>
  190.  
  191. <a href="#1"><div class="tab1"></div></a>
  192. <a href="#2"><div class="tab2"></div></a>
  193. <a href="#3"><div class="tab3"></div></a>
  194.  
  195. <div id="box1">
  196. </div>
  197. </div>
  198. </div>
  199.  
  200. <div id="pictureone">
  201. <img src="https://vignette.wikia.nocookie.net/mugen/images/8/86/RPYuukaS7_1.gif/revision/latest?cb=20160325211958" class="picture" width="auto;" height="25%;"></div>
  202.  
  203. <div id="line">
  204. </div>
  205.  
  206. <div id="infobackground">
  207. <div id="infobox">
  208. <center>
  209. <div style="height: 100%; overflow-y: hidden;">
  210. <a name="1"></a>
  211. <div style="width:95%; height: 100%; top: 0px; overflow: auto;" align="center">
  212. <br>
  213. <center><big><b>Pokémon Information</b></big></center><br>
  214. <i>Identity:</i> Cacnea.<br>
  215. <br>
  216. <I>Type:</I> <img src="https://cdn.bulbagarden.net/upload/7/74/GrassIC_Big.png">.<br>
  217. <br>
  218. <i>National Dex Number:</i> 331<br>
  219. <br>
  220. <I>Species:</I> Cactus Pokémon.<br>
  221. <br>
  222. <I>Height:</I> 1'04".<br>
  223. <br>
  224. <I>Weight:</I> 113.1 lbs.<br>
  225. <br>
  226. <I>Ability:</I> Sand Veil.<br>
  227. <br>
  228. <I>Hidden Ability:</I> Water Absorb.<br>
  229. <br>
  230. <I>Nature:</I> Rash.<br>
  231. <br>
  232. <I>Stat Adjustment:</I> Sp. Atk+/Sp. Def.-<br>
  233. <br>
  234. <I>Held Item:</I> Big Root.<br>
  235. <br>
  236. <hr>
  237. <big><b>Moves:</b></big>
  238. <br><br>
  239. Absorb<br>
  240. <br>
  241. Energy Ball<br>
  242. <br>
  243. Sandstorm<br>
  244. <br>
  245. Needle Arm
  246.  
  247. </div>
  248. </div>
  249.  
  250.  
  251. <div style="height: 100%; overflow-y: hidden;">
  252. <a name="2"></a>
  253. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  254. <br>
  255. <a href="profile.php?user=???" target="_blank"><img src="url" class="circle" height="100" width="100" border="1px solid #006933" align="left"></a>
  256. </a>
  257.  
  258. <br><br>
  259. <a href="profile.php?user=???" target="_blank"><img src="url" class="circle" height="100" width="100" border="1px solid #006933" align="right"></a>
  260.  
  261.  
  262.  
  263. </div>
  264. </div>
  265.  
  266.  
  267. <div style="height: 100%; overflow-y: hidden;">
  268. <a name="3"></a>
  269. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="center">
  270. <br>
  271. <big><b>Gijinka Information</b></big><br>
  272. <br>
  273. <I>Name:</I> Hadahari, Kayumi.<br>
  274. <br>
  275. <I>Age:</I> Young Adult.<br>
  276. <br>
  277. <I>Gender:</I> Femme.<br>
  278. <br>
  279. <I>D.o.B.:</I> June 10th.<br>
  280. <br>
  281. <I>Zodiac:</I> Gemini.<br>
  282. <br>
  283. <I>P.o.B.:</I> Desert Ruins, Route 111.<br>
  284. <br>
  285. <I>Species:</I> Gijinka Humanoid.<br>
  286. <br>
  287. <I>Region:</I> Hoenn.<br>
  288. <br>
  289. <I>Sexuality:</I> Biromantic.<br>
  290. <br>
  291. <I>Marital:</I> Single.<br>
  292. <br>
  293. <I>Occupation:</I> Ruin Maniac; Assassin.<br>
  294. <br>
  295. <hr>
  296. <i>Hair Color:</I> Green.<br>
  297. <br>
  298. <I>Style:</I> Bobbed.<br>
  299. <br>
  300. <I>Eye Color:</I> Gold.<br>
  301. <br>
  302. <I>Skin Tone:</I> Pale.<br>
  303. <br>
  304. <I>Height:</I> 4'11".<br>
  305. <br>
  306. <I>Weight:</I> 90 lbs.<br>
  307. <br>
  308. <I>Blood Type:</I> O-.<br>
  309. <br>
  310. <I>Build:</I> Slender.<br>
  311. <br>
  312. <I>Handedness:</I> Left Dominant.
  313.  
  314. </div>
  315. </div>
  316. </div>
  317. </div>
  318.  
  319. <div id="ooc">
  320. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="justify">
  321. <center><big><b>OOC</b></big></center>
  322. <b>.00</B> | Profile layout done by 'Real Niggaz.' Their pastebin is linked in the bottom right corner if you're interested in their designs. They're totally free! :)<br><br>
  323. <b>.01</b> | RP AVAILABILITY:<br>
  324. <I>Weekdays:</I> 1pm EST - 11 pm EST. This is without exception. I will get off around 11 almost every night. I apologize for the inconvenience.<br>
  325. <i>Weekends:</I> Unlikely. This is highly circumstantial and depends on what goes on in my RL.<br><br>
  326. <B>.02</B> | PM-friendly... to an extent. I'm not interested in SMUT messages. I only want PLOT and CONCEPT discussions. IDLE CHIT-CHAT is fine, too. BANTER is great. But I'm not up for discussing anything sexual.<br>
  327. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>. a</B> | SMUT will be shown through fade-to-black scenes or implied. It will never be RP'd. Sexual interaction is reserved for Kayumi's significant other.<br><br>
  328. <B>03.</B> | IC isn't OOC. So long as you understand this, all will be fine. I'll typically indicate OOC by using '//' after any OOC interaction unless OOC is established IN-ROOM by the goings-on.<br><br>
  329. <B>04.</B> | Multi/Novella. I do shitpost, I do snowball RP. Not everything needs a book about it. Quality > Quantity, it's all in how the story is told and who is doing the telling. Not everything needs excessive detail.<br><br>
  330. <B>05.</B> | Be kind. I don't really give two shits if you like me or not, it isn't gonna make a difference in my life. Do us both a favor and keep your negativity to yourself; if you don't, you run the risk of being blocked and reported.
  331.  
  332.  
  333.  
  334.  
  335. </div></div>
  336. </body>
  337. </html>
Advertisement
Add Comment
Please, Sign In to add comment