Chibi-Elle

KAI CODE [WIP]

Sep 15th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.47 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Trade+Winds|Fjalla+One|Antic+Slab|Josefin+Sans);
  3.  
  4. body {
  5. background-color: #fff;
  6. background-image: linear-gradient(to bottom left, #2F5172, #273C50, #480909, #290808);
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:no-repeat;
  10. }
  11.  
  12. #whole {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. ::-webkit-scrollbar-track {
  21. background-color: transparent;
  22. border-right: 1px solid #000;
  23. }
  24.  
  25. ::-webkit-scrollbar-thumb {
  26. background-color: #414BAF;
  27. }
  28.  
  29. ::-webkit-scrollbar {
  30. width: 2px;
  31. height: 4px;
  32. }
  33.  
  34. #overlay {
  35. background: url('');
  36. background-repeat: repeat;
  37. z-index: -1;
  38. position: fixed;
  39. background-size: 7%;
  40. left: 0px;
  41. right: 0px;
  42. top: 0px;
  43. bottom: 0px;
  44. }
  45.  
  46. #render {
  47. position: absolute;
  48. left: 30vw;
  49. bottom: 0.65vh;
  50. width: 30vw;
  51. height: 69vh;
  52. background-color: transparent;
  53. background-image: url('https://media.discordapp.net/attachments/724949383744979026/755468952276041748/mmmmmmmmmmm.png?width=473&height=473');
  54. background-size: 110%;
  55. background-repeat: no-repeat;
  56. z-index: 3;
  57. }
  58.  
  59.  
  60. #container {
  61. position: absolute;
  62. left: 4vw;
  63. bottom: 0vh;
  64. height: 55vh;
  65. width: 55vw;
  66. background-color: #273C50;
  67. border: 4px solid #273c50;
  68. background-image: url('https://www.transparenttextures.com/patterns/black-twill.png');
  69. background-size: 1%;
  70. background-repeat: repeat;
  71. padding: 5px;
  72. z-index: 3;
  73. }
  74.  
  75. #shadow {
  76. position: absolute;
  77. left: 4.7vw;
  78. bottom: 1vh;
  79. height: 55vh;
  80. width: 55vw;
  81. background-color: #111c28;
  82. border: 4px solid #111C28;
  83. padding: 5px;
  84. z-index: 2;
  85. }
  86.  
  87. #shadow2 {
  88. position: absolute;
  89. left: 5.4vw;
  90. bottom: 2vh;
  91. height: 55vh;
  92. width: 55vw;
  93. background-color: #290808;
  94. border: 4px solid #290808;
  95. padding: 5px;
  96. z-index: 1;
  97. }
  98.  
  99. /*ooc*/
  100. #yo {
  101. position: absolute;
  102. z-index: 4;
  103. left: 4.5vw;
  104. bottom: 1vh;
  105. height: 20vh;
  106. width: 19.5vw;
  107. background-color: #111c28;
  108. border: 2px solid #273C50;
  109. color: #DEDEDE;
  110. font-family: 'Josefin Sans';
  111. font-size: 12px;
  112. line-height: 15px;
  113. overflow-y: auto;
  114. padding: 5px;
  115. }
  116.  
  117. /*friends*/
  118. #kattara {
  119. position: absolute;
  120. z-index: 4;
  121. left: 25.2vw;
  122. bottom: 1vh;
  123. height: 20vh;
  124. width: 14.3vw;
  125. background-color: #111c28;
  126. border: 2px solid #273C50;
  127. color: #DEDEDE;
  128. font-family: 'Josefin Sans';
  129. text-align: center;
  130. font-size: 12px;
  131. line-height: 15px;
  132. overflow-y: auto;
  133. padding: 5px;
  134. }
  135.  
  136. .friend {
  137. width: 3vw;
  138. height: 4vh;
  139. opacity: 1;
  140. border: 1px dashed #2F5172;
  141. border-Radius: 10%;
  142. margin-left: 0px;
  143. margin-right: 0px;
  144. margin-top: 0px;
  145. margin-bottom: 0px;
  146. opacity: 0.8;
  147. -webkit-transition:opacity 0.7s linear;
  148. -webkit-transition:all 0.6s ease-out;
  149. -moz-transition:all 0.6s ease-out;
  150. transition:all 0.6s ease-out;
  151. }
  152.  
  153. .friend:hover {
  154. opacity: 0.7;
  155. border: 1px dashed #480909;
  156. margin-left: 3px;
  157. margin-right: 0px;
  158. margin-top: 1px;
  159. margin-bottom: 0px;
  160. -webkit-transition:opacity 0.7s linear;
  161. -webkit-transition:all 0.6s ease-out;
  162. -moz-transition:all 0.6s ease-out;
  163. transition:all 0.6s ease-out;
  164. }
  165.  
  166. /*tab box*/
  167. #tabe {
  168. position: absolute;
  169. z-index: 4;
  170. left: 4.5vw;
  171. bottom: 23.4vh;
  172. height: 31.1vh;
  173. width: 23.1vw;
  174. background-color: #111c28;
  175. border: 2px solid #273C50;
  176. color: #DEDEDE;
  177. font-family: 'Josefin Sans';
  178. font-size: 12px;
  179. line-height: 15px;
  180. overflow-y: auto;
  181. padding: 5px;
  182. }
  183.  
  184. #tab5 {
  185. position: absolute;
  186. z-index: 4;
  187. left: 29vw;
  188. bottom: 24.6vh;
  189. background-color: #2F5172;
  190. border: 2px solid #111c28;
  191. height: 6vh;
  192. width: 1vw;
  193. }
  194.  
  195. #tab5:hover {
  196. border: 2px solid #273C50;
  197. background-color: #480909;
  198. }
  199.  
  200. #tab4 {
  201. position: absolute;
  202. z-index: 4;
  203. left: 29vw;
  204. bottom: 30.6vh;
  205. background-color: #2F5172;
  206. border: 2px solid #111c28;
  207. height: 6vh;
  208. width: 1vw;
  209. }
  210.  
  211. #tab4:hover {
  212. border: 2px solid #273C50;
  213. background-color: #480909;
  214. }
  215.  
  216. #tab3 {
  217. position: absolute;
  218. z-index: 4;
  219. left: 29vw;
  220. bottom: 36.6vh;
  221. background-color: #2F5172;
  222. border: 2px solid #111c28;
  223. height: 6vh;
  224. width: 1vw;
  225. }
  226.  
  227. #tab3:hover {
  228. border: 2px solid #273C50;
  229. background-color: #480909;
  230. }
  231.  
  232. #tab2 {
  233. position: absolute;
  234. z-index: 4;
  235. left: 29vw;
  236. bottom: 42.6vh;
  237. background-color: #2F5172;
  238. border: 2px solid #111c28;
  239. height: 6vh;
  240. width: 1vw;
  241. }
  242.  
  243. #tab2:hover {
  244. border: 2px solid #273C50;
  245. background-color: #480909;
  246. }
  247.  
  248. #tab1 {
  249. position: absolute;
  250. z-index: 4;
  251. left: 29vw;
  252. bottom: 48.6vh;
  253. background-color: #2F5172;
  254. border: 2px solid #111c28;
  255. height: 6vh;
  256. width: 1vw;
  257. }
  258.  
  259. #tab1:hover {
  260. border: 2px solid #273C50;
  261. background-color: #480909;
  262. }
  263.  
  264. h1 {
  265. color: #658CB1;
  266. background-color: #480909;
  267. background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
  268. background-repeat: repeat;
  269. background-size: 1%;
  270. font-family: 'Trade Winds';
  271. font-size: 18px;
  272. line-height: 12px;
  273. margin-top: 2px;
  274. text-align: right;
  275. margin-left: 0px;
  276. margin-right: 0px;
  277. margin-bottom: 3px;
  278. }
  279.  
  280. b {
  281. font-family: 'Fjalla One';
  282. color: #C2BE4F;
  283. font-size: 12px;
  284. }
  285.  
  286. a {
  287. font-family: 'Antic Slab';
  288. color: #FF3838;
  289. text-decoration: none;
  290. font-size: 11px;
  291. }
  292.  
  293. a:hover {
  294. color: #000;
  295. text-decoration: underline;
  296. }
  297.  
  298. i {
  299. color: #414BAF;
  300. }
  301.  
  302. </style>
  303. <div id="whole" oncontextmenu="return false;">
  304. <div id="overlay"></div>
  305. <div id="container"></div>
  306. <div id="shadow"></div>
  307. <div id="shadow2"></div>
  308. <div id="render"></div>
  309. <div id="yo"><h1>Ooc</h1>
  310. <B>00.</B> This code was created by <a href="" target="_blank">Chuu</a> for <I>Kai</i>, do not steal!! Trust us, we'll know if you do.
  311. </div>
  312. <div id="kattara">
  313. <h1>Connections</h1>
  314. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  315. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  316. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  317. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  318. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  319. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  320. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  321. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  322. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  323. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  324. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  325. <a target="_blank" href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://cdn.discordapp.com/attachments/724949383744979026/755485960015183973/d1lxvpm-8e2a2408-4a7d-4cb0-8742-06afb38e03cc.png" title="Info here" class="friend"></a>
  326.  
  327. </div>
  328. <a href="#1"><div id="tab5"></div></a>
  329. <a href="#5"><div id="tab4"></div></a>
  330. <a href="#4"><div id="tab3"></div></a>
  331. <a href="#3"><div id="tab2"></div></a>
  332. <a href="#2"><div id="tab1"></div></a>
  333. <div id="tabe">
  334. <div style="height: 31.1vh; overflow-y: hidden;">
  335. <a name="1"></a>
  336. <div style="height: 31.1vh; overflow: auto;">
  337. <div style="margin: 0 auto; width: 26em;">
  338. <h1>Statistics</h1>
  339.  
  340. </div></div>
  341.  
  342. <a name="2"></a>
  343. <div style="height: 31.1vh; overflow: auto;">
  344. <div style="margin: 0 auto; width: 26em;">
  345. <h1>Persona</h1>
  346.  
  347. </div></div>
  348.  
  349. <a name="3"></a>
  350. <div style="height: 31.1vh; overflow: auto;">
  351. <div style="margin: 0 auto; width: 26em;">
  352. <h1>Personality</h1>
  353.  
  354. </div></div>
  355.  
  356. <a name="4"></a>
  357. <div style="height: 31.1vh; overflow: auto;">
  358. <div style="margin: 0 auto; width: 26em;">
  359. <h1>History</h1>
  360.  
  361. </div></div>
  362.  
  363. <a name="5"></a>
  364. <div style="height: 31.1vh; overflow: auto;">
  365. <div style="margin: 0 auto; width: 26em;">
  366. <h1>Headcanons</h1>
  367. </div></div></div></div>
Add Comment
Please, Sign In to add comment