Advertisement
Lizellea

Blade 2

Nov 29th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. <style>
  2. @import url(https://fonts.googleapis.com/css?family=Nosifer);
  3. @import url(https://fonts.googleapis.com/css?family=Metal+Mania);
  4. @import url(https://fonts.googleapis.com/css?family=Comfortaa);
  5. ::-webkit-scrollbar { width: 2px; }
  6. ::-webkit-scrollbar-track { border-radius: 2px; background-color: transparent; }
  7. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #transparent; }
  8.  
  9. body{background-color:#000;}
  10. .intro{position:absolute;top:0%;left:0%;width:100%;height:100%;z-index:-1;opacity:0;background-color:black;
  11. -webkit-animation-name: title;
  12. -webkit-animation-duration: 5s;
  13. animation-name:title;
  14. animation-duration: 5s;
  15. }
  16.  
  17. @-webkit-keyframes title {
  18. 0% {z-index:1;opacity:1;}
  19. 20% {z-index:1;opacity:1;}
  20. 40% {z-index:1;opacity:1;}
  21. 80% {z-index:1;opacity:1;}
  22. 100% {z-index:-1;opacity:0;}
  23. }
  24. .image{position:absolute;top:0%;left:0%;width:100%;height:100%;background:url(http://i.imgur.com/AuN6sBC.jpg);background-size:100% 100%;background-position:center;background-color:transparent;background-repeat:no-repeat;z-index:-2;opacity:0;
  25. -webkit-animation-name: title1;
  26. -webkit-animation-duration: 5s;
  27. animation-name:title1;
  28. animation-duration: 5s;
  29. }
  30.  
  31. @-webkit-keyframes title1 {
  32. 0% {opacity:1;z-index:2;}
  33. 5% {opacity:1;z-index:2;}
  34. 10% {opacity:1;z-index:2;}
  35. 15% {opacity:1;z-index:2;}
  36. 20% {opacity:0.5;z-index:2;}
  37. 25% {opacity:1;z-index:2;}
  38. 30% {opacity:1;z-index:2;}
  39. 35% {opacity:1;z-index:2;}
  40. 40% {opacity:1;z-index:2;}
  41. 45% {opacity:0.5;z-index:2;}
  42. 50% {opacity:1;z-index:2;}
  43. 55% {opacity:1;z-index:2;}
  44. 60% {opacity:1;z-index:2;}
  45. 65% {opacity:1;z-index:2;}
  46. 70% {opacity:0.5;z-index:2;}
  47. 75% {opacity:1;z-index:2;}
  48. 80% {opacity:1;z-index:2;}
  49. 85% {opacity:1;z-index:2;}
  50. 90% {opacity:1;z-index:2;}
  51. 95% {opacity:0.5;z-index:2;}
  52. 100% {opacity:0;z-index:-2;}
  53. }
  54.  
  55. #image{
  56. position: fixed;
  57. z-index: 6;
  58. bottom: 0vh;
  59. left: 55vw;
  60. width: 30vw;
  61. opacity:0;
  62. -webkit-animation:picturein 1.5s 1;
  63. animation:picturein s 1;
  64. animation-delay:5s;
  65. animation-fill-mode:forwards;
  66. -webkit-animation-delay:5s;
  67. -webkit-animation-fill-mode:forwards;
  68. }
  69. #image img{
  70. height: 100vh;
  71. }
  72.  
  73. @keyframes picturein{
  74. from{opacity:0; bottom: -30vw;}
  75. to{opacity:1;}
  76. }
  77.  
  78. h1{
  79. color: #B40404;
  80. text-shadow: -0.1vw 0.1vw 0.1vw #ccc;
  81. font-family: Metal Mania;
  82. font-size: 2.9vh;
  83. letter-spacing: 0.5vw;
  84. font-weight: normal;
  85. text-align: center;
  86. }
  87.  
  88. b, strong {color: #2377B3; font-family: Julee; font-size: 2.4vh; font-style: normal; font-weight: bold; text-decoration: none; font-style: italic; font-weight: normal; text-shadow: -0.1vw 0.1vw 0.1vw #;}
  89.  
  90. a {
  91. color: #B10707;
  92. text-decoration: none;
  93. }
  94.  
  95. a:link, a:active, a:visited {
  96. font-size:15px;
  97. letter-spacing:0px;
  98. text-decoration: none;
  99. color: #B10707;
  100. -webkit-transition: all 0.5s linear;
  101. -moz-transition: all 0.5s linear;
  102. -o-transition: all 0.5s linear;
  103. }
  104.  
  105. a:hover {
  106. font-size:15px;
  107. color:#A4480A;
  108. text-decoraction: line-through;
  109. -webkit-transition: all 0.5s linear;
  110. -moz-transition: all 0.5s linear;
  111. -o-transition: all 0.5s linear;
  112. }
  113.  
  114. .derp{
  115. position:absolute;
  116. top:10%;
  117. left:10%;
  118. width:350px;
  119. }
  120.  
  121. a.gluttony:link, a.gluttony:active, a.gluttony:visited{
  122. display: block;
  123. z-index: 10;
  124. float: left;
  125. width: 70px;
  126. height:30px;
  127. color: #860000;
  128. text-shadow: -0.2vw 0.2vw 0.2vw #fff;
  129. font-family: Nosifer;
  130. font-size: 5vw;
  131. letter-spacing: 0px;
  132. transition: all 0.7s ease-in-out;
  133. -moz-transition: all 0.7s ease-in-out;
  134. -webkit-transition: all 0.7s ease-in-out;
  135. }
  136.  
  137. a.gluttony:hover{
  138. color: #fff;
  139. text-decoration: none;
  140. text-shadow: -0.3vw 0.3vw 0.3vw #860000;}
  141.  
  142. .boxie {
  143. background-color: #;
  144. border: 1px solid #;
  145. color: #ccc;
  146. font-size: 15px;
  147. font-family: Comfortaa;
  148. height: 320px;
  149. right: 440px;
  150. opacity: 0;
  151. overflow: auto;
  152. padding: 5px;
  153. position: fixed;
  154. text-align: center;
  155. top: 305px;
  156. width: 461px;
  157. }
  158. .boxie:target {
  159. background-color: #;
  160. border: 1px solid #;
  161. height: 450px;
  162. left: 5%;
  163. opacity: 1;
  164. overflow: auto;
  165. padding: 5px;
  166. position: fixed;
  167. top: 28%;
  168. width: 520px;
  169. z-index: 40;
  170. }
  171.  
  172. </style>
  173.  
  174. <div class="derp">
  175. <a href="#01" class="gluttony">B</a>
  176. <a href="#02" class="gluttony">L</a>
  177. <a href="#03" class="gluttony">A</a>
  178. <a href="#04" class="gluttony">D</a>
  179. <a href="#05" class="gluttony">E</a>
  180. </div></div>
  181.  
  182.  
  183. <div id="01" class="boxie">
  184. <h1>Information</h1>
  185. words
  186.  
  187. </div>
  188.  
  189. <div id="02" class="boxie">
  190. <h1>About</h1>
  191. Words
  192. </div>
  193.  
  194. <div id="03" class="boxie">
  195. <h1>Powers & Abilities</h1>
  196. words
  197. </div>
  198.  
  199. <div id="04" class="boxie">
  200. <h1>OOC</h1>
  201. <br>Code made by: <a target="_blank" href="http://roleplay.chat/profile.php?user=Pachi"><i>Pachi</i></a>. Ask her permission to use the code.
  202.  
  203. </div>
  204. </div>
  205. <div class="image"></div>
  206. <div class="intro"></div>
  207. <div id="image">
  208. <img src="http://i.imgur.com/m68tODy.png">
  209. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement