Advertisement
Kyfx

Animated Deface page .:Credits to AnonGhost:.

Nov 27th, 2015
2,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.88 KB | None | 0 0
  1.  
  2. <html>
  3.  
  4. <head>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="author" content="Codrops">
  7. <link rel="shortcut icon" href="https://upload.wikimedia.org/wikipedia/commons/8/8f/Latrodectus_hasseltii_close.jpg">
  8. <style type="text/css">
  9. @font-face {
  10. font-family:'BebasNeueRegular';
  11. src: url('fonts/BebasNeue-webfont.eot');
  12. src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  13. font-weight: normal;
  14. font-style: normal;
  15. }
  16. /* CSS reset */
  17. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  18. margin:0;
  19. padding:0;
  20. }
  21. html, body {
  22. margin:0;
  23. padding:0;
  24. }
  25. table {
  26. border-collapse:collapse;
  27. border-spacing:0;
  28. }
  29. fieldset, img {
  30. border:0;
  31. }
  32. input {
  33. border:1px solid #b0b0b0;
  34. padding:3px 5px 4px;
  35. color:#979797;
  36. width:190px;
  37. }
  38. address, caption, cite, code, dfn, th, var {
  39. font-style:normal;
  40. font-weight:normal;
  41. }
  42. ol, ul {
  43. list-style:none;
  44. }
  45. caption, th {
  46. text-align:left;
  47. }
  48. h1, h2, h3, h4, h5, h6 {
  49. font-size:100%;
  50. font-weight:normal;
  51. }
  52. q:before, q:after {
  53. content:';
  54.  
  55. }
  56. abbr, acronym {
  57. border:0;
  58. }
  59. /* General Demo Style */
  60. body {
  61. font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  62. background: #000;
  63. font-weight: 400;
  64. font-size: 15px;
  65. color: #aa3e03;
  66. overflow-y: scroll;
  67. overflow-x: hidden;
  68. }
  69. .ie7 body {
  70. overflow:hidden;
  71. }
  72. a {
  73. color: #333;
  74. text-decoration: none;
  75. }
  76. .container {
  77. position: relative;
  78. text-align: center;
  79. }
  80. .clr {
  81. clear: both;
  82. }
  83. .container > header {
  84. padding: 30px 30px 10px 20px;
  85. margin: 0px 20px 10px 20px;
  86. position: relative;
  87. display: block;
  88. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  89. text-align: left;
  90. }
  91. .container > header h1 {
  92. font-family:'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  93. font-size: 35px;
  94. line-height: 35px;
  95. position: relative;
  96. font-weight: 400;
  97. color: #fff;
  98. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  99. padding: 0px 0px 5px 0px;
  100. }
  101. .container > header h1 span {
  102. }
  103. .container > header h2, p.info {
  104. font-size: 16px;
  105. font-style: italic;
  106. color: #f8f8f8;
  107. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  108. }
  109. /* Header Style */
  110. .codrops-top {
  111. font-family: Arial, sans-serif;
  112. line-height: 24px;
  113. font-size: 11px;
  114. width: 100%;
  115. background: #000;
  116. opacity: 0.9;
  117. text-transform: uppercase;
  118. z-index: 9999;
  119. position: relative;
  120. -moz-box-shadow: 1px 0px 2px #000;
  121. -webkit-box-shadow: 1px 0px 2px #000;
  122. box-shadow: 1px 0px 2px #000;
  123. }
  124. .codrops-top a {
  125. padding: 0px 10px;
  126. letter-spacing: 1px;
  127. color: #ddd;
  128. display: block;
  129. float: left;
  130. }
  131. .codrops-top a:hover {
  132. color: #fff;
  133. }
  134. .codrops-top span.right {
  135. float: right;
  136. }
  137. .codrops-top span.right a {
  138. float: none;
  139. display: inline;
  140. }
  141. p.codrops-demos {
  142. display: block;
  143. padding: 15px 0px;
  144. }
  145. p.codrops-demos a, p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
  146. display: inline-block;
  147. border: 1px solid #6d0019;
  148. padding: 4px 10px 3px;
  149. font-size: 13px;
  150. line-height: 18px;
  151. margin: 2px 3px;
  152. font-weight: 800;
  153. -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  154. -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
  155. box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  156. color:#fff;
  157. -webkit-border-radius: 5px;
  158. -moz-border-radius: 5px;
  159. border-radius: 5px;
  160. background: #a90329;
  161. background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  162. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  163. background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  164. background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  165. background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  166. background: linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  167. }
  168. p.codrops-demos a:hover {
  169. background: #6d0019;
  170. }
  171. p.codrops-demos a:active {
  172. background: #6d0019;
  173. background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
  174. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d0019), color-stop(56%, #8f0222), color-stop(100%, #a90329));
  175. background: -webkit-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
  176. background: -o-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
  177. background: -ms-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
  178. background: linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
  179. -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  180. -moz-box-shadow:0px 1px 1px rgba(255, 255, 255, 0.9);
  181. box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  182. }
  183. p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
  184. color: #A5727D;
  185. background: #6d0019;
  186. }
  187. /* Media Queries */
  188. @media screen and(max-width: 767px) {
  189. .container > header {
  190. text-align: center;
  191. }
  192. p.codrops-demos {
  193. position: relative;
  194. top: auto;
  195. left: auto;
  196. }
  197. }
  198. </style>
  199. <style type="text/css">
  200. .cb-slideshow, .cb-slideshow:after {
  201. position: fixed;
  202. width: 100%;
  203. height: 100%;
  204. top: 0px;
  205. left: 0px;
  206. z-index: 0;
  207. }
  208. .cb-slideshow:after {
  209. content:';
  210. background: transparent url(http://im50.gulfup.com/6gQ52I.png) repeat top left;
  211. }
  212. .cb-slideshow li span {
  213. width: 100%;
  214. height: 100%;
  215. position: absolute;
  216. top: 0px;
  217. left: 0px;
  218. color: transparent;
  219. background-size: cover;
  220. background-position: 50% 50%;
  221. background-repeat: none;
  222. opacity: 0;
  223. z-index: 0;
  224. -webkit-backface-visibility: hidden;
  225. -webkit-animation: imageAnimation 36s linear infinite 0s;
  226. -moz-animation: imageAnimation 36s linear infinite 0s;
  227. -o-animation: imageAnimation 36s linear infinite 0s;
  228. -ms-animation: imageAnimation 36s linear infinite 0s;
  229. animation: imageAnimation 36s linear infinite 0s;
  230. }
  231. .cb-slideshow li div {
  232. z-index: 1000;
  233. position: absolute;
  234. bottom: 10px;
  235. left: 0px;
  236. width: 100%;
  237. text-align: right;
  238. opacity: 0;
  239. -webkit-animation: titleAnimation 36s linear infinite 0s;
  240. -moz-animation: titleAnimation 36s linear infinite 0s;
  241. -o-animation: titleAnimation 36s linear infinite 0s;
  242. -ms-animation: titleAnimation 36s linear infinite 0s;
  243. animation: titleAnimation 36s linear infinite 0s;
  244. }
  245. .cb-slideshow li div h3 {
  246. font-family:'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  247. font-size: 160px;
  248. padding: 0 30px;
  249. line-height: 120px;
  250. color: rgba(169, 3, 41, 0.8);
  251. }
  252. .cb-slideshow li:nth-child(1) span {
  253. background-image: url(http://ironmikemag.com/wp-content/uploads/2015/09/crowd.jpg)
  254. }
  255. .cb-slideshow li:nth-child(2) span {
  256. background-image: url(http://ironmikemag.com/wp-content/uploads/2015/09/crowd.jpg);
  257. -webkit-animation-delay: 6s;
  258. -moz-animation-delay: 6s;
  259. -o-animation-delay: 6s;
  260. -ms-animation-delay: 6s;
  261. animation-delay: 6s;
  262. }
  263. .cb-slideshow li:nth-child(3) span {
  264. background-image: url(http://ironmikemag.com/wp-content/uploads/2015/09/crowd.jpg);
  265. -webkit-animation-delay: 12s;
  266. -moz-animation-delay: 12s;
  267. -o-animation-delay: 12s;
  268. -ms-animation-delay: 12s;
  269. animation-delay: 12s;
  270. }
  271. .cb-slideshow li:nth-child(4) span {
  272. background-image: url(http://ironmikemag.com/wp-content/uploads/2015/09/crowd.jpg);
  273. -webkit-animation-delay: 18s;
  274. -moz-animation-delay: 18s;
  275. -o-animation-delay: 18s;
  276. -ms-animation-delay: 18s;
  277. animation-delay: 18s;
  278. }
  279. .cb-slideshow li:nth-child(5) span {
  280. background-image: url(http://photouploads.com/images/jihad.jpg);
  281. -webkit-animation-delay: 24s;
  282. -moz-animation-delay: 24s;
  283. -o-animation-delay: 24s;
  284. -ms-animation-delay: 24s;
  285. animation-delay: 24s;
  286. }
  287. .cb-slideshow li:nth-child(6) span {
  288. background-image: url(http://im76.gulfup.com/vNl9h9.jpg);
  289. -webkit-animation-delay: 30s;
  290. -moz-animation-delay: 30s;
  291. -o-animation-delay: 30s;
  292. -ms-animation-delay: 30s;
  293. animation-delay: 30s;
  294. }
  295. .cb-slideshow li:nth-child(7) span {
  296. background-image: url(http://im81.gulfup.com/8VKlpc.jpg);
  297. -webkit-animation-delay: 30s;
  298. -moz-animation-delay: 30s;
  299. -o-animation-delay: 30s;
  300. -ms-animation-delay: 30s;
  301. animation-delay: 30s;
  302. }
  303. .cb-slideshow li:nth-child(8) span {
  304. background-image: url(http://im44.gulfup.com/QigFRV.jpg);
  305. -webkit-animation-delay: 42s;
  306. -moz-animation-delay: 42s;
  307. -o-animation-delay: 42s;
  308. -ms-animation-delay: 42s;
  309. animation-delay: 42s;
  310. }
  311. .cb-slideshow li:nth-child(9) span {
  312. background-image: url(http://im45.gulfup.com/wfd6e0.jpg);
  313. -webkit-animation-delay: 48s;
  314. -moz-animation-delay: 48s;
  315. -o-animation-delay: 48s;
  316. -ms-animation-delay: 48s;
  317. animation-delay: 48s;
  318. }
  319. .cb-slideshow li:nth-child(10) span {
  320. background-image: url(http://im79.gulfup.com/DF1sg3.jpg);
  321. -webkit-animation-delay: 54s;
  322. -moz-animation-delay: 54s;
  323. -o-animation-delay: 54s;
  324. -ms-animation-delay: 54s;
  325. animation-delay: 54s;
  326. }
  327. .cb-slideshow li:nth-child(11) span {
  328. background-image: url(http://cyberwarzone.com/wp-content/uploads/2014/07/anonghost-opsavegaza.jpg);
  329. -webkit-animation-delay: 60s;
  330. -moz-animation-delay: 60s;
  331. -o-animation-delay: 60s;
  332. -ms-animation-delay: 60s;
  333. animation-delay: 60s;
  334. }
  335. .cb-slideshow li:nth-child(12) span {
  336. background-image: url(http://www11.0zz0.com/2013/11/26/16/414649839.jpg);
  337. -webkit-animation-delay: 66s;
  338. -moz-animation-delay: 66s;
  339. -o-animation-delay: 66s;
  340. -ms-animation-delay: 66s;
  341. animation-delay: 66s;
  342. }
  343. .cb-slideshow li:nth-child(13) span {
  344. background-image: url(http://cdn0-e.production.liputan6.com/medias/706385/big/Gaza-Israel__Screeenshot_via_The_Times_of_Israel_.jpg);
  345. -webkit-animation-delay: 72s;
  346. -moz-animation-delay: 72s;
  347. -o-animation-delay: 72s;
  348. -ms-animation-delay: 72s;
  349. animation-delay: 72s;
  350. }
  351. .cb-slideshow li:nth-child(14) span {
  352. background-image: url(http://photouploads.com/images/ghostjhj.jpg);
  353. -webkit-animation-delay: 78s;
  354. -moz-animation-delay: 78s;
  355. -o-animation-delay: 78s;
  356. -ms-animation-delay: 78s;
  357. animation-delay: 78s;
  358. }
  359. .cb-slideshow li:nth-child(15) span {
  360. background-image: url(http://photouploads.com/images/jihad.jpg);
  361. -webkit-animation-delay: 84s;
  362. -moz-animation-delay: 84s;
  363. -o-animation-delay: 84s;
  364. -ms-animation-delay: 84s;
  365. animation-delay: 84s;
  366. }
  367. .cb-slideshow li:nth-child(16) span {
  368. background-image: url(http://photouploads.com/images/aqsa.jpg);
  369. -webkit-animation-delay: 90s;
  370. -moz-animation-delay: 90s;
  371. -o-animation-delay: 90s;
  372. -ms-animation-delay: 90s;
  373. animation-delay: 90s;
  374. }
  375. .cb-slideshow li:nth-child(2) div {
  376. -webkit-animation-delay: 6s;
  377. -moz-animation-delay: 6s;
  378. -o-animation-delay: 6s;
  379. -ms-animation-delay: 6s;
  380. animation-delay: 6s;
  381. }
  382. .cb-slideshow li:nth-child(3) div {
  383. -webkit-animation-delay: 12s;
  384. -moz-animation-delay: 12s;
  385. -o-animation-delay: 12s;
  386. -ms-animation-delay: 12s;
  387. animation-delay: 12s;
  388. }
  389. .cb-slideshow li:nth-child(4) div {
  390. -webkit-animation-delay: 18s;
  391. -moz-animation-delay: 18s;
  392. -o-animation-delay: 18s;
  393. -ms-animation-delay: 18s;
  394. animation-delay: 18s;
  395. }
  396. .cb-slideshow li:nth-child(5) div {
  397. -webkit-animation-delay: 24s;
  398. -moz-animation-delay: 24s;
  399. -o-animation-delay: 24s;
  400. -ms-animation-delay: 24s;
  401. animation-delay: 24s;
  402. }
  403. .cb-slideshow li:nth-child(6) div {
  404. -webkit-animation-delay: 30s;
  405. -moz-animation-delay: 30s;
  406. -o-animation-delay: 30s;
  407. -ms-animation-delay: 30s;
  408. animation-delay: 30s;
  409. }
  410. @-webkit-keyframes imageAnimation {
  411. 0% {
  412. opacity: 0;
  413. -webkit-animation-timing-function: ease-in;
  414. }
  415. 8% {
  416. opacity: 1;
  417. -webkit-transform: scale(1.05);
  418. -webkit-animation-timing-function: ease-out;
  419. }
  420. 17% {
  421. opacity: 1;
  422. -webkit-transform: scale(1.1) rotate(3deg);
  423. }
  424. 25% {
  425. opacity: 0;
  426. -webkit-transform: scale(1.1) rotate(3deg);
  427. }
  428. 100% {
  429. opacity: 0
  430. }
  431. }
  432. @-moz-keyframes imageAnimation {
  433. 0% {
  434. opacity: 0;
  435. -moz-animation-timing-function: ease-in;
  436. }
  437. 8% {
  438. opacity: 1;
  439. -moz-transform: scale(1.05);
  440. -moz-animation-timing-function: ease-out;
  441. }
  442. 17% {
  443. opacity: 1;
  444. -moz-transform: scale(1.1) rotate(3deg);
  445. }
  446. 25% {
  447. opacity: 0;
  448. -moz-transform: scale(1.1) rotate(3deg);
  449. }
  450. 100% {
  451. opacity: 0
  452. }
  453. }
  454. @-o-keyframes imageAnimation {
  455. 0% {
  456. opacity: 0;
  457. -o-animation-timing-function: ease-in;
  458. }
  459. 8% {
  460. opacity: 1;
  461. -o-transform: scale(1.05);
  462. -o-animation-timing-function: ease-out;
  463. }
  464. 17% {
  465. opacity: 1;
  466. -o-transform: scale(1.1) rotate(3deg);
  467. }
  468. 25% {
  469. opacity: 0;
  470. -o-transform: scale(1.1) rotate(3deg);
  471. }
  472. 100% {
  473. opacity: 0
  474. }
  475. }
  476. @-ms-keyframes imageAnimation {
  477. 0% {
  478. opacity: 0;
  479. -ms-animation-timing-function: ease-in;
  480. }
  481. 8% {
  482. opacity: 1;
  483. -ms-transform: scale(1.05);
  484. -ms-animation-timing-function: ease-out;
  485. }
  486. 17% {
  487. opacity: 1;
  488. -ms-transform: scale(1.1) rotate(3deg);
  489. }
  490. 25% {
  491. opacity: 0;
  492. -ms-transform: scale(1.1) rotate(3deg);
  493. }
  494. 100% {
  495. opacity: 0
  496. }
  497. }
  498. @keyframes imageAnimation {
  499. 0% {
  500. opacity: 0;
  501. animation-timing-function: ease-in;
  502. }
  503. 8% {
  504. opacity: 1;
  505. transform: scale(1.05);
  506. animation-timing-function: ease-out;
  507. }
  508. 17% {
  509. opacity: 1;
  510. transform: scale(1.1) rotate(3deg);
  511. }
  512. 25% {
  513. opacity: 0;
  514. transform: scale(1.1) rotate(3deg);
  515. }
  516. 100% {
  517. opacity: 0
  518. }
  519. }
  520. @-webkit-keyframes titleAnimation {
  521. 0% {
  522. opacity: 0;
  523. -webkit-transform: translateX(200px);
  524. }
  525. 8% {
  526. opacity: 1;
  527. -webkit-transform: translateX(0px);
  528. }
  529. 17% {
  530. opacity: 1;
  531. -webkit-transform: translateX(0px);
  532. }
  533. 19% {
  534. opacity: 0;
  535. -webkit-transform: translateX(-400px);
  536. }
  537. 25% {
  538. opacity: 0
  539. }
  540. 100% {
  541. opacity: 0
  542. }
  543. }
  544. @-moz-keyframes titleAnimation {
  545. 0% {
  546. opacity: 0;
  547. -moz-transform: translateX(200px);
  548. }
  549. 8% {
  550. opacity: 1;
  551. -moz-transform: translateX(0px);
  552. }
  553. 17% {
  554. opacity: 1;
  555. -moz-transform: translateX(0px);
  556. }
  557. 19% {
  558. opacity: 0;
  559. -moz-transform: translateX(-400px);
  560. }
  561. 25% {
  562. opacity: 0
  563. }
  564. 100% {
  565. opacity: 0
  566. }
  567. }
  568. @-o-keyframes titleAnimation {
  569. 0% {
  570. opacity: 0;
  571. -o-transform: translateX(200px);
  572. }
  573. 8% {
  574. opacity: 1;
  575. -o-transform: translateX(0px);
  576. }
  577. 17% {
  578. opacity: 1;
  579. -o-transform: translateX(0px);
  580. }
  581. 19% {
  582. opacity: 0;
  583. -o-transform: translateX(-400px);
  584. }
  585. 25% {
  586. opacity: 0
  587. }
  588. 100% {
  589. opacity: 0
  590. }
  591. }
  592. @-ms-keyframes titleAnimation {
  593. 0% {
  594. opacity: 0;
  595. -ms-transform: translateX(200px);
  596. }
  597. 8% {
  598. opacity: 1;
  599. -ms-transform: translateX(0px);
  600. }
  601. 17% {
  602. opacity: 1;
  603. -ms-transform: translateX(0px);
  604. }
  605. 19% {
  606. opacity: 0;
  607. -ms-transform: translateX(-400px);
  608. }
  609. 25% {
  610. opacity: 0
  611. }
  612. 100% {
  613. opacity: 0
  614. }
  615. }
  616. @keyframes titleAnimation {
  617. 0% {
  618. opacity: 0;
  619. transform: translateX(200px);
  620. }
  621. 8% {
  622. opacity: 1;
  623. transform: translateX(0px);
  624. }
  625. 17% {
  626. opacity: 1;
  627. transform: translateX(0px);
  628. }
  629. 19% {
  630. opacity: 0;
  631. transform: translateX(-400px);
  632. }
  633. 25% {
  634. opacity: 0
  635. }
  636. 100% {
  637. opacity: 0
  638. }
  639. }
  640. /* Show at least something when animations not supported */
  641. .no-cssanimations .cb-slideshow li span {
  642. opacity: 1;
  643. }
  644. @media screen and(max-width: 1140px) {
  645. .cb-slideshow li div h3 {
  646. font-size: 100px
  647. }
  648. }
  649. @media screen and(max-width: 600px) {
  650. .cb-slideshow li div h3 {
  651. font-size: 50px
  652. }
  653. }
  654. </style>
  655. <script type="text/javascript" src="googledrive.com/host/0B0FAryoVedK0Szk4WW9GR3ZKWDg/modernizr.custom.86080.js"></script>
  656. </head>
  657.  
  658. <body id="page" style="color: #FFFFFF; background-color: #000000">
  659. <ul class="cb-slideshow">
  660. <li>
  661. <span>Image 01</span>
  662. <div>
  663. <h3></h3>
  664. </div>
  665. </li>
  666. <li>
  667. <span>Image 02</span>
  668. <div>
  669. <h3></h3>
  670. </div>
  671. </li>
  672. <li>
  673. <span>Image 03</span>
  674. <div>
  675. <h3></h3>
  676. </div>
  677. </li>
  678. <li>
  679. <span>Image 04</span>
  680. <div>
  681. <h3></h3>
  682. </div>
  683. </li>
  684. <li>
  685. <span>Image 05</span>
  686. <div>
  687. <h3></h3>
  688. </div>
  689. </li>
  690. <li>
  691. <span>Image 06</span>
  692. <div>
  693. <h3></h3>
  694. </div>
  695. </li>
  696. <li>
  697. <span>Image 07</span>
  698. <div>
  699. <h3></h3>
  700. </div>
  701. </li>
  702. <li>
  703. <span>Image 08</span>
  704. <div>
  705. <h3></h3>
  706. </div>
  707. </li>
  708. <li>
  709. <span>Image 09</span>
  710. <div>
  711. <h3></h3>
  712. </div>
  713. </li>
  714. <li>
  715. <span>Image 10</span>
  716. <div>
  717. <h3></h3>
  718. </div>
  719. </li>
  720. <li>
  721. <span>Image 11</span>
  722. <div>
  723. <h3></h3>
  724. </div>
  725. </li>
  726. <li>
  727. <span>Image 12</span>
  728. <div>
  729. <h3></h3>
  730. </div>
  731. </li>
  732. <li>
  733. <span>Image 13</span>
  734. <div>
  735. <h3></h3>
  736. </div>
  737. </li>
  738. <li>
  739. <span>Image 14</span>
  740. <div>
  741. <h3></h3>
  742. </div>
  743. </li>
  744. <li>
  745. <span>Image 15</span>
  746. <div>
  747. <h3></h3>
  748. </div>
  749. </li>
  750. <li>
  751. <span>Image 16</span>
  752. <div>
  753. <h3></h3>
  754. </div>
  755. </li>
  756. </ul>
  757. <div class="container">
  758. <!-- Codrops top bar -->
  759. <div class="codrops-top">
  760. <span class="right"></span>
  761. <div class="clr"></div>
  762. </div>
  763. <!--/ Codrops top bar -->
  764. <header>
  765. <p>
  766. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  767. <title>Hacked By AnonGhost</title>
  768. <meta name="Keywords" content="Hacked By AnonGhost">
  769. <link rel="shortcut icon" href="http://www.iconj.com/ico/u/5/u5oywrf99u.ico"
  770. type="image/x-icon">
  771. <script language="JavaScript1.2">
  772. function ejs_nodroit() {
  773. return (false);
  774. }
  775.  
  776. document.oncontextmenu = ejs_nodroit;
  777. </script>
  778. <style type="text/css">
  779. body {
  780. background-position:top left;
  781. background-size:100% 100%;
  782. background-repeat:no-repeat;
  783. background-attachment:fixed;
  784. }
  785. h1 {
  786. color: #333;
  787. font-size: 100px;
  788. margin: 1px auto;
  789. text-align:center;
  790. text-transform:uppercase;
  791. }
  792. .neon {
  793. color: #FFFFFF;
  794. text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;
  795. }
  796. .matrix {
  797. color: #FFFFFF;
  798. font-family:Arial, Courier, Monotype;
  799. font-size:10pt;
  800. text-align:center;
  801. width:10px;
  802. padding:0px;
  803. margin:0px;
  804. }
  805. .auto-style1 {
  806. text-align: center;
  807. }
  808. .auto-style2 {
  809. text-align: center;
  810. color: #5BEEFF;
  811. }
  812. .auto-style3 {
  813. color: #545454;
  814. font-size: medium;
  815. }
  816. .auto-style6 {
  817. color: #545454;
  818. }
  819. .auto-style8 {
  820. text-align: center;
  821. font-family: Arial;
  822. }
  823. .auto-style9 {
  824. font-size: xx-large;
  825. }
  826. .auto-style10 {
  827. color: #B7B7B7;
  828. }
  829. </style>
  830. <script type="text/javascript">
  831. <!--
  832. //Disable right click script
  833. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  834. var message = 'Sorry, right-click has been disabled';
  835. ///////////////////////////////////
  836. function clickIE() {
  837. if (document.all) {
  838. (message);
  839. return false;
  840. }
  841. }
  842.  
  843. function clickNS(e) {
  844. if (document.layers || (document.getElementById && !document.all)) {
  845. if (e.which == 2 || e.which == 3) {
  846. (message);
  847. return false;
  848. }
  849. }
  850. }
  851. if (document.layers) {
  852. document.captureEvents(Event.MOUSEDOWN);
  853. document.onmousedown = clickNS;
  854. } else {
  855. document.onmouseup = clickNS;
  856. document.oncontextmenu = clickIE;
  857. }
  858. document.oncontextmenu = new Function('return false')
  859. // -->
  860. </script>
  861. <!-- <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700'
  862. rel='stylesheet' type='text/css'> </link> -->
  863. <!-- <script type='text/javascript'>
  864. </script> -->
  865. </p>
  866. <h1>Defaced By Kyfx</h1>
  867. <div id="matrix" class="auto-style8"></div>
  868. <center>
  869. <img border="0" src="http://4.bp.blogspot.com/-ceQOU8yDA-s/VI0BYisVOHI/AAAAAAAAEdc/ANKuBTJqxHM/s1600/agne_zps5e42fcf5.png"
  870. <="" img="">
  871. <p>
  872.  
  873. </video>
  874. </p>
  875. <font color="00b4ff">
  876. <font size="6">
  877. <b>
  878. <p>Hacked By Kyfx</p>
  879. <font color="00b4ff">
  880. <font size="4">
  881. <p>Message:</p>
  882. <p>"A light will always shine you home" </p>
  883. <p>Your website has been hacked, not because of stupidity</p>
  884. <p>We love you</p>
  885. <p>Relax and watch my deface pictures and listen the nice music in the background</p>
  886. <p>Peace is silence by fear</p>
  887. <p>Its basically because we want to share our message and show the world
  888. who am i?</p>
  889. <p>Im not looking for fame but i have a goal to achieve</p>
  890. <p>Something that could change everything...</p>
  891. <p>Im just a peace maker, by defacing and hacking.Im just uploading a spirit message that perhaps show a small miracle</p>
  892. <p>Goodbye from Kyfx</p>
  893. </font>
  894. </font>
  895. </b>
  896. <font color="00b4ff">
  897. <font size="4"></font>
  898. </font>
  899. </font>
  900. </font>
  901. <footer id="det" style="position:width: 100%; bottom: 0px; font-family: tahoma; height: 18px; color: darkWhite; font-size: 13px; left: 0px; border-top: 2px solid #222; padding: 0px; background-color: transparent">
  902. <center>
  903. <font color="silver" face="gothic" size="3">
  904. <b>Im sorry
  905. <b></b>
  906. </b>
  907. </font>
  908. </center>
  909. <b>
  910. <b>
  911. <marquee scrollamount="5" scrolldelay="50" width="100%" style="width: 100%;">
  912. <b>
  913. <font color="RED" face="gothic" size="4">Your website has been hacked by Kyfx.Please fix your securities as soon as possible for futher more attacks!</font>
  914. </b>
  915. </marquee>
  916. <center>
  917. <a href="https://twitter.com/TheMeritz"><h2>2011 - 2015</h2></a>
  918. <center>
  919. <p></p>
  920. </center>
  921. </center>
  922. </b>
  923. </b>
  924. </footer>
  925. </center>
  926. </header>
  927. <b>
  928. <b></b>
  929. </b>
  930. </div>
  931. <b>
  932. <b>
  933. <center>Hacked By Kyfx</center>
  934. </b>
  935. </b>
  936. </body>
  937. <embed src="http://www.youtube.com/v/MbhVdveIxaA&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>
  938.  
  939. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement