Advertisement
harreyeh

navigation page 01

Jan 25th, 2014
2,798
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.86 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. #fade {
  83.  
  84. display: none;
  85.  
  86. background: #777;
  87.  
  88. position: fixed; left: 0; top: 0;
  89.  
  90. width: 100%; height: 100%;
  91.  
  92. opacity:1;
  93.  
  94. z-index:0;
  95.  
  96. }
  97.  
  98. .popup_block{
  99.  
  100. display: none;
  101.  
  102. background: #fff;
  103.  
  104. padding: 10px;
  105.  
  106. float: left;
  107.  
  108. font-size: 8px;
  109.  
  110. line-height:10px;
  111.  
  112. letter-spacing:1px;
  113.  
  114. text-transform:uppercase;
  115.  
  116. font-family:consolas;
  117.  
  118. color:#777;
  119.  
  120. position: fixed;
  121.  
  122. opacity:1;
  123.  
  124. top:130px; left: 659px;
  125.  
  126. z-index: 99;
  127.  
  128. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  129.  
  130. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  131.  
  132. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  133.  
  134. -webkit-border-radius: 5px;
  135.  
  136. -moz-border-radius: 5px;
  137.  
  138. border-radius: 5px;
  139.  
  140. }
  141.  
  142. img.btn_close {
  143.  
  144. float: right;
  145.  
  146. margin: -20 -20px 0 0;
  147.  
  148. }
  149.  
  150.  
  151.  
  152. *html #fade {
  153.  
  154. position: absolute;
  155.  
  156. }
  157.  
  158. *html .popup_block {
  159.  
  160. position: absolute;
  161.  
  162. }
  163.  
  164.  
  165. iframe#tumblr_controls {
  166. top: 0% !important;
  167. right:0% !important;
  168. position: fixed !important;
  169. }
  170. #tumblr_controls{
  171.  
  172. position:fixed !important;
  173.  
  174. background-color: #fff;
  175.  
  176.  
  177. -webkit-filter: invert(100%) ;
  178.  
  179. }
  180.  
  181.  
  182.  
  183. body {
  184.  
  185. padding: 0px;
  186.  
  187. margin: 0px;
  188.  
  189. opacity:.85;
  190. /*change the opacity to "1" to have solid white*/
  191.  
  192. background:#fff;
  193. /*change background color here*/
  194.  
  195. background-image: url('http://static.tumblr.com/yghbzk6/FpKm8ywgy/1200.jpg'); /*change your background image here!!!!*/
  196.  
  197. background-attachment: fixed;
  198.  
  199. -webkit-background-size: cover;
  200.  
  201. -moz-background-size: cover;
  202.  
  203. -o-background-size: cover;
  204.  
  205. background-size: cover;
  206.  
  207. color:#777;
  208.  
  209. }
  210.  
  211.  
  212.  
  213.  
  214.  
  215. p {
  216.  
  217. margin:0px;
  218.  
  219. margin-top:0px;
  220.  
  221. }
  222.  
  223.  
  224.  
  225. a:link, a:active, a:visited{
  226.  
  227. color: #777;
  228.  
  229. text-decoration: none;
  230.  
  231. -webkit-transition: color 0.5s ease-out;
  232.  
  233. -moz-transition: color 0.5s ease-out;
  234.  
  235. }
  236.  
  237.  
  238.  
  239. a:hover{
  240.  
  241. color:#000;
  242.  
  243. text-:underline;
  244.  
  245. -webkit-transition-duration: .9s;
  246.  
  247. -webkit-transition: color 0.3s ease-out;
  248.  
  249. -moz-transition: color 0.3s ease-out;
  250.  
  251. }
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259. #lana{
  260.  
  261. z-index:999;
  262.  
  263. position:fixed !important;
  264.  
  265. width:362px;
  266.  
  267. height:auto;
  268.  
  269. opacity: 1;
  270.  
  271. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  272.  
  273. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  274.  
  275. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  276.  
  277. padding:10px;
  278.  
  279. margin-left:480px;
  280.  
  281. margin-top:150px;
  282.  
  283. font-size: 10px;
  284.  
  285. line-height:11px;
  286.  
  287. letter-spacing:1px;
  288.  
  289. background-color:#000;
  290.  
  291. font-family: Ubuntu;
  292.  
  293. overflow:hidden;
  294.  
  295. text-align:center;
  296.  
  297. }
  298.  
  299.  
  300.  
  301.  
  302.  
  303. #header{
  304.  
  305. z-index:999999999;
  306. background:#fff;
  307.  
  308. position:fixed !important;
  309. border:1px solid black;
  310.  
  311. width:366px;
  312.  
  313. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  314.  
  315. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  316.  
  317. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  318.  
  319. height:10px;
  320.  
  321. opacity: 1;
  322.  
  323.  
  324. padding:8px;
  325. padding-top:15px;
  326.  
  327. margin-left:480px;
  328.  
  329. margin-top:93px;
  330.  
  331. color:#777;
  332.  
  333. font-size: 15px;
  334.  
  335. line-height:5px;
  336.  
  337. background-color:#fff;
  338.  
  339. font-family:consolas;
  340.  
  341. letter-spacing: 3px;
  342.  
  343. text-transform: uppercase;
  344.  
  345. overflow:hidden;
  346.  
  347. text-align:center;
  348.  
  349. }
  350.  
  351.  
  352.  
  353.  
  354.  
  355. #main{
  356.  
  357. z-index:999999999;
  358.  
  359. position:absolute;
  360.  
  361. width:366px;
  362. overflow:auto;
  363.  
  364.  
  365. border:1px solid black;
  366.  
  367. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  368.  
  369. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  370.  
  371. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  372.  
  373. opacity:1;
  374.  
  375. padding:8px;
  376.  
  377. margin-left:480px;
  378.  
  379. margin-top:132px;
  380.  
  381. color:#777;
  382.  
  383. font-size: 12px;
  384.  
  385. line-height:20px;
  386.  
  387. letter-spacing:1px;
  388.  
  389. background-color:#fff;
  390.  
  391. font-family:consolas;
  392.  
  393. text-transform: uppercase;
  394.  
  395. overflow:hidden;
  396.  
  397. text-align:center;
  398.  
  399. }
  400.  
  401.  
  402.  
  403. .links a{
  404.  
  405. width:60px;
  406.  
  407. padding: 20px;
  408.  
  409. background:#000;
  410.  
  411. font-family:consolas;
  412.  
  413. font-size:10px;
  414.  
  415. margin-top:2px;
  416.  
  417. opacity:.7;
  418.  
  419. color: black;
  420.  
  421. letter-spacing:1px;
  422.  
  423. line-height: 5px;
  424.  
  425. display:block;
  426.  
  427. text-transform:none;
  428.  
  429. text-align:center;
  430.  
  431. -webkit-transition: all .8s linear;
  432.  
  433. -webkit-transition: all .8s linear;
  434.  
  435. -moz-transition: all .8s linear;
  436.  
  437. transition: all .8s linear;
  438.  
  439. color:#fff;}
  440.  
  441.  
  442.  
  443. .links a:hover{
  444.  
  445. background:none;
  446.  
  447. }
  448.  
  449.  
  450.  
  451. #about{
  452.  
  453. z-index:999999999;
  454.  
  455. position:absolute !important;
  456.  
  457. width:;
  458.  
  459. height:auto;
  460.  
  461. border-bottom-left-radius:10px;
  462.  
  463. border-top-left-radius:10px;
  464.  
  465. opacity: 1;
  466.  
  467. margin-left:394px;
  468.  
  469. margin-top:110px;
  470.  
  471. font-size: 10px;
  472.  
  473. line-height:5px;
  474.  
  475. letter-spacing:3px;
  476.  
  477. background-color:#fff;
  478.  
  479. font-family:consolas;
  480.  
  481. letter-spacing: 1px;
  482.  
  483. overflow:hidden;
  484.  
  485. text-align:center;
  486.  
  487. }
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495. .links {
  496.  
  497. padding: 5px;
  498.  
  499. background:#f8f8f8;
  500.  
  501. position:fixed;
  502.  
  503. margin-top:25px;
  504.  
  505. margin-left: -40px;
  506.  
  507. font-size:10px;
  508.  
  509. font-family:consolas;
  510.  
  511. letter-spacing:1px;
  512.  
  513. line-height: 5px;
  514.  
  515. width:100px;
  516.  
  517. display:inline-block;
  518.  
  519. -webkit-transition: all .8s linear;
  520.  
  521. -webkit-transition: all .8s linear;
  522.  
  523. -moz-transition: all .8s linear;
  524.  
  525. transition: all .8s linear;
  526.  
  527. }
  528.  
  529. #title2 {
  530. margin-top:5px;
  531. margin-left:0px;
  532. text-align:center;
  533. color:black;
  534. font-family:consolas;
  535. font-size:13px;
  536. cursor:help;
  537. color:#000;
  538.  
  539. }
  540.  
  541.  
  542.  
  543.  
  544. #content2,#title2
  545. {
  546. text-align:center;
  547. width:366px;
  548. }
  549.  
  550. #content2
  551. {
  552. display:none;
  553. text-align:left;
  554. font-family:consolas;
  555. font-size:11px;
  556. color:#989898;
  557. width:366px;
  558. margin-left:0px;
  559. padding:5px;
  560. padding-top:1px;
  561.  
  562. }
  563.  
  564.  
  565.  
  566. #title3 {
  567. margin-top:5px;
  568. margin-left:0px;
  569. text-align:center;
  570. color:black;
  571. font-family:consolas;
  572. font-size:13px;
  573. cursor:help;
  574. color:#000;
  575.  
  576. }
  577.  
  578.  
  579.  
  580.  
  581. #title3,#content3
  582. {
  583. text-align:center;
  584. width:366px;
  585. }
  586.  
  587. #content3
  588. {
  589. text-align:left;
  590. display:none;
  591. font-family:consolas;
  592. font-size:11px;
  593. color:#989898;
  594. width:366px;
  595. margin-left:0px;
  596. padding:5px;
  597. padding-top:1px;
  598.  
  599. }
  600.  
  601.  
  602. #title4 {
  603. margin-top:5px;
  604. margin-left:0px;
  605. text-align:center;
  606. color:black;
  607. font-family:consolas;
  608. font-size:13px;
  609. cursor:help;
  610. color:#000;
  611.  
  612. }
  613.  
  614.  
  615.  
  616.  
  617. #title4,#content4
  618. {
  619. width:366px;
  620. }
  621.  
  622. #content4
  623. {
  624. text-align:left;
  625. display:none;
  626. font-family:consolas;
  627. font-size:11px;
  628. color:#989898;
  629. width:366px;
  630. margin-left:0px;
  631. padding:5px;
  632. padding-top:1px;
  633.  
  634. }
  635.  
  636. #title1 {
  637. margin-top:5px;
  638. margin-left:0px;
  639. text-align:center;
  640. color:black;
  641. font-family:consolas;
  642. font-size:13px;
  643. cursor:help;
  644. color:#000;
  645.  
  646. }
  647.  
  648.  
  649.  
  650.  
  651. #title1,#content1
  652. {
  653. width:366px;
  654. text-align:center;
  655. }
  656.  
  657. #content1
  658. {
  659. text-align:left;
  660. display:none;
  661. font-family:consolas;
  662. font-size:11px;
  663. color:#989898;
  664. width:366px;
  665. margin-left:0px;
  666. padding:5px;
  667. padding-top:1px;
  668.  
  669. }
  670.  
  671. #title5 {
  672. margin-top:5px;
  673. margin-left:0px;
  674. text-align:center;
  675. color:black;
  676. font-family:consolas;
  677. font-size:13px;
  678. cursor:help;
  679. color:#000;
  680.  
  681. }
  682.  
  683.  
  684.  
  685.  
  686. #title5,#content5
  687. {
  688. width:366px;
  689. text-align:center;
  690. }
  691.  
  692. #content5
  693. {
  694. text-align:left;
  695. display:none;
  696. font-family:consolas;
  697. font-size:11px;
  698. color:#989898;
  699. width:366px;
  700. margin-left:0px;
  701. padding:5px;
  702. padding-top:1px;
  703.  
  704. }
  705. #credit {
  706. position:fixed;
  707. right:0px;
  708. bottom:0px;
  709. padding:4px;
  710. width:15px;
  711. text-transform:none;
  712. font-family: georgia;
  713. font-weight:none;
  714. letter-spacing:1px;
  715. margin-bottom:3px;
  716. font-size:9px;
  717. margin-right:3px;
  718. border:1px solid;
  719. opacity:0.7;
  720. border-color:#bbb;
  721. background: #fff;
  722. -moz-transition-duration:1s;
  723. -webkit-transition-duration:1s;
  724. -o-transition-duration:1s;
  725. }
  726.  
  727. #credit:hover {
  728. opacity:1;
  729. width:15px;
  730. background:black;
  731. -moz-transition-duration:0.5s;
  732. -webkit-transition-duration:0.5s;
  733. -o-transition-duration:0.5s;
  734. }
  735.  
  736. </style>
  737.  
  738.  
  739. </head>
  740.  
  741. <body>
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749. <div id="header">navigation page</div>
  750.  
  751.  
  752.  
  753. <div id="main">
  754. <u>
  755. <a href="/">home</a></u> - <u><a href="/ask">message</a></u> - <u><a href="/">link 1</a></u> - <u><a href="/">link 2</a></u>
  756. <hr />
  757. <div id="title1">TITLE 1</div>
  758. <div id="content1">
  759.  
  760. <!--- you can use <center> to center the text -->
  761. 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.
  762. </div>
  763.  
  764.  
  765. <hr />
  766. <div id="title2">TITLE 2</div>
  767. <div id="content2">
  768. PUT YOUR LINKS HERE USING
  769. <a href="/link">link</a>
  770. </div>
  771.  
  772. <hr />
  773. <div id="title3">TITLE 3</div>
  774. <div id="content3">
  775. PUT YOUR LINKS HERE USING
  776. <a href="/link">link</a>
  777. </div>
  778.  
  779.  
  780. <hr />
  781. <div id="title4">TITLE 4</div>
  782. <div id="content4">
  783. PUT YOUR LINKS HERE USING
  784. <a href="/link">link</a>
  785. </div>
  786.  
  787.  
  788. <hr />
  789. <div id="title5">TITLE 5</div>
  790. <div id="content5">
  791. PUT YOUR LINKS HERE USING
  792. <a href="/link">link</a>
  793. </div>
  794.  
  795.  
  796. </div>
  797.  
  798.  
  799. </div></p></div></b>
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806. </div>
  807.  
  808.  
  809.  
  810. </div></div></div></div>
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822. </div>
  823.  
  824.  
  825.  
  826. <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834. </body>
  835.  
  836.  
  837. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement