Advertisement
Lizellea

Simba

Sep 1st, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(http://fonts.googleapis.com/css?family=Overlock+SC);
  3. @import url(http://fonts.googleapis.com/css?family=Play);
  4. @import url(http://fonts.googleapis.com/css?family=Play|Arizonia);
  5.  
  6. body { background-color: #111; background-image: url(http://i.imgur.com/p7L5X0P.jpg);
  7. background-attachment: fixed;
  8. background-position: center;
  9. background-repeat: no-repeat;
  10. background-size: 100% 100%;margin: 0; overflow: hidden;}
  11.  
  12.  
  13. #Toggle1 {
  14. position:absolute;
  15. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth590.ani), url(http://cur.cursors-4u.net/others/oth-6/oth590.png), progress !important;
  16. left:-100%;
  17. top:-100%;
  18. }
  19.  
  20. #Toggle1 + label {
  21. width: 25%;
  22. height: 12%;
  23. position: absolute;
  24. left: 37.5%;
  25. top: 0%;
  26. border-bottom-left-radius: 10px;
  27. border-bottom-right-radius: 10px;
  28. background-color: #ccc;
  29. background-image: url(http://i.imgur.com/8XjoXhH.png);
  30. background-position: center;
  31. background-repeat: no-repeat;
  32. background-size: 100% 100%;
  33. border: 1px #fff solid;
  34. border-top: none;
  35. opacity: 1;
  36. z-index: 1;
  37. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  38. -webkit-transition: all 0.6s ease-out;
  39. -moz-transition: all 0.6s ease-out;
  40. -ms-transition: all 0.6s ease-out;
  41. -o-transition: all 0.6s ease-out;
  42. transition: all 0.6s ease-out;
  43. }
  44.  
  45. #Toggle1:checked + label {
  46. opacity: 0;
  47. z-index: -1;
  48. -webkit-transition: all 0.6s ease-out;
  49. -moz-transition: all 0.6s ease-out;
  50. -ms-transition: all 0.6s ease-out;
  51. -o-transition: all 0.6s ease-out;
  52. transition: all 0.6s ease-out;
  53. }
  54.  
  55. #Toggle1:checked ~ #Toggle2 + label {
  56. position: absolute;
  57. left: 0;
  58. -webkit-transition: all 0.6s ease-out;
  59. -webkit-transition: all 0.6s ease-out;
  60. -moz-transition: all 0.6s ease-out;
  61. -ms-transition: all 0.6s ease-out;
  62. -o-transition: all 0.6s ease-out;
  63. transition: all 0.6s ease-out;
  64. }
  65.  
  66. #Toggle2 {
  67. position:absolute;
  68. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth590.ani), url(http://cur.cursors-4u.net/others/oth-6/oth590.png), progress !important;
  69. left:-100%;
  70. top:-100%;
  71. }
  72.  
  73. #Toggle2 + label {
  74. width: 25%;
  75. height: 12%;
  76. position: absolute;
  77. left: -30%;
  78. top: 50%;
  79. border-top-right-radius: 10px;
  80. border-bottom-right-radius: 10px;
  81. background-color: #ccc;
  82. background-image: url(http://i.imgur.com/TrIEkIk.png);
  83. background-position: center;
  84. background-repeat: no-repeat;
  85. background-size: 100% 100%;
  86. border: 1px #fff solid;
  87. border-top: none;
  88. z-index: 1;
  89. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  90. -webkit-transition: all 0.6s ease-out;
  91. -moz-transition: all 0.6s ease-out;
  92. -ms-transition: all 0.6s ease-out;
  93. -o-transition: all 0.6s ease-out;
  94. transition: all 0.6s ease-out;
  95. }
  96.  
  97. #Toggle2:checked + label {
  98. opacity: 0;
  99. z-index: -1;
  100. -webkit-transition: all 0.6s ease-out;
  101. -moz-transition: all 0.6s ease-out;
  102. -ms-transition: all 0.6s ease-out;
  103. -o-transition: all 0.6s ease-out;
  104. transition: all 0.6s ease-out;
  105. }
  106.  
  107. #Toggle2:checked ~ #Toggle3 + label {
  108. position: absolute;
  109. right: 0;
  110. -webkit-transition: all 0.6s ease-out;
  111. -webkit-transition: all 0.6s ease-out;
  112. -moz-transition: all 0.6s ease-out;
  113. -ms-transition: all 0.6s ease-out;
  114. -o-transition: all 0.6s ease-out;
  115. transition: all 0.6s ease-out;
  116. }
  117.  
  118. #Toggle3 {
  119. position:absolute;
  120. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth590.ani), url(http://cur.cursors-4u.net/others/oth-6/oth590.png), progress !important;
  121. left:-100%;
  122. top:-100%;
  123. }
  124.  
  125. #Toggle3 + label {
  126. width: 25%;
  127. height: 12%;
  128. position: absolute;
  129. right: -30%;
  130. top: 50%;
  131. border-top-left-radius: 10px;
  132. border-bottom-left-radius: 10px;
  133. background-color: #ccc;
  134. background-image: url(http://i.imgur.com/gevkotO.png);
  135. background-position: center;
  136. background-repeat: no-repeat;
  137. background-size: 100% 100%;
  138. border: 1px #fff solid;
  139. border-top: none;
  140. z-index: 1;
  141. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  142. -webkit-transition: all 1s ease-out;
  143. -moz-transition: all 1s ease-out;
  144. -ms-transition: all 1s ease-out;
  145. -o-transition: all 1s ease-out;
  146. transition: all 1s ease-out;
  147. }
  148.  
  149. #Toggle3:checked + label {
  150. opacity: 0;
  151. z-index: -1;
  152. -webkit-transition: all 0.6s ease-out;
  153. -moz-transition: all 0.6s ease-out;
  154. -ms-transition: all 0.6s ease-out;
  155. -o-transition: all 0.6s ease-out;
  156. transition: all 0.6s ease-out;
  157. }
  158.  
  159. #Toggle3:checked ~ #Toggle4 + label {
  160. position: absolute;
  161. bottom: 0;
  162. -webkit-transition: all 0.6s ease-out;
  163. -webkit-transition: all 0.6s ease-out;
  164. -moz-transition: all 0.6s ease-out;
  165. -ms-transition: all 0.6s ease-out;
  166. -o-transition: all 0.6s ease-out;
  167. transition: all 0.6s ease-out;
  168. }
  169.  
  170. #Toggle4 {
  171. position:absolute;
  172. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth590.ani), url(http://cur.cursors-4u.net/others/oth-6/oth590.png), progress !important;
  173. left:-100%;
  174. top:-100%;
  175. }
  176.  
  177. #Toggle4 + label {
  178. width: 25%;
  179. height: 15%;
  180. position: absolute;
  181. right: 37.5%;
  182. bottom: -30%;
  183. border-top-left-radius: 10px;
  184. border-top-right-radius: 10px;
  185. background-color: #ccc;
  186. background-image: url(http://i.imgur.com/KRvZwtF.png);
  187. background-position: center;
  188. background-repeat: no-repeat;
  189. background-size: 100% 100%;
  190. border: 1px #fff solid;
  191. border-bottom: none;
  192. z-index: 1;
  193. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  194. -webkit-transition: all 0.6s ease-out;
  195. -moz-transition: all 0.6s ease-out;
  196. -ms-transition: all 0.6s ease-out;
  197. -o-transition: all 0.6s ease-out;
  198. transition: all 0.6s ease-out;
  199. }
  200.  
  201. #Toggle4:checked + label {
  202. opacity: 0;
  203. z-index: -1;
  204. -webkit-transition: all 0.6s ease-out;
  205. -moz-transition: all 0.6s ease-out;
  206. -ms-transition: all 0.6s ease-out;
  207. -o-transition: all 0.6s ease-out;
  208. transition: all 0.6s ease-out;
  209. }
  210.  
  211. #Toggle4:checked ~ .Simba {
  212. opacity: 1;
  213. z-index: 12;
  214. -webkit-transition: all 0.6s ease-out;
  215. -moz-transition: all 0.6s ease-out;
  216. -ms-transition: all 0.6s ease-out;
  217. -o-transition: all 0.6s ease-out;
  218. transition: all 0.6s ease-out;
  219. }
  220.  
  221. .Simba {height: 100%;width: 100%;overflow: hidden;background-color: #333;background-image: url(http://i.imgur.com/v059vYv.jpg);background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: 100% 100%;opacity: 0;z-index: -1;margin: 0;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  222.  
  223. #tab1{position:absolute;left:3%;top:5%;z-index:3;}
  224. #tab2{position:absolute;left:27%;top:18%;z-index:3;}
  225. #tab3{position:absolute;right:35%;top:28%;z-index:3;}
  226. #tab4{position:absolute;right:2%;top:3%;z-index:3;}
  227. #tab5{position:absolute;left:2%;bottom:2%;z-index:3;}
  228. #tab6{position:absolute;right:2%;bottom:2%;z-index:3;}
  229.  
  230. .fly {z-index: -1;position: absolute;border: 1px solid #51B562;background-color: #000;font-family: cambria;font-size: 16px;padding: 4px;color: #DBFDFF;height:35%;bottom:30%;left: 1%;width: 20%;line-height:16px;overflow: auto;opacity: 0;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  231. .fly:target {z-index: 10;opacity: 1;position: absolute;bottom: 25%;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  232.  
  233. .away {z-index: -1;position: absolute;border: 1px solid #51B562;background-color: #000;font-family: cambria;font-size: 16px;padding: 4px;color: #DBFDFF;overflow: auto;height:35%;bottom:30%;width: 20%;right: 1%;opacity: 0;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  234. .away:target {z-index: 10;opacity: 1;position: absolute;bottom: 25%;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  235.  
  236. .free {z-index: -1;position: absolute;border: 1px solid #51B562;background-color: #000;font-family: cambria;font-size: 16px;padding: 4px;color: #DBFDFF;overflow: auto;height:25%;bottom:30%;width: 20%;right: 43%;opacity: 0;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  237. .free:target {z-index: 10;opacity: 1;position: absolute;bottom: 25%;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  238.  
  239. a { color: #4D8ABB;Text-shadow: 3px 4px 4px #333; font-family:cambria; font-size: 16px; letter-spacing: 1px; text-decoration: none; transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out;}
  240. a:hover { color: #4D8ABB; text-decoration: line-through;cursor:help; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out;}
  241.  
  242. h1{
  243. font-size: 16px; width: 100%;color: #51B562;font-family: 'Play', cursive;font-weight: normal; line-height: 12px;text-transform: uppercase;text-align: left;border-bottom: 1px solid #51B562;}
  244. h1:first-letter{color: #51B562;font-size: 16px;font-weight: bold;text-shadow: 0px 0px 3px silver;}
  245.  
  246. b {text-size: 12px;color: #51B562;font-weight:bold; }
  247.  
  248. #credit{ position: fixed;
  249. right: 1px;
  250. bottom: 0px;
  251. font-family: Arial;
  252. font-variant: normal;
  253. font-weight: normal;
  254. font-size: 90%;
  255. color: #ccc;
  256. z-index:5;}
  257.  
  258. </style>
  259.  
  260.  
  261. <input type="checkbox" name="toggle" id="Toggle1" />
  262. <label for="Toggle1"></label>
  263. <input type="checkbox" name="toggle" id="Toggle2" />
  264. <label for="Toggle2"></label>
  265. <input type="checkbox" name="toggle" id="Toggle3" />
  266. <label for="Toggle3"></label>
  267. <input type="checkbox" name="toggle" id="Toggle4" />
  268. <label for="Toggle4"></label>
  269.  
  270. <div class="Simba">
  271. <img src="http://i.imgur.com/ot6Vsta.png" height="100%" style="position:fixed; bottom:0%; left: 37%;">
  272. <div id="nav">
  273. <a href="#1"><div id="tab1"><img src="http://i.imgur.com/J4Uqxet.png" height="60px" width="60px"></a></div>
  274. <a href="#2"><div id="tab2"><img src="http://i.imgur.com/8LQ3Inq.png" height="50px" width="50px"></a></div>
  275. <a href="#3"><div id="tab3"><img src="http://i.imgur.com/SQlfIa3.png" height="60px" width="60px"></a></div>
  276. <a href="#4"><div id="tab4"><img src="http://i.imgur.com/9R58Qfo.png" height="50px" width="50px"></a></div>
  277. <a href="#5"><div id="tab5"><img src="http://i.imgur.com/Jx0R8Os.png" height="60px" width="60px"></a></div>
  278. <a href="##"><div id="tab6"><img src="http://i.imgur.com/FsXHbGU.png" height="90px" width="90px"></a></div>
  279.  
  280.  
  281. <div id="1" class="fly">
  282. <h1>Title</h1>
  283. <b>Bold</b> <i>italics</i> <a href="link.com" target="_blank">Link</a>
  284. </div>
  285.  
  286. <div id="2" class="fly">
  287. words2
  288. </div>
  289.  
  290. <div id="3" class="away">
  291. words 3
  292. </div>
  293.  
  294. <div id="4" class="away">
  295. Words4
  296. </div>
  297.  
  298. <div id="5" class="free">
  299. Words5
  300. </div>
  301.  
  302. <div id="credit">
  303. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  304. </div>
  305. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement