Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <title>Navigation</title>
- <!--- change the title of the page here --->
- <link rel="shortcut icon" href="{Favicon}">
- <!---
- ɴᴀᴠɪɢᴀᴛɪᴏɴ ᴘᴀɢᴇ 01 ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
- please don't take off the credit it's really small!!!!
- ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
- ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
- ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
- ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
- ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
- ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
- ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
- ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
- ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
- ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
- ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
- ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
- hardziam.tumblr.com // themesbyzsu.tumblr.com
- --->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $("#title2").click(function(){
- $("#content2").slideToggle("slow");
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $("#title3").click(function(){
- $("#content3").slideToggle("slow");
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $("#title4").click(function(){
- $("#content4").slideToggle("slow");
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $("#title1").click(function(){
- $("#content1").slideToggle("slow");
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $("#title5").click(function(){
- $("#content5").slideToggle("slow");
- });
- });
- </script>
- <style>@font-face {font-family:Caviar Dreams;src:url(http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf); }</style>
- <style type="text/css">
- #fade {
- display: none;
- background: #777;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity:1;
- z-index:0;
- }
- .popup_block{
- display: none;
- background: #fff;
- padding: 10px;
- float: left;
- font-size: 8px;
- line-height:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-family:consolas;
- color:#777;
- position: fixed;
- opacity:1;
- top:130px; left: 659px;
- z-index: 99;
- box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- img.btn_close {
- float: right;
- margin: -20 -20px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;
- }
- #tumblr_controls{
- position:fixed !important;
- background-color: #fff;
- -webkit-filter: invert(100%) ;
- }
- body {
- padding: 0px;
- margin: 0px;
- opacity:.85;
- /*change the opacity to "1" to have solid white*/
- background:#fff;
- /*change background color here*/
- background-image: url('http://static.tumblr.com/yghbzk6/FpKm8ywgy/1200.jpg'); /*change your background image here!!!!*/
- background-attachment: fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- color:#777;
- }
- p {
- margin:0px;
- margin-top:0px;
- }
- a:link, a:active, a:visited{
- color: #777;
- text-decoration: none;
- -webkit-transition: color 0.5s ease-out;
- -moz-transition: color 0.5s ease-out;
- }
- a:hover{
- color:#000;
- text-:underline;
- -webkit-transition-duration: .9s;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- }
- #lana{
- z-index:999;
- position:fixed !important;
- width:362px;
- height:auto;
- opacity: 1;
- box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- padding:10px;
- margin-left:480px;
- margin-top:150px;
- font-size: 10px;
- line-height:11px;
- letter-spacing:1px;
- background-color:#000;
- font-family: Ubuntu;
- overflow:hidden;
- text-align:center;
- }
- #header{
- z-index:999999999;
- background:#fff;
- position:fixed !important;
- border:1px solid black;
- width:366px;
- box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- height:10px;
- opacity: 1;
- padding:8px;
- padding-top:15px;
- margin-left:480px;
- margin-top:93px;
- color:#777;
- font-size: 15px;
- line-height:5px;
- background-color:#fff;
- font-family:consolas;
- letter-spacing: 3px;
- text-transform: uppercase;
- overflow:hidden;
- text-align:center;
- }
- #main{
- z-index:999999999;
- position:absolute;
- width:366px;
- overflow:auto;
- border:1px solid black;
- box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- opacity:1;
- padding:8px;
- margin-left:480px;
- margin-top:132px;
- color:#777;
- font-size: 12px;
- line-height:20px;
- letter-spacing:1px;
- background-color:#fff;
- font-family:consolas;
- text-transform: uppercase;
- overflow:hidden;
- text-align:center;
- }
- .links a{
- width:60px;
- padding: 20px;
- background:#000;
- font-family:consolas;
- font-size:10px;
- margin-top:2px;
- opacity:.7;
- color: black;
- letter-spacing:1px;
- line-height: 5px;
- display:block;
- text-transform:none;
- text-align:center;
- -webkit-transition: all .8s linear;
- -webkit-transition: all .8s linear;
- -moz-transition: all .8s linear;
- transition: all .8s linear;
- color:#fff;}
- .links a:hover{
- background:none;
- }
- #about{
- z-index:999999999;
- position:absolute !important;
- width:;
- height:auto;
- border-bottom-left-radius:10px;
- border-top-left-radius:10px;
- opacity: 1;
- margin-left:394px;
- margin-top:110px;
- font-size: 10px;
- line-height:5px;
- letter-spacing:3px;
- background-color:#fff;
- font-family:consolas;
- letter-spacing: 1px;
- overflow:hidden;
- text-align:center;
- }
- .links {
- padding: 5px;
- background:#f8f8f8;
- position:fixed;
- margin-top:25px;
- margin-left: -40px;
- font-size:10px;
- font-family:consolas;
- letter-spacing:1px;
- line-height: 5px;
- width:100px;
- display:inline-block;
- -webkit-transition: all .8s linear;
- -webkit-transition: all .8s linear;
- -moz-transition: all .8s linear;
- transition: all .8s linear;
- }
- #title2 {
- margin-top:5px;
- margin-left:0px;
- text-align:center;
- color:black;
- font-family:consolas;
- font-size:13px;
- cursor:help;
- color:#000;
- }
- #content2,#title2
- {
- text-align:center;
- width:366px;
- }
- #content2
- {
- display:none;
- text-align:left;
- font-family:consolas;
- font-size:11px;
- color:#989898;
- width:366px;
- margin-left:0px;
- padding:5px;
- padding-top:1px;
- }
- #title3 {
- margin-top:5px;
- margin-left:0px;
- text-align:center;
- color:black;
- font-family:consolas;
- font-size:13px;
- cursor:help;
- color:#000;
- }
- #title3,#content3
- {
- text-align:center;
- width:366px;
- }
- #content3
- {
- text-align:left;
- display:none;
- font-family:consolas;
- font-size:11px;
- color:#989898;
- width:366px;
- margin-left:0px;
- padding:5px;
- padding-top:1px;
- }
- #title4 {
- margin-top:5px;
- margin-left:0px;
- text-align:center;
- color:black;
- font-family:consolas;
- font-size:13px;
- cursor:help;
- color:#000;
- }
- #title4,#content4
- {
- width:366px;
- }
- #content4
- {
- text-align:left;
- display:none;
- font-family:consolas;
- font-size:11px;
- color:#989898;
- width:366px;
- margin-left:0px;
- padding:5px;
- padding-top:1px;
- }
- #title1 {
- margin-top:5px;
- margin-left:0px;
- text-align:center;
- color:black;
- font-family:consolas;
- font-size:13px;
- cursor:help;
- color:#000;
- }
- #title1,#content1
- {
- width:366px;
- text-align:center;
- }
- #content1
- {
- text-align:left;
- display:none;
- font-family:consolas;
- font-size:11px;
- color:#989898;
- width:366px;
- margin-left:0px;
- padding:5px;
- padding-top:1px;
- }
- #title5 {
- margin-top:5px;
- margin-left:0px;
- text-align:center;
- color:black;
- font-family:consolas;
- font-size:13px;
- cursor:help;
- color:#000;
- }
- #title5,#content5
- {
- width:366px;
- text-align:center;
- }
- #content5
- {
- text-align:left;
- display:none;
- font-family:consolas;
- font-size:11px;
- color:#989898;
- width:366px;
- margin-left:0px;
- padding:5px;
- padding-top:1px;
- }
- #credit {
- position:fixed;
- right:0px;
- bottom:0px;
- padding:4px;
- width:15px;
- text-transform:none;
- font-family: georgia;
- font-weight:none;
- letter-spacing:1px;
- margin-bottom:3px;
- font-size:9px;
- margin-right:3px;
- border:1px solid;
- opacity:0.7;
- border-color:#bbb;
- background: #fff;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #credit:hover {
- opacity:1;
- width:15px;
- background:black;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div id="header">navigation page</div>
- <div id="main">
- <u>
- <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>
- <hr />
- <div id="title1">TITLE 1</div>
- <div id="content1">
- <!--- you can use <center> to center the text -->
- 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.
- </div>
- <hr />
- <div id="title2">TITLE 2</div>
- <div id="content2">
- PUT YOUR LINKS HERE USING
- <a href="/link">link</a>
- </div>
- <hr />
- <div id="title3">TITLE 3</div>
- <div id="content3">
- PUT YOUR LINKS HERE USING
- <a href="/link">link</a>
- </div>
- <hr />
- <div id="title4">TITLE 4</div>
- <div id="content4">
- PUT YOUR LINKS HERE USING
- <a href="/link">link</a>
- </div>
- <hr />
- <div id="title5">TITLE 5</div>
- <div id="content5">
- PUT YOUR LINKS HERE USING
- <a href="/link">link</a>
- </div>
- </div>
- </div></p></div></b>
- </div>
- </div></div></div></div>
- </div>
- <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement