Advertisement
ChaZayari

Texas

May 18th, 2020
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 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=Abril+Fatface|Comfortaa&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.  
  9. #image{
  10. position: fixed;
  11. top: 0vh;
  12. right: 0vw;
  13. }
  14.  
  15. #image img{
  16. height: 100vh;
  17. }
  18.  
  19. #box1, #box2, #box3{
  20. position: fixed;
  21. padding: 1%;
  22. background: #a0a2a3;
  23. box-shadow: 0 0 1vh #000;
  24. font-family: 'News Cycle';
  25. font-size: 2vh;
  26. color: #545454;
  27. overflow: auto;
  28. }
  29.  
  30. #box1, #box2{
  31. height: 21vh;
  32. width: 12vw;
  33. left: 28vw;
  34. text-align: left;
  35. }
  36.  
  37. #box1{top: 27vh;}
  38. #box2{bottom: 20vh;}
  39.  
  40. #box3{
  41. height: 49vh;
  42. width: 15vw;
  43. left: 10vw;
  44. bottom: 20vh;
  45. text-align: justify;
  46. }
  47.  
  48. .r{float: right;}
  49.  
  50. a{
  51. color: #fff;
  52. transition: 0.2s;
  53. }
  54.  
  55. a:hover{
  56. color: #fc3a3a;
  57. transition: 0.2s;
  58. text-shadow: 0 0 1vh #fc3a3a;
  59. }
  60.  
  61. h1{
  62. font-size: 4vh;
  63. text-transform: uppercase;
  64. border-bottom: .5vh #545454 solid;
  65. }
  66.  
  67. #title{
  68. position: fixed;
  69. z-index: 5;
  70. height: 15vh;
  71. width: 35vw;
  72. left: 10vw;
  73. top: 10vh;
  74. text-align: left;
  75. font-family: 'Abril Fatface';
  76. font-size: 15vh;
  77. color: #545454;
  78. text-shadow: 0 0 1vh #545454;
  79. }
  80.  
  81.  
  82. </style>
  83.  
  84. <div id="image"><img src="https://i.imgur.com/IqlbATj.png"></div>
  85.  
  86. <div id="title">Texas</div>
  87.  
  88. <div id="box1">
  89. <h1>Dossier</h1>
  90. Codename -<div class="r">Texas</div><br>
  91. Age -<div class="r">Twenties</div><br>
  92. Gender -<div class="r">Female</div><br>
  93. Race -<div class="r">Lupo</div><br>
  94. <br>
  95. Height -<div class="r">161cm</div><br>
  96. Weight -<div class="r">Undisclosed</div><br>
  97. Eye Color -<div class="r">Amber</div><br>
  98. Hair Color -<div class="r">Black</div><br>
  99. <br>
  100. Affiliation-<div class="r">Penguin Logistics</div><br>
  101. Orientation -<div class="r">Nonpreferential</div><br>
  102. Marital -<div class="r">Singular</div><br>
  103. Status -<div class="r">Standby.</div><br>
  104.  
  105. </div>
  106.  
  107.  
  108. <div id="box2">
  109. <h1>OOC</h1>
  110. <ol>
  111. <li>Texas belongs to Arknights, a mobile video game.</li><br>
  112. <li>The layout is mine.</li><br>
  113. <li>All credit for the <a target="_blank" href="https://imgur.com/a/LTz5MX2">art</a> gathered goes to their respective artists.</li><br>
  114. <li>In-Room Approach is preferred.</li>
  115.  
  116. </div>
  117.  
  118.  
  119. <div id="box3">
  120. <h1>Vanguard</h1>
  121. <p>Texas is a Penguin Logistics staff member who is extraordinary skilled in single combat. She was assigned as liaison to Rhodes Island, where she assisted with many different operations.
  122. </p>
  123. <p>A taciturn messenger.
  124. According to her own account, she's not hiding anything, but just has nothing to say.
  125. Though she gives off the impression of preferring to be alone, she is often seen with her fellow Penguin Logistics members.</p>
  126. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement