Advertisement
Falkstids

Exiled Dragon Code

Sep 14th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');
  2.  
  3. body{
  4. background-color:#dadada;
  5. overflow:hidden;
  6. }
  7.  
  8. ::-webkit-scrollbar
  9. {
  10. width:0px;
  11. background-color: transparent;
  12. }
  13.  
  14.  
  15. #menubackground{
  16. background-image:url(https://cdn.discordapp.com/attachments/397932318934827028/404098005185200148/unknown.png);
  17. background-size:150%;
  18. background-position:center;
  19. width:550px;
  20. height:300px;
  21. position:fixed;
  22. top:50%;
  23. left:50%;
  24. margin-top:-150px;
  25. margin-left:-350px;
  26. z-index:99;
  27. border:solid 2px #000;
  28. box-shadow:0px 0px 10px 0px #000;
  29. font-family: 'Julius Sans One', sans-serif;
  30. font-size:15pt;
  31.  
  32. }
  33.  
  34. #overlay{
  35. background-image:url(https://www.transparenttextures.com/patterns/light-paper-fibers.png);
  36. background-size:30%;
  37. position:absolute;
  38. width:100%;
  39. height:100%;
  40. }
  41.  
  42. #arrow1 a {
  43. background-image:url(https://i.imgur.com/X7ynbVy.png);
  44. background-size:100%;
  45. background-repeat:no-repeat;
  46. width:250px;
  47. height:50px;
  48. position:absolute;
  49. top:50%;
  50. left:50%;
  51. margin-top:-100px;
  52. margin-left:-1500px;
  53. display:block;
  54. animation:arrow .1s 1s;
  55. animation-fill-mode: forwards;
  56.  
  57. }
  58.  
  59.  
  60.  
  61.  
  62. @keyframes arrow{
  63. 0%{
  64. margin-left:-1500px;
  65. }
  66. 100%{
  67. margin-left:-500px;
  68. }}
  69.  
  70.  
  71.  
  72. #arrow2 a{
  73. background-image:url(https://i.imgur.com/X7ynbVy.png);
  74. background-size:100%;
  75. background-repeat:no-repeat;
  76. width:250px;
  77. height:50px;
  78. display:block;
  79. position:absolute;
  80. top:50%;
  81. left:50%;
  82. margin-top:-40px;
  83. margin-left:-1500px;
  84. animation:arrow .1s 1.4s;
  85. animation-fill-mode: forwards;
  86. }
  87.  
  88.  
  89.  
  90. #arrow3 a{
  91. background-image:url(https://i.imgur.com/X7ynbVy.png);
  92. background-size:100%;
  93. background-repeat:no-repeat;
  94. width:250px;
  95. height:50px;
  96. display:block;
  97. position:absolute;
  98. top:50%;
  99. left:50%;
  100. margin-top:20px;
  101. margin-left:0px;
  102. margin-left:-1500px;
  103. animation:arrow .1s 1.8s;
  104. animation-fill-mode: forwards;
  105. }
  106.  
  107.  
  108.  
  109.  
  110. #arrow4 a{
  111. background-image:url(https://i.imgur.com/X7ynbVy.png);
  112. background-size:100%;
  113. background-repeat:no-repeat;
  114. width:250px;
  115. height:50px;
  116. display:block;
  117. position:absolute;
  118. top:50%;
  119. left:50%;
  120. margin-top:80px;
  121. margin-left:-1500px;
  122. animation:arrow .1s 2.2s;
  123. animation-fill-mode: forwards;
  124. }
  125.  
  126. #Image{
  127. background-image:url(https://i.imgur.com/dlE2Csr.png);
  128. background-size:100%;
  129. height:100%;
  130. width:250px;
  131. background-repeat:no-repeat;
  132. top:50%;
  133. left:50%;
  134. position:absolute;
  135. z-index:100;
  136. margin-top:-300px;
  137. margin-left:0px;
  138. opacity:0;
  139. animation:hanzo 2s 2.4s;
  140. animation-fill-mode: forwards;
  141. }
  142.  
  143. @keyframes hanzo{
  144. from{
  145. margin-top:-300px;
  146. margin-left:0px;
  147. opacity:0;
  148. }
  149. to{
  150. margin-top:-250px;
  151. margin-left:50px;
  152. opacity:1;
  153. }
  154. }
  155.  
  156. h1{
  157. font-size:50pt;
  158. position:absolute;
  159. font-weight:bold;
  160. color: white;
  161. background: url('https://78.media.tumblr.com/bee0c4b7ec3a0a70eb3e1df9c50e8921/tumblr_okrzpgLxR61rkkro4o1_1280.gif') no-repeat;
  162. background-size:100%;
  163. background-position:center;
  164. -webkit-background-clip: text;
  165. -webkit-text-fill-color: transparent;
  166. z-index:99;
  167. top:50%;
  168. left:50%;
  169. margin-top:-210px;
  170. margin-left:-500px;
  171. opacity:0;
  172. animation:text 3s 2.4s;
  173. animation-fill-mode: forwards;
  174. }
  175.  
  176. h2{
  177. font-size:50pt;
  178. position:absolute;
  179. font-weight:bold;
  180. z-index:1;
  181. text-shadow:0px 0px 10px #000;
  182. top:50%;
  183. left:50%;
  184. margin-top:-210px;
  185. margin-left:-500px;
  186. opacity:0;
  187. animation:text 3s 2.4s;
  188. animation-fill-mode: forwards;
  189. }
  190.  
  191.  
  192.  
  193. @keyframes text{
  194. from{
  195. margin-left:-500px;
  196. opacity:0;
  197. }
  198. to{
  199. margin-left:-300px;
  200. opacity:1;
  201. }
  202. }
  203.  
  204. h3{
  205. font-size:20pt;
  206. text-align:center;
  207. margin-top:5px;
  208. margin-bottom:5px;
  209. font-weight:500;
  210.  
  211. }
  212.  
  213. h4{
  214. font-size:8pt;
  215. }
  216.  
  217. #one, #two, #three, #four{
  218. width:340px;
  219. height:240px;
  220. background-color:#FFFDE3;
  221. position:absolute;
  222. top:25px;
  223. left:25px;
  224. opacity:0;
  225. z-index:1;
  226. transition:1s;
  227. padding:5px;
  228. overflow:auto;
  229. font-size:11pt;
  230. color:#111;
  231. background-image:url(https://www.transparenttextures.com/patterns/noise-pattern-with-subtle-cross-lines.png);
  232. border:solid .5px #000;
  233. box-shadow:0px 0px 5px 0px #000;
  234. }
  235.  
  236. #one:target, #two:target, #three:target, #four:target{
  237. opacity:1;
  238. z-index:99;
  239. }
  240.  
  241. <div id="menubackground">
  242. <div id="overlay"></div>
  243. <div id="one">
  244. <h3>道場に入る</h3>
  245. <span style="float: left; ">Name</span> <span style="float: right;">Hanzo Shimada</span><br>
  246. <span style="float: left; ">Nickname</span> <span style="float: right;">Young Master</span><br>
  247. <span style="float: left; ">Age</span> <span style="float: right;">38</span><br>
  248. <span style="float: left; ">Occupation</span> <span style="float: right;">Freelance Mercenary/Assassin</span><br>
  249. <span style="float: left; ">Height</span> <span style="float: right;">5'8"</span><br>
  250. <span style="float: left; ">Weight</span> <span style="float: right;">170lbs</span><br>
  251. <span style="float: left; ">Gender</span> <span style="float: right;">Male</span><br>
  252. <span style="float: left; ">Orientation</span> <span style="float: right;"><h4>a kite flies where the wind takes it</h4></span><br><br>
  253. <span style="float: left; ">Paramour</span> <span style="float: right;">A Dragon walks alone</span><br>
  254. <span style="float: left; ">Family</span> <span style="float: right;">Once thought dead</span><br>
  255. </div>
  256. <div id="two"><h3>償還を超えて</h3>
  257. <h4><p>The Shimada family was established centuries ago, a clan of assassins whose power grew over the years, enabling them to build a vast criminal empire out of Hanamura that profited from lucrative trade in arms and illegal substances. As the eldest son of Sojiro Shimada, the family's head, Hanzo was bound by duty to succeed his father and rule the Shimada empire. From a young age, he was trained for that responsibility, displaying a natural aptitude for leadership and possessing an innate understanding of strategy and tactics. He also excelled in more practical areas: he was a prodigy in martial arts, swordplay, and bowmanship.</p>
  258. <p>Upon the death of his father, the clan elders instructed Hanzo to straighten out his wayward younger brother, Genji, so that he, too, might help rule the Shimada empire. When his brother refused, Hanzo was forced to kill him. Unbeknownst to Hanzo, however, Genji narrowly survived the attempt with the help of Overwatch. This act broke Hanzo's heart and drove him to reject his father's legacy, ultimately leading him to abandon the clan and all that he had worked so hard to attain. Furthermore, he swore to never again wield a sword, and would forevermore rely on his skills with the bow. Seeing his abandonment as betrayal, the clan declared Hanzo an enemy and assassins were sent time and again to kill him.</p>
  259. <p>That was ten years ago. Now, Hanzo travels the world, perfecting his skills as a warrior, attempting to restore his honor and put the ghosts of his past to rest, honing his murderous skills all the while. At some point he visited Numbani, but did not find the city to be to his liking.</p> </h4>
  260. </div>
  261. <div id="three"><h3>家の思い出</h3>
  262.  
  263. </div>
  264. <div id="four"><h3>竜が我が敵を喰らう</h3>
  265.  
  266. </div>
  267. </div>
  268.  
  269. <div id="image"></div>
  270. <h2>島田 半蔵</h2>
  271. <h1>島田 半蔵 </h1>
  272. <div id="arrow1"><a href="#one"></a></div>
  273. <div id="arrow2"><a href="#two"></a></div>
  274. <div id="arrow3"><a href="#three"></a></div>
  275. <div id="arrow4"><a href="#four"></a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement