Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--- Page 03 - Navigation by wonderfullythemes --->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--SCRIPT FOR TOOLTIPS-->
- <stsss>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--SCRIPT FOR THE SLIDING DROPDOWN MENUS-->
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('average');
- }); }); </script>
- <style type="text/css">
- .links_list { margin:0px; padding:0px; width:100%;}
- .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin-left:1px; margin-right:1px;margin-top:1px;margin-bottom:50px;text-align:center;font-size:12px;font-style:italic;letter-spacing:1px;padding:7px;background-color:#000;color:#fff;}
- .links_body { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:30px;margin-top:-30px;text-align:center;display:none;}
- </style>
- <style type="text/css">
- /*--SCROLLBAR--*/
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:#000; /*-- change the colour of the scrollbar here--*/
- }
- ::-webkit-scrollbar {
- height:4px;
- width:4px;
- padding-right:2px;
- background-color:#fff; /*--change the colour of the scrollbar background here--*/
- }
- /*--TOOLTIPS--*/
- #s-m-t-tooltip {
- max-width:200px;
- font-family:'pt sans';
- font-size:8px;
- background-color:#000; /*--change the background colour of the tooltips here--*/
- color:#fff; /*--change the font colour of the tooltips here--*/
- line-height:9px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:3px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- /*--basic font--*/
- body {
- background:#fff;
- margin:0px;
- color:#000; /*--change basic text colour--*/
- font-family:'calibri';
- font-size:11px;
- line-height:100%;
- font-style: none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- /*--basic image--*/
- img {
- max-width:100%;
- }
- /*--basic link setup--*/
- a:link, a:visited, a:active {
- color:#1bcc5c; /*--change the link colour here--*/
- text-decoration: none;
- font-weight: normal;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color:#51e5ca; /*--change the link on hover colour here--*/
- text-decoration: none;
- font-weight: normal;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--MAIN BOX WITH YOUR FAQ & ANSWERS & ASKBOX--*/
- #container {
- width:420px;
- padding:10px;
- margin-left:490px;
- margin-top:60px;
- height:470px;
- position:fixed;
- }
- #text {
- width:380px;
- padding:10px;
- height:440px;
- overflow-y:scroll;
- margin-bottom:10px;
- }
- /*--SET UP FOR THE LINKS IN THE HOVER DOWN THING--*/
- #tagscontainer {
- display:table;
- float:center;
- width:100%;
- }
- #tags {
- height:100px;
- width:100%;
- padding:5px;
- display:table-cell;
- }
- #tags a {
- height:10px;
- width:80px;
- padding:5px;
- display:inline-block;
- margin-right:15px;
- background-color:#e4e4e4; /*--change the colour of the tags background--*/
- text-align:center; /*-- can be changed to "left" "right" or "justify"--*/
- color:#1bcc5c; /*--change the colour of the tags here--*/
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #tags a:hover {
- color:#51e5ca; /*--change the colour of the tags on hover here--*/
- background-color:#000; /*--change the background colour of the tags on hover--*/
- letter-spacing:2px; /*--change how much the letters become more apart, if you want them the same then change to 0px --*/
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--LINKS TO THE SIDE OF THE MAIN BOX--*/
- #otherlinks {
- height:370px;
- width:200px;
- position:fixed;
- text-align:right;
- padding-top:20px;
- padding-right:10px;
- margin-top:100px;
- margin-left:255px;
- border-right:4px solid #000;
- }
- #otherlinks a {
- color:#1bcc5c; /*--change the colour of the side links here--*/
- line-height:45px;
- padding:5px;
- width:auto;
- text-transform:lowercase;
- letter-spacing:2px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #otherlinks a:hover {
- background-color:#000; /*--change the background colour of the sidelinks on hover--*/
- color:#51e5ca; /*--change the colour of the sidelinks on hover--*/
- padding-left:30px;
- padding-top:5px;
- padding-right:5px;
- padding-bottom:5px;
- letter-spacing:5px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--TITLE AND MAIN LINKS BELOW THE BOX--*/
- #sidebar {
- width:380px;
- height:50px;
- position:fixed;
- margin-left:500px;
- margin-top:560px;
- padding:10px;
- z-index:2;
- background-color:#fff;
- }
- #title2 {
- color:#000; /*--change the title colour here--*/
- font-style:italic; /*--can be changed to "none"--*/
- font-weight:none; /*-- can be changed to "bold"--*/
- letter-spacing:1px;
- text-align:left; /*--can be changed to "right" "center" or "justify"--*/
- font-size:15px; /*--controls the size--*/
- height:20px;
- margin-top:-10px;
- margin-left:-10px;
- background-color:#fff; /*--change the background colour of the title here--*/
- padding-top:30px;
- padding-right:20px;
- padding-bottom:20px;
- padding-left:20px;
- width:140px;
- z-index:3;
- }
- #links {
- width:160px;
- height:20px;
- margin-left:170px;
- margin-top:-70px;
- position:fixed;
- background-color:#fff;
- border-left:2px solid #1bcc5c; /*-- change the border width and colour here. "solid" can be changed to "dashed" "double" or "dotted"--*/
- padding-top:30px;
- padding-right:20px;
- padding-left:40px;
- padding-bottom:20px;
- z-index:6;
- }
- #links a {
- width:100px;
- overflow:hidden;
- color:#1bcc5c; /*--change the colour of the main links here--*/
- margin-right:10px;
- text-align:left; /*-- can be changed to "center" "right" or "justify"--*/
- border-bottom:2px solid transparent; /*-- the "transparent" hides the underline here but shows it on hover--*/
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #links a:hover {
- color:#51e5ca; /*--change the colour of the main links on hover here--*/
- border-bottom:2px solid #000; /*-- change the width and colour of the underline here. "solid" can be changed to "dashed" "double" or "dotted". if you change the width here make sure to change it in the #links a tag--*/
- letter-spacing:2px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--CREDIT DO NOT REMOVE OR CHANGE--*/
- #cred {
- position:fixed;
- font-family:'calibri';
- font-size:8px;
- right:9px;
- bottom:9px;
- padding:4px;
- letter-spacing:1px;
- }
- </style></head><body>
- <!--START OF MAIN BOX-->
- <div id="container">
- <div id="text">
- <div class="links_list">
- <p class="links_head">Link/Tags Title</p> <!-- type your desired title where my "Links/Tags Title" is-->
- <div class="links_body">
- <div id="tagscontainer">
- <div id="tags"> <!--CHANGE "URL HERE" TO YOUR DESIRED LINK (/LINK FOR PAGES ON YOUR BLOG, /TAGGED/LINK FOR TAGS, HTTP://LINK FOR OUTSIDE LINKS). CHANGE "link" TO YOUR DESIRED TITLE-->
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- </div></div>
- </div></div>
- <!--repeat the above instructions for the following boxes-->
- <div class="links_list">
- <p class="links_head">Link/Tags Title</p>
- <div class="links_body">
- <div id="tagscontainer">
- <div id="tags">
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- </div></div>
- </div></div>
- <div class="links_list">
- <p class="links_head">Link/Tags Title</p>
- <div class="links_body">
- <div id="tagscontainer">
- <div id="tags">
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- </div></div>
- </div></div>
- <div class="links_list">
- <p class="links_head">Link/Tags Title</p>
- <div class="links_body">
- <div id="tagscontainer">
- <div id="tags">
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- </div></div>
- </div></div>
- <div class="links_list">
- <p class="links_head">Link/Tags Title</p>
- <div class="links_body">
- <div id="tagscontainer">
- <div id="tags">
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- </div></div>
- </div></div>
- <div class="links_list">
- <p class="links_head">Link/Tags Title</p>
- <div class="links_body">
- <div id="tagscontainer">
- <div id="tags">
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- </div></div>
- </div></div>
- <!--NOTE: if you'd like more boxes then copy the following code:
- <div class="links_list">
- <p class="links_head">Link/Tags Title</p>
- <div class="links_body">
- <div id="tagscontainer">
- <div id="tags">
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a>
- <a href="URL HERE">link</a><p>
- </div></div>
- </div></div>
- below this note but above the </div> tag you see there-->
- <!--eg. copy the code over this comment right here-->
- </div>
- </div>
- <div id="otherlinks">
- <!--replace "URL HERE" with your desired URL and replace "link" with your desired title-->
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a>
- </div>
- <div id="sidebar">
- <div id="title2">Navigation</div> <!--change the title here-->
- <div id="links">
- <!-- change the following two links to whatever you'd like. if you really want a 3rd link here im ok with you replacing my credit HOWEVER YOU MUST KEEP THE ONE IN THE CORNER (that one will not get in the way of anything i promise you. ofc if you want to keep both thats cool too c:-->
- <a href="/">Home</a>
- <a href="/faq">FAQ</a>
- <a href="http://wonderfullythemes.tumblr.com">Credit</a>
- </div>
- </div>
- <div id="cred">
- <a href="http://wonderfullythemes.tumblr.com/">THEME</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement