owltrash

jiro code wip

Feb 25th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Economica|Open+Sans+Condensed:300|ZCOOL+QingKe+HuangYou');
  3.  
  4.  
  5. .pfor { display:none; }
  6. body { background-image:url('');
  7. background-image:linear-gradient(#ff5b80, #ff5b80, #ff5b80);
  8. background-attachment:fixed;
  9. background-size:cover;
  10. background-repeat:repeat;
  11. background-position:;
  12. overflow-x:hidden; }
  13.  
  14. ::-webkit-scrollbar { width:5px; height:0px; background:; }
  15. ::-webkit-scrollbar-thumb { background-color:transparent; border:1px solid transparent;
  16. -webkit-border-radius:10px; border-radius:10px; }
  17.  
  18. #profile{ border:0px; background-color:transparent; }
  19. *{cursor:url('https://i.imgur.com/edrNJk9.png'), default; }
  20.  
  21. #bg{ position:center; width:100%; height:100%; left:-115px; bottom:0px; }
  22.  
  23.  
  24. #pic{ position:absolute;
  25. background-image:url('https://i.imgur.com/YM9Sfr9.png');
  26. background-position:0% 50%; background-size:500px;
  27. background-attachment: absolute;
  28. background-repeat:no-repeat;
  29. height:700px; width:500px;
  30. bottom:30px; left:375px;
  31. overflow:auto; opacity:1; }
  32.  
  33. #credit{ position:absolute;
  34. background-image:url('https://i.imgur.com/apae29v.png');
  35. background-position:0% 50%; background-size:130px;
  36. background-attachment: absolute;
  37. background-repeat:no-repeat;
  38. height:151px; width:130px;
  39. bottom:391px; left:410px;
  40. overflow:auto; opacity:1; transition:1s; }
  41. body:hover #credit{ opacity:0; transition-delay:1s; }
  42.  
  43. #bolt{ position:absolute;
  44. background-image:url('https://i.imgur.com/fAzxUHu.png');
  45. background-position:0% 50%; background-size:75px;
  46. background-attachment: absolute;
  47. transform: rotate(-99deg);
  48. background-repeat:no-repeat;
  49. height:135px; width:75px;
  50. bottom:385px; left:380px;
  51. overflow:auto; opacity:0; transition: 1.5s; }
  52. body:hover #bolt{ opacity:1; transition-delay: 1.5s; }
  53.  
  54. #bolt2{ position:absolute;
  55. background:transparent;
  56. height:135px; width:75px;
  57. bottom:385px; left:380px; }
  58. #bolt2:hover #box2{ opacity:1; transition-delay: 1.5s; }
  59.  
  60. #box1{ height:100px; width:190px;
  61. bottom:440px; left:210px;
  62. transform: rotate(-30deg);
  63. border-radius:20px;
  64. background:#e7a3b2;
  65. color:#3f3569;
  66. font-family:'open sans condensed',sans-serif;
  67. font-size:13px;
  68. line-height:24px;
  69. letter-spacing:1px;
  70. text-transform:;
  71. text-align:justify;
  72. margin:0px 5px 0px; padding:22px;
  73. position:absolute;
  74. overflow:; opacity:.0; transition: 1.5s; }
  75. body:hover #box1{ opacity:1; transition-delay: 1.5s; }
  76.  
  77.  
  78. u { background-color:#3f3569;
  79. color:#fff;
  80. padding:1px;
  81. text-transform:uppercase;
  82. text-decoration:none; }
  83.  
  84. a { background-color:#864685;
  85. color:#fff;
  86. padding:1px;
  87. text-transform:uppercase;
  88. text-decoration:none; }
  89. a:hover { background-color:transparent;
  90. color:#864685;
  91. font-weight:bold;
  92. text-decoration:none;
  93. cursor: url('https://i.imgur.com/edrNJk9.png'), default;
  94. transition: .2s;}
  95.  
  96. </style>
  97. <body>
  98.  
  99.  
  100.  
  101. <div id="pic"></div>
  102. <div id="credit"></div>
  103. <div id="bolt"></div>
  104. <div id="box1">
  105.  
  106. <u>kyoka jiro.</u>
  107. <u>16.</u>
  108. <u>earphone jack.</u>
  109.  
  110. <br>
  111.  
  112. <u>5'0".</u>
  113. <u>u.a. high,</u>
  114. <u>class 1-a.</u>
  115.  
  116. <br>
  117. <center><b>“ THE END OF VILLAINS ”</b></center>
  118.  
  119. <font style="float:right">
  120. <a target="_blank" href="https://roleplay.chat/profile.php?user=PRESENT+MIC">mentor or whatever</a>
  121. <a target="_blank" href="https://roleplay.chat/profile.php?user=STUNGUN">pikachu</a>
  122. </font>
  123.  
  124. </div>
  125.  
  126. </body>
Advertisement
Add Comment
Please, Sign In to add comment