Advertisement
Lizellea

Bobby Drake

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