Advertisement
ChaZayari

Shoichi

Dec 5th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Big+Shoulders+Text|Comfortaa:300|Expletus+Sans|Offside&display=swap');
  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.  
  8.  
  9.  
  10. body{
  11. background: url(https://i.imgur.com/IoIMpvM.png);
  12. background-repeat: no-repeat;
  13. background-position: left;
  14. background-size: 133vh;
  15. }
  16.  
  17. #ooc{
  18. position: fixed;
  19. z-index: 5;
  20. text-align: center;
  21. border: 2px #000 solid;
  22. background: #303030;
  23. height: 25vh;
  24. width: 20.5vw;
  25. bottom: 7vh;
  26. right: 40vw;
  27. box-shadow: 1vh 1vh .5vh #000;
  28. font-family: 'Expletus Sans';
  29. font-size: 2.5vh;
  30. color: #fff;
  31. padding:1%;
  32. text-shadow: 1vh 1vh 1vh #000;
  33. overflow: auto;
  34. }
  35.  
  36. #title{
  37. position: fixed;
  38. text-align: center;
  39. height: 20vh;
  40. width: 25vw;
  41. bottom: 26vh;
  42. right: 22vw;
  43. transform: rotate(-90deg);
  44. font-family: 'Expletus Sans';
  45. font-size:18vh;
  46. }
  47.  
  48. #topbox{
  49. position: fixed;
  50. text-align: center;
  51. z-index: 5;
  52. padding:1%;
  53. border: 2px #000 solid;
  54. background: #303030;
  55. overflow: auto;
  56. height: 35vh;
  57. width: 20.5vw;
  58. top: 7vh;
  59. right: 5vw;
  60. box-shadow: 1vh 1vh .5vh #000;
  61. font-family: 'Expletus Sans';
  62. font-size: 2.5vh;
  63. color: #fff;
  64. text-shadow: 1vh 1vh 1vh #000;
  65. }
  66.  
  67. #bottombox{
  68. position: fixed;
  69. text-align: center;
  70. z-index: 5;
  71. padding:1%;
  72. overflow: auto;
  73. border: 2px #000 solid;
  74. background: #303030;
  75. height: 35vh;
  76. width: 20.5vw;
  77. bottom: 7vh;
  78. right: 5vw;
  79. box-shadow: 1vh 1vh .5vh #000;
  80. font-family: 'Expletus Sans';
  81. font-size: 2.5vh;
  82. color: #fff;
  83. text-shadow: 1vh 1vh 1vh #000;
  84. }
  85.  
  86. h1{
  87. font-family: 'Big Shoulders Text';
  88. font-size: 5vh;
  89. }
  90.  
  91. a{
  92. color: #fff;
  93. text-decoration: underline;
  94. transition: 0.3s;
  95. }
  96.  
  97. a:hover{
  98. color: #8cf5ff;
  99. text-shadow: 0 0 .5vh #fff;
  100. transition: 0.3s;
  101. }
  102.  
  103. </style>
  104.  
  105. <div id="title">
  106. SCHOICHI</div>
  107.  
  108. <div id="ooc">
  109. <h1>OOC</h1>
  110. <ol>
  111. <li>OOC</li>
  112. <li>OOC</li>
  113. <li>OOC</li>
  114. <li>OOC</li>
  115. <li>Layout provided courtesy of <a href="https://roleplay.chat/profile.php?user=From+Shadows+Codes">From Shadows.</a> Do not steal or appropriate this layout. Thank you.</li>
  116. </div>
  117.  
  118. <div id="topbox">
  119. <h1>Stats</h1>
  120. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Rhoncus urna neque viverra justo nec ultrices. Magna eget est lorem ipsum dolor sit amet. Habitasse platea dictumst quisque sagittis purus sit amet. Adipiscing vitae proin sagittis nisl rhoncus mattis rhoncus.
  121. </div>
  122.  
  123. <div id="bottombox">
  124. <h1>Story</h1>
  125. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Rhoncus urna neque viverra justo nec ultrices. Magna eget est lorem ipsum dolor sit amet. Habitasse platea dictumst quisque sagittis purus sit amet. Adipiscing vitae proin sagittis nisl rhoncus mattis rhoncus.
  126. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement