QueenOfGeckos

kazuma

Oct 11th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. . = class
  2. # = id
  3.  
  4. position: fixed;
  5. bottom: 20px;
  6. left: 0px;
  7. background-color: transparent;
  8. }
  9. ___________________________--
  10. @import url('https://fonts.googleapis.com/css?family=Orbitron');
  11. @import url('https://fonts.googleapis.com/css?family=Major+Mono+Display');
  12. @import url('https://fonts.googleapis.com/css?family=Audiowide');
  13.  
  14.  
  15. /*
  16. PLEASE DO NOT REMOVE THIS CREDIT
  17. DO NOT REMOVE THE CREDIT AT THE BOTTOM EITHER!
  18. CREATOR: GREEN BEAN.
  19. Please do not use this code as a base or any other code without asking Green Bean first.
  20. This code created as a gift for Taros of RPC. My friend. Please do not steal or tamper with. Thank you.
  21.  
  22. */
  23.  
  24.  
  25. body {
  26. background-color: #000;
  27. background-image: url("");
  28. background-position: center;
  29. background-repeat: repeat;
  30. margin: 0px;
  31. overflow: hidden;
  32. }
  33.  
  34.  
  35. #navi{
  36. position: fixed;
  37. bottom: 5%;
  38. left: 34%;
  39. background-color: transparent;
  40. z-index:99;
  41. animation: emerald 3s 1;
  42. -webkit-animation: emerald 3s 1;
  43. }
  44.  
  45. a.gone:link, a.gone:active, a.gone:visited{
  46. font-family: 'Oswald', sans-serif;
  47. text-transform: uppercase;
  48. text-decoration: none;
  49. font-size: 24px;
  50. line-height: 24px;
  51. letter-spacing: -1px;
  52. color: #39878b;
  53. margin-right:12px;
  54. z-index:10;
  55. }
  56.  
  57. a.gone:hover{
  58. text-shadow:-4px 0px 0px #232a68;
  59. }
  60.  
  61. .runes{
  62. margin:auto;
  63. width:340px;
  64. height:230px;
  65. overflow:hidden;
  66. }
  67.  
  68. .strike{
  69. width:340px;
  70. height: 230px;
  71. overflow:auto;
  72. }
  73.  
  74. .boundry{
  75. color: #117788;
  76. font-size:14px;
  77. text-align:justify;
  78. line-height:14px;
  79. font-family: 'Audiowide', cursive;
  80. letter-spacing:0.3px;
  81. margin: 5px;
  82. }
  83.  
  84.  
  85. b{
  86. color: #117788;
  87. font-weight:bold;
  88. letter-spacing: 1px;
  89. }
  90.  
  91. i{
  92. color:#ffffff;
  93. font-style:italic;
  94. }
  95.  
  96. u{
  97. font-style:italic;
  98. text-decoration:noneunderline;
  99. }
  100.  
  101. a:active, a:link, a:visited{
  102. color:#fff;
  103. text-decoration:none;
  104. }
  105.  
  106. a:hover{
  107. cursor:all-scroll;
  108. color:#af9775;
  109. }
  110.  
  111. h1 {
  112. font-family: 'Orbitron', sans-serif;
  113. size: 40px;
  114. text-align:center;
  115. letter-spacing: 7px;
  116. color:#579FAA;
  117. text-shadow: 1px 1px #FFFFFF;
  118. }
  119. ::-webkit-scrollbar {width: 3px;}
  120. ::-webkit-scrollbar-thumb:vertical {
  121. height: 10px;background-color: #130f10;}
  122. ::-webkit-scrollbar-thumb:horizontal {
  123. height: 10px;background-color: #D98878;border: 0px ;width: 15px;}
  124.  
  125. .serpant{
  126. overflow: hidden;
  127. position: absolute;
  128. margin: auto;
  129. top: 0;
  130. bottom: 0;
  131. left: 0;
  132. right: 0;
  133. }
  134.  
  135.  
  136. #circle{
  137. width: 430px;
  138. height: 430px;
  139. background: #transparent;
  140. background-image: url("https://i.imgur.com/asX99Fq.png");
  141. background-repeat: no-repeat;
  142. background-size: 100% 100%;
  143. background-position: bottom right;
  144. z-index: 4;
  145.  
  146.  
  147. }
  148.  
  149.  
  150. #portrait {
  151. pointer-events:none;
  152. position: fixed;
  153. bottom: 20px;
  154. right: 0px;
  155. background-color: transparent;
  156. z-index: 2;
  157. animation: emerald 3s 1;
  158. -webkit-animation: emerald 3s 1;
  159. }
  160.  
  161.  
  162.  
  163.  
  164.  
  165. #credit {
  166. position: fixed;
  167. bottom: 20px;
  168. left: 0px;
  169. background-color: transparent;
  170. animation: emerald 3s 1;
  171. -webkit-animation: emerald 3s 1;
  172.  
  173. }
  174.  
  175. .title{
  176. position:absolute;
  177. z-index:15;
  178. height:14%;
  179. width:35%;
  180. top:30%;
  181. left:5%;
  182. font-family: 'Major Mono Display', monospace;
  183. font-size: 4.5vw;
  184. color:#FFF;
  185. background-image:url(https://i.imgur.com/eAYGmr4.png);
  186. background-size:100%;
  187. background-repeat:no-repeat;
  188. background-position:center;
  189. -webkit-text-fill-color: transparent;
  190. -webkit-background-clip: text;
  191. -webkit-text-stroke-width: 0.5px;
  192. -webkit-text-stroke-color: #C8A87E;
  193. -ms-transform: rotate(-90deg);
  194. -webkit-transform: rotate(-90deg);
  195. transform: rotate(-90deg);
  196. animation: emerald 3s 1;
  197. -webkit-animation: emerald 3s 1;
  198.  
  199. }
  200.  
  201. .magicalbarriers {
  202. position: absolute;
  203. margin: auto;
  204. top: 0;
  205. bottom: 0;
  206. left: 0;
  207. right: 0;
  208. animation: emerald 3s 1;
  209. -webkit-animation: emerald 3s 1;
  210.  
  211. }
  212.  
  213. #magicalcircle {
  214. background-image: url("https://i.imgur.com/rAlFVHX.png");
  215. background-repeat: no-repeat;
  216. background-position: center;
  217. background-size: 100% auto;
  218. width: 600px;
  219. height: 600px;
  220. z-index: 4;
  221. animation-name: spin;
  222. animation-duration: 10000ms;
  223. animation-iteration-count: infinite;
  224. animation-timing-function: linear;
  225. /* transform: rotate(3deg); */
  226. /* transform: rotate(0.1rad);/ */
  227. /* transform: rotate(3grad); */
  228. /* transform: rotate(.01turn); */
  229. }
  230.  
  231. @keyframes spin {
  232. from {
  233. transform:rotate(0deg);
  234. }
  235. to {
  236. transform:rotate(360deg);
  237. }
  238. }
  239.  
  240.  
  241. @keyframes emerald{
  242. from{
  243. right: -50%;
  244. opacity: 0;
  245. }
  246. }
  247.  
  248. @-webkit-keyframes emerald{
  249. from{
  250. right: -50%;
  251. opacity: 0;
  252. }
  253. }
  254.  
  255. ---------------------------
  256.  
  257. <div class="title">
  258.  
  259. ⋆magus⋆
  260. </div>
  261. <div id="navi">
  262. <a href="#keepit" class="gone"><font size="24">⊗</font></a>
  263. <a href="#real" class="gone"><font size="24">⊕</font></a>
  264. <a href="#and" class="gone"><font size="24">⊕</font></a>
  265. <a href="#strong" class="gone"><font size="24">⊗</font></a></div>
  266. <div id="magicalcircle" class="magicalbarriers">
  267. </div>
  268.  
  269. <div id="circle" class="serpant">
  270.  
  271. <br><br><br>
  272. <br><br><div class="runes">
  273. <div id="keepit" class="strike"><div class="boundry">
  274.  
  275. <h1>Stats</h1>
  276. <font style="float:left"><b>Name:</b></font>
  277. <font style="float:right">Kazuma Kval</font><br>
  278. <font style="float:left"><b>Gender:</b></font>
  279. <font style="float:right">Male</font><br>
  280. <font style="float:left"><b>Species:</b></font>
  281. <font style="float:right">Artificial Human</font><br>
  282. <font style="float:left"><b>Sexuality</b></font>
  283. <font style="float:right">Demiromantic/Pansexual</font><br>
  284. <font style="float:left"><b>Weapon(s):</b></font>
  285. <font style="float:right">Bali-song, Snake Chain</font><br>
  286. <font style="float:left"><b>Hobbies:</b></font>
  287. <font style="float:right">Reading, People Watching</font><br>
  288. <font style="float:left"><b>Likes:</b></font>
  289. <font style="float:right">Eggs, Books, Balance</font><br>
  290. <font style="float:left"><b>Dislikes:</b></font>
  291. <font style="float:right" size="-2"> Being used, being talked down to</font><br>
  292.  
  293.  
  294. </div></div>
  295.  
  296. <div id="real" class="strike"><div class="boundry">
  297. <h1>Rules</h1>
  298. <li>OOC=/=IC</li>
  299. <li>IRL > RP</li>
  300. <li>This is my portrayal of Kazuma Kval keep that in mind k thanks</li>
  301. <li>I tend to try and match my partners post length, I prefer paragraphs though.</li>
  302. <li>Story > Smut</li>
  303. <li>This profile is going to be updated.</li>
  304. </div></div>
  305. <div id="and" class="strike"><div class="boundry"><h1>Personality</h1><br>
  306. Kazuma is a soft spoken individual who always seems to be in the corner of a room alone. He has an aura of danger about him and at times just off his appearance can seem like a bad person but he is a genuinely kind and caring guy. Above all else though, through some of his life experiences Kazuma has learned how important keeping balance between the greater forces is, and he walks the line of Neutrality you can never be to sure who's side he is on.</div></div>
  307. <div id="strong" class="strike"><div class="boundry">
  308. <h1>Backstory</h1>
  309. <p>Unlike most inhabitants of the forest who were lead there, Kazuma simply just.... appeared. If you ask where he is from he will simply respond "The Boundary". He seems to be far older than he looks, and the limits to his abilities seem to be undefined if they even exist at all. He doesn't hide things about his past, but so little is known about where he is from or who he actually is.</p>
  310. </div></div>
  311.  
  312.  
  313.  
  314. </div></div>
  315.  
  316. <div id="portrait">
  317. <img src="https://i.imgur.com/evUT4Q5.gif" height="600px"></a>
  318. </div>
  319.  
  320.  
  321.  
  322. <div id="credit">
  323. <a target="_blank" href="https://roleplay.chat/profile.php?user=Green+Bean" target="_blank" title="Code was created by Green Bean. Do NOT touch, this Please! If you want a code just mail Green Bean directly. She will gladly hook you up. With some freebies or cheapo comissions."><img src="https://i.imgur.com/uP9E5Pz.png" height="90px"></a></div></body>
  324. <script src="jquery.min.js"></script>
  325. <script type="text/javascript">
  326. $(document).ready(function () {
  327. //Disable full page
  328. $("body").on("contextmenu",function(e){
  329. return false;
  330. });
  331.  
  332. //Disable part of page
  333. $("#id").on("contextmenu",function(e){
  334. return false;
  335. });
  336. });
  337. </script>
  338. <script type="text/javascript">
  339. $(document).ready(function () {
  340. //Disable cut copy paste
  341. $('body').bind('cut copy paste', function (e) {
  342. e.preventDefault();
  343. });
  344.  
  345. //Disable mouse right click
  346. $("body").on("contextmenu",function(e){
  347. return false;
  348. });
  349. });
  350. </script>
Add Comment
Please, Sign In to add comment