Advertisement
harreyeh

navigation 2.1

Jul 19th, 2014
626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.57 KB | None | 0 0
  1. <head>
  2. <title>Navigation</title>
  3. <!--- change the title of the page here --->
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <!---
  7. ɴᴀᴠɪɢᴀᴛɪᴏɴ ᴘᴀɢᴇ 01 ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
  8. please don't take off the credit it's really small!!!!
  9.  
  10.  
  11. ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
  12. ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
  13. ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
  14. ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
  15. ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
  16. ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
  17. ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
  18. ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
  19. ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
  20. ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
  21. ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
  22. ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
  23.  
  24.  
  25. hardziam.tumblr.com // themesbyzsu.tumblr.com
  26.  
  27.  
  28.  
  29.  
  30. --->
  31.  
  32. <script type="text/javascript"
  33.  
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35.  
  36.  
  37. <script>
  38. $(document).ready(function(){
  39. $("#title2").click(function(){
  40. $("#content2").slideToggle("slow");
  41. });
  42. });
  43. </script>
  44.  
  45. <script>
  46. $(document).ready(function(){
  47. $("#title3").click(function(){
  48. $("#content3").slideToggle("slow");
  49. });
  50. });
  51. </script>
  52.  
  53. <script>
  54. $(document).ready(function(){
  55. $("#title4").click(function(){
  56. $("#content4").slideToggle("slow");
  57. });
  58. });
  59. </script>
  60. <script>
  61. $(document).ready(function(){
  62. $("#title1").click(function(){
  63. $("#content1").slideToggle("slow");
  64. });
  65. });
  66. </script>
  67. <script>
  68. $(document).ready(function(){
  69. $("#title5").click(function(){
  70. $("#content5").slideToggle("slow");
  71. });
  72. });
  73. </script>
  74.  
  75. <style>@font-face {font-family:Caviar Dreams;src:url(http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf); }</style>
  76.  
  77.  
  78. <style type="text/css">
  79.  
  80.  
  81.  
  82.  
  83. body {
  84. padding: 0px;
  85. margin: 0px;
  86. background-image: url('http://static.tumblr.com/yghbzk6/FpKm8ywgy/1200.jpg'); /*change your background image here!!!!*/
  87. background-attachment: fixed;
  88. -webkit-background-size: cover;
  89. -moz-background-size: cover;
  90. -o-background-size: cover;
  91. background-size: cover;
  92. color:#777;
  93. }
  94.  
  95. a:link, a:active, a:visited{
  96. color: #777;
  97. text-decoration: none;
  98. }
  99.  
  100.  
  101. a:hover{
  102. color:#000;
  103. text-decoration:underline;
  104.  
  105. }
  106.  
  107.  
  108. #mainbox{
  109. width:360px;
  110. font-family:Consolas;
  111. position:fixed;
  112. left:50%;
  113. margin-left:-180px;
  114. margin-top:60px;
  115. }
  116.  
  117. #title{
  118. width:100%;
  119. line-height:30px;
  120. font-size:13px;
  121. letter-spacing:3px;
  122. background:rgba(255,255,255,.8);
  123. border:1px solid #eee;
  124. display:block;
  125. text-align:center;
  126. text-transform:uppercase;
  127. }
  128.  
  129. #stuff{
  130. width:100%;
  131. display:block;
  132. margin-top:10px;
  133. border:1px solid #eee;
  134. background:rgba(255,255,255,.8);
  135. }
  136.  
  137. #title1,#content1,#title2,#content2,#title3,#content3,#title4,#content4,#title5,#content5{
  138. text-align:center;
  139. }
  140.  
  141. #content1,#content2,#content3,#content4,#content5{
  142. text-align:left;
  143. display:none;
  144. font-family:consolas;
  145. font-size:11px;
  146. color:#989898;
  147. margin-left:0px;
  148. text-align:justify;
  149. padding:10px;
  150. padding-top:1px;
  151. }
  152.  
  153. #title1,#title2,#title3,#title4,#title5{
  154. margin-top:5px;
  155. margin-left:0px;
  156. text-align:center;
  157. color:black;
  158. font-family:consolas;
  159. font-size:13px;
  160. cursor:pointer;
  161. color:#000;
  162. }
  163.  
  164. #title5{padding-bottom:6px;}
  165. #title1{padding-top:6px;}
  166.  
  167. #credit a{
  168. position:fixed;
  169. right:10px;
  170. bottom:10px;
  171. padding:4px;
  172. font-family: Consolas;
  173. font-size:11px;
  174. border:1px solid;
  175. line-height:15px;
  176. width:15px;
  177. opacity:0.7;
  178. border-color:#bbb;
  179. background: #fff;
  180. -moz-transition-duration:1s;
  181. -webkit-transition-duration:1s;
  182. -o-transition-duration:1s;
  183. }
  184.  
  185. #credit a:hover {
  186. opacity:1;
  187. width:15px;
  188. text-decoration:none;
  189. color:white;
  190. background:black;
  191. -moz-transition-duration:0.5s;
  192. -webkit-transition-duration:0.5s;
  193. -o-transition-duration:0.5s;
  194. }
  195.  
  196. hr{
  197. border:1px solid #eee;
  198. }
  199.  
  200. li{
  201. list-style:none;
  202. }
  203.  
  204. li a{
  205. display:inline-block;
  206. padding-left:20px;
  207. line-height:13px;
  208. box-shadow:1px 0px 0 black inset;
  209. -moz-transition-duration:0.5s;
  210. -webkit-transition-duration:0.5s;
  211. -o-transition-duration:0.5s;
  212. }
  213.  
  214. li a:hover{
  215. box-shadow:10px 0px 0 black inset;
  216. -moz-transition-duration:0.5s;
  217. -webkit-transition-duration:0.5s;
  218. -o-transition-duration:0.5s;
  219. }
  220.  
  221. ol li{
  222. list-style:none;
  223. width:100px;
  224. padding:3px;
  225. box-shadow:0 0 0 black inset;
  226. }
  227.  
  228. ol li a:hover{
  229. box-shadow:100px 0px 0 black inset;
  230. color:white;
  231. text-decoration:none;
  232. -moz-transition-duration:0.5s;
  233. -webkit-transition-duration:0.5s;
  234. -o-transition-duration:0.5s;
  235. }
  236.  
  237. </style>
  238.  
  239.  
  240. </head>
  241.  
  242. <body>
  243.  
  244. <div id="mainbox">
  245. <div id="title">navigation page</div>
  246. <div id="stuff">
  247. <div style="font-size:13px; line-height:200%;padding-top:3px;border-bottom:1px solid #eee; text-transform:uppercase; text-align:center">
  248. <a href="/">home</a> - <a href="/ask">message</a> - <a href="/dashboard">dash</a></div>
  249. <div id="title1">TITLE 1</div>
  250. <div id="content1">
  251. <!--- you can use <center> to center the text -->
  252. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  253. </div>
  254.  
  255. <hr />
  256. <div id="title2">STYLE 2</div>
  257. <div id="content2">
  258. <li><a href="/link">gifs</a></li>
  259. <li><a href="/link">graphics</a></li>
  260. <li><a href="/link">creations</a></li>
  261. <li><a href="/link">themes</a></li>
  262. <li><a href="/link">fanfics</a></li>
  263. <li><a href="/link">fanart</a></li>
  264. <li><a href="/link">link</a></li>
  265. </div>
  266.  
  267. <hr />
  268. <div id="title3">STYLE 3</div>
  269. <div id="content3">
  270. <br><center>
  271. <a href="/link">gifs</a>
  272. <a href="/link">graphics</a>
  273. <a href="/link">creations</a>
  274. <a href="/link">themes</a>
  275. <a href="/link">fanfics</a>
  276. <a href="/link">fanart</a>
  277. <a href="/link">link</a>
  278. </center>
  279. </div>
  280.  
  281.  
  282. <hr />
  283. <div id="title4">TITLE 4</div>
  284. <div id="content4">
  285. PUT YOUR LINKS HERE USING
  286. <a href="/link">link</a>
  287. </div>
  288.  
  289.  
  290. <hr />
  291. <div id="title5">TITLE 5</div>
  292. <div id="content5">
  293. PUT YOUR LINKS HERE USING
  294. <a href="/link">link</a>
  295. </div>
  296.  
  297.  
  298.  
  299. </div>
  300. </div>
  301.  
  302.  
  303.  
  304. <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
  305.  
  306. </body>
  307.  
  308.  
  309. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement