Advertisement
Guest User

plot

a guest
Oct 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  3. <link rel="shortcut icon" href="{Favicon}">
  4.  
  5.  
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>PLOT</title>
  8.  
  9.  
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  13. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  14. <link href="https://fonts.googleapis.com/css?family=Muli:400,400i,700" rel="stylesheet">
  15.  
  16.  
  17. <style type="text/css">
  18.  
  19.  
  20.  
  21. ::-webkit-scrollbar {width: 5px; height: 5px; height:5px; background:black;}
  22. ::-webkit-scrollbar-thumb:vertical {background:#252323;}
  23. ::-webkit-scrollbar-thumb:horizontal {background:#252323;}
  24. ::-webkit-scrollbar-thumb {background:#252323;}
  25.  
  26.  
  27.  
  28. #floatbox {
  29. border-radius:5px;
  30. width:600px;
  31. margin-top:5%;
  32. margin-bottom:10%;
  33. margin: auto;
  34. display:table-cell;
  35. padding:20px;
  36. background:#000;
  37. border:1px solid #000;
  38. -webkit-box-shadow: 0px -1px 10px -2px rgba(0,0,0,1);
  39. -moz-box-shadow: 0px -1px 10px -2px rgba(0,0,0,1);
  40. box-shadow: 0px -1px 10px -2px rgba(0,0,0,1);
  41. }
  42.  
  43. #credit {
  44. bottom:20px;
  45. right:20px;
  46. position:fixed;
  47. color:#917a5f;
  48. font-size:10px;
  49. z-index:999999;
  50. }
  51.  
  52.  
  53. #topbar {
  54. position: fixed;
  55. display:block;
  56. top: 0;
  57. left: 0;
  58. width: 100%;
  59. padding: 16px;
  60. line-height: 100%;
  61. background:#100000;
  62. text-align: center;
  63. border-top:1px solid #362b2b;
  64.  
  65. display:block;
  66. margin: 0px auto;
  67. color:white;
  68. text-align:center;
  69. font-family:times;
  70. font-size: 15px;
  71. letter-spacing:5px;
  72. line-height:15px;
  73. padding:10px;
  74. height:45px;
  75. text-transform:uppercase;
  76. margin-bottom:0px;
  77. z-index:9999;
  78. }
  79.  
  80.  
  81. body {
  82. background:#000;
  83. margin:0px;
  84. color:#efe6dd;
  85. text-align:justify;
  86. font-family:'Muli';
  87. font-size: 11.5px;
  88. letter-spacing:.5px;
  89. line-height: 150%;
  90. text-decoration:none;
  91. text-align:justify;
  92. word-wrap: break-word;
  93. background-image: url('https://66.media.tumblr.com/04d9c45d7d583fa99be382755d7f0038/tumblr_pzm0h2qaA81y80i20o1_1280.png');
  94. background-repeat:no-repeat;
  95. background-position:center;
  96. background-attachment:fixed;
  97. -webkit-background-size: cover;
  98. -moz-background-size: cover;
  99. -o-background-size: cover;
  100. background-size: cover;
  101.  
  102. }
  103.  
  104.  
  105. a, href {
  106. color:#fff;
  107. font-family: playfair display;
  108. font-size: 12px;
  109. letter-spacing:5px;
  110. text-decoration: none;
  111. transition: all 0.2s;
  112. -webkit-transition: all 0.2s;
  113. -moz-transition: all 0.2s;
  114. }
  115.  
  116. a:hover {
  117. color: #8a8c8b;
  118. transition: all 0.2s;
  119. -webkit-transition: all 0.2s;
  120. -moz-transition: all 0.2s;
  121. }
  122.  
  123. b,{
  124. color:#917a5f;
  125. }
  126.  
  127. strong {
  128. color:#8a8c8b;
  129. font-weight:normal;
  130. }
  131.  
  132. w,i,em {
  133. color:#8a8c8b;
  134. }
  135.  
  136. h2 {
  137. font-family:times;
  138. font-size:14px;
  139. letter-spacing:3px;
  140. text-align:center;
  141. margin-top:30px;
  142. margin-bottom:30px;
  143. text-transform:uppercase;
  144. }
  145.  
  146. h4 {
  147. font-family:times;
  148. font-size:14px;
  149. letter-spacing:2px;
  150. text-align:center;
  151. color:#8a8c8b;
  152. margin-top:-5px;
  153. }
  154.  
  155. code {
  156. font-size:12px;
  157. }
  158. small, sub, sup {
  159. font-size:10px;
  160. }
  161.  
  162. h1 {
  163. font-family:times;
  164. font-size:14px;
  165. letter-spacing:3px;
  166. text-align:center;
  167. margin-top:-5px;
  168. text-transform:uppercase;
  169. }
  170.  
  171. h5 {
  172. font-family:muli;
  173. font-size: 11.5px;
  174. letter-spacing:.5px;
  175. text-align:center;
  176. margin-top:-5px;
  177. color: #1e1818;
  178. text-transform:uppercase;
  179. }
  180.  
  181.  
  182. #contain {
  183. width: 550px;
  184. margin: 0px auto;
  185. margin-top: 65px;
  186. height: 100%;
  187. margin-bottom:1%;
  188. }
  189.  
  190. hr {
  191. border-color:#201616;
  192. border-width:3px;
  193. margin-top:30px;
  194. }
  195.  
  196.  
  197. embed {
  198. outline: none;
  199. border:1px solid black;
  200. }
  201.  
  202. h7 {
  203. color: white;
  204. padding: 13px 11px;
  205. border: 3px double black;
  206. text-transform: uppercase;
  207. display: block;
  208. margin-right: 5px;
  209. font-family: times;
  210. text-align: center;
  211. background: #201616;
  212. font-size: 28px;
  213. float: left;
  214. font-weight: 800;
  215. }
  216.  
  217.  
  218. h8 {
  219. color: white;
  220. padding: 5px 6px;
  221. border: 3px double black;
  222. text-transform: uppercase;
  223. display: block;
  224. margin-right: 5px;
  225. font-family: times;
  226. text-align: center;
  227. background: #201616;
  228. font-size: 12px;
  229. float: left;
  230. font-weight: 800;
  231. }
  232.  
  233.  
  234.  
  235. ul {
  236. width:440px;
  237. }
  238.  
  239.  
  240. </style></head><body>
  241.  
  242.  
  243. <div id="credit"><h8>ss</h8></div>
  244.  
  245. <div id="topbar">
  246. <table style="width:100%; padding:3px;font-size:10.5px;text-align:justify;margin-left:3px"><td style="width:310px;padding:10px" valign="top"><div style="color:#8a8c8b;text-align:center; letter-spacing:3.5px;font-size:9px;margin-bottom:5px;text-transform:uppercase;font-family:times;font-style:italic; font-weight:600;text-shadow: 5px;margin-top:-9px">
  247. OF GLORY & RUINATION</div>
  248. <Center>
  249. <b><a href="/">INDEX</a></b> &nbsp;<strong>✦</strong>
  250. &nbsp;<b><a href="/ask">CONTACT</a></b> &nbsp;<strong>✦</strong>
  251. &nbsp;<b><a href="/nav">NAVIGATION</a></b> &nbsp;<strong>✦</strong>
  252. &nbsp;<b><a href="/master">MASTERLIST</a></b>
  253. </Center>
  254. </td>
  255. </table>
  256. </div>
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. <div id="contain">
  264. <div id="floatbox">
  265. <table>
  266. <td style="width:550px">
  267. <h1><img src="https://66.media.tumblr.com/025bdac5c247a04f31acb26972839261/tumblr_pud9jbvnk91y80i20o1_250.png" style="border-radius:80px"/></h1>
  268.  
  269.  
  270.  
  271. <h1>WELCOME TO THE GLORIOUS RUINATIONS OF WAR</h1><h4><i>"Where for the God's, blood is demanded to be paid in blood"</i></h4>
  272.  
  273. <hr>
  274.  
  275. <br>
  276. <p><br><h4>THE GOD'S ARE DEAD.<br>OR SO THEY SEEM.</h4>
  277.  
  278. <br>
  279.  
  280. <p><h7>M</h7>
  281.  
  282. any can’t remember the last time they spoke or glimpsed one — or even felt their influence taint the world. Mount Olympus was unavailable to mortals, and their silence seemed almost deafening. It has been a decade since they were last sighted, and not even the smallest hint of their divinity remains. The awe-worthy flash during a thunderstorm that could only belong to Zeus stopped appearing. The fields of grain Demeter tended to in environments in which nothing dared to grow without her influence became barren. The unlikely tales of star-crossed lovers guided to one another by the hand of Aphrodite had much less happy endings without her assistance. The blacksmiths who forged magnificent creations advised by Hephaestus saw their hearths grow cold. Even the madness and ecstasy associated with Dionysus at revels died out without even a whimper.
  283. </h2>
  284.  
  285. <br>
  286. <p><br><h4>THEY WERE GONE.</h4>
  287.  
  288. <br>
  289.  
  290. <p><h7>T</h7>
  291.  
  292. heir demigod offspring dreaded the consequences of their absence. Were they dead? If they had been murdered — that meant there was something or someone out there with the ability to kill the unkillable. And this meant that they who had done so had yet to show their hand; for those who overthrew a dynasty often replaced it with their own reign — and they knew that there was nothing they could do against that kind of power. Or perhaps if there was not a god killing creature out there, had their divine essence simply run out? Their lifespan had always seemed infinite, but maybe if mortals stopped believing; stopped feeding them with that same belief, was that to be their end? But most importantly, what would happen to the demigods if that had been the case?
  293.  
  294. </h2>
  295.  
  296. <br>
  297. <p><br><h4>BUT WHAT IF THEY <br>WEREN'T DEAD AT ALL?</h4>
  298.  
  299. <br>
  300.  
  301. <p><h7>T</h7>
  302.  
  303. hat alternative was a much harsher thought. If the Gods were still alive, it meant they were ignoring their halfblood children, it meant they were ignoring the pleas and prayers from everyone in need of their help — and without any apparent cause in sight, many suspected their motives to be selfish. Maybe they had grown tired of tending to this world and decided to spend the rest of their immortal life clustered away. <i>Let the mortals fend for themselves, and the children they had spawned with humans.</i> After all, not one being would not have lived long enough for them to remember in their endless existence. Or perhaps they were planning to overthrow the world of mortals and have themselves be worshipped again like in the old days. After all — ones still devoted to their faith were sparse and rare to find.
  304.  
  305. <p>No one had even a clue to what had happened, for why they had been left alone, and how they were supposed to move on without them. The world grew colder too, without the God's protection. Anyone who had once harbored a grudge against the immortal deities and their mortal children stepped out of the shadows. Some seeked vengeance, taking eons old grudges out on those left behind without their godly parents to protect them. Others because they were hungry for more power. A throne had been left behind, and whoever managed to take it up would rule the world. There was no one left with enough ability to defend it, anyway.
  306.  
  307. <br>
  308. <p><br><h4><i>The world became a playground — a rule where only the strongest survived, and the weaklings were left to feed on.</i></h4>
  309.  
  310. <br>
  311.  
  312. <p><h7>N</h7>
  313.  
  314. <p>ow left to fend for themselves, parentage reveals were the only sign of life from the Gods their demigod offspring received. A spectacular display that happened ever so rarely when new children were brought into camp, and only reserved solely for those deemed worthy enough by the Gods to show their hand for. Most were ignored, left to determine their own ancestry, or forever remaining without a godly parent to call their own, only knowing that divinity flowed through their veins. Satyrs bringing in campers started making it a point of pride amongst themselves whenever they brought in children that were claimed, jealousy flowing rampant amongst the unclaimed. But this envy was something they had to put aside if they wanted to survive.
  315.  
  316. <p>The one safe haven left in a world that grew crueler by the day, the camp promised them the training they needed to live outside of it — ways to learn control over their abilities, and practice for every monster they could possibly face. Though most of all, the camp offered them a <b>home</b> in a world they only half belonged in. And for years, that was enough. The outside was cruel without the protection of their Gods, so Chiron kept the borders open for any demigod wanting to stay there past adulthood, offering them positions and mentor roles once they were done learning. They made due the best they could, creating a small spot of happiness in a world filled with creatures that wanted nothing but to have them dead. They might have been abandoned by their parents, but their own bonds held steady.
  317.  
  318. <p>Of course, discord still slipped its way into those bonds, as it does anywhere. Some believed the major deities of the pantheon were angry that the camp they had set up as a way to root out only their strongest mortal champions was tainted by the children of lesser Gods. Others argued that there must be demigods working with them on some sort of diabolical plan. With each day of silence, tension grew — but despite this they kept pushing through, resolving issues best they could. You only have each other now, Chiron argued, you have to work together. And they listened, because he too had been abandoned and still remained there for them. They listened, because the alternative was much too dangerous.
  319.  
  320. </h2>
  321.  
  322. <br>
  323. <p><br><h4><i>Little did they know the darkness that had lurked for so long beneath the surface; the malicious intent that finally was made evident upon the 24th of March, 1959.</i></h4>
  324.  
  325. <br>
  326.  
  327. <p><h7>F</h7>
  328.  
  329. our broken bodies, propped up in the heart of the camp like dolls, there for anyone to see. Someone called out a name and fell on their knees beside one of them, as they witnessed the crimson that stained the ground and anyone who came close — ever so much crimson. After further inspection, the bodies were identified as campers. A child of <i>Hades</i>, with little more than a torso left, the remaining limbs spread around the site. A child of <i>Nemesis</i>, who could only be identified by the bracelet they were wearing — as everything else had been burned off. A child of <i>Aeolus</i>, whose face was still set in terror, framed by the thousands of cuts all over their body. And a child of <i>Iris</i>, of which the damage could only be determined after the autopsy had been performed — with the discovery that their organs had been liquified.
  330.  
  331. <p>Only two clues to the perpetrator were found, the sigils of each of the twelve Olympians burned into the ground they were found on, and a sentence in Ancient Greek, of which each part had been carved into a chest. <b>'We will cleanse the world of these lesser godly children, and remake it in honor of the pantheon.'</b> The message was clear enough, and anyone who was not descended from one of the twelve Olympians suddenly had a target on their backs.
  332.  
  333. <p>Incensed and enraged, the camp split in half, despite the best efforts of Chiron. Children of the so-called lesser Gods banded together, fear, anger and comradery fuelling them. The other campers had stood by and let their innocent brothers and sisters be tortured and killed, allowing for them to be debased and propped up for everyone to see. The children of Olympians banded together too; most claiming innocence, but others, those who held the same sentiments as the murderers, began to sow the seeds of chaos. The divide ripped apart friendships, alliances, even romances. It was only further fuelled by the sudden spike in godly activity with a sudden arrival of blessings from parents in the form of power, weapons, or wisdom on each side, with more children suddenly claimed so that they could no longer claim neutrality. And whilst they should’ve been joyous about this sign of life, the Gods did not return in full, and some began whispering the traitorous words. Not until one of their sides defeated the other would they be back; not until the blood of the murderers paid for the blood of the victims — not until their war had been won would the Gods return to defend the world.
  334.  
  335. <p>With this, more deaths continued to follow on either side of the conflict, and the once peaceful camp, a place that was once a safe haven for all of them, descended into complete and utter chaos.
  336.  
  337. <br>
  338. <p><br><h4>IT WAS ALL LEFT IN RUINS.</h4>
  339.  
  340. <br>
  341.  
  342. <p><h7>T</h7>
  343.  
  344. he children of minor Gods sided together under the banner of Hades, calling themselves the Insurgents, and setting up their base in the Hamptons. Wounded and distraught by the innocent deaths of those they loved and cared for, and enraged by the message that had been carved into their bodies against them, they decided that if they wanted a war — they would have one. Each and every one of them had power, and they would show them that lesser Gods were just as capable of winning a war.
  345.  
  346. <p>The children of the pantheon Gods sided under the shared banner of Zeus and Poseidon, calling themselves Children of the Olympians, and setting up base in Martha’s Vineyard. Their cause by itself was fractured too, with some siding only with them because they believed in their own innocence, and the belief that the revenge taken by the Insurgents had gone a step too far. Others wholeheartedly believed in the message carved into those chests and that only by cleansing the world of the children of lesser Gods would they have their parents immortal protection again.
  347.  
  348. <p>Small skirmishes against each side began to happen on a minute scale, but each army knew that they had to inevitably prepare themselves for a larger conflict — to compose themselves for a war that would only have one side left standing as the ultimate victor in the end.
  349.  
  350. <br>
  351. <p><br><h4><i>"It will have blood, they say. Blood will have blood."</i></h4>
  352.  
  353. <br>
  354.  
  355. <p><h7>Y</h7>
  356.  
  357. <p>et whilst they prepare for their inevitable confrontation, something darker brews in the shadows. A world without Gods to protect it, and with demigod offspring kept distracted in their own little feud, is left vulnerable for the taking of anyone with enough strength to do so. They have been hungry for a long time, waiting for the day this moment would occur, waiting for the day they could step out and create an era of horror. Things that were long thought dead rise from their graves, more of them every day. They seek to rule, they seek to create an era where they are the ones creating the order. Where darkness thrives, and light is snuffed out as easy as a candle. With no one opposing them, no one standing in their way, now is the time to make their grasp for power, especially whilst they are managing to keep the halfbloods busy in their own games.
  358.  
  359. <br>
  360. <p><br><h4>THE AGE OF GODS <br>AND MORTALS WILL END, <br>AND <i>THEY</i> WILL RISE.</h4>
  361.  
  362. <br>
  363.  
  364. <p><h7>D</h7>
  365.  
  366. <p>anger lurks in every corner. Friends have turned into foes and foes have become friends. Conflict brews beneath every surface. There are no Gods to protect them now. The old world is dying, and the new world is struggling to be born.
  367.  
  368. <br>
  369. <p><br><h4>NOW IS THE TIME <br>FOR MONSTERS.</h4>
  370.  
  371. <br>
  372.  
  373.  
  374. <div style="padding:15px;background-color:#201616"><b>Special Block</b> - you can change the color of the background.<br><br>Aenean vulputate tempor velit sed tincidunt. Nulla vel vestibulum turpis, ac tempor nisi. In massa erat, consectetur quis lorem eu, accumsan tincidunt arcu. Mauris ac fermentum mauris.</div>
  375.  
  376.  
  377.  
  378. </td>
  379.  
  380. </table>
  381. </center>
  382. </div>
  383. </div></div>
  384. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement