thisisnotras

Knife

May 16th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 KB | None | 0 0
  1. <style>
  2.  
  3. body{
  4. overflow: hidden;}
  5.  
  6. @font-face{
  7. src:url(https://dl.dropboxusercontent.com/u/4556289/devilsummonerexpandital.ttf);
  8. font-family:'titlefont';
  9. }
  10.  
  11. @font-face{
  12. src:url(https://dl.dropboxusercontent.com/u/4556289/DarKneS_FoNT_by_JasonBlack.ttf);
  13. font-family:'answerfont';}
  14.  
  15. #startbutton{
  16. position: absolute;
  17. top: 0px;
  18. left: 10%;
  19. right: 0px;
  20. bottom: 0px;
  21. margin: auto;
  22. width: 410px;
  23. height: 120px;
  24. background: transparent;
  25. border: 0px solid black;
  26. z-index: 10;
  27. overflow: hidden;
  28. opacity: 0;
  29. }
  30.  
  31. #startbutton audio{
  32. zoom: 5000%;
  33. }
  34.  
  35. #startbutton:hover ~ #namebox *{
  36. color: #205159;
  37. -webkit-transition: all 2s;
  38. transition: all 2s;
  39. text-shadow: 0px 0px 2px black;
  40. }
  41.  
  42. #startbutton:active ~ #transitionbox #nameslide1,
  43. #startbutton:active ~ #transitionbox #nameslide2{
  44. -webkit-transition: all 0s;
  45. transition: all 0s;
  46. left: 0px;
  47. opacity: 0;
  48. }
  49.  
  50. #startbutton:active ~ #transitionbox #flashrupt{
  51. -webkit-transition: all 0s;
  52. transition: all 0s;
  53. width: 2px;
  54. left: -300px;
  55. background: white;
  56. opacity: 0;
  57. box-shadow: 0px 0px 0px black;
  58. }
  59.  
  60. #startbutton:active ~ #transitionbox{
  61. -webkit-transition: all 0s;
  62. transition: all 0s;
  63. opacity: 1;
  64. z-index: 2;
  65. }
  66.  
  67. #startbutton:active ~ #namebox{
  68. -webkit-transition: all 0s;
  69. transition: all 0s;
  70. opacity: 0;
  71. z-index: 0;
  72. }
  73.  
  74. #startbutton:active ~ #knifecontainer{
  75. -webkit-transition: all 0s 0s;
  76. transition: all 0s 0s;
  77. opacity: 1;
  78. }
  79.  
  80. #startbutton:active ~ #knifecontainer #knifeimage{
  81. -webkit-transition: all 0s 0s;
  82. transition: all 0s 0s;
  83. opacity: 0;
  84. }
  85.  
  86. #startbutton:active ~ #whole2{
  87. -webkit-transition: all 0.1s 0s;
  88. transition: all 0.1s 0s;
  89. left: 100%;
  90. height: 100%;
  91. width: 100%;
  92. }
  93.  
  94. #whole{
  95. position: absolute;
  96. top: 0px;
  97. left: 0px;
  98. right: 0px;
  99. bottom: 0px;
  100. background-image:url(http://i.imgur.com/5VMX79c.png);
  101. background-color: ghostwhite;
  102. }
  103.  
  104. #whole2{
  105. position: absolute;
  106. top: 0px;
  107. left: 0px;
  108. height: 1px;
  109. width: 1px;
  110. z-index: 12;
  111. -webkit-transition: all 0s .5s, height 1s 9999s, width 1s 9999s;
  112. transition: all 0s .5s, height 1s 9999s, width 1s 9999s;}
  113.  
  114. #knifecontainer{
  115. opacity: 0;
  116. -webkit-transition: all 0s 999999s;
  117. transition: all 0s 999999s;
  118. }
  119.  
  120. #knifeimage{
  121. position: absolute;
  122. top: 0px;
  123. left: -5%;
  124. right: 0px;
  125. bottom: 0px;
  126. background-image:url(http://i.imgur.com/rHbELiW.png);
  127. background-repeat: no-repeat;
  128. background-position: top left;
  129. background-size: auto 230%;
  130. opacity: 1;
  131. -webkit-transition: all 2s 2.1s;
  132. transition: all 2s 2.1s;
  133. }
  134.  
  135. #knifesilhouette{
  136. position: absolute;
  137. top: 0px;
  138. left: -5%;
  139. right: 0px;
  140. bottom: 0px;
  141. background-image:url(http://i.imgur.com/rHbELiW.png);
  142. background-repeat: no-repeat;
  143. background-position: top left;
  144. background-size: auto 230%;
  145. opacity: 1;
  146. -webkit-filter:saturate(0%) grayscale(100%) blur(1px);
  147. opacity: .5;
  148. }
  149.  
  150. #transitionbox,
  151. #namebox{
  152. position: absolute;
  153. top: 0px;
  154. left: 10%;
  155. right: 0px;
  156. bottom: 0px;
  157. margin: auto;
  158. height: 400px;
  159. width: 400px;
  160. overflow: hidden;
  161. }
  162.  
  163. #transitionbox{
  164. opacity: 0;
  165. z-index: 0;
  166. -webkit-transition: all 0s 9999s;
  167. transition: all 0s 9999s;
  168. }
  169.  
  170. #namebox{
  171. opacity: 1;
  172. z-index: 1;
  173. -webkit-transition: all 0s 9999s;
  174. transition: all 0s 9999s;
  175. }
  176.  
  177. #namedef1{
  178. position: absolute;
  179. top: -40px;
  180. left: 0px;
  181. right: 0px;
  182. bottom: 0px;
  183. margin: auto;
  184. height: 42px;
  185. width: 400px;
  186. border: 0px solid black;
  187. font-family:'titlefont', Times New Roman;
  188. font-size: 80pt;
  189. text-align: center;
  190. overflow: hidden;
  191. box-sizing:border-box;
  192. color: black;
  193. opacity: 1;
  194. color: black;
  195. -webkit-transition: all 2s;
  196. transition: all 2s;
  197. }
  198.  
  199. #namedef2{
  200. position: absolute;
  201. top: 60px;
  202. left: -1px;
  203. right: 0px;
  204. bottom: 0px;
  205. margin: auto;
  206. height: 60px;
  207. width: 400px;
  208. border: 0px solid black;
  209. font-family:'titlefont', Times New Roman;
  210. font-size: 80pt;
  211. text-align: center;
  212. overflow: hidden;
  213. box-sizing:border-box;
  214. color: black;
  215. -webkit-transition: all 2s;
  216. transition: all 2s;
  217. }
  218.  
  219. #nameslide1{
  220. position: absolute;
  221. top: -40px;
  222. left: -10px;
  223. right: 0px;
  224. bottom: 0px;
  225. margin: auto;
  226. height: 42px;
  227. width: 400px;
  228. border: 0px solid black;
  229. font-family:'titlefont', Times New Roman;
  230. font-size: 80pt;
  231. text-align: center;
  232. overflow: hidden;
  233. box-sizing:border-box;
  234. color: black;
  235. opacity: 1;
  236. -webkit-transition: all 2s .3s ease-in, opacity .01s 0s linear;
  237. transition: all 2s .3s ease-in, opacity .01s 0s linear;
  238. color: black;
  239. }
  240.  
  241. #nameslide2{
  242. position: absolute;
  243. top: 60px;
  244. left: 11px;
  245. right: 0px;
  246. bottom: 0px;
  247. margin: auto;
  248. height: 60px;
  249. width: 400px;
  250. border: 0px solid black;
  251. font-family:'titlefont', Times New Roman;
  252. font-size: 80pt;
  253. text-align: center;
  254. overflow: hidden;
  255. box-sizing:border-box;
  256. -webkit-transition: all 2s .3s ease-in, opacity .01s 0s;
  257. transition: all 2s .3s ease-in, opacity .01s 0s;
  258. opacity: 1;
  259. color: black;
  260. }
  261.  
  262. #nameslide2 b,
  263. #namedef2 b{
  264. position: absolute;
  265. left: 0px;
  266. right: 0px;
  267. margin: auto;
  268. font-weight: 400;
  269. top: -40px;
  270. }
  271.  
  272. #namedef b{
  273. -webkit-transition: all 2s;
  274. transition: all 2s;
  275. }
  276.  
  277. #flashrupt{
  278. position: absolute;
  279. top: 4px;
  280. left: 0px;
  281. right: 0px;
  282. bottom: 0px;
  283. margin: auto;
  284. height: 3px;
  285. width: 400px;
  286. background: black;
  287. box-shadow: 0px 0px 7px #205159;
  288. opacity: 1;
  289. border-radius: 90px;
  290. -webkit-transition: all .01s, background .2s .2s, width .4s, box-shadow 1s 1s;
  291. }
  292.  
  293. #statstuff{
  294. position: absolute;
  295. bottom: 0px;
  296. left: 0px;
  297. right: 0px;
  298. margin: auto;
  299. width: 100%;
  300. overflow: hidden;
  301. font-family:'titlefont';
  302. font-size: 15pt;
  303. text-align: center;
  304. height: 165px;
  305. box-sizing: border-box;
  306. padding-top: 20px;
  307. letter-spacing: 2px;
  308. }
  309.  
  310. #statsides{
  311. position: absolute;
  312. background: black;
  313. box-shadow: 0px 0px 5px #205159;
  314. -webkit-transition: all 2s 2s;
  315. transition: all 2s 2s;
  316. opacity: 1;}
  317.  
  318. #statsides.stata{
  319. left: 0px;
  320. top: 0px;
  321. bottom: 0px;
  322. width: 3px;}
  323.  
  324. #statsides.statb{
  325. right: 0px;
  326. top: 0px;
  327. bottom: 0px;
  328. width: 3px;}
  329.  
  330. #statsides.statc{
  331. bottom: 0px;
  332. left: 0px;
  333. right: 0px;
  334. margin: auto;
  335. width: 95%;
  336. height: 3px;}
  337.  
  338.  
  339. #leftfloat{
  340. float: left;
  341. font-weight: 400;
  342. color: black;
  343. text-shadow: 1px 1px 2px #205159;
  344. width: 50%;
  345. height: 20px;
  346. text-align: left;
  347. box-sizing: border-box;
  348. padding-top: 5px;
  349. -webkit-transition: all 2s 2.5s;
  350. transition: all 2s 2.5s;
  351. margin-bottom: 3px;}
  352.  
  353. #leftfloat:nth-child(even){
  354. padding-left: 60px;}
  355.  
  356. #leftfloat:nth-child(odd){
  357. text-shadow: 0px 0px 0px black;
  358. padding-left: 20px;
  359. padding-top: 1px;
  360. font-family: 'answerfont', Arial;
  361. font-size: 15pt;
  362. font-weight: 600;
  363. }
  364.  
  365. #startbutton:active ~ #transitionbox #statstuff #statsides,
  366. #startbutton:active ~ #transitionbox #statstuff #leftfloat{
  367. -webkit-transition: all 0s 0s;
  368. transition: all 0s 0s;
  369. opacity: 0;
  370. }
  371.  
  372. </style>
  373.  
  374. <div id="whole">
  375.  
  376. <div id="startbutton">
  377. <audio controls src="https://puu.sh/uremM/24874643c7.mp3" loop=3 />
  378. </div>
  379. <div id="knifesilhouette">
  380. </div>
  381. <div id="knifecontainer">
  382. <div id="knifeimage">
  383. </div>
  384. </div>
  385.  
  386. <div id="namebox">
  387. <div id="namedef1">
  388. kniFe
  389. </div>
  390. <div id="namedef2">
  391. <b>kniFe</b>
  392. </div>
  393. </div>
  394.  
  395. <div id="transitionbox">
  396. <div id="nameslide1">
  397. kniFe
  398. </div>
  399.  
  400. <div id="nameslide2">
  401. <b>kniFe</b>
  402. </div>
  403.  
  404. <div id="flashrupt">
  405. </div>
  406.  
  407. <div id="statstuff">
  408. <div id="statsides" class="stata">
  409. </div>
  410. <div id="statsides" class="statb">
  411. </div>
  412. <div id="statsides" class="statc">
  413. </div>
  414.  
  415. <div id="leftfloat">
  416. Alias
  417. </div>
  418. <div id="leftfloat">
  419. K N I F E
  420. </div>
  421.  
  422. <div id="leftfloat">
  423. Sex
  424. </div>
  425. <div id="leftfloat">
  426. Male
  427. </div>
  428.  
  429. <div id="leftfloat">
  430. Height
  431. </div>
  432. <div id="leftfloat">
  433. 6'7"
  434. </div>
  435.  
  436. <div id="leftfloat">
  437. Sexuality
  438. </div>
  439. <div id="leftfloat">
  440. Pansexual / Open
  441. </div>
  442.  
  443. <div id="leftfloat">
  444. Affiliation
  445. </div>
  446. <div id="leftfloat">
  447. Silent Knights
  448. </div>
  449.  
  450. </div>
  451.  
  452.  
  453. </div>
  454.  
  455. <div id="whole2">
  456. </div>
  457.  
  458. </div>
Advertisement
Add Comment
Please, Sign In to add comment