Advertisement
Lizellea

Satoshi

Aug 11th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. <style>
  2. @import url(https://fonts.googleapis.com/css?family=Tillana);
  3. @import url(https://fonts.googleapis.com/css?family=Caesar+Dressing);
  4. @import url(https://fonts.googleapis.com/css?family=Aclonica);
  5. ::-webkit-scrollbar { width: 0.4vw; height: 0.4vw;}
  6. ::-webkit-scrollbar-track { border-radius: 0px; background-color: #;}
  7. ::-webkit-scrollbar-thumb { border: 0.1vh solid #; border-radius:50px; background-color: #;}
  8.  
  9. body{
  10. background-color: #fff;
  11. background-image:url('');
  12. cursor: url(http://i.picpar.com/mDUb.png), progress !important;
  13. }
  14.  
  15.  
  16. #image{
  17. position: fixed;
  18. z-index: 0;
  19. bottom: 0vh;
  20. left: 0vw;
  21. width: 30vw;
  22. opacity:0;
  23. -webkit-animation:picturein 1.5s 1;
  24. animation:picturein s 1;
  25. animation-delay:1.5s;
  26. animation-fill-mode:forwards;
  27. -webkit-animation-delay:1s;
  28. -webkit-animation-fill-mode:forwards;
  29. }
  30. #image img{
  31. height: 98.5vh;
  32. }
  33.  
  34. @keyframes picturein{
  35. from{opacity:0; left: -30vw;}
  36. to{opacity:1;}
  37. }
  38.  
  39.  
  40. #infobackground{
  41. position: fixed;
  42. z-index: 0;
  43. top: 23vh;
  44. right: 24vw;
  45. height: 60vh;
  46. width: 60vh;
  47. border-radius: 50%;
  48. background: #C40404;
  49. background-size: 100% 100%;
  50. background-color:#;
  51. background-image:url(http://i.imgur.com/Jhr8Am2.png);
  52. background-position: center;
  53. background-repeat:no-repeat;
  54. border: 3px groove #fff;
  55. box-shadow: 0px 0px 50px #C52424;
  56. -moz-box-shadow: 0 0 50px #C52424;
  57. -webkit-box-shadow: 0 0 50px #C52424;
  58. overflow: hidden;
  59. color: #ccc;
  60. font-family: Tillana;
  61. font-size: 10vh;
  62. opacity:0;
  63. -webkit-animation:infobackin 2.5s 1;
  64. animation:infobackin 2.5s 1;
  65. animation-delay:3s;
  66. animation-fill-mode:forwards;
  67. -webkit-animation-delay:3s;
  68. -webkit-animation-fill-mode:forwards;
  69. }
  70.  
  71. @keyframes infobackin{
  72. from{opacity:0;}
  73. to{opacity:1;}
  74. }
  75.  
  76. #infobox{
  77. position: static;
  78. z-index: 2;
  79. top: 23vh;
  80. right: 24vw;
  81. height: 60vh;
  82. width: 60vh;
  83. background-color: #C52424;
  84. overflow: hidden;
  85. color: #ccc;
  86. font-family: Tillana;
  87. font-size: 1.5vh;
  88. opacity:0;
  89. -webkit-animation:infoboxin 2.8s 1;
  90. animation:infoboxin 2.8s 1;
  91. animation-delay:3.8s;
  92. animation-fill-mode:forwards;
  93. -webkit-animation-delay:3.8s;
  94. -webkit-animation-fill-mode:forwards;
  95. }
  96.  
  97. @keyframes infoboxin{
  98. from{opacity:0;}
  99. to{opacity:1;}
  100. }
  101. @-webkit-keyframes infoboxin{
  102. from{opacity:0;}
  103. to{opacity:1;}
  104. }
  105.  
  106. h1{
  107. margin-top:2px;
  108. margin-bottom:2px;
  109. color: #000;
  110. text-shadow: -0.2vw 0.2vw 0.2vw #ccc;
  111. font-family: Caesar Dressing;
  112. font-size: 3.1vh;
  113. text-align: center;
  114. letter-spacing: 0.5vw;
  115. font-weight: normal;
  116. }
  117.  
  118. b, strong {color: #000; font-family: Aclonica; font-size: 1.5vh; font-style: normal; font-weight: bold; text-decoration: none; font-style: italic; font-weight: normal;}
  119.  
  120. a {
  121. color: #AE8D1E;
  122. text-decoration: none;
  123. }
  124.  
  125. a:link, a:active, a:visited {
  126. font-size:1.5vh;
  127. letter-spacing:0px;
  128. text-decoration: none;
  129. color: #AE8D1E;
  130. text-shadow: -0.1vw 0.1vw 0.1vw #;
  131. cursor: url(http://i.picpar.com/mDUb.png), progress !important;
  132. -webkit-transition: all 0.5s linear;
  133. -moz-transition: all 0.5s linear;
  134. -o-transition: all 0.5s linear;
  135. }
  136.  
  137. a:hover {
  138. font-size:1.5vh;
  139. color:#BA1212;
  140. text-shadow: -0.1vw 0.1vw 0.1vw #;
  141. text-decoraction: line-through;
  142. -webkit-transition: all 0.5s linear;
  143. -moz-transition: all 0.5s linear;
  144. -o-transition: all 0.5s linear;
  145. }
  146.  
  147. #nav a, #nav a:link, #nav a:visited {
  148. position: fixed;
  149. display: block;
  150. background: #;
  151. background-size: 100% 100%;
  152. background-color:#;
  153. background-image:url(http://i.imgur.com/OjuZvAG.gif);
  154. background-position: center;
  155. background-repeat:no-repeat;
  156. color: #000;
  157. height: 50px;
  158. width:50px;
  159. opacity:0;
  160. -webkit-animation:buttonfade 2.5s 1;
  161. animation:buttonfade 2.5s 1;
  162. animation-delay:3s;
  163. animation-fill-mode:forwards;
  164. -webkit-animation-delay:3s;
  165. -webkit-animation-fill-mode:forwards;
  166. }
  167.  
  168. @keyframes buttonfade{
  169. from{opacity:0;}
  170. to{opacity:1;}
  171. }
  172. @-webkit-keyframes buttonfade{
  173. from{opacity:0;}
  174. to{opacity:1;}
  175. }
  176.  
  177. #nav a:active, #nav a:hover {
  178. display:block;
  179. height: 25px;
  180. width:25px;
  181. text-decoration:none;
  182. background: #;
  183. background-size: 100% 100%;
  184. background-color:#;
  185. background-image:url(http://i.imgur.com/DQ09T6p.png);
  186. background-position: center;
  187. background-repeat:no-repeat;
  188. cursor: url(http://i.picpar.com/mDUb.png), progress !important;
  189. color: #fff;
  190. }
  191.  
  192. .button{
  193. position:fixed;
  194. z-index:2;
  195. width:50px;
  196. background:;
  197. height:50px;
  198. overflow:hidden;
  199. -webkit-border-radius: 0px;
  200. -moz-border-radius: 0px;
  201. border-radius: 0px;}
  202.  
  203. .circle{
  204. border-radius:0px;
  205. -webkit-transition: all 0.8s ease-out;
  206. -moz-transition: all 0.8s ease-out;
  207. -o-transition: all 0.8s ease-out;
  208. }
  209.  
  210. .circle:hover{
  211. border-radius:0px;
  212. -webkit-transition: all 0.8s ease-out;
  213. -moz-transition: all 0.8s ease-out;
  214. -o-transition: all 0.8s ease-out;
  215. -webkit-transform: rotate(0deg);
  216. -moz-transform: rotate(0deg);
  217. -ms-transform: rotate(0deg);
  218. -o-transform: rotate(-360deg);}
  219.  
  220. #credit{ position: fixed;
  221. z-index: 10;
  222. right: 10px;
  223. bottom: 0px;
  224. font-family: Arial;
  225. font-variant: normal;
  226. font-weight: bold;
  227. font-size: 90%;
  228. color: #000;
  229. z-index:1;}
  230.  
  231.  
  232. </style>
  233. <div id="credit">
  234. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  235. </div>
  236.  
  237.  
  238. <img src="http://i.imgur.com/Zb36VJA.png" height="10%" style="position:fixed; top:2%; right: 3%;">
  239. <div id="image">
  240. <img src="http://i.imgur.com/pyCOFqb.jpg">
  241. </div>
  242.  
  243. <div id="buttons">
  244. <div id="nav">
  245. <div class="button" style="top:25%; right:25%;"> <a href="#1"></a> </div>
  246. <div class="button" style="top:35%; right:21%;"> <a href="#2"></a> </div>
  247. <div class="button" style="top:46.5%; right:20.1%;"> <a href="#3"></a> </div>
  248. <div class="button" style="bottom:34%; right:21%;"> <a href="#4"></a> </div>
  249. <div class="button" style="bottom:22.5%; right:24%;"> <a href="#5"></a> </div>
  250. </div>
  251.  
  252.  
  253. <div id="infobackground">
  254. <div id="infobox">
  255. <center>
  256. <div style="height: 100%; overflow-y: hidden;">
  257. <a name="1"></a>
  258. <div style="width:60%; height: 99%; top: 100px; overflow: auto;" align="center">
  259. <br>
  260. <h1>Stats</h1>
  261. words here
  262.  
  263. </div>
  264.  
  265. <a name="2"></a>
  266. <div style="width:60%; height: 99%; top: 100px; overflow: auto;" align="center">
  267. <br><br>
  268. <h1>Title here</h1>
  269. words
  270. </div>
  271.  
  272. <a name="3"></a>
  273. <div style="width:60%; height: 99%; top: 100px; overflow: auto;" align="center">
  274. <br><br>
  275. <h1>Title here</h1>
  276. words
  277. </div>
  278.  
  279. <a name="4"></a>
  280. <div style="width:65%; height: 98%; top: 100px; overflow: auto;" align="center">
  281. <br><br>
  282. <h1>Friends</h1>
  283. <center>
  284. <a href="profile.php?user=Entei" target="_blank" title="Words"><img src="http://i.imgur.com/1mcDQi2.png" height="70" width="70" align="left"></a> - Name Here -<br>Description here <br><br><br>
  285.  
  286. <a href="profile.php?user=Entei" target="_blank" title="Words"><img src="http://i.imgur.com/1mcDQi2.png" height="70" width="70" align="left"></a> - Name Here -<br>Description here <br><br><br>
  287. </center>
  288. </div>
  289.  
  290. <a name="5"></a>
  291. <div style="width:65%; height: 97%; top: 100px; overflow: auto;" align="center">
  292. <br><br>
  293. <h1>Out of Pokeballs</h1>
  294. words
  295. </div>
  296. </div>
  297. </center>
  298. </div>
  299. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement