Advertisement
SquishyTheMage

Ellen - Code

Jun 5th, 2025
736
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.19 KB | None | 0 0
  1. <style>
  2. Body {
  3. background-color: #007a99;
  4. background-size:fill;
  5. background-image: URL("http://i.imgur.com/jlvZ5rr.png");
  6. overflow: hidden;
  7. }
  8.  
  9.  
  10. ::-webkit-scrollbar {
  11. width: 5px; }
  12.  
  13. ::-webkit-scrollbar-thumb:vertical {
  14. min-height: 30px;
  15. border-right:transparent;
  16. background:; }
  17.  
  18. ::selection {
  19. background: ; /* WebKit/Blink Browsers */
  20. }
  21.  
  22.  
  23. ::-moz-selection {
  24. background: ; /* Gecko Browsers */
  25. }
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. .container {
  33.  
  34.  
  35. position: absolute;
  36.  
  37.  
  38. margin-top:20vh;
  39.  
  40.  
  41. margin-left:16vw;
  42.  
  43.  
  44. width: 690px;
  45.  
  46.  
  47. height: 475px;
  48.  
  49.  
  50. background-size: cover;
  51. background-position: center;
  52.  
  53. background-image: url('https://i.imgur.com/k7vwnVt.gif');
  54.  
  55.  
  56. background-repeat:no-repeat;
  57.  
  58.  
  59. border: 1px solid #6d2c2c;}
  60.  
  61.  
  62. #Suzaku{
  63.  
  64.  
  65. position: absolute;
  66.  
  67.  
  68. top:0vh;
  69.  
  70.  
  71. left:0vw;
  72.  
  73.  
  74. width:34%;
  75.  
  76.  
  77. height:100%;
  78.  
  79.  
  80. background-image: url("https://i.imgur.com/Wx5yOAg.png");
  81.  
  82.  
  83. background-repeat: no-repeat;
  84.  
  85.  
  86. background-position: fixed;
  87.  
  88.  
  89. background-size: 60%;
  90.  
  91.  
  92. z-index:99;}
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. .stats {
  100.  
  101.  
  102. position: absolute;
  103.  
  104.  
  105. width: 230px;
  106.  
  107.  
  108. height:330px;
  109.  
  110.  
  111. left:4vw;
  112.  
  113.  
  114. top: 3vh;
  115.  
  116.  
  117. padding: 5px;
  118.  
  119.   font-family: 'Black Chancery';
  120. text-transform: Bold, uppercase;
  121.  
  122.  
  123. line-height: 15px;
  124.  
  125.  
  126. letter-spacing:1px;
  127.  
  128.  
  129. text-align: justify;
  130.  
  131.  
  132. font-size:10pt;
  133.  
  134.  
  135. color:white;
  136.  
  137. text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
  138. z-index:99;
  139.  
  140.  
  141. overflow-y: scroll; }
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148. .History{
  149.  
  150.  
  151. position: absolute;
  152.  
  153.  
  154. width: 300px;
  155.  
  156.  
  157. height:330px;
  158.  
  159.  
  160. left:14vw;
  161.  
  162.  
  163. top:3vh;
  164.  
  165.  
  166. padding: 5px;
  167.  
  168.  
  169. text-transform: uppercase;
  170.  
  171.  
  172. line-height: 15px;
  173.  
  174.  
  175. letter-spacing:1px;
  176.  
  177.  
  178. text-align: justify;
  179.  
  180.  
  181. font-size:6.5pt;
  182. color:white;
  183. text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
  184.  
  185. z-index:99;
  186.  
  187.  
  188. overflow-y: scroll; }
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. .ooc {
  196.  
  197.  
  198. position: absolute;
  199.  
  200.  
  201. display: inline;
  202.  
  203.  
  204. top:435px;
  205.  
  206.  
  207. left:7px;
  208.  
  209.  
  210. height:250px:
  211.  
  212.  
  213. width:400px;
  214.  
  215.  
  216. color: #00000;
  217.  
  218.  
  219. font-family: arial;
  220.  
  221.  
  222. font-size: 8pt;
  223.  
  224.  
  225. letter-spacing: 0px;
  226.  
  227.  
  228. word-spacing:2px;
  229.  
  230.  
  231. z-index: 1;}
  232.  
  233.  
  234.  
  235. h1 {
  236.  
  237.  
  238. font-size:12px;
  239.  
  240.  
  241. text-transform: lowercase;
  242.  
  243.  
  244. color: white;
  245.  
  246.  
  247. margin: 0px;
  248.  
  249.  
  250. letter-spacing: 6px;
  251.  
  252.  
  253. font-family: '8-Bit Wonder';
  254.  
  255.  
  256. font-weight: 800;
  257.  
  258.  
  259. line-height: 120%;
  260.  
  261.  
  262. text-align: center;
  263.  
  264.  
  265. padding-bottom: 10px;
  266.  
  267.  
  268. border-bottom: 1px solid red;
  269.  
  270.  
  271. margin-bottom: 10px;
  272.  
  273.  
  274. }
  275. </style>
  276.  
  277. <link href="https://themonstrousdev.github.io/styles/fancy-fonts.css" rel="stylesheet">
  278.  
  279.  
  280. <link href="https://themonstrousdev.github.io/styles/google-fonts.css" rel="stylesheet">
  281.  
  282. <div id="Suzaku"></div>
  283. <div class="container">
  284.  
  285.  
  286. <div class="Stats">
  287.  
  288.  
  289. <h1>title here</h1>
  290.  
  291.  
  292. <font style=float:left><b><i>Name:</i></font> </b> <font style=float:right>----</span></font><br>
  293.  
  294.  
  295. <b><font style=float:left><i>Nicknames:</i></font></b><font style=float:right>----</span></font><br>
  296.  
  297.  
  298. <b><font style=float:left><i>Birth-date:</i></font> </b> <font style=float:right>-----</span></font><br>
  299.  
  300.  
  301. <b><font style=float:left><i>Age:</i></font></b><font style=float:right>----</span></font><br>
  302.  
  303.  
  304. <b><font style=float:left><i>Race:</i></font></b> <font style=float:right>-----</span></font><br>
  305.  
  306. <b><font style=float:left><i>Residency:</i></font></font></b><font style=float:right>----</span></font><br>
  307.  
  308. <b><font style=float:left><i>Job:</i></font></b><font style=float:right>-----</span></font><br>
  309.  
  310. <b><font style=float:left><i>Gender:</i></font></b> <font style=float:right>-----</span></font><br>
  311.  
  312. <b><font style=float:left><i>Height:</i></font></b><font style=float:right>-----</span></font><br>
  313.  
  314. <b><font style=float:left><i>Weight:</i></font></b> <font style=float:right>----/span></font><br>
  315.  
  316.  
  317. <b><font style=float:left><i>Hair Color:</i></font></b> <font style=float:right>----</span></font><br>
  318.  
  319.  
  320. <b><font style=float:left><i>Eye Color:</i></font></b> <font style=float:right>---</span></font><br>
  321.  
  322.  
  323. <b><font style=float:left><i>R.S:</i></font></b><font style=float:right>-----</span></font><br><br>
  324.  
  325.  
  326. <center><h1>Tid-bits</h1></center> <br>
  327. <center>
  328. </center>
  329.  
  330.  
  331. </div>
  332.  
  333.  
  334. <div class="History">
  335. <h1></h1>
  336. <center>
  337. Test
  338. </center>
  339. </div>
  340.  
  341.  
  342. <div class="ooc"><b>OOC here</b></div>
  343.  
  344.  
  345. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement