Advertisement
Lizellea

Jupetta Code

Sep 11th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.83 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Bilbo);
  3. @import url(https://fonts.googleapis.com/css?family=Alex+Brush);
  4.  
  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 {
  10. background-image: url("");
  11. background-repeat: no-repeat;
  12. background-color: #262630;
  13. background-size: 10%;
  14. background-position: bottom right;
  15. margin: 0;
  16. }
  17.  
  18. @font-face{
  19. font-family: 'Moonlight Shadow';
  20. src:url(https://dl.dropboxusercontent.com/s/678iubjo7pwupoq/Moonlight%20Shadow.ttf);
  21. }
  22. @font-face{
  23. font-family: Scissors;
  24. src: url(https://fonts.gstatic.com/s/nosifer/v5/eF2_jPFOvazU2jusNUruvw.woff2);
  25. }
  26. @font-face{
  27. font-family: 'Asylum';
  28. src:url(https://dl.dropboxusercontent.com/s/vpksvc99zj2n73o/BlackAsylumDEMO-KCFonts.ttf);
  29. }
  30. @font-face{
  31. font-family: 'Murder';
  32. src:url(https://dl.dropboxusercontent.com/s/2c0jc49lbcn1nwm/youmurdererbb_reg.otf);
  33. }
  34.  
  35.  
  36. #image{
  37. position: fixed;
  38. z-index: 6;
  39. bottom: 0vh;
  40. left: 15vw;
  41. width: 30vw;
  42. opacity:1;
  43. -webkit-animation: bounce 7s 1s infinite;
  44. -moz-animation: bounce 7s 1s infinite;
  45. -ms-animation: bounce 2s 1s infinite;
  46. -o-animation: bounce 7s 1s infinite;
  47. animation: bounce 7s 1s infinite;
  48. -webkit-animation-fill-mode: forwards;
  49. animation-fill-mode: forwards;
  50. }
  51. #image img{
  52. height: 95.5vh;
  53. }
  54. @keyframes bounce{
  55. 0%{top:5%}
  56. 50%{top:7%}
  57. 100%{top:5%}}
  58.  
  59. #name{
  60. position: fixed;
  61. z-index:2;
  62. left: 2vw;
  63. top: 1vh;
  64. color: #17BC04;
  65. text-shadow: 0 0 0.5vw #17BC04;
  66. font-family: Asylum;
  67. font-size: 4.5vw;
  68. letter-spacing: 0.5vw;
  69. opacity:0;
  70. -webkit-animation: glowin 7s 1s infinite;
  71. -moz-animation: glowin 7s 1s infinite;
  72. -ms-animation: glowin 7s 1s infinite;
  73. -o-animation: glowin 7s 1s infinite;
  74. animation: glowin 7s 1s infinite;
  75. -webkit-animation-fill-mode: forwards;
  76. animation-fill-mode: forwards;
  77. }
  78. @keyframes glowin{
  79. 0%{opacity:0;}
  80. 50%{opacity:1;}
  81. 100%{opacity:0;}
  82. }
  83.  
  84. #name2{
  85. position: fixed;
  86. z-index:2;
  87. right: 2vw;
  88. bottom: 1vh;
  89. color: #17BC04;
  90. text-shadow: 0 0 0.5vw #17BC04;
  91. font-family: Asylum;
  92. font-size: 4.5vw;
  93. letter-spacing: 0.5vw;
  94. opacity:0;
  95. -webkit-animation: glowin 7s 1s infinite;
  96. -moz-animation: glowin 7s 1s infinite;
  97. -ms-animation: glowin 7s 1s infinite;
  98. -o-animation: glowin 7s 1s infinite;
  99. animation: glowin 7s 1s infinite;
  100. -webkit-animation-fill-mode: forwards;
  101. animation-fill-mode: forwards;
  102. }
  103. @keyframes glowin{
  104. 0%{opacity:0;}
  105. 50%{opacity:1;}
  106. 100%{opacity:0;}
  107. }
  108.  
  109.  
  110. .box {position: absolute;
  111. z-index: 3;
  112. right: 185px;
  113. top:150px;
  114. border-top: 5px groove #204E2A;
  115. border-right: 5px groove #204e2a;
  116. border-left: 5px groove #330A52;
  117. border-bottom:5px groove #330A52;
  118. box-shadow: 0 0 0.5vw #17BC04;
  119. height:350px;
  120. width:450px;
  121. background-color:#;
  122. background: url(http://i.imgur.com/EV03DZQ.jpg);
  123. background-size: 100% 100%;
  124. background-position: center;
  125. background-repeat: no-repeat;
  126. overflow-x:auto;
  127. overflow-y:auto;
  128. font-family: handlee;
  129. font-size:14px;
  130. overflow-x: auto;
  131. overflow-y: auto;
  132. color:#ccc;}
  133.  
  134. .content {
  135. background-color: #292929;
  136. background: url(http://i.imgur.com/Fge7Skl.png);
  137. background-size: 100% 100%;
  138. background-position: center;
  139. background-repeat: no-repeat;
  140. border: none;
  141. color: #ccc;
  142. font-size: 14px;
  143. font-family: Segoe Print;
  144. line-height:17px;
  145. height: 340px;
  146. right: 190px;
  147. opacity: 0;
  148. overflow: auto;
  149. padding: 5px;
  150. position: fixed;
  151. text-align: left;
  152. top: 155px;
  153. width: 441px;
  154. -webkit-transition: all 1s ease-out;
  155. -moz-transition: all 1s ease-out;
  156. -ms-transition: all 1s ease-out;
  157. -o-transition: all 1s ease-out;
  158. transition: all 1s ease-out;
  159.  
  160. }
  161. .content:target {
  162. background-color: #292929;
  163. background: url(http://i.imgur.com/Fge7Skl.png);
  164. background-size: 100% 100%;
  165. background-position: center;
  166. background-repeat: no-repeat;
  167. border: none;
  168. height: 340px;
  169. right: 190px;
  170. opacity: 0.8;
  171. overflow: auto;
  172. padding: 5px;
  173. position: fixed;
  174. top: 155px;
  175. width: 440px;
  176. z-index: 40;
  177. -webkit-transition: all 1s ease-out;
  178. -moz-transition: all 1s ease-out;
  179. -ms-transition: all 1s ease-out;
  180. -o-transition: all 1s ease-out;
  181. transition: all 1s ease-out;
  182.  
  183. }
  184.  
  185. #tab1{position:fixed;right:550px;top:65px;z-index:99999;}
  186. #tab2{position:fixed;right:390px;top:65px;z-index:99999;}
  187. #tab3{position:fixed;right:210px;top:65px;z-index:99999;}
  188. #tab4{position:fixed;right:660px;top:320px;z-index:99999;}
  189. #tab5{position:fixed;right:100px;top:320px;z-index:99999;}
  190. #tab6{position:fixed;right:390px;bottom:95px;z-index:99999;}
  191.  
  192.  
  193.  
  194. h1{
  195. color: #DBE27C;
  196. text-shadow: -0.2vw 0.2vw 0.2vw #;
  197. font-family: Moonlight Shadow;
  198. font-size: 3.9vh;
  199. letter-spacing: 0.1vw;
  200. font-weight: normal;
  201. text-align: center;
  202. margin-top:9px;
  203. margin-bottom:-14px;
  204. }
  205.  
  206. b, strong { color: #C9C461;font-family:bilbo;text-shadow: 0 0 0.1em #08D234;font-size:23;letter-spacing:1px;
  207. }
  208.  
  209. a:active, a:link, a:visited {
  210. color: #DBE27C;
  211. text-decoration: none;
  212. -webkit-transition: all 0.4s ease-in;
  213. -moz-transition: all 0.4s ease-in;
  214. -ms-transition: all 0.4s ease-in;
  215. -o-transition: all 0.4s ease-in;
  216. transition: all 0.4s ease-in;
  217. }
  218.  
  219. a:hover {
  220. color: #fff;
  221. -moz-transition-duration:0.5s;
  222. -webkit-transition-duration:0.5s;
  223. -o-transition-duration:0.5s;
  224. transition-duration:0.5s;
  225. }
  226.  
  227. #credit{ position: fixed;
  228. left: 1px;
  229. bottom: 0px;
  230. font-family: Arial;
  231. font-variant: normal;
  232. font-weight: normal;
  233. font-size: 80%;
  234. color: #ccc;
  235. z-index:1;}
  236.  
  237.  
  238. </style>
  239. <div id="credit">
  240. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  241. </div>
  242. <div id="image">
  243. <img src="http://i.imgur.com/4rkazoO.png">
  244. </div>
  245. <div id="name">
  246. Voodoo
  247. </div>
  248. <div id="name2">
  249. Hoodoo
  250. </div>
  251.  
  252.  
  253. <div class="box"></div>
  254.  
  255. <a href="#1"><div id="tab1"><img src="http://i.imgur.com/WmLRmtn.png" height="70px" width="70px"></a></div>
  256. <a href="#2"><div id="tab2"><img src="http://i.imgur.com/qhdLhgn.png" height="70px" width="25px"></a></div>
  257. <a href="#3"><div id="tab3"><img src="http://i.imgur.com/rlNZr3L.png" height="70px" width="70px"></a></div>
  258. <a href="#4"><div id="tab4"><img src="http://i.imgur.com/doWhMKc.png" height="25px" width="70px"></a></div>
  259. <a href="#5"><div id="tab5"><img src="http://i.imgur.com/MfilyDP.png" height="25px" width="70px"></a></div>
  260. <a href="##"><div id="tab6"><img src="http://i.imgur.com/NRRjbTo.png" height="70px" width="25px"></a></div>
  261.  
  262.  
  263. <div id="1" class="content">
  264. <h1>Pokémon</h1>
  265. <br><br>
  266. Words here
  267. </div>
  268.  
  269. <div id="2" class="content">
  270. <h1>Gijinka</h1>
  271. <br><br>
  272. Words
  273.  
  274. </div>
  275.  
  276. <div id="3" class="content">
  277. <h1>Bio</h1>
  278. <br><br>
  279. words
  280. </div>
  281.  
  282. <div id="4" class="content">
  283. <h1>Contacts</h1>
  284. <br><br>
  285. words here
  286. </div>
  287.  
  288. <div id="5" class="content">
  289. <h1>OOC</h1>
  290. <br><br>
  291. Words here
  292. <b>bold</b> <i>italics</i> <a href="profile.php?user=" target="_blank">Link</a>.
  293. </div>
  294. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement