Advertisement
Falkstids

Kefka style

Mar 10th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.08 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
  2. @import url('https://fonts.googleapis.com/css?family=Permanent+Marker');
  3.  
  4. @import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700,900');
  5.  
  6. body{
  7. background: repeating-linear-gradient(
  8. 45deg,
  9. #a21b1f,
  10. #a21b1f 100px,
  11. #aaa872 100px,
  12. #aaa872 200px
  13. );
  14. overflow:hidden;
  15.  
  16. }
  17.  
  18.  
  19. ::-webkit-scrollbar
  20. {
  21. width:0px;
  22. background-color: transparent;
  23. }
  24.  
  25.  
  26.  
  27. #overlay{
  28. background-image:url(https://www.transparenttextures.com/patterns/45-degree-fabric-dark.png);
  29. width:100%;
  30. height:100%;
  31. z-index:1;
  32. position:absolute;
  33. top:0px;
  34. left:0px;
  35. }
  36.  
  37. #kefkalaugh{
  38. background-color:transparent;
  39. width:100px;
  40. height:100px;
  41. z-index:10;
  42. position:absolute;
  43. top:50%;
  44. left:50%;
  45. margin-top:-50px;
  46. margin-left:-200px;
  47. }
  48.  
  49. #kefkalaugh a{
  50. background-image:url(https://im-01.gifer.com/4EUj.gif);
  51. background-size:100%;
  52. background-repeat:no-repeat;
  53. display:block;
  54. width:60px;
  55. height:100px;
  56. transition:1s;
  57. }
  58.  
  59. #kefkalaugh a:hover{
  60. filter:drop-shadow(0px 0px 10px #fff);
  61. }
  62.  
  63. #oocbox{
  64. background-image:url(https://i.imgur.com/MJ6pOeU.png);
  65. width:500px;
  66. height:200px;
  67. background-size:100%;
  68. z-index:10;
  69. position:absolute;
  70. top:50%;
  71. left:50%;
  72. margin-top:-100px;
  73. margin-left:-100px;
  74. }
  75. #ooc{
  76. padding:5px;
  77. width:430px;
  78. height:100px;
  79. background-color:transparent;
  80. font-family: 'Press Start 2P', cursive;
  81. font-size:9pt;
  82. padding:10px;
  83. overflow:auto;
  84. margin-top:30px;
  85. margin-left:25px;
  86. border-radius:5px;
  87. color:#fff;
  88. text-shadow:2px 2px 0px #000;
  89. }
  90.  
  91. h1{
  92. font-family: 'Press Start 2P', cursive;
  93. font-size:12pt;
  94. color:#fff;
  95. text-shadow:2px 2px 0px #000;
  96. text-align:left;
  97. margin-top:-5px;
  98. }
  99.  
  100.  
  101. #backgroundbox{
  102. width:850px;
  103. height:600px;
  104. background-image:url(https://i.imgur.com/jU10u3p.png);
  105. background-size:100%;
  106. position:absolute;
  107. top:50%;
  108. left:50%;
  109. z-index:0;
  110. margin-top:-300px;
  111. margin-left:-425px;
  112. border-radius:50px;
  113. opacity:0;
  114. box-shadow:0px 0px 10px 0px #000;
  115. }
  116.  
  117. #image{
  118. background-image:url(https://i.imgur.com/7ZbVk8O.png);
  119. background-size:100%;
  120. width:400px;
  121. height:600px;
  122. background-repeat:no-repeat;
  123. position:absolute;
  124. left:0px;
  125. top:0px;
  126. margin-top:100px;
  127. margin-left:-200px;
  128. z-index:10;
  129. }
  130.  
  131. #box1{
  132. background-image:url(https://i.imgur.com/rAOTuwe.png);
  133. background-size:100%;
  134. width:210px;
  135. height:352px;
  136. background-repeat:no-repeat;
  137. position:absolute;
  138. left:50%;
  139. top:50%;
  140. margin-top:-80px;
  141. margin-left:-130px;
  142. box-shadow:0px 0px 20px 0px #000;
  143. }
  144.  
  145. #info1{
  146. width:190px;
  147. height:332px;
  148. padding:5px;
  149. border:solid #fff;
  150. background-color:#222;
  151. opacity:0;
  152. margin-top:4px;
  153. margin-left:4px;
  154. transition:1s;
  155. font-family: 'Cinzel Decorative', cursive;
  156. font-size:9pt;
  157. color:#fff;
  158. overflow:auto;
  159. }
  160.  
  161. #box1:hover #info1{
  162. opacity:.8;
  163. }
  164.  
  165.  
  166.  
  167. #box2{
  168. background-image:url(https://i.imgur.com/IhB4JUG.png);
  169. background-size:100%;
  170. width:250px;
  171. height:352px;
  172. background-repeat:no-repeat;
  173. position:absolute;
  174. left:50%;
  175. top:50%;
  176. margin-top:-80px;
  177. margin-left:100px;
  178. box-shadow:0px 0px 20px 0px #000;
  179. }
  180.  
  181. #info2{
  182. width:230px;
  183. height:332px;
  184. padding:5px;
  185. border:solid #fff;
  186. background-color:#222;
  187. opacity:0;
  188. margin-top:4px;
  189. margin-left:4px;
  190. transition:1s;
  191. font-family: 'Cinzel Decorative', cursive;
  192. font-size:9pt;
  193. color:#fff;
  194. overflow:auto;
  195. }
  196.  
  197. #box2:hover #info2{
  198. opacity:.8;
  199. }
  200.  
  201.  
  202. #box3{
  203. background-image:url(https://i.imgur.com/EZZQ7yD.png);
  204. background-size:100%;
  205. width:600px;
  206. height:125px;
  207. background-repeat:no-repeat;
  208. position:absolute;
  209. left:50%;
  210. top:50%;
  211. margin-top:-220px;
  212. margin-left:-250px;
  213. box-shadow:0px 0px 20px 0px #000;
  214. }
  215.  
  216. #info3{
  217. width:580px;
  218. height:102.5px;
  219. padding:5px;
  220. border:solid #fff;
  221. background-color:#222;
  222. opacity:0;
  223. margin-top:4px;
  224. margin-left:4px;
  225. transition:1s;
  226. overflow:auto;
  227. }
  228.  
  229.  
  230. #box3:hover #info3{
  231. opacity:.8;
  232. }
  233.  
  234. #friend {
  235. width:580px;
  236. height:102.5px;
  237. padding:5px;
  238. display:block;
  239. font-family: 'Cinzel Decorative', cursive;
  240. font-size:11pt;
  241. color:#fff;
  242. float:left;
  243. }
  244.  
  245. #friend a{
  246. width:100px;
  247. height:100px;
  248. display:block;
  249. float:left;
  250. margin-right:10px;
  251. }
  252.  
  253. h2{
  254. font-size:12pt;
  255. color:#fff;
  256. font-family: 'Cinzel Decorative', cursive;
  257. margin-top:0px;
  258. margin-bottom:5px;
  259. text-align:center;
  260. }
  261.  
  262. h3{
  263. font-size:12pt;
  264. color:#fff;
  265. font-family: 'Cinzel Decorative', cursive;
  266. margin-top:0px;
  267. margin-bottom:5px;
  268. }
  269.  
  270. h4{
  271. font-size:25pt;
  272. font-family: 'Cinzel Decorative', cursive;
  273. color:#000;
  274. position:absolute;
  275. bottom:0px;
  276. left:0px;
  277. margin-left:50px;
  278. background: url(https://78.media.tumblr.com/0b0c41dbea61f63198467cd3a00bc664/tumblr_o2xw8rYcWs1tslewgo1_500.gif) ;
  279. background-size:100%;
  280. -webkit-background-clip: text;
  281. -webkit-text-fill-color: transparent;
  282. z-index:99;
  283. }
  284.  
  285. h5{
  286. font-size:25pt;
  287. font-family: 'Cinzel Decorative', cursive;
  288. color:#000;
  289. position:absolute;
  290. bottom:0px;
  291. left:0px;
  292. margin-left:50px;
  293. margin-bottom:45px;
  294. z-index:5;
  295. text-shadow:0px 0px 10px black;
  296. }
  297.  
  298.  
  299. .arrow-up a{
  300. width: 0;
  301. height: 0;
  302. border-top: 15px solid transparent;
  303. border-left: 15px solid white;
  304.  
  305. border-bottom: 15px solid transparent;
  306. top:50%;
  307. left:50%;
  308. position:absolute;
  309. margin-top:330px;
  310. margin-left:220px;
  311. display:block;
  312. animation: blink 1s infinite linear;
  313. z-index:99;
  314. }
  315.  
  316. @keyframes blink{
  317. to{opacity: .0;}
  318. }
  319.  
  320. #god{
  321. width:100px;
  322. height:100px;
  323. position:absolute;
  324. z-index:99;
  325. left:0px;
  326. bottom:0px;
  327. margin-bottom:320px;
  328. margin-left:150px;
  329. }
  330.  
  331. #god a{
  332. background-image:url(https://i.imgur.com/cc1g2G5.png);
  333. background-size:100%;
  334. width:160px;
  335. height:160px;
  336. display:block;
  337. transition:1s;
  338. filter:drop-shadow(0px 0px 0px gold) grayscale(100%);
  339. }
  340.  
  341. #god a:hover{
  342. filter:drop-shadow(0px 0px 10px gold) grayscale(0%);
  343. }
  344.  
  345. #sky{
  346. background-image:url(https://cdn.discordapp.com/attachments/411746842590576661/419733766915883009/latest.png);
  347. width:100%;
  348. height:100%;
  349. background-size:100%;
  350. z-index:1;
  351. position:absolute;
  352. top:0px;
  353. left:0px;
  354. opacity:0;
  355. }
  356.  
  357. #godkefka{
  358. background-image:url(https://i.imgur.com/Zbau4jT.png);
  359. background-repeat:no-repeat;
  360. background-size:100%;
  361. height:700px;
  362. width:700px;
  363. position:absolute;
  364. top:50%;
  365. left:50%;
  366. margin-left:-350px;
  367. margin-top:-1250px;
  368. z-index:99;
  369. opacity:1;
  370. filter:drop-shadow(0px 0px 10px #000);
  371. }
  372.  
  373. #typewriter{
  374. position:absolute;
  375. z-index:99;
  376. color:#fff;
  377.  
  378. }
  379.  
  380. #blanket:target #kefkalaugh {
  381. opacity:0;
  382. transition:2s;
  383. z-index:0;
  384. }
  385.  
  386. #blanket:target #oocbox {
  387. opacity:0;
  388. transition:2s;
  389. z-index:0;
  390. }
  391.  
  392. #blanket:target #backgroundbox {
  393. opacity:1;
  394. transition:2s;
  395. transition-delay:1s;
  396. z-index:10;
  397. }
  398.  
  399. #blanket:target #sky {
  400. opacity:0;
  401. transition:1s;
  402. transition-delay:1s;
  403. z-index:1;
  404. }
  405.  
  406. #blanket:target #godkefka {
  407. opacity:1;
  408. transition:1s;
  409. transition-delay:1s;
  410. z-index:99;
  411. }
  412.  
  413.  
  414.  
  415.  
  416.  
  417. #blanket2:target #kefkalaugh {
  418. opacity:0;
  419. transition:2s;
  420. z-index:0;
  421. }
  422.  
  423. #blanket2:target #oocbox {
  424. opacity:0;
  425. transition:2s;
  426. z-index:0;
  427. }
  428.  
  429. #blanket2:target #backgroundbox {
  430. opacity:1;
  431. transition:2s;
  432. transition-delay:1s;
  433. z-index:10;
  434. }
  435.  
  436.  
  437. #blanket2:target #sky{
  438. opacity:1;
  439. transition:2s;
  440. z-index:98;
  441. }
  442.  
  443. #blanket2:target #godkefka{
  444. opacity:1;
  445. transition:8s;
  446. z-index:99;
  447. margin-top:-400px;
  448. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement