Advertisement
Lizellea

Sin

Jul 24th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. <style>
  2. @import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
  3. @import url(https://fonts.googleapis.com/css?family=Asul);
  4. @import url(https://fonts.googleapis.com/css?family=Eater);
  5. ::-webkit-scrollbar { width: 0.4vw; height: 0.4vw;}
  6. ::-webkit-scrollbar-track { border-radius: 0px; background-color: #563B3B;}
  7. ::-webkit-scrollbar-thumb { border: 0.1vh solid #B59090; border-radius:50px; background-color: #B14C4C;}
  8.  
  9. body{
  10. background-color: #fff;
  11. background-image:url('');
  12. }
  13.  
  14. @font-face{
  15. font-family: 'a Theme for murder';
  16. src:url(https://dl.dropboxusercontent.com/s/6rxye5rnd2xlgaq/a%20Theme%20for%20murder.ttf);
  17. }
  18.  
  19. @font-face{
  20. font-family: 'BlackAsylumDEMO';
  21. src:url(https://dl.dropboxusercontent.com/s/yv6g8ijf29lbaba/BlackAsylumDEMO-KCFonts.ttf);
  22. }
  23.  
  24.  
  25.  
  26.  
  27. #image{
  28. position: fixed;
  29. z-index: 0;
  30. bottom: 0vh;
  31. left: 0vw;
  32. width: 30vw;
  33. opacity:0;
  34. -webkit-animation:picturein 1.5s 1;
  35. animation:picturein s 1;
  36. animation-delay:1.5s;
  37. animation-fill-mode:forwards;
  38. -webkit-animation-delay:1s;
  39. -webkit-animation-fill-mode:forwards;
  40. }
  41. #image img{
  42. height: 100vh;
  43. }
  44.  
  45. @keyframes picturein{
  46. from{opacity:0; left: -30vw;}
  47. to{opacity:1;}
  48. }
  49.  
  50. #name{
  51. position: fixed;
  52. z-index:2;
  53. left: 58vw;
  54. top: 4vh;
  55. color: #9C0404;
  56. text-shadow: 0 0 0.5vw #000;
  57. font-family: a Theme for murder;
  58. font-size: 6vw;
  59. letter-spacing: 0.5vw;
  60. opacity:0;
  61. -webkit-animation:namefade 2.5s 1;
  62. animation:namefade 2.5s 1;
  63. animation-delay:3s;
  64. animation-fill-mode:forwards;
  65. -webkit-animation-delay:3s;
  66. -webkit-animation-fill-mode:forwards;
  67. }
  68. @keyframes namefade{
  69. from{opacity:0;}
  70. to{opacity:1;}
  71. }
  72.  
  73. #name2{
  74. position: fixed;
  75. z-index:0;
  76. right: 0vw;
  77. bottom: 0vh;
  78. color: #9C0404;
  79. text-shadow: -0.5vw 0.5vw 0.5vw #000;
  80. font-family: a Theme for murder;
  81. font-size: 3.5vw;
  82. text-align: center;
  83. letter-spacing: 0.5vw;
  84. opacity:0;
  85. -webkit-animation:namefade 2.5s 1;
  86. animation:namefade 2.5s 1;
  87. animation-delay:3s;
  88. animation-fill-mode:forwards;
  89. -webkit-animation-delay:3s;
  90. -webkit-animation-fill-mode:forwards;
  91. }
  92.  
  93. @keyframes namefade{
  94. from{opacity:0;}
  95. to{opacity:1;}
  96. }
  97.  
  98.  
  99.  
  100. #infobackground{
  101. position: fixed;
  102. z-index: 0;
  103. top: 23vh;
  104. right: 27vw;
  105. height: 50.5vh;
  106. width: 25vw;
  107. overflow: hidden;
  108. color: #000000;
  109. font-family: Archivo Narrow;
  110. font-size: 10vh;
  111. opacity:0;
  112. -webkit-animation:infobackin 2.5s 1;
  113. animation:infobackin 2.5s 1;
  114. animation-delay:3s;
  115. animation-fill-mode:forwards;
  116. -webkit-animation-delay:3s;
  117. -webkit-animation-fill-mode:forwards;
  118. }
  119.  
  120. @keyframes infobackin{
  121. from{opacity:0;}
  122. to{opacity:1;}
  123. }
  124.  
  125. #infobox{
  126. position: static;
  127. z-index: 2;
  128. top: 23vh;
  129. right: 27vw;
  130. height: 50.5vh;
  131. width: 25vw;
  132. overflow: hidden;
  133. color: #000000;
  134. font-family: Archivo Narrow;
  135. font-size: 1.6vh;
  136. opacity:0;
  137. text-shadow: 0 0 0.5em #000;
  138. -webkit-animation:infoboxin 2.5s 1;
  139. animation:infoboxin 2.5s 1;
  140. animation-delay:3s;
  141. animation-fill-mode:forwards;
  142. -webkit-animation-delay:3s;
  143. -webkit-animation-fill-mode:forwards;
  144. }
  145.  
  146. @keyframes infoboxin{
  147. from{opacity:0;}
  148. to{opacity:1;}
  149. }
  150. @-webkit-keyframes infoboxin{
  151. from{opacity:0;}
  152. to{opacity:1;}
  153. }
  154.  
  155.  
  156. b, strong {color: #900000; font-family: Asul; font-size: 1.6vh; font-style: normal; font-weight: bold; text-decoration: none; font-style: italic; font-weight: normal; text-shadow: 0 0 0.5em #000;}
  157.  
  158. a {
  159. color: #9C0404;
  160. text-decoration: none;
  161. }
  162.  
  163. a:link, a:active, a:visited {
  164. font-size:1.6vh;
  165. letter-spacing:0px;
  166. text-decoration: none;
  167. color: #9C0404;
  168. text-shadow: 0 0 0.5em #000;
  169. -webkit-transition: all 0.5s linear;
  170. -moz-transition: all 0.5s linear;
  171. -o-transition: all 0.5s linear;
  172. }
  173.  
  174. a:hover {
  175. font-size:1.6vh;
  176. color:#000;
  177. text-shadow: 0 0 0.5em #9C0404;
  178. text-decoraction: line-through;
  179. -webkit-transition: all 0.5s linear;
  180. -moz-transition: all 0.5s linear;
  181. -o-transition: all 0.5s linear;
  182. }
  183. #credit{ position: fixed; left: 10px; bottom: 0px; font-family: Arial; font-variant: normal; font-weight: normal; font-size: 100%; color: #000;z-index:1;}
  184.  
  185.  
  186. </style>
  187. <div id="image">
  188. <a target="_blank" href="http://i.imgur.com/ctN1L2f.png" target="_blank"><img src="http://i.imgur.com/VBfzzJB.jpg"></a>
  189. </div>
  190.  
  191. <div id="name">
  192. Sin
  193. </div>
  194.  
  195. <div id="name2">
  196. All hail the King
  197. </div>
  198.  
  199. <a target="_blank" href="http://i.imgur.com/kHkX5Sp.gif" target="_blank"><img src="http://i.imgur.com/C26dk6t.png?1" height="15%" style="position:fixed; bottom:0%; right: 3%;z-index:2;"></a>
  200.  
  201. <div id="credit">
  202. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  203. </div>
  204.  
  205.  
  206. <div id="infobackground">
  207. <div id="infobox">
  208. <center>
  209. <div style="height: 100%; overflow-y: hidden;">
  210. <a name="stats"></a>
  211. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  212. <b>bold</b> <i>italics</i> <a href="profile.php?user=" target="_blank">Link</a>
  213. </div>
  214. </center>
  215. </div>
  216. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement