thisisnotras

Joji

May 16th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face{
  4. font-family:'bodyfont';
  5. src:url(https://dl.dropboxusercontent.com/u/4556289/JAPAB_.TTF);}
  6.  
  7. #whole{
  8. position: absolute;
  9. top: 0px;
  10. left: 0px;
  11. right: 0px;
  12. bottom: 0px;
  13. background-image:url(http://i.imgur.com/23JOLSa.jpg);
  14. background-size: 100% auto;
  15. background-color: black;
  16. background-position: top right;
  17. overflow: hidden;
  18. -webkit-filter:saturate(80%);
  19. opacity: .4;
  20. background-repeat: no-repeat;
  21. -webkit-transition: all 1s;
  22. transition: all 1s;
  23. -webkit-filter:blur(1px);
  24. border: 10px solid black;
  25. }
  26.  
  27. body{overflow: hidden;
  28. background: black;}
  29.  
  30. #centercircle{
  31. position: absolute;
  32. height: 700px;
  33. width: 700px;
  34. border: 1px solid black;
  35. box-sizing: border-box;
  36. border-radius: 360px;
  37. left: 0px;
  38. right: 0px;
  39. bottom: 5vh;
  40. margin: auto;
  41. overflow: hidden;
  42. border:0px solid black;
  43. -webkit-transition: all 1s;
  44. transition: all 1s;
  45. }
  46.  
  47. #centercircle:after{
  48. content:'';
  49. position: absolute;
  50. top: -15px;
  51. left: -15px;
  52. right: -15px;
  53. bottom: -15px;
  54. background: transparent;
  55. border: 20px solid black;
  56. border-radius: 360px;
  57. z-index: 2;
  58. }
  59.  
  60. #centercircle:before{
  61. content:'';
  62. position: absolute;
  63. top: -30px;
  64. left: 0px;
  65. right: -30px;
  66. bottom: -30px;
  67. background-image:url(http://i.imgur.com/rUIMf6a.png);
  68. border-radius: 360px;
  69. background-size: auto 110%;
  70. background-position: center center;
  71. z-index: 1;
  72. opacity: 1;
  73. overflow: hidden;
  74. border: 10px solid transparent;
  75. box-sizing: border-box;
  76. background-repeat: no-repeat;
  77. -webkit-transition: all 1s;
  78. transition: all 1s;
  79. -webkit-filter:saturate(100%);
  80. }
  81.  
  82. #circleincrease{
  83. position: absolute;
  84. top: 0px;
  85. left: 00px;
  86. right: 00px;
  87. bottom: 0px;
  88. border-radius: 360px;
  89. box-sizing: border-box;
  90. border: 10px solid black;
  91. border-bottom: 10px solid black;
  92. z-index: 5;
  93. -webkit-transition: all 1s;
  94. transition: all 1s;
  95. }
  96.  
  97. #leetspeak{
  98. position: absolute;
  99. top: 120px;
  100. left: 70px;
  101. height: 200px;
  102. width: 200px;
  103. z-index: 6;
  104. font-size: 70pt;
  105. text-align: center;
  106. color: #6D3A16;
  107. text-shadow: 0px 0px 6px white;
  108. font-weight: 600;
  109. font-family:'Times New Roman', Arial;
  110. -webkit-transition: all 1s;
  111. transition: all 1s;
  112. }
  113.  
  114. #transitiondiv:target ~ #centercircle #circleincrease{
  115. -webkit-transition: all 2s;
  116. transition: all 2s;
  117. border-bottom: 350px solid black;
  118. }
  119.  
  120. #transitiondiv:target ~ #centercircle{
  121. -webkit-transition: all 2s;
  122. transition: all 2s;
  123. bottom: -280px;
  124. }
  125.  
  126. #transitiondiv:target ~ #centercircle:after{
  127. -webkit-transition: all 2s;
  128. transition: all 2s;
  129. background-color: rgba(0, 0, 0, 0.80);
  130. }
  131.  
  132. #textbit{
  133. position: absolute;
  134. bottom: 285px;
  135. left: 12px;
  136. height: 60px;
  137. width: 680x;
  138. border: 0px solid red;
  139. box-sizing: border-box;
  140. z-index: 7;
  141. color: #175025;
  142. text-align: justify;
  143. font-family: 'bodyfont', Times New Roman, Arial;
  144. font-size: 10px;
  145. padding-left: 0px;
  146. padding-top: 0px;
  147. opacity: 0;
  148. -webkit-transition: all 1s;
  149. transition: all 1s;
  150. }
  151.  
  152. #transitiondiv:target ~ #centercircle #textbit{
  153. -webkit-transition: all 2s 1s ease-in;
  154. transition: all 2s 1s ease-in;
  155. opacity: 1;
  156. }
  157.  
  158. .spreader{
  159. float: left;
  160. margin-left: 10px;
  161. letter-spacing: .02px;
  162. }
  163.  
  164. .spreader:nth-child(6){
  165. margin-left: 0px;}
  166.  
  167.  
  168. .spreader:after,
  169. .oocspread:after{
  170. content:'⌋';
  171. margin-left: 3px;
  172. font-weight: 600;
  173. color: #6D3A16;
  174. }
  175.  
  176. .spreader:before,
  177. .oocspread:before{
  178. content:'⌈';
  179. margin-right:3px;
  180. font-weight:600;
  181. color: #6D3A16;
  182. }
  183.  
  184. .spreader:nth-child(1){
  185. margin-left: 0px;
  186. }
  187.  
  188. .oocspread{
  189. float: right;
  190. margin-top: 8px;
  191. margin-right: 17px;
  192. color: #6D3A16;
  193. text-align: left;
  194. }
  195.  
  196. .spreader{
  197. margin-top: 7px;
  198. }
  199.  
  200. .oocspread a{
  201. font-weight: 800;
  202. text-decoration: underline;
  203. color: #6D3A16;
  204. }
  205.  
  206. .oocspread a:hover{
  207. color: gray;}
  208.  
  209. #leetspeak a{
  210. color: #6D3A16;
  211. text-decoration: none;
  212. -webkit-transition: all 1s;
  213. transition: all 1s;
  214. }
  215.  
  216. #leetspeak a:hover,
  217. #transitiondiv:target ~ #centercircle #leetspeak a{
  218. -webkit-transition: all .5s;
  219. transition: all .5s;
  220. text-shadow: 0px 0px 3px black;
  221. }
  222.  
  223. #jojipop{
  224. position: absolute;
  225. bottom: 70px;
  226. left: 500px;
  227. right: 0px;
  228. margin: auto;
  229. height: 700px;
  230. width: 300px;
  231. border: 0px solid red;
  232. z-index: 8;
  233. background-image:url(http://i.imgur.com/lUB6BuI.png);
  234. background-repeat: no-repeat;
  235. background-size: auto 100%;
  236. background-position: center bottom -30px;
  237. opacity: 0;
  238. -webkit-transition: all 1s;
  239. transition: all 1s;
  240. }
  241.  
  242. #transitiondiv:target ~ #jojipop{
  243. -webkit-transition: all 2s 2s;
  244. transition: all 2s 2s;
  245. opacity: 1;
  246. }
  247.  
  248. #musicbox{
  249. position: absolute;
  250. z-index: 10;
  251. right: 145px;
  252. top: 10px;
  253. height: 50px;
  254. width: 100px;
  255. border: 10px solid black;
  256. background-image:url(http://i.imgur.com/xDW9LUj.png);
  257. background-repeat: no-repeat;
  258. background-size: 90% auto;
  259. background-position: center;
  260. background-color: #574E1E;
  261. -webkit-transition: all .5s;
  262. transition: all .5s;
  263. overflow: hidden;
  264. }
  265.  
  266. #musicbox:hover{
  267. background-color: gray;
  268. }
  269.  
  270. #musicbox:active{
  271. -webkit-transition: all .1s;
  272. transition: all .1s;
  273. background-color:#0C1E13;
  274. }
  275.  
  276. #musicbox audio{
  277. zoom: 400%;
  278. margin-left: 0px;
  279. width: 70px;
  280. opacity: 0;
  281. }
  282.  
  283. </style>
  284.  
  285. <div id="transitiondiv"></div>
  286.  
  287. <div id="whole">
  288.  
  289. </div>
  290.  
  291. <div id="centercircle">
  292. <div id="circleincrease">
  293. </div>
  294. <div id="leetspeak">
  295. <a href="#transitiondiv">丈<br>
  296. 慈</a>
  297. </div>
  298. <div id="textbit">
  299.  
  300. <div class="spreader">name ━ <b>joji</b></div>
  301.  
  302. <div class="spreader">age ━ <b>twenty-three</b></div>
  303.  
  304. <div class="spreader">height ━ <b> five-eight</b></div>
  305.  
  306. <div class="spreader">build ━ <b>slim</b></div>
  307.  
  308. <div class="spreader">species ━ <a title="Mix of various rodent and fox traits.">mouse mix</a></div>
  309.  
  310. <div class="spreader">clan ━ <b>juntoku</b></div>
  311.  
  312. <div class="spreader">classification ━ <b>assassin</b></div>
  313.  
  314. <div class="oocspread">
  315. pm friendly / art is owned / code is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target=_blank>mine</a>.
  316. </div>
  317.  
  318. </div>
  319. </div>
  320.  
  321. <div id="jojipop">
  322. </div>
  323.  
  324. <div id="musicbox">
  325. <audio controls src="http://k003.kiwi6.com/hotlink/vz3r4nwxg7/Mura_Masa_-_Suicide_Blades_VOL.mp3" loop=3 />
  326. </div>
Advertisement
Add Comment
Please, Sign In to add comment