Advertisement
ChaZayari

Dragon

Jan 29th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Arizonia|Bad+Script|Coming+Soon|Yellowtail');
  3. #image{
  4. position: fixed;
  5. bottom: 0vh;
  6. right: 15vw;
  7. opacity: 1;
  8. }
  9.  
  10. #image img{
  11. height: 100vh;
  12. }
  13.  
  14. t{font-family: 'Arizonia', cursive;font-size: 6vh;color:#ff7702;border-bottom: 4px #ff7702 double;}
  15. *{font-family: 'Coming Soon', cursive;font-size:2.2vh;color:#ffa960;text-shadow: -.5vh .5vh .5vh #28190c;}
  16. i{font-family: 'Yellowtail', cursive;}
  17. a{font-family: 'Bad Script', cursive;text-decoration: none;transition:0.5s;}
  18. a:hover{transition: 0.5s;color: #fff;}
  19. .r{float:right;}
  20.  
  21.  
  22. #gif{
  23. position: fixed;
  24. border: 3px #632929 solid;
  25. z-index: 6;
  26. height:10vh;
  27. width: 30vw;
  28. bottom:75vh;
  29. left:10vw;
  30. opacity: 1;
  31. background:url(https://i.imgur.com/S1Zqh65.gif);
  32. background-size: cover;
  33. box-shadow: -.5vh .5vh .5vh #28190c;;
  34. }
  35.  
  36. #box{
  37. position:fixed;
  38. z-index: 7;
  39. border: 5px #632929 solid;
  40. background: #632929;
  41. padding: 1%;
  42. overflow: hidden;
  43. height: 52vh;
  44. width: 20vw;
  45. left: 10vw;
  46. bottom: 15vh;
  47. box-shadow: -.5vh .5vh .5vh #28190c;;
  48. }
  49.  
  50.  
  51. #nav{
  52. position:absolute;
  53. height:50vh;
  54. width:10vw;
  55. background:transparent;
  56. bottom:20vh;
  57. left: 32.7vw;
  58. }
  59.  
  60. .nav1{
  61. position:absolute;
  62. height:7%;
  63. width:40%;
  64. background:#5b4029;
  65. border-color:();
  66. top:20%;
  67. transition-duration:.4s;
  68. }
  69.  
  70. .nav1:hover{
  71. transition-duration:.4s;
  72. width:70%;
  73. background: #ff8319;
  74. }
  75.  
  76. .nav2{
  77. position:absolute;
  78. height:7%;
  79. width:40%;
  80. background:#5b4029;
  81. top:40%;transition-duration:.4s
  82. }
  83.  
  84. .nav2:hover{
  85. transition-duration:.4s;
  86. width:70%;
  87. background: #ff8319;
  88. }
  89.  
  90. .nav3{
  91. position:absolute;
  92. height:7%;
  93. width:40%;
  94. background:#5b4029;
  95. top:60%;
  96. transition-duration:.4s;
  97. }
  98.  
  99. .nav3:hover{
  100. transition-duration:.4s;
  101. width:70%;
  102. background: #ff8319;
  103. }
  104.  
  105. .nav4{
  106. position:absolute;
  107. height:7%;
  108. width:40%;
  109. background:#5b4029;
  110. top:80%;transition-duration:.4s;
  111. }
  112.  
  113. .nav4:hover{
  114. transition-duration:.4s;
  115. width:70%;
  116. background: #ff8319;
  117. }
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. </style>
  125.  
  126. <div id="image">
  127. <img src="MAIN IMAGE HERE">
  128. </div>
  129. <div id="nav">
  130. <a href="#one"><div class="nav1"></div></a>
  131. <a href="#two"><div class="nav2"></div></a>
  132. <a href="#three"><div class="nav3"></div></a>
  133. <a href="#four"><div class="nav4"></div></a>
  134. </div>
  135.  
  136.  
  137. <div id="gif">
  138.  
  139. </div>
  140.  
  141.  
  142. <div id="box">
  143. <div style="height: 100%; overflow-y: hidden;">
  144. <a name="one"></a>
  145. <div style="width:100%; height: 100%; overflow: hidden; " align="left">
  146. <center>
  147. <t>Header</t>
  148. <br><br><br>
  149. <i>Put some kind of quote here.
  150. </div>
  151.  
  152. <a name="two"></a>
  153. <div style="width:100%; height: 100%; overflow: hidden; " align="left">
  154. <center>
  155. <t>Header</t><br><br>
  156. </center>
  157. Stat<div class="r">Stat</div><br>
  158. Stat<div class="r">Stat</div><br>
  159. <br>
  160. 5'7"<div class="r">154 lbs.</div><br>
  161. Stat<div class="r">Stat</div><br>
  162. Stat<div class="r">Stat</div><br>
  163. Stat<div class="r">Stat</div><br>
  164. </div>
  165.  
  166.  
  167. <a name="three"></a>
  168. <div style="width:100%; height: 100%; overflow: hidden; " align="left">
  169. <center>
  170. <t>
  171. Details</t>
  172. <br><br>
  173. <br><br>
  174. Uhhh<br><br>
  175. I'll fill this in....<br><br>
  176. Later.
  177. </div>
  178.  
  179. <a name="four"></a>
  180. <div style="width:100%; height: 100%; overflow: hidden; " align="left">
  181. <center>
  182. <t>Out of Character</t>
  183. <br><br>
  184. </center>
  185. <li>OOC Here!</li>
  186.  
  187.  
  188. </div>
  189.  
  190. </div>
  191. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement