Advertisement
ChaZayari

Kal'tsit

May 18th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Lato:300|News+Cycle|Open+Sans:300|Raleway:300|Source+Sans+Pro:300&display=swap');
  3. @import url('https://fonts.googleapis.com/css?family=Lovers+Quarrel&display=swap');
  4. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  5. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  6. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  7.  
  8. body{
  9. background: url(https://i.imgur.com/vdi7Q5z.jpg);
  10. background-size: cover;
  11. background-position: top right;
  12. }
  13.  
  14. #image{
  15. position: fixed;
  16. bottom: 0vh;
  17. right: 0vw;
  18. }
  19.  
  20. #image img{
  21. height: 100vh;
  22. }
  23.  
  24. #box1, #box2, #box3{
  25. position: fixed;
  26. padding: 1%;
  27. background: #c5de73;
  28. box-shadow: 0 0 1vh #000;
  29. font-family: 'News Cycle';
  30. font-size: 1.75vh;
  31. color: #757575;
  32. overflow: auto;
  33. }
  34.  
  35. #box1, #box2{
  36. height: 21vh;
  37. width: 12vw;
  38. left: 28vw;
  39. text-align: left;
  40. }
  41.  
  42. #box1{top: 27vh;}
  43. #box2{bottom: 20vh;}
  44.  
  45. #box3{
  46. height: 49vh;
  47. width: 15vw;
  48. left: 10vw;
  49. bottom: 20vh;
  50. text-align: justify;
  51. }
  52.  
  53. .r{float: right;}
  54.  
  55. a{
  56. color: #fff;
  57. transition: 0.2s;
  58. }
  59.  
  60. a:hover{
  61. color: #ffcf30;
  62. transition: 0.2s;
  63. text-shadow: 0 0 1vh #fff;
  64. }
  65.  
  66. h1{
  67. font-size: 4vh;
  68. text-transform: uppercase;
  69. border-bottom: .5vh #757575 solid;
  70. }
  71.  
  72. #title{
  73. position: fixed;
  74. z-index: 5;
  75. height: 15vh;
  76. width: 35vw;
  77. left: 10vw;
  78. top: 10vh;
  79. text-align: left;
  80. font-family: 'Lovers Quarrel';
  81. font-size: 22vh;
  82. color: #efffeb;
  83. text-shadow: 0 0 1vh #efffeb;
  84. }
  85.  
  86.  
  87. </style>
  88.  
  89. <div id="title">Dr. Kal'tsit</div>
  90.  
  91. <div id="box1">
  92. <h1>Dossier</h1>
  93. Name -<div class="r">Kal'tsit</div><br>
  94. Age -<div class="r">Early to mid thirties.</div><br>
  95. Gender -<div class="r">Female</div><br>
  96. Race -<div class="r">Feline</div><br>
  97. <br>
  98. Height -<div class="r">5'5"</div><br>
  99. Weight -<div class="r">Undisclosed</div><br>
  100. Eye Color -<div class="r">Lime</div><br>
  101. Hair Color -<div class="r">Platinum</div><br>
  102. <br>
  103. Occupation -<div class="r">Doctor, Field Medic</div><br>
  104. Orientation -<div class="r">Nonpreferential</div><br>
  105. Marital -<div class="r">A little bit messy.</div><br>
  106.  
  107. </div>
  108.  
  109.  
  110. <div id="box2">
  111. <h1>OOC</h1>
  112. <ol>
  113. <li>There is scarce information on Kal'tsit at the moment. I'll be editing as more information is given.</li><br>
  114. <li>Kal'tsit belongs to Arknights, a mobile video game.</li><br>
  115. <li>The layout is mine.</li><br>
  116. <li>All credit for the <a target="_blank" href="https://imgur.com/a/CPYbgmu">art</a> gathered goes to their respective artists.</li><br>
  117. <li>In-Room Approach is preferred.</li>
  118.  
  119. </div>
  120.  
  121.  
  122. <div id="box3">
  123. <h1>Medic</h1>
  124. <p>Kal'tsit is the director of medical projects at Rhodes Island. An expert in many fields, she serves as a medic operator in some of Rhodes Island’s operations, offering medical advice and operating medical devices.</p></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement