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>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!-----PAGE 8 BY LAUNTS (http://launts.tumblr.com/). DON'T STEAL OR REDISTRIBUTE. THANK.
- ICONS BY CITADEL_ICONS ON LIVEJOURNAL
- ----->
- <head>
- <title>navigation</title> <!-----CHANGE THE TITLE ON THE TAB HERE----->
- <link rel="shortcut icon" href="http://i178.photobucket.com/albums/w253/raeversman/icons/pb/chrishemsworth/ichto237.png"> <!-----CHANGE THE ICON ON THE TAB HERE----->
- <link rel="alternate" type="application/rss+xml" href="http://deceitfulgod.tumblr.com/rss">
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- background-color: #c92118; /*CHANGE SCROLLBAR THUMB HERE*/
- height:auto;
- border-bottom:none;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:3px;
- background-color: #c92118; /*CHANGE SCROLLBAR BG HERE*/
- border: 1px solid white;
- }
- ::selection {
- background-color: ;
- color: ;
- }
- @font-face {
- font-family: wolf;
- src: url('http://static.tumblr.com/6acw4l0/IyBn2jxqf/wolf_in_the_city_1_.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- }
- body {
- font-family: Calibri;
- font-weight: normal;
- font-size: 11px;
- }
- a {
- text-decoration: none;
- -webkit-transition: 0.5s;
- -moz-transition: 0.5s;
- transition: 0.5s;
- color: #c92118;
- }
- a:hover {
- text-decoration: none;
- -webkit-transition: 0.5s;
- -moz-transition: 0.5s;
- transition: 0.5s;
- color: black;
- }
- #topbar {
- width: 100%;
- height: 50px;
- border-bottom: 50px solid #e3413b; /*CHANGE TOPBAR BOTTOM COLOR HERE*/
- background-color: #c92118; /*CHANGE TOPBAR TOP COLOR HERE*/
- }
- #title {
- font-size: 100px;
- font-family: wolf;
- color: white; /*CHANGE TITLE COLOR HERE*/
- margin-left: 600px;
- position: fixed;
- }
- #navi {
- width: 200px;
- height: 400px;
- margin-top: 150px;
- margin-left: 70px;
- }
- #navii {
- width: 200px;
- height: 400px;
- margin-top: -400px;
- margin-left: 400px;
- }
- #naviii {
- width: 200px;
- height: 400px;
- margin-top: -400px;
- margin-left: 730px;
- }
- #naviv {
- width: 200px;
- height: 400px;
- margin-top: -400px;
- margin-left: 1060px;
- }
- #icon {
- width: 100px;
- height: 100px;
- }
- #icon img {
- width: 80px;
- height: 80px;
- border: 2px dotted #c92118; /*CHANGE ICON BORDER HERE*/
- border-radius: 50%;
- margin-top: -50px;
- margin-left: -50px;
- padding: 10px;
- }
- .titles {
- font-family: ARIAL;
- font-size: 20px;
- color: black; /*CHANGE TITLE COLOR HERE*/
- text-transform: uppercase;
- letter-spacing: 2px;
- margin-top: -150px;
- margin-left: 52px;
- border-bottom: 2px dotted #c92118; /*CHANGE TITLE BORDER COLOR HERE*/
- padding-left: 30px;
- }
- .titles:first-letter {
- font-family: wolf;
- font-size: 80px;
- color: #c92118; /*CHANGE THE FIRST LETTER COLOR HERE*/
- text-transform: lowercase;
- }
- #navbox {
- width: 180px;
- height: 180px;
- border-left: 2px dotted #c92118; /*CHANGE NAV BORDER HERE*/
- overflow-y: scroll;
- margin-top: 30px;
- padding: 10px;
- }
- .links {
- background-color: #c92118; /*CHANGE LINK BG COLOR HERE*/
- padding: 5px;
- margin-top: 10px;
- -webkit-transition: 0.8;
- -moz-transition: 0.8;
- transition: 0.8;
- }
- .links:hover {
- background-color: white; /*CHANGE HOVER LINK BG COLOR HERE*/
- -webkit-transition: 0.8;
- -moz-transition: 0.8;
- transition: 0.8;
- }
- .links a {
- color: white; /*CHANGE LINK COLOR HERE*/
- font-size: 12px;
- font-family: ARIAL;
- text-align: center;
- -webkit-transition: 0.8;
- -moz-transition: 0.8;
- transition: 0.8;
- }
- .links a:hover {
- color: #c92118; /*CHANGE HOVER LINK COLOR HERE*/
- -webkit-transition: 0.8;
- -moz-transition: 0.8;
- transition: 0.8;
- }
- </style>
- </head>
- <body>
- <div id="topbar">
- <div id="title">
- Navigation <!---CHANGE MAIN TITLE HERE--->
- </div>
- </div>
- <div id="navi">
- <div id="icon">
- <img src="http://i178.photobucket.com/albums/w253/raeversman/icons/pb/chrishemsworth/ichto264.png"> <!---CHANGE FIRST ICON HERE--->
- </div>
- <div class="titles">
- title 1 <!---CHANGE FIRST TITLE HERE--->
- </div>
- <!---PUT YOUR TITLE WHERE IT SAYS LINK X AND THE URL IN PLACE OF /--->
- <div id="navbox">
- <div class="links">
- <a href="/">link one</a>
- </div>
- <div class="links">
- <a href="/">link two</a>
- </div>
- <div class="links">
- <a href="/">link three</a>
- </div>
- <div class="links">
- <a href="/">link four</a>
- </div>
- <div class="links">
- <a href="/">link five</a>
- </div>
- <div class="links">
- <a href="/">link six</a>
- </div>
- </div>
- </div>
- <div id="navii">
- <!---FOLLOW SAME INSTRUCTIONS ABOVE FOR EVERY BOX BELOW--->
- <div id="icon">
- <img src="http://i178.photobucket.com/albums/w253/raeversman/icons/pb/chrishemsworth/ichto373.png">
- </div>
- <div class="titles">
- title 2
- </div>
- <div id="navbox">
- <div class="links">
- <a href="/">link one</a>
- </div>
- <div class="links">
- <a href="/">link two</a>
- </div>
- <div class="links">
- <a href="/">link three</a>
- </div>
- <div class="links">
- <a href="/">link four</a>
- </div>
- <div class="links">
- <a href="/">link five</a>
- </div>
- <div class="links">
- <a href="/">link six</a>
- </div>
- </div>
- </div>
- <div id="naviii">
- <div id="icon">
- <img src="http://i178.photobucket.com/albums/w253/raeversman/icons/pb/chrishemsworth/ichto399.png">
- </div>
- <div class="titles">
- title 3
- </div>
- <div id="navbox">
- <div class="links">
- <a href="/">link one</a>
- </div>
- <div class="links">
- <a href="/">link two</a>
- </div>
- <div class="links">
- <a href="/">link three</a>
- </div>
- <div class="links">
- <a href="/">link four</a>
- </div>
- <div class="links">
- <a href="/">link five</a>
- </div>
- <div class="links">
- <a href="/">link six</a>
- </div>
- </div>
- </div>
- <div id="naviv">
- <div id="icon">
- <img src="http://i178.photobucket.com/albums/w253/raeversman/icons/pb/chrishemsworth/ichto419.png">
- </div>
- <div class="titles">
- title 4
- </div>
- <div id="navbox">
- <div class="links">
- <a href="/">link one</a>
- </div>
- <div class="links">
- <a href="/">link two</a>
- </div>
- <div class="links">
- <a href="/">link three</a>
- </div>
- <div class="links">
- <a href="/">link four</a>
- </div>
- <div class="links">
- <a href="/">link five</a>
- </div>
- <div class="links">
- <a href="/">link six</a>
- </div>
- </div>
- </div>
- <!---IF YOU WANT TO ADD MORE LINKS, JUST COPY THIS AND ADD IT TO THE BOTTOM OF ONE OF THESE, RIGHT AFTER THE LINK SIX /DIV
- <div class="links">
- <a href="/">link six</a>
- </div>
- --->
- <div style="position:fixed;bottom:2px; right:3px; font-size:9px; font-family:calibri;"><a href="http://launts.tumblr.com/">@LAUNTS</a></center></div>
- <!---PLEASE DO NOT TOUCH MY CREDIT--->
- </body>
Advertisement
Add Comment
Please, Sign In to add comment