Advertisement
SquishyTheMage

Hino - code

Feb 20th, 2025
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.99 KB | None | 0 0
  1. <Style>
  2. Body {
  3.  
  4. background-color: #91518f;
  5. background-image: url("https://i.imgur.com/25vuLvP.png");
  6. }
  7.  
  8.  
  9. ::-webkit-scrollbar {
  10.  
  11.  
  12. width: 5px; }
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. ::-webkit-scrollbar-thumb:vertical {
  20.  
  21.  
  22. min-height: 30px;
  23.  
  24.  
  25. border-right:transparent;
  26.  
  27.  
  28. background:; }
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. ::selection {
  36.  
  37.  
  38. background: ; /* WebKit/Blink Browsers */
  39.  
  40.  
  41. }
  42.  
  43.  
  44. ::-moz-selection {
  45.  
  46.  
  47. background: ; /* Gecko Browsers */
  48.  
  49.  
  50. }
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. .container {
  58.  
  59.  
  60. position: absolute;
  61.  
  62.  
  63. margin-top:22vh;
  64.  
  65.  
  66. margin-left:19vw;
  67.  
  68.  
  69. width: 470px;
  70.  
  71.  
  72. height: 450px;
  73.  
  74.  
  75. background-size: cover;
  76.  
  77.  
  78. background-image: url('https://c.tenor.com/w8ChWkEFk30AAAAC/tenor.gif');
  79. background-repeat:no-repeat;
  80.  
  81.  
  82. border: 1px solid #6d2c2c;
  83. transition: width 2.5s ease-in;
  84. }
  85.  
  86.  
  87.  
  88. .container:hover {
  89. Width:1170px}
  90.  
  91.  
  92. #InfoContainer {
  93.  
  94.  
  95. position: absolute;
  96.  
  97.  
  98. right:0vw;
  99.  
  100.  
  101. width:470px;
  102.  
  103.  
  104. font-family: 'Black Pearl';
  105.  
  106.  
  107. height: 450px;
  108.  
  109.  
  110. padding: 0px 0px 0px 0px;
  111.  
  112.  
  113. background-size: cover;
  114.  
  115.  
  116. opacity:0;
  117. transition:fade-in 2.5s;
  118. }
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. #InfoContainer:hover{
  126. Width:1170px;
  127. opacity:1;
  128.  
  129.  
  130. }
  131.  
  132.  
  133.  
  134.  
  135. #Hino{
  136.  
  137.  
  138. position: absolute;
  139.  
  140.  
  141. top:0vh;
  142.  
  143.  
  144. left:23vw;
  145.  
  146.  
  147. width:100%;
  148.  
  149.  
  150. height:100%;
  151.  
  152.  
  153. background-image: url("https://i.imgur.com/18liZjn.png");
  154.  
  155.  
  156. background-repeat: no-repeat;
  157.  
  158.  
  159. background-position: fixed;
  160.  
  161.  
  162. background-size: 25%;
  163.  
  164.  
  165. z-index:99;}
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172. .infobox{
  173.  
  174.  
  175. position: absolute;
  176.  
  177.  
  178. width: 230px;
  179.  
  180.  
  181. height:330px;
  182.  
  183.  
  184. left:35vw;
  185.  
  186.  
  187. top: 49px;
  188.  
  189.  
  190. padding: 5px;
  191.  
  192.  
  193. text-transform: Bold, uppercase;
  194.  
  195.  
  196. line-height: 15px;
  197.  
  198.  
  199. letter-spacing:1px;
  200.  
  201.  
  202. text-align: justify;
  203.  
  204.  
  205. font-size:8.5pt;
  206.  
  207.  
  208. color:#00000;
  209.  
  210. text-shadow: 1px 1px 2px purple, 0 0 1em blue, 0 0 0.2em red;
  211. z-index:1;
  212.  
  213.  
  214. overflow-y: scroll; }
  215.  
  216.  
  217.  
  218.  
  219. h1 {
  220.  
  221.  
  222. font-size:7px;
  223.  
  224.  
  225. text-transform: uppercase;
  226.  
  227.  
  228. color: white;
  229.  
  230.  
  231. margin: 0px;
  232.  
  233.  
  234. letter-spacing: 4px;
  235.  
  236.  
  237. font-family: 'Celtic Garamond';
  238.  
  239.  
  240. font-weight: 800;
  241.  
  242.  
  243. line-height: 120%;
  244.  
  245.  
  246. text-align: center;
  247.  
  248.  
  249. padding-bottom: 10px;
  250.  
  251.  
  252. border-bottom: 1px solid red;
  253.  
  254.  
  255. margin-bottom: 10px;
  256.  
  257.  
  258. }
  259. </style>
  260.  
  261. <link href="https://themonstrousdev.github.io/styles/fancy-fonts.css" rel="stylesheet">
  262.  
  263.  
  264. <link href="https://themonstrousdev.github.io/styles/google-fonts.css" rel="stylesheet">
  265.  
  266. <div id="Hino"></div>
  267. <div class="container">
  268.  
  269.  
  270.  
  271.  
  272.  
  273. <div id="InfoContainer">
  274.  
  275.  
  276. <div class="infobox">
  277.  
  278.  
  279. <h1>The Self-Annihilator</h1>
  280.  
  281.  
  282. <font style=float:left><b><i>Name:</i></font> </b> <font style=float:right>.</span></font><br>
  283.  
  284.  
  285. <b><font style=float:left><i>Aliases:</i></font></b><font style=float:right>.</span></font><br>
  286.  
  287.  
  288. <b><font style=float:left><i>Birth-date:</i></font> </b> <font style=float:right>.</span></font><br>
  289.  
  290.  
  291. <b><font style=float:left><i>Age:</i></font></b><font style=float:right> 27.</span></font><br>
  292.  
  293.  
  294. <b><font style=float:left><i>Race:</i></font></b> <font style=float:right><a title="Seemingly lost her oni physiology when becoming an Emantor of IX. Losing both her Memories, sense of taste, and horns">Formerly Oni**</a></span></font><br>
  295.  
  296.  
  297. <b><font style=float:left><i>Path:</i></font></b><font style=float:right> Nihility</span></font><br>
  298.  
  299.  
  300. <b><font style=float:left><i>Status:</i></font></b><font style=float:right>Emanator</span></font><br>
  301.  
  302.  
  303. <b><font style=float:left><i>Faction:</i></font></b> <font style=float:right> Self-Annihilator</span></font><br>
  304.  
  305.  
  306. <b><font style=float:left><i>Weight:</i></font></b> <font style=float:right>120lbs.</span></font><br>
  307.  
  308.  
  309. <b><font style=float:left><i>Hair Color:</i></font></b> <font style=float:right>Purple/Silver.</span></font><br>
  310.  
  311.  
  312. <b><font style=float:left><i>Eye Color:</i></font></b> <font style=float:right> violet/Red.</span></font><br>
  313.  
  314.  
  315. <b><font style=float:left><i>R.S:</i></font></b><font style=float:right>Singular.</span></font><br><br>
  316.  
  317.  
  318. <center><h1>Headcanons</h1></center> <br>
  319. <center>
  320. - Despite not being able to taste, Acheron does eat from time to time. She associates feelings with certain food.<br> <br>
  321. - Despite the Nihility slowly making her not care to put it on, Acheron still tries out different makeup.<br><br>
  322. - Her sense of direction has greatly dulled, and as such, is prone to wandering.<br><br>
  323. - Keeps a journal where she writes little reminders for herself. Various notes are written for things she finds precious or important.</center>
  324.  
  325. <h1>Life passes like a fleeting rain.</h1>
  326. <center>Once a rather uncivilized world existed, its people called it <b>Izumo.</b> and its satellite in the sky <b>Takamagahara</b>. One day, vile beasts known as Kami chose to wage war on the humans of Izumo to eradicate the planet's inhabitants... After that fateful day, the humans of Izumo started their crusade against the Kami.<br><br> The humans suffered innumerable losses for the fall of one Kami after another. When they killed the "Sovereign of Revelation," they made the first Edict's edge. Swords that when their wielders recited a mantra, they mastered the divine power of Takamagahara, using it to turn the tide and combat the Kami. It was not without risk that the humans of Izumo would eventually become Oni after drawing power from Takamagahara for prolonged periods. <br><br> Throughout the prolonged war, the people of Izumo broke 70,0033 blades, and out of them forged 12 sentinel blades, and in the course of ten Amber eras, they built cities of neon lights.<br><br> Once the war ended, the sentinels were broken, and the remains were crafted into two blades. <b>Origin and End</b>. The former was wielded by Acheron herself, and the latter was wielded by another oni, Hakuhatsu Ki. The two fought in a duel to decide the future of Izumo. Although Acheron was the victor, it was ultimately meaningless. The Shadow of IX had long loomed over the sister planets. As Acheron realized all they had done was futile, she was consumed by Nihility and became a Self-Annihilator. <br><br>
  327.  
  328. Her home and its sister were destoryed by IX's Shadow.<br><Br>
  329. <h1> eventually merging with the ground</h1>
  330. </div>
  331.  
  332.  
  333.  
  334. </div>
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement