xsubZERO

ANYA: The Master

Jul 14th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.00 KB | None | 0 0
  1. “THE MASTER” WAS MADE BY ANYA @ SUBZERO.
  2.  
  3. Made on GOOGLE CHROME
  4.  
  5. YOU CAN:
  6. Change colors
  7. Add/change graphics
  8.  
  9. DO NOT:
  10. claim as yours
  11. remove credit
  12.  
  13. KNOWLEDGE
  14. of DIV required
  15.  
  16. -----ABOUT ME-----
  17. <link href="https://fonts.googleapis.com/css?family=Yatra+One" rel="stylesheet">
  18.  
  19. <style>
  20.  
  21.  
  22. .subzero { BACKGROUND INFORMATION created by A N Y A }
  23.  
  24. body {
  25. background-color: #aa9d5c;
  26. background-image:url("");
  27. background-attachment:fixed;
  28. background-repeat:no-repeat;
  29. }
  30.  
  31.  
  32. .subzero { TEXT PROPERTIES created by A N Y A }
  33.  
  34. .hbic
  35. body, td, li, p, div, textarea, li, p, br {
  36. font-family: 'Poppins', sans-serif;
  37. font-size: 9px;
  38. text-align: justify;
  39. color: #f2efd5;}
  40.  
  41.  
  42. .subzero { LINK PROPERTIES created by A N Y A }
  43.  
  44.  
  45. a:link, a:visited {
  46. color: #f0d684;
  47. font-family: 'Fjalla One', sans-serif;
  48. background-color: transparent;
  49. padding: 5px;
  50. text-align: center;
  51. font-size: 15px;
  52. display: inline-block;}
  53.  
  54. a:hover, a:active {
  55. color: #c5b06e;
  56. font-family: 'Fjalla One', sans-serif;
  57. font-size: 15px;
  58. -moz-transition-duration: 0.4s;
  59. -webkit-transition-duration: 0.4s;
  60. -o-transition-duration: 0.4s;
  61. transition-duration: 0.4s;}
  62.  
  63. a.second, a.second:link, a.second:active, a.second:visited {
  64. background-color: transparent;
  65. text-transform: lowercase;
  66. color: #0d2b2f;
  67. border: 0px solid #0d2b2f;
  68. font-family: consolas;
  69. text-align: center;
  70. font-size: 9px;
  71. display: inline-block;}
  72.  
  73. .second:hover {
  74. background-color: transparent;
  75. text-transform: lowercase;
  76. color: #b0abac;
  77. font-family: consolas;
  78. text-align: center;
  79. border: 0px solid #ffffff;
  80. font-size: 9px;
  81. text-shadow: 2px 2px 2px #0d2b2f;
  82. -moz-transition-duration: 0.4s;
  83. -webkit-transition-duration: 0.4s;
  84. -o-transition-duration: 0.4s;
  85. transition-duration: 0.4s;}
  86.  
  87.  
  88. .subzero { SCROLL BAR PROPERTIES created by A N Y A }
  89.  
  90. ::-webkit-scrollbar-thumb:vertical {
  91. background-color: #1e2e4d;
  92. height: 7px;
  93. }
  94. ::-webkit-scrollbar-thumb:horizontal{ background-color: #1e2e4d;
  95. height: 7px;
  96. }
  97. ::-webkit-scrollbar {
  98. background-color: #1e2e4d;
  99. border: 2px solid #2d5867;
  100. height:5px;
  101. width:5px;
  102. }
  103.  
  104.  
  105.  
  106.  
  107.  
  108. .subzero { DIV CODES created by A N Y A }
  109.  
  110. .navigation {
  111. position: fixed;
  112. background-image:url("https://i.imgur.com/s97pqlw.png");
  113. left: 300px;
  114. top: 300px;
  115. height: 250px;
  116. width: 100px;
  117. padding: 4px;
  118. border: 5px solid #817742;
  119. overflow: none;
  120. z-index: 100;
  121. }
  122.  
  123. .main {
  124. position: fixed;
  125. background-image:url("https://i.imgur.com/s97pqlw.png");
  126. left: 420px;
  127. top: 300px;
  128. height: 250px;
  129. width: 400px;
  130. padding: 4px;
  131. border: 5px solid #817742;
  132. overflow: auto;
  133. }
  134.  
  135. .image1 {
  136. position: fixed;
  137. background-image:url("https://i.imgur.com/s97pqlw.png");
  138. left: 840px;
  139. top: 300px;
  140. height: 250px;
  141. width: 200px;
  142. padding: 4px;
  143. border: 5px solid #817742;
  144. overflow: auto;
  145. }
  146.  
  147.  
  148. .image1a{
  149. background-image:url("https://i.imgur.com/s97pqlw.png");
  150. top: 300px;
  151. left: 840px;
  152. width: 200px;
  153. height: 250px;
  154. overflow: auto;
  155. position: absolute;
  156. border: 5px solid #817742;
  157. padding: 4px;
  158. z-index: 300;
  159. opacity:0.0;
  160. filter:alpha(opacity=100);
  161. -webkit-transition: all .5s ease;
  162. -moz-transition: all .5s ease;
  163. -o-transition: all .5s ease;}
  164.  
  165. .image1a:hover{
  166. -webkit-transition: all .5s ease;
  167. -moz-transition: all .5s ease;
  168. -o-transition: all .5s ease;
  169. filter:alpha(opacity=100);
  170. -moz-opacity:0.7;
  171. -khtml-opacity: 0.8;
  172. opacity: 1;
  173. z-index:999999;}
  174.  
  175.  
  176.  
  177. .subzero { TEXT CODES created by A N Y A }
  178.  
  179. h1 {
  180. font-family: 'Yatra One', cursive;
  181. color:#fed372;
  182. font-size: 30px;
  183. text-align: center;
  184. text-transform: uppercase;
  185. font-weight: bold;
  186. line-height: 2px;
  187. }
  188.  
  189.  
  190. h2 {
  191. font-family: courier new;
  192. color:#ffffff;
  193. border-left: 2px solid #ba6680;
  194. border-right: 2px solid #ba6680;
  195. font-size: 12px;
  196. text-align: center;
  197. text-transform: none;
  198. font-weight: normal;
  199. line-height: 12px;
  200. text-shadow: 1px 1px 1px #000000;
  201. }
  202.  
  203. h3 {
  204. font-family: times;
  205. color: #ffffff;
  206. background-color: #ffd1bd;
  207. border: 2px solid #ffd1bd;
  208. font-size: 12px;
  209. text-align: center;
  210. }
  211.  
  212. b {
  213. font-family: times;
  214. color: #fffbf2;
  215. font-size: 12px;
  216. letter-spacing: 10px;
  217. text-shadow: 2px 2px 2px #ffffff;
  218. text-transform: uppercase;
  219. }
  220.  
  221. i {
  222. font-family: 'Indie Flower', cursive;
  223. color: #67201e;
  224. font-size: 15px;
  225. text-shadow: 1px 1px 1px #ffffff;
  226. }
  227.  
  228. .subzero { HIDE CODES created by A N Y A }
  229.  
  230.  
  231. table table div form {display:inline !important;}
  232. .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,.btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
  233. td td td td{border:0px;width:0px;text-align:left;}
  234. table,td,tr{padding:0px;width:;background-color:transparent}
  235. table table table{padding:1px;height:.01%;width:100%;}
  236. table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
  237. a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
  238. td.text table table{display:inline;visibility:visible;}
  239. table td table tr td.text table{visibility:hidden;}
  240. table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
  241. table div div{visibility:hidden;!important;}
  242. table table table table,table table table table td.text, td.text td.text table{display:none;}
  243. body div div form {display:none !important;}div div div select {position:absolute !important; margin-left:-1000px !important; left:0px !important; display:none !important; }div div table div {display:none;} div div table div {display:none;} div form, .mslogo, div ul {display:none!important;}
  244. div div, div td {background-color:transparent; background-image:none!important;}
  245. div.profileWidth {margin-top: -20px !important;}div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}div.profileWidth div.clearfix, i i i,
  246. div.profileWidth div div {filter:none; opacity:0.9999}div.profileWidth div.clearfix {position:relative; top:20px}
  247. div div select, div div form {display:none !important;}div div table div {display:none;} .clearfix table div div {display:block;}
  248. .profile, div ul {display:none !important;}
  249. .userAlbums { display:none; }
  250.  
  251.  
  252.  
  253.  
  254. </style>
  255.  
  256.  
  257.  
  258.  
  259. -----LIKE TO MEET-----
  260.  
  261. <div class=navigation>
  262. <a href=/home.php>home</a>
  263. <a href=/send_message.php?member_id=xxxxxx>messages</a>
  264. <a href=/add_comment.php?member_id=xxxxxx>comments</a>
  265. <a href=/gallery.php?member_id=xxxxxx>images</a>
  266. <a href="/xsubzero">Credit</a>
  267. <p><p><p><img src=https://i.imgur.com/mwfA0lF.gif>
  268. </div>
  269.  
  270. <div class=main>
  271. <h1>The Master</h1>
  272. <br><center><b>Sebastian Lyons</b></center>
  273. <br><center><img src=https://i.imgur.com/HPmw39e.gif width=375></center>
  274. </div>
  275.  
  276. <div class="image1"><img src="https://i.imgur.com/YCmFwLP.png"></div>
  277. <div class="image1a">
  278. <p>It was like a blinding rebirth, waking up in a strange new world with new features. Of course The Master didn’t know that. In fact, the only thing he knew was that his name was Sebastian, Bass for short, and the world was ending. So, he did the only thing he could think of, start collecting people to him like bee’s to flowers to build an army. He knew that could happen, what would happen and he was the only one who could do something about it. He’d take a city, build it up, have people flock to him for protection. In turn, they would offer military service to him in the form of a militia. Dark days were coming and everyone needed to be prepared.
  279.  
  280. <p>With the aid of a select few who shared his vision, Bass was able to establish himself a Republic. It was feared by half the country but also respected. He was ruthless in his endeavors because fear commanded respect and order. It was all he knew until one fateful night, everything took a turn for the worst.
  281.  
  282. <p>Bass’ closest friends began to note the change. They saw the subtle shift in his behavior and began to question is sanity. The thirst and obsession for blood was uncanny. Had their fearless leader gone ill? Or was there something else at play? You see, Bass held another life before he woke up in this one. He was a centuries old vampire but all of those thoughts had simply been erased from him until now. Strange dreams plagued him, a calling like a siren sang to him. The moment he started to bring call girls into his bed at night, things took a bloody turn. By day Sebastian was a feared militia leader. By night, the animal within, the vampire, took over, bubbling to the surface, claiming what was once his.
  283.  
  284. <p>Bodies began to drop and a trail of blood was left in a dizzying circle. No one knew up from down nor who was causing all the trouble. Bass didn’t know either, though he was the one killing people. It was like the moment the sun rose, all thoughts of the night vanished. He suffered from split personality disorder. But for the sake of keeping an established republic, the militia leader’s worked overtime to keep the story under the rug so that people wouldn’t have cause for alarm. Faced with a monster he cannot see, Bass struggles to keep his empire together in the face of a coming war while dealing with the growing number of bodies on his hands.
  285.  
  286. </div>
Add Comment
Please, Sign In to add comment