ChaZayari

Kan-E-Senna

Sep 15th, 2020 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 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. #background{
  8. position: fixed;
  9. background: url(https://i.imgur.com/w7dqu6W.png);
  10. background-size: cover;
  11. background-position: center;
  12. height: 110vh;
  13. width: 110vw;
  14. top: -5vh;
  15. left: -5vw;
  16. filter: blur(15px);
  17. }
  18.  
  19.  
  20. #image{
  21. position: fixed;
  22. top: -10vh;
  23. left: 18vw;
  24. box-shadow: -1vh 0vh 1vh #000;
  25. z-index: 10;
  26. }
  27.  
  28. #image img{
  29. height: 120vh;
  30. }
  31.  
  32.  
  33. #title{
  34. position: fixed;
  35. z-index: 10;
  36. height: 20vh;
  37. width: 60vw;
  38. right: 01vw;
  39. bottom: 45vh;
  40. font-family: 'The Mumbai Sticker';
  41. font-size: 19vh;
  42. color: #fff;
  43. text-shadow: -1vh 0vh 1vh #000;
  44. }
  45.  
  46. #box1, #box2, #box3{
  47. position: fixed;
  48. padding: .5%;
  49. z-index: 5;
  50. height: 40vh;
  51. width: 10vw;
  52. bottom: 5vh;
  53. background: #132411;
  54. box-shadow: -1vh 0vh 1vh #000;
  55. overflow: auto;
  56. font-family: 'Whitney';
  57. font-size: 1.75vh;
  58. color: #fff;
  59. }
  60.  
  61. #box1{right: 48vw;}
  62. #box2{right: 36vw;text-align: justify;}
  63. #box3{right: 24vw;}
  64.  
  65. h1{
  66. font-size: 4vh;
  67. text-transform: uppercase;
  68. text-align: center;
  69. font-weight: lighter;
  70. border-bottom: .25vh #fff solid;
  71. }
  72.  
  73.  
  74. .r{float: right;}
  75.  
  76.  
  77. </style>
  78.  
  79. <div id="background"></div>
  80. <div id="image"><img src="https://i.imgur.com/oIjFhEN.png"></div>
  81. <div id="title">Kan-E-Senna</div>
  82.  
  83. <div id="box1">
  84. <h1>Stats</h1>
  85. Name: <div class="r">Stat</div><br>
  86. Name: <div class="r">Stat</div><br>
  87. Name: <div class="r">Stat</div><br>
  88. Name: <div class="r">Stat</div><br>
  89. <br>
  90. Name: <div class="r">Stat</div><br>
  91. Name: <div class="r">Stat</div><br>
  92. Name: <div class="r">Stat</div><br>
  93. Name: <div class="r">Stat</div><br>
  94. <br>
  95. Name: <div class="r">Stat</div><br>
  96. Name: <div class="r">Stat</div><br>
  97. Name: <div class="r">Stat</div><br>
  98. Name: <div class="r">Stat</div><br>
  99. </div>
  100.  
  101. <div id="box2">
  102. <h1>Story</h1>
  103. 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.
  104. </div>
  105.  
  106. <div id="box3">
  107. <h1>OOC</h1>
  108. <ol>
  109. <li></li><br>
  110. <li></li><br>
  111. <li></li><br>
  112. <li></li><br>
  113. <li></li><br>
  114. <li>This layout was made for Kan-E-Senna's use only. Do not steal.</li><br>
  115. </ol>
  116. </div>
Add Comment
Please, Sign In to add comment