ChaZayari

Noira

Aug 5th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. <style>
  2. @import url('https://www.themonster.xyz/styles/fancy-fonts.css');
  3. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  4. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  5. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  6.  
  7. #image{
  8. position: fixed;
  9. top: 0vh;
  10. left: 12vw;
  11. }
  12.  
  13. #image img{
  14. height: 100vh;
  15. }
  16.  
  17.  
  18. #box1, #box2, #box3{
  19. position: fixed;
  20. border: .75vh rgb(139, 109, 10) solid;
  21. background: rgb(255, 245, 224);
  22. padding: .5%;
  23. color: rgb(139, 109, 10);
  24. font-family: 'Whitney';
  25. font-size: 1.75vh;
  26. overflow: auto;
  27. }
  28.  
  29.  
  30. #box1{
  31. height: 40vh;
  32. width: 13vw;
  33. bottom: 15vh;
  34. right: 32vw;
  35. }
  36.  
  37. #box2, #box3{
  38. height: 18vh;
  39. width: 13vw;
  40. right: 17vw;
  41. }
  42.  
  43. #box2{bottom: 37vh;}
  44. #box3{bottom: 15vh;}
  45.  
  46.  
  47. h1{
  48. font-size: 3vh;
  49. text-transform: uppercase;
  50. font-weight: lighter;
  51. border-bottom: .25vh rgb(139, 109, 10) solid;
  52. }
  53.  
  54.  
  55. .bar{
  56. position: fixed;
  57. background: rgb(139, 109, 10);
  58. height: 0.25vh;
  59. width: 29.9vw;
  60. right: 17vw;
  61. top: 38vh;
  62. }
  63.  
  64. #title{
  65. position: fixed;
  66. z-index: 1;
  67. height: 15vh;
  68. width: 29.9vw;
  69. right: 17vw;
  70. top: 23.6vh;
  71. text-align: right;
  72. font-family: 'Mr De Haviland';
  73. font-size: 18vh;
  74. color: rgb(139, 109, 10);
  75. }
  76.  
  77. .r{float: right;}
  78. a{text-decoration: 0.3s;transition: 0.25s;}
  79. a:hover{color:#fff;transition:0.25s;}
  80.  
  81. </style>
  82.  
  83. <div id="image">
  84. <img src="https://i.imgur.com/9vIewjZ.jpg">
  85. </div>
  86.  
  87. <div id="title">Nojra Ymir</div>
  88. <div class="bar"></div>
  89.  
  90. <div id="box1"><h1>Her Story</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div>
  91.  
  92.  
  93. <div id="box2">
  94. <h1>Stats</h1>
  95. Noira Ymir<div class="r">Aged 20 Years</div><br>
  96. <br>
  97. Viera<div class="r">Veena</div><br>
  98. <br>
  99. 5'10"<div class="r">178 lbs.</div><br>
  100. <br>
  101. WHM/PLD<div class="r">Bicurious</div><br>
  102. <br>
  103.  
  104. </div>
  105.  
  106.  
  107. <div id="box3">
  108. <h1>OOC</h1>
  109. <ol>
  110. <li>This layout is mine. Do not steal.</li>
  111. <li>FFXIV OC, if it weren't obvious.</li>
  112. <li>Be literate, please.</li>
  113. <li>If I am disinterested, you should probably take the hint and back off.</li>
  114. <li>I try to avoid being a bitch, I promise.</li>
  115. <li>Please don't be a twat.</li>
  116. </div>
Add Comment
Please, Sign In to add comment