Advertisement
ChaZayari

X'Kuzo

Dec 9th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Italianno|Lateef&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/c52E5Tw.png);
  10. background-position: center;
  11. background-size: 90vh;
  12. background-repeat: no-repeat;
  13. }
  14.  
  15. #balance{
  16. position: fixed;
  17. background: url(https://i.pinimg.com/564x/b1/a0/8c/b1a08cc76c38ba982c578e18b1332a83.jpg);
  18. background-position: center;
  19. background-size: cover;
  20. padding: 1%;
  21. border-radius: 5%;
  22. height: 50vh;
  23. width: 12vw;
  24. top: 20vh;
  25. left: 10vw;
  26. box-shadow: 0 0 3vh #000;
  27. }
  28.  
  29. #balanceinfo{
  30. position: fixed;
  31. padding: 1%;
  32. border-radius: 5%;
  33. height: 50vh;
  34. width: 12vw;
  35. top: 20vh;
  36. left: 10vw;
  37. transition: 0.5s;
  38. opacity: 0;
  39. box-shadow: 0 2000px rgba(107, 104, 90, 0.5) inset;
  40. color: #f2afa5;
  41. text-shadow: 0 1vh 1vh #000;
  42. font-family: 'Lateef';
  43. font-size: 2.5vh;
  44. overflow: auto;
  45. }
  46. #balanceinfo:hover{
  47. transition: 0.5s;
  48. opacity: 1;
  49. }
  50.  
  51.  
  52. #spear{
  53. position: fixed;
  54. background: url(https://i.pinimg.com/564x/03/81/b6/0381b6c5d4d621c8756d55be5dbdbfa6.jpg);
  55. background-position: center;
  56. background-size: cover;
  57. padding: 1%;
  58. border-radius: 5%;
  59. height: 50vh;
  60. width: 12vw;
  61. top: 20vh;
  62. right: 10vw;
  63. box-shadow: 0 0 3vh #000;
  64. }
  65.  
  66. #spearinfo{
  67. position: fixed;
  68. padding: 1%;
  69. border-radius: 5%;
  70. height: 50vh;
  71. width: 12vw;
  72. top: 20vh;
  73. right: 10vw;
  74. transition: 0.5s;
  75. opacity: 0;
  76. box-shadow: 0 2000px rgba(107, 104, 90, 0.5) inset;
  77. color: #bdcfff;
  78. text-shadow: 0 1vh 1vh #000;
  79. font-family: 'Lateef';
  80. font-size: 2.5vh;
  81. overflow: auto;
  82. }
  83. #spearinfo:hover{
  84. transition: 0.5s;
  85. opacity: 1;
  86. }
  87.  
  88. h1{
  89. font-family: 'Italianno';
  90. font-size: 5vh;
  91. }
  92.  
  93.  
  94. </style>
  95.  
  96. <div id="balance"></div>
  97. <div id="balanceinfo">
  98. <h1>The Balance</h1>
  99. X'kuzo Tia is a young Seeker of the Sun who grew up in the southern reaches of Gyr Abania, a constant fascination with the night sky and the stars proving to aid him in his path toward becoming an astrologian of the true Sharlayan practice.
  100. <br><br>
  101. Male<br>
  102. Eighteen years of age.<br>
  103. Astrologian<br>
  104. Adventurer</div>
  105.  
  106. <div id="spear"></div>
  107. <div id="spearinfo">
  108. <h1>The Spear</h1>
  109. - Layout is mine, please do not steal or appropriate.<br>
  110. - Character is an OC of FFXIV.<br>
  111. - IC =/= OOC<br>
  112. - Art is not mine! All credit goes to the original artist.<br>
  113. - This profile is a massive work in progress.<br>
  114. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement