Advertisement
Chibi-Elle

WUKONG CODE [DONE]

Apr 26th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Anton|Satisfy|Fascinate|Cormorant+Unicase|Alice|Akaya+Kanadaka');
  3.  
  4. body {
  5. background-color: #;
  6. background-image: linear-gradient(to top , #ffbb54, #ff3535);
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:repeat;
  10. }
  11.  
  12. #kong {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. ::-webkit-scrollbar-track {
  21. background-color:;
  22. }
  23.  
  24. ::-webkit-scrollbar-thumb {
  25. background-color:;
  26. }
  27.  
  28. ::-webkit-scrollbar {
  29. width:0px;
  30. height:0px;
  31. }
  32.  
  33. #container {
  34. position: absolute;
  35. left: 16%;
  36. top: 32%;
  37. border: 3px solid #ff3535;
  38. height: 250px;
  39. width: 400px;
  40. background-image: url('https://media0.giphy.com/media/bSVs7S0Kk1DfLU8IWy/giphy.gif');
  41. background-size: 150%;
  42. background-repeat: no-repeat;
  43. background-position: center;
  44. box-shadow: 0px 0px 5px 5px #911a1a;
  45. }
  46.  
  47. #container:hover {
  48. background-image: url('https://i.ibb.co/0mBvbQr/Kris-Wu-red.jpg');
  49. background-size: 100%;
  50. background-repeat: no-repeat;
  51. background-position: center;
  52. }
  53.  
  54. #box1 {
  55. position: absolute;
  56. z-index: 1;
  57. right: -230px;
  58. top: -23px;
  59. height: 285px;
  60. padding: 5px;
  61. width: 180px;
  62. border: 3px solid #ff3535;
  63. box-shadow: 0px 0px 5px 5px #911a1a;
  64. background-color: #cf3232;
  65. overflow-y: auto;
  66. line-height: 16px;
  67. font-size: 11px;
  68. font-family: 'Alice';
  69. color: #000;
  70. }
  71.  
  72. #box2 {
  73. position: absolute;
  74. z-index: 1;
  75. right: -458px;
  76. top: -23px;
  77. height: 285px;
  78. padding: 5px;
  79. width: 180px;
  80. border: 3px solid #ff3535;
  81. box-shadow: 0px 0px 5px 5px #911a1a;
  82. background-color: #cf3232;
  83. overflow-y: auto;
  84. line-height: 16px;
  85. font-size: 11px;
  86. font-family: 'Alice';
  87. color: #000;
  88. }
  89.  
  90. #bar1 {
  91. position: absolute;
  92. left: -10px;
  93. top: -45px;
  94. background: #ff3535;
  95. box-shadow: 0px 0px 5px 5px #911a1a;
  96. height: 13px;
  97. width: 410px;
  98. transform: skew(15deg);
  99. }
  100.  
  101. #bar2 {
  102. position: absolute;
  103. left: -10px;
  104. bottom: -45px;
  105. background: #ff3535;
  106. box-shadow: 0px 0px 5px 5px #911a1a;
  107. height: 13px;
  108. width: 410px;
  109. transform: skew(-15deg);
  110. }
  111.  
  112. #aes1 {
  113. position: absolute;
  114. z-index: 1;
  115. left: 434px;
  116. top: -148px;
  117. width: 150px;
  118. height: 90px;
  119. border: 3px solid #ff3535;
  120. box-shadow: 0px 0px 5px 5px #911a1a;
  121. background-image: url('https://media4.giphy.com/media/LVd143qg1oARFavZeb/giphy.gif');
  122. background-size: 140%;
  123. background-repeat: no-repeat;
  124. background-position: right;
  125. }
  126.  
  127. #aes2 {
  128. background-image: url('https://media3.giphy.com/media/5aOlESUaCgDi63rUEQ/giphy.gif');
  129. background-size: 140%;
  130. background-repeat: no-repeat;
  131. background-position: right;
  132. position: absolute;
  133. z-index: 1;
  134. left: 620px;
  135. top: -148px;
  136. width: 233px;
  137. height: 90px;
  138. border: 3px solid #ff3535;
  139. box-shadow: 0px 0px 5px 5px #911a1a;
  140. }
  141.  
  142. #tab1 {
  143. position: absolute;
  144. z-index: 1;
  145. left: 434px;
  146. bottom: -70px;
  147. height: 12px;
  148. width: 70px;
  149. background: #ff3535;
  150. box-shadow: 0px 0px 5px 5px #911a1a;
  151. }
  152.  
  153. #tab2 {
  154. position: absolute;
  155. z-index: 1;
  156. left: 530px;
  157. bottom: -70px;
  158. height: 12px;
  159. width: 70px;
  160. background: #ff3535;
  161. box-shadow: 0px 0px 5px 5px #911a1a;
  162. }
  163.  
  164. #reset {
  165. position: absolute;
  166. z-index: 1;
  167. left: 625px;
  168. bottom: -83px;
  169. height: 40px;
  170. border-radius: 50%;
  171. width: 40px;
  172. background: #000;
  173. box-shadow: 0px 0px 5px 5px #911a1a;
  174. }
  175.  
  176. #tab3 {
  177. position: absolute;
  178. z-index: 1;
  179. left: 690px;
  180. bottom: -70px;
  181. height: 12px;
  182. width: 70px;
  183. background: #ff3535;
  184. box-shadow: 0px 0px 5px 5px #911a1a;
  185. }
  186.  
  187. #tab4 {
  188. position: absolute;
  189. z-index: 1;
  190. left: 786px;
  191. bottom: -70px;
  192. height: 12px;
  193. width: 70px;
  194. background: #ff3535;
  195. box-shadow: 0px 0px 5px 5px #911a1a;
  196. }
  197.  
  198. b {
  199. font-family: 'Akaya Kanadaka';
  200. color: orange;
  201. font-size: 10px;
  202. letter-spacing: 1px;
  203. }
  204.  
  205. i {
  206. font-family: 'Cormorant Unicase';
  207. color: #ffc7c2;
  208. }
  209.  
  210. a {
  211. font-family: 'Satisfy';
  212. color: #eee;
  213. letter-spacing: 1px;
  214. text-decoration: none;
  215. }
  216.  
  217. a:hover {
  218. opacity: 0.8;
  219. text-decoration: underline;
  220. -webkit-transition:opacity 0.7s linear;
  221. -webkit-transition:all 0.6s ease-out;
  222. -moz-transition:all 0.6s ease-out;
  223. transition:all 0.6s ease-out;
  224. }
  225.  
  226. h1 {
  227. font-family: 'Fascinate';
  228. font-size: 20px;
  229. color: #9c1a11;
  230. text-align: right;
  231. border-left: 50px solid #9c1a11;
  232. text-shadow: 0px 0px 3px #fff;
  233. margin-top: 0px;
  234. margin-bottom: 4px;
  235. }
  236.  
  237. </style>
  238. <div id="kong" oncontextmenu="return false;">
  239. <div id="container">
  240. <div id="box1">
  241. <h1>Typist</h1>
  242. <li>Coded by <a href="" target="_blank">Chuu</a> for <a href="" target="_blank">Sun Wukong</a>. Do not touch any part of this code! If you would like something similar, you're welcome to ask.</li>
  243. <li>DM friendly, if you have questions just shoot them my way. The character is a dicky man with a frat boy mentality but the typist is not, please feel free to approach me.</li>
  244. <li>Character is Sun Wukong, the Monkey King. A figure from Chinese mythology, most well-known as the protagonist of <i>Journey to the West</i>. I play him as I see fit.</li>
  245. <li>FC is Wu Yifan, also known as Kris Wu. I am not playing that person, I am just borrowing his likeness. All respect to the artist himself, check out his work.</li>
  246. <li>Character is hypersexed. If you're interested in having had a one-night-stand with him, lemme know. I'm not inherently against that connection. But he's not looking for love and typically won't sleep with the same partner twice, a warning he gives IC and I'm giving OOC.</li>
  247. <li>That being said, I adore all types of character ties, not just the sexy sort. Let it be known he doesn't have a great deal of respect for Chinese deities and immortals, so his politeness is likely sarcastic.</li></div>
  248. <div id="bar1"></div>
  249. <div id="bar2"></div>
  250. <div id="aes1"></div>
  251. <div id="aes2"></div>
  252. <a href="#2"><div id="tab1"></div></a>
  253. <a href="#3"><div id="tab2"></div></a>
  254. <a href="#4"><div id="tab3"></div></a>
  255. <a href="#5"><div id="tab4"></div></a>
  256. <a href="#1"><div id="reset"></div></a>
  257. <div id="box2">
  258. <div style="height: 285px; overflow-y: hidden;">
  259. <a name="1"></a>
  260. <div style="height: 285px; overflow: auto;">
  261. <div style="margin: 0 auto; width: 16.4em;">
  262. <h1>Statistics</h1>
  263. <B>Name:</B> <font style=float:right>Sun Wukong.</font><br>
  264. <B>Alias:</B> <font style=float:right>Kong, Daddy Kong.</font><br>
  265. <font style=float:right>King Kong, Wu.</font><br>
  266. <B>Epithet:</B> <font style=float:right><i>Monkey King.</i></font><br>
  267. <B>Age:</B> <font style=float:right>Immortal.</font><br>
  268. <B>Appears:</B> <font style=float:right>Late Twenties.</font><br>
  269. <B>Orient:</B> <font style=float:right>Pan.</font><br>
  270. <B>Marital:</B> <font style=float:right>Single.</font><br>
  271. <B>Job:</B> <font style=float:right>Councilman.</font><br>
  272. <font style=float:right>Dojo Sifu.</font><br>
  273.  
  274. </div></div>
  275.  
  276. <a name="2"></a>
  277. <div style="height: 285px; overflow: auto;">
  278. <div style="margin: 0 auto; width: 16.4em;">
  279. <h1>Headcanon</h1>
  280. </div></div>
  281.  
  282. <a name="3"></a>
  283. <div style="height: 285px; overflow: auto;">
  284. <div style="margin: 0 auto; width: 16.4em;">
  285. <h1>Abilities</h1>
  286. </div></div>
  287.  
  288. <a name="4"></a>
  289. <div style="height: 285px; overflow: auto;">
  290. <div style="margin: 0 auto; width: 16.4em;">
  291. <h1>Persona</h1>
  292. </div></div>
  293.  
  294. <a name="5"></a>
  295. <div style="height: 285px; overflow: auto;">
  296. <div style="margin: 0 auto; width: 16.4em;">
  297. <h1>Known</h1>
  298. </div></div></div></div>
  299. </div>
  300. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement