Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.73 KB | None | 0 0
  1. <style>
  2. #left_container,.topad,.profile_text{display: none;}
  3. .logo_div {visibility: hidden;}
  4. .fpix_header {visibility: hidden;}
  5. .topad {visibility: hidden;}
  6. .fpix_asl_table { visibility: hidden;}
  7. .profile_text {visibility: visible;}
  8. .nc_profile {visibility: visible;}
  9. #left_container {visibility: hidden; }
  10. #flash_close_butt {visibility: hidden;}
  11. #start_chat_but {visibility: hidden;}
  12. #fpix_wrapper {visibility: visible;}
  13. span {display:none !important;]
  14. </style>
  15.  
  16. <style>
  17. ::-webkit-scrollbar {background-color: transparent; height:4px; width:8px; border:1px solid #FF0000}
  18.  
  19. ::-webkit-scrollbar-thumb:vertical {background-color:#773333; border:1px solid #555555; height:50px}
  20.  
  21. ::-webkit-scrollbar-thumb:horizontal {background-color:#000077; border:1px solid #00ff00; height:8px}
  22.  
  23.  
  24. body {
  25. overflow:hidden;
  26. background-image: url('http://i.imgur.com/5SztOYV.jpg') !important;
  27. -webkit-background-size: cover; /* For WebKit*/
  28. -moz-background-size: cover; /* Mozilla*/
  29. -o-background-size: cover; /* Opera*/
  30. background-size: cover; /* Generic*/
  31. }
  32. </style>
  33.  
  34. <style>
  35.  
  36. body, a:hover {
  37. cursor:url('http://i.imgur.com/7d5w1cm.png'), progress !important;
  38. }
  39.  
  40. div.transbox{
  41. position: relative;
  42. left: -90px; bottom: 120px;
  43. border:1px solid #FF0000;
  44. height: 50px;
  45. width: 780px;
  46. padding:10px;
  47. color: #ffffff;
  48. background-color: rgba(0, 0, 0, 0.9);
  49. font-family:arial;
  50. line-height:15px;
  51. font-size:10px;
  52. opacity:0.90;
  53. }
  54.  
  55. #tupp{
  56. position: fixed;
  57. left: 0px; right: 0;
  58. bottom: 0; top: 0;
  59. margin: auto;
  60. width: 650px;
  61. height: 450px;
  62. background-color: transparent;
  63. }
  64.  
  65.  
  66. #contentTwo{
  67. margin: auto;
  68. border:1px solid #FF0000;
  69. right: 10px;
  70. background-image: url('https://www.skotcher.com/wall/604fdf6ffc45d1a810f11d6ebd9a2183/black-face-god-of-war-kratos.jpg');
  71. background-repeat:no-repeat;
  72. background-size:100%;
  73. padding:23px;
  74. color: #FF5555;
  75. font-family:arial;
  76. line-height:15px;
  77. font-size:10px;
  78. overflow: auto;
  79. opacity:0.90;
  80. }
  81.  
  82. #contentTwo{position:relative; left: -100px; bottom: 100px; height: 450px; width: 800px;}
  83. }
  84.  
  85. .open {
  86. opacity:0;
  87. -webkit-animation:open ease-in 1;
  88. -moz-animation:open ease-in 1;
  89. animation:open ease-in 1;
  90. -webkit-animation-fill-mode:forwards;
  91. -moz-animation-fill-mode:forwards;
  92. animation-fill-mode:forwards;
  93. -webkit-animation-duration:0.9s;
  94. -moz-animation-duration:0.9s;
  95. animation-duration:0.9s;
  96. }
  97.  
  98. @-webkit-keyframes open { from { opacity:0; } to { opacity:1; } }
  99.  
  100. @-moz-keyframes open { from { opacity:0; } to { opacity:1; } }
  101.  
  102. @keyframes open { from { opacity:0; } to { opacity:1; } }
  103.  
  104.  
  105.  
  106. .text{
  107. font-size: 10px;
  108. font-family: trebuchet ms;
  109. text-align: justify;
  110. color: #ffffff;
  111. margin: 10px;
  112. }
  113.  
  114. b{
  115. color: #990000;
  116. font-family:consolas;
  117. text-transform:uppercase;
  118. letter-spacing: 1px;
  119. font-size: 9px;
  120. }
  121.  
  122. i{
  123. color: #FFFFFF;
  124. font-size: 9px;
  125. }
  126.  
  127. #icon{
  128. position: absolute;
  129. left: -350; top: 112;
  130. margin-left: 10px;
  131. width: 150px;
  132. height: 29px;
  133. border: 1px solid #ff0000;
  134. background-color: #000;
  135. }
  136.  
  137.  
  138. #icon img {
  139. position: fixed;
  140. margin-top: 10px;
  141. margin-left: -32px;
  142. -webkit-transition: all 0.7s ease-in-out;
  143. -moz-transition: all 0.7s ease-in-out;
  144. -o-transition: all 0.7s ease-in-out;
  145. -ms-transition: all 0.7s ease-in-out;
  146. transition: all 0.7s ease-in-out;
  147. }
  148.  
  149. #icon:hover img {
  150. opacity: 0;
  151. margin-top: 0px;
  152. -webkit-transition: all 0.7s ease-in-out;
  153. -moz-transition: all 0.7s ease-in-out;
  154. -o-transition: all 0.7s ease-in-out;
  155. -ms-transition: all 0.7s ease-in-out;
  156. transition: all 0.7s ease-in-out;
  157. }
  158.  
  159. #player {
  160. margin-top: 2px;
  161. margin-left: 5px;
  162. overflow: hidden;
  163. opacity: 0;
  164. width: 140px;
  165. -webkit-transition: all 0.7s ease-in-out;
  166. -moz-transition: all 0.7s ease-in-out;
  167. -o-transition: all 0.7s ease-in-out;
  168. -ms-transition: all 0.7s ease-in-out;
  169. transition: all 0.7s ease-in-out;
  170. }
  171.  
  172. #icon:hover #player {
  173. opacity: 0.85;
  174. -webkit-transition: all 0.7s ease-in-out;
  175. -moz-transition: all 0.7s ease-in-out;
  176. -o-transition: all 0.7s ease-in-out;
  177. -ms-transition: all 0.7s ease-in-out;
  178. transition: all 0.7s ease-in-out;
  179. }
  180.  
  181.  
  182. </style>
  183.  
  184. <link rel="shortcut icon" href="http://eclecticquill.com/assets/favicon-transparent.ico">
  185. <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
  186.  
  187. <script language=javascript>document.title=(" God of War ")</script>
  188.  
  189.  
  190. <div id="tupp">
  191. <div id="icon">
  192. <center><img src="http://media.tumblr.com/tumblr_ll7wpyHlj71qi6qow.gif"></center>
  193. <div id="player"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="150" height="25">
  194. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  195. <param name="bgcolor" value="#000000" />
  196. <param name="FlashVars" value="mp3=https://ia801502.us.archive.org/27/items/GodOfWar3ThemeSong/God%20of%20War%203%20theme%20song.mp3|https://ia601506.us.archive.org/0/items/GodOfWar3RageOfSpartaTheme/God%20of%20War%203%20Rage%20Of%20Sparta%20theme.mp3|https://ia601502.us.archive.org/30/items/GodOfWar2016SoundtrackMainThemeE32016HD/God%20of%20War%20_%202016%20Soundtrack%20-%20Main%20Theme%20[E3%202016]%20[HD].mp3&amp;width=105&amp;height=25&amp;autoplay=1&amp;loop=1&amp;showvolume=1&amp;showslider=0&amp;bgcolor1=FF0000&amp;bgcolor2=000000&amp;slidercolor1=ffffff&amp;slidercolor2=FFFFFF&amp;sliderovercolor=FFFFFF&amp;buttoncolor=FFFFFF" />
  197. </object></div>
  198. </div>
  199.  
  200. <div class="transbox">
  201. <i><p align="center">The hands of death could not defeat me. The sisters of fate could not hold me. And you will not see the end of this day. I will have my revenge!</i></p></div>
  202. <img class="top" src="http://stream1.gifsoup.com/view/153004/kratos-o.gif" width="300" height="200" style="position:absolute;left:-420px;top:-100px;">
  203. <img class="top" src="http://stream1.gifsoup.com/view5/2866924/kratos-mk-o.gif" width="300" height="200" style="position:absolute;left:-420px;top:150px;">
  204. <div id="contentTwo">
  205. <i>Death is my calling. Vengeance my creed. I will wash away the past. With the blood of Olympus! CHAOS WILL RISE AGAIN!.</i>
  206. <br><br>
  207. <p align="center"><b>Features </b><br></p>
  208. Kratos’ most noticeable feature is his ash-white complexion, a story development which earns him the title "Ghost of Sparta." Other distinctive features include a scar across his right eye, and a large, red tattoo that threads from his left eye, circles his left torso, and ends at his left shoulder. The scar is eventually revealed to be the result of a childhood encounter with the Olympian God, Ares, while the tattoo is a tribute to his dead brother Deimos, who had similar birth markings.
  209. <br><br>
  210. <p align="center"><b>Personality</b><br></p>
  211. Kratos can be described as complete psychopathic monster, but affably evil due to more sympathetic traits. He will kill anyone who enters his path or need to move on, he has no qualms to sacrifice even innocent mortal to reach his goals. Kratos is not someone to hold a grudge with, as with gods such Ares or Zeus in particular, the latter for making him a monster and brutally murdering his wife and his daughter, and the former for betraying him after he became the new God of War.
  212. <br>
  213. He is not without positive traits: he shows sorrow for having killed his mortal family and is haunted by the memories of it, but frequently turn his angst into anger and hatred for those who directed him to do it. After killing Ares, he discovers that though his sins may have been forgiven he was not eased from the visions that came to haunt him and considered suicide to escape his madness, but as reward from the gods, he ascended as the new God of War, and proved to be more dangerous than Ares himself. The the pain of his memories were turned into hatred because he never asked to become a God. After being betrayed, Kratos desired to destroy Zeus and everything he stood for if any would interfere on Zeus' behalf.
  214. <br><br>
  215. <p align="center"><b>Background</b><br></p>
  216. Kratos is the son of Zeus and Callisto. Kratos also has a younger brother named Deimos, Deimos was scarred by his broken house and was captured by Ares. Kratos got a red mark symbolizing Deimos' scar. When the rumors about his sire's identity grew so strong, his mother took Kratos to Sparta and receive training. He quickly become a Spartan general and although his tactics were brutal, they were efficient. But soon he learned that despite all his military power he was no match for Eastern Barbarians, numbered in the thousands, and his men fell one by one. As he was ready to be finished by the Barbarian King, Kratos pledged Ares the God of War and the Furies to save him,and kill his enemies. Kratos exchanged his soul for a victory. There are three blood oaths: the death of his enemy, the death of his enemies and the death of his brethren. Kratos became a living weapon, his swords attached to chains and burned to his forearms. He continued in the ways of war and death for Ares. But Ares deceived Kratos, and in his bloodlust Kratos killed Lysandra and Calliope. He was then cursed by a woman of the village, the ashes of his family forever turning his skin pale, earning the name "Ghost of Sparta".
  217. <br><br>
  218. <p align="center"><b>Abilities</b><br></p>
  219. <b>Strength:</b> Being born a demigod, Kratos possesses superhuman strength, able to wrestle the mighty Hydra into submission and resisting being crushed by even the Titans.<br>
  220. <b>Durability:</b> He also seems to possess feats of durability that would easily kill a normal man. He has survived falling from great heights, getting crushed, stabbed, beaten, and burned by various enemies.<br>
  221. <b>Reflexes:</b> Kratos possesses an innate sense of his surrounding, combined with his quick reflexes and this makes him quite difficult to engage with a surprise advantage.<br>
  222. <b>Speed:</b> Kratos possesses superhuman stamina and has the speed of an Olympic Athlete at his prime.<br>
  223. <b>Weapon Mastery:</b> Kratos is a master of weaponry, able to pick up any weapon and use it like an expert.<br>
  224. <b>Strategy:</b> An expert in the art of warfare, Kratos is able to execute brutal strategies to win almost any battle.<br>
  225. <b>Magic:</b> Capable in this field, though Kratos' arsenal is limited in solely offensive spells.<br><br>
  226. <p align="center"><b>Arsenal</b><br></p>
  227. Kratos possesses a wide variety of weapons and tools that aid him in cutting down his foes.<br>
  228. <b>The Blades of Chaos:</b>lso known as Athena and Exile. These large pair of Axe-like swords are attached to chains on Kratos' wrists.<br>
  229. <b>The Blade of Artemis:</b> A large sword glowing with energy, once owned by the Goddess Artemis.<br>
  230. <b>Blade of the Gods:</b> A large sword once used as a bridge, used to kill Ares himself in battle.<br>
  231. <b>The Gauntlets of Zeus:</b> Forged by Hephaestus, these massive metal fists greatly amplify Kratos' already superhuman strength and radiate with electricity.<br>
  232. <b>The Barbarian Hammer:</b> Once used by the Barbarian king, this weapon is slow but has devastating power and can summon the souls of the dead.<br>
  233. <b>Spear of Destiny:</b> A magical spear covered in purple crystals. It is able to extend its length and can use the crystals within it as projectile weapons, exploding after a certain while.<br>
  234. <b>Claws of Hades:</b> Cruel hooks used by the God of the Underworld himself. It can rip the souls from the living and summon souls of the dead.<br>
  235. <b>Nemesis Whips:</b> Forged by Hephaestus and infused with electricity, thse bladed weapons work with speed rather than sheer power.<br>
  236. <b>Blade of Olympus:</b> Created by Zeus and forged from both the Heavens and the Earth. This golden weapon was the very weapon that ended the Great War and defeated the Titans. This weapon glows with blue energy and has the power to lay waste to entire armies in a single slash.
  237. </div>
  238. </div>
  239. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement