Advertisement
Lizellea

Titus The Typhlosion

Jul 21st, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.74 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
  4. @import url(https://fonts.googleapis.com/css?family=Homenaje);
  5. @import url(https://fonts.googleapis.com/css?family=Skranji);
  6.  
  7. ::-webkit-scrollbar-thumb:vertical
  8. {
  9. background-color:transparent;
  10. -moz-border-radius:10px;
  11. -webkit-border-radius:10px;
  12. }
  13.  
  14. ::-webkit-scrollbar
  15. {
  16. width:6px;
  17. height:20px;
  18. background-color:transparent;
  19. }
  20.  
  21. .pfor
  22. {
  23. display:none;
  24. }
  25.  
  26. #profile
  27. {
  28. border:none;
  29. background-color:transparent;
  30. }
  31.  
  32.  
  33. body {
  34. background-color: #000;
  35. background-image:url(http://i.imgur.com/kDbN5Sk.jpg?1);
  36. background-attachment: fixed;
  37. background-position: center;
  38. background-size: 100% 100%;
  39. background-repeat: no-repeat;
  40. cursor: url(http://i.imgur.com/Bs9DW1b.png), progress !important;
  41. }
  42.  
  43. td {
  44. font-family: Handlee;
  45. font-size:15px;
  46. line-height:25px;
  47. color:fff;
  48. font-style: bold;
  49. text-align:center;
  50. text-shadow:1px 1px 1px #;
  51. }
  52.  
  53. a {
  54. color: #db3735;
  55. font-family:Skranji;
  56. font-size: 12px;
  57. text-decoration: none;
  58. transition: all 0.8s ease-in-out;
  59. -moz-transition: all 0.8s ease-in-out;
  60. -webkit-transition: all 0.8s ease-in-out;}
  61. a:hover {
  62. color: #000000;
  63. font-family: Skranji;
  64. font-size: 12px;
  65. text-decoration: none;
  66. cursor: url(http://i.imgur.com/Bs9DW1b.png), progress !important;
  67. transition: all 0.6s ease-in-out;
  68. -moz-transition: all 0.6s ease-in-out;
  69. -webkit-transition: all 0.6s ease-in-out;}
  70.  
  71. #nav a, #nav a:link, #nav a:visited {
  72. display:block;
  73. background: #;
  74. background-size: 100% 100%;
  75. background-color:#;
  76. background-image:url(http://i.imgur.com/1mcDQi2.png);
  77. background-position: center;
  78. background-repeat:no-repeat;
  79. color: #000;
  80. height: 30px;
  81. width:30px;
  82. margin-left:5px;
  83. margin-top:5px;
  84. padding:5px;
  85. -webkit-transition-duration: 1.5s;
  86. -moz-transition-duration: 1.5s;
  87. -webkit-border-radius: 15px;
  88. -moz-border-radius: 15px;
  89. border-radius: 15px;
  90. }
  91.  
  92. #nav a:active, #nav a:hover {
  93. display:block;
  94. height: 30px;
  95. width:30px;
  96. padding:5px;
  97. text-decoration:none;
  98. background: #;
  99. background-size: 100% 100%;
  100. background-color:#;
  101. background-image:url(http://i.imgur.com/DQ09T6p.png);
  102. background-position: center;
  103. background-repeat:no-repeat;
  104. color: #fff;
  105. margin-left:5px;
  106. margin-top:5px;
  107. -webkit-transition-duration: 1.5s;
  108. -moz-transition-duration: 1.5s;
  109. }
  110.  
  111. .button{
  112. position:absolute;
  113. width:50px;
  114. background:;
  115. height:50px;
  116. overflow:hidden;
  117. -webkit-border-radius: 20px;
  118. -moz-border-radius: 20px;
  119. border-radius: 20px;
  120. }
  121.  
  122. #icon {
  123. position:fixed;
  124. left: 8%;
  125. top: 2%;
  126. width: 170px;
  127. height: 170px;
  128. background-image: url('http://i.imgur.com/7PqvMvQ.gif');
  129. background-size:100% 100%;
  130. background-repeat:no-repeat;
  131. background-position:center;
  132. background-attachment:absolute;
  133. background-color:black;
  134. border: 5px solid #db3735;
  135. border-radius:200px;
  136. -webkit-transition: all 1.5s ease-in-out;
  137. -moz-transition: all 1.5s ease-in-out;
  138. -o-transition: all 1.5s ease-in-out;
  139. -ms-transition: all 1.5s ease-in-out;
  140. transition: all 1.5s ease-in-out;
  141. }
  142.  
  143. #icon2 {
  144. position:fixed;
  145. left: 0%;
  146. top: 40%;
  147. width: 170px;
  148. height: 170px;
  149. background-image: url('http://i.imgur.com/yhduEH6.gif');
  150. background-size:100% 100%;
  151. background-repeat:no-repeat;
  152. background-position:center;
  153. background-attachment:absolute;
  154. background-color:black;
  155. border: 5px solid #fed74c;
  156. border-radius:200px;
  157. -webkit-transition: all 1.5s ease-in-out;
  158. -moz-transition: all 1.5s ease-in-out;
  159. -o-transition: all 1.5s ease-in-out;
  160. -ms-transition: all 1.5s ease-in-out;
  161. transition: all 1.5s ease-in-out;
  162. }
  163.  
  164. #icon3 {
  165. position:fixed;
  166. left: 8%;
  167. bottom: 2%;
  168. width: 170px;
  169. height: 170px;
  170. background-image: url('http://i.imgur.com/idrcqJc.gif');
  171. background-size:100% 100%;
  172. background-repeat:no-repeat;
  173. background-position:center;
  174. background-attachment:absolute;
  175. background-color:black;
  176. border: 5px solid #4e5d88;
  177. border-radius:200px;
  178. -webkit-transition: all 1.5s ease-in-out;
  179. -moz-transition: all 1.5s ease-in-out;
  180. -o-transition: all 1.5s ease-in-out;
  181. -ms-transition: all 1.5s ease-in-out;
  182. transition: all 1.5s ease-in-out;
  183. }
  184.  
  185. .pages {
  186. position: fixed;
  187. left: 450px;
  188. top: 90px;
  189. width: 350px;
  190. height: 350px;
  191. border-radius: 7px;
  192. border-top: 2px solid #db3735;
  193. border-bottom: 2px solid #db3735;
  194. border-left: 2px solid #fed74c;
  195. border-right: 2px solid #fed74c;
  196. background-color: #4e5d88;
  197. color: #ccc;
  198. padding: 10px;
  199. font-family: Homenaje;
  200. font-style: italic;
  201. font-size: 15px;
  202. letter-spacing: 0px;
  203. word-spacing: 1px;
  204. line-height: 13px;
  205. text-align: left;
  206. opacity: 0;
  207. z-index: ;
  208. overflow: auto;
  209. transition: all 0.7s ease-in-out;
  210. -webkit-transition: all 0.7s ease-in-out;
  211. -moz-transition: all 0.7s ease-in-out;
  212. -o-transition: all 0.7s ease-in-out;
  213. -ms-transition: all 0.7s ease-in-out;
  214. }
  215.  
  216. .pages:target {
  217. top: 28%;
  218. left: 28%;
  219. opacity: 1;
  220. z-index: 1;
  221. transition: all 0.7s ease-in-out;
  222. -webkit-transition: all 0.7s ease-in-out;
  223. -moz-transition: all 0.7s ease-in-out;
  224. -o-transition: all 0.7s ease-in-out;
  225. -ms-transition: all 0.7s ease-in-out;
  226. }
  227.  
  228.  
  229.  
  230. .circle{
  231. border-radius:150px;
  232. -webkit-transition: all 0.8s ease-out;
  233. -moz-transition: all 0.8s ease-out;
  234. -o-transition: all 0.8s ease-out;
  235. }
  236.  
  237. .circle:hover{
  238. border-radius:0px;
  239. -webkit-transition: all 0.8s ease-out;
  240. -moz-transition: all 0.8s ease-out;
  241. -o-transition: all 0.8s ease-out;
  242. -webkit-transform: rotate(-360deg);
  243. -moz-transform: rotate(-360deg);
  244. -ms-transform: rotate(-360deg);
  245. -o-transform: rotate(-360deg);
  246. }
  247.  
  248.  
  249. b{font-family: Skranji; Color: #fed74c; Text-shadow: 0px 0px 2px #db3735; Font-size: 14px;
  250.  
  251. }
  252.  
  253. h3 {
  254. font-family: Permanent Marker;
  255. color: #db3735;
  256. font-size:30px;
  257. letter-spacing:2px;
  258. margin-bottom:1px;
  259. margin-top:3px;
  260. text-align: center;
  261. width: 100%;}
  262.  
  263. #credit{ position: fixed;
  264. left: 10px;
  265. bottom: 0px;
  266. font-family: Arial;
  267. font-variant: normal;
  268. font-weight: normal;
  269. font-size: 100%;
  270. color: #fff;
  271. z-index:1;}
  272.  
  273. </style>
  274.  
  275. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  276.  
  277. <img src="http://i.imgur.com/koTGQAN.png" height="100%" style="position:fixed; bottom:0%; right: 0%;">
  278.  
  279. <div id="bottom">
  280. </div>
  281. <div id="icon">
  282. </div>
  283. <div id="icon2">
  284. </div>
  285. <div id="icon3">
  286. </div>
  287.  
  288. <div id="nav">
  289. <div class="button" style="top:10%; left:22%;"> <a href="#1"></a> </div>
  290. <div class="button" style="top:21%; left:17%;"> <a href="#2"></a> </div>
  291. <div class="button" style="top:34%; left:13%;"> <a href="#3"></a> </div>
  292. <div class="button" style="top:47%; left:12%;"> <a href="#4"></a> </div>
  293. <div class="button" style="bottom:34%; left:13%;"> <a href="#5"></a> </div>
  294. <div class="button" style="bottom:21%; left:17%;"> <a href="#6"></a> </div>
  295. <div class="button" style="bottom:10%; left:22%;"> <a href="#reset"></a> </div>
  296. </div>
  297.  
  298. <div id="1" class="pages">
  299. Words here
  300. </div>
  301.  
  302. <div id="2" class="pages">
  303. <h3>Title here</h3>
  304. words here
  305. </div>
  306.  
  307. <div id="3" class="pages">
  308. <h3>Title here</h3>
  309. words here
  310. </div>
  311.  
  312. <div id="4" class="pages">
  313. <h3>Title here</h3>
  314. words here
  315. </div>
  316.  
  317. <div id="5" class="pages">
  318. <h3>Friends</h3>
  319. <br><br>
  320. <a target="_blank" href="https://2.roleplay.chat/profile.php?user=Name here" target="_blank" title="Description Here"><img src="Image URL Here" class="circle" width="70" height="70" border="1px solid #000000" title="Words"></a>
  321.  
  322. <a target="_blank" href="https://2.roleplay.chat/profile.php?user=Name here" target="_blank" title="Description Here"><img src="Image URL Here" class="circle" width="70" height="70" border="1px solid #000000" title="Words"></a>
  323.  
  324. <a target="_blank" href="https://2.roleplay.chat/profile.php?user=Name here" target="_blank" title="Description Here"><img src="Image URL Here" class="circle" width="70" height="70" border="1px solid #000000" title="Words"></a>
  325.  
  326. </div>
  327.  
  328. <div id="6" class="pages">
  329. <h3>Title here</h3>
  330. words here
  331. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement