Advertisement
ChaZayari

Taica

Apr 11th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 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. top: -5vh;
  10. left:-5vw;
  11. height: 110vh;
  12. width:110vw;
  13. background: url(https://i.imgur.com/xQ7PGr3.jpg);
  14. background-size: cover;
  15. background-position: center;
  16. filter: blur(12px);
  17. z-index: 1;
  18. }
  19.  
  20.  
  21. #image{
  22. position: fixed;
  23. bottom: 5vh;
  24. left: 10vw;
  25. z-index: 5;
  26. box-shadow: -2vh 2vh 2vh #000;
  27. }
  28.  
  29. #image img{
  30. height: 90vh;
  31. }
  32.  
  33. #vine1, #vine2{
  34. position: fixed;
  35. z-index: 6;
  36. right: 10vw;
  37. }
  38.  
  39. #vine1{top: 0vh;}
  40. #vine1 img{height: 30vh;}
  41. #vine2{bottom: 0vh;}
  42. #vine2 img{height: 30vh;}
  43.  
  44.  
  45. #box{
  46. position: fixed;
  47. background: #1f4717;
  48. height: 45vh;
  49. width: 40vw;
  50. right: 11vw;
  51. bottom: 20vh;
  52. z-index: 5;
  53. box-shadow: 0 0 1vh #000;
  54. }
  55.  
  56. #nav1, #nav2, #nav3, #nav4{
  57. position: fixed;
  58. background: #1f4717;
  59. transform: rotate(45deg);
  60. height: 4vh;
  61. width: 4vh;
  62. left: 45vw;
  63. box-shadow: 0 0 1vh #000;
  64. z-index: 6;
  65. transition: 0.5s;
  66. }
  67.  
  68. #nav1{top: 40vh;}
  69. #nav1:hover{transform:rotate(180deg);border-radius:50%;}
  70. #nav2{top: 50vh;}
  71. #nav2:hover{transform:rotate(180deg);border-radius:50%;}
  72. #nav3{top: 60vh;}
  73. #nav3:hover{transform:rotate(180deg);border-radius:50%;}
  74. #nav4{top: 70vh;}
  75. #nav4:hover{transform:rotate(180deg);border-radius:50%;}
  76.  
  77. #title{
  78. position: fixed;
  79. z-index: 7;
  80. height: 20vh;
  81. width: 30vw;
  82. right: 10vw;
  83. top: 20vh;
  84. color: #71A62C;
  85. text-shadow: 0 0 1vh #000;
  86. text-align: right;
  87. font-family: 'Channel';
  88. font-size: 10vh;
  89. }
  90.  
  91.  
  92. #info1, #info2, #info3, #info4{
  93. position: fixed;
  94. height: 40vh;
  95. width: 35vw;
  96. bottom: 22.5vh;
  97. right: 13.5vw;
  98. font-family: 'Gotham';
  99. font-size: 2vh;
  100. color: #fff;
  101. }
  102.  
  103. .appear{opacity: 0; z-index: 5; transition: 2s;}
  104. .appear:target{opacity: 1; z-index: 6; transition: 2s;}
  105.  
  106. h1{
  107. font-family: 'Brilliantte';
  108. font-size: 4vh;
  109. font-weight: lighter;
  110. }
  111.  
  112. a{
  113. color: #EAF17C;
  114. transition: 0.3s;
  115. text-decoration: none;
  116. }
  117.  
  118. a:hover{
  119. color: #fff;
  120. text-shadow: 0 0 1vh #fff;
  121. transition: 0.3s;
  122. }
  123.  
  124. .r{float: right;}
  125.  
  126.  
  127. </style>
  128.  
  129. <div id="background"></div>
  130. <div id="image"><img src="https://i.imgur.com/Fumroha.png"></div>
  131. <div id="vine1"><img src="https://i.imgur.com/lIHmIWI.png"></div>
  132. <div id="vine2"><img src="https://i.imgur.com/lIHmIWI.png"></div>
  133.  
  134. <a href="#info1"><div id="nav1"></div></a>
  135. <a href="#info2"><div id="nav2"></div></a>
  136. <a href="#info3"><div id="nav3"></div></a>
  137. <a href="#info4"><div id="nav4"></div></a>
  138. <div id="title">Taica</div>
  139. <div id="box"></div>
  140.  
  141.  
  142. <div id="info1" class="appear">
  143. <h1>Header One</h1>
  144. <p>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.
  145. </p>
  146. </div>
  147.  
  148.  
  149. <div id="info2" class="appear">
  150. <h1>Dossier/Stats</h1>
  151. Name:<div class="r">Stat</div><br>
  152. Age:<div class="r">Stat</div><br>
  153. Race:<div class="r">Stat</div><br>
  154. Gender:<div class="r">Stat</div><br>
  155. <br>
  156. Height:<div class="r">Stat</div><br>
  157. Weight:<div class="r">Stat</div><br>
  158. Eyes:<div class="r">Stat</div><br>
  159. Weight:<div class="r">Stat</div><br>
  160. <br>
  161. Occupation:<div class="r">Stat</div><br>
  162. Orientation:<div class="r">Stat</div><br>
  163. Marital:<div class="r">Stat</div><br>
  164. Status:<div class="r">Stat</div><br>
  165. </div>
  166.  
  167.  
  168. <div id="info3" class="appear">
  169. <h1>Extras</h1>
  170. <li></li>
  171. <li></li>
  172. <li></li>
  173. <li></li>
  174. <li></li>
  175. </div>
  176.  
  177.  
  178. <div id="info4" class="appear">
  179. <h1>OOC</h1>
  180. <ol>
  181. <li></li>
  182. <li></li>
  183. <li></li>
  184. <li></li>
  185. <li></li>
  186. <li>Profile made for Taica by <a href="https://roleplay.chat/profile.php?user=From+Shadows+codes">From Shadows.</a> Please do not steal or appropriate.</li>
  187. </ol>
  188. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement