Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <title>Navigation</title>
- <!--------------------------------------------------------------------------
- ------------------------ Adrienne Law's navi page ------------------------------------------------Give credit where credit is due-------------------------------------------------------------------------------------------------->
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #ccc; /*Change color of scroll bar*/
- height:5px;
- }
- ::-webkit-scrollbar-corner {
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: #ccc; /*Change color of scroll bar*/
- height:5px!important;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:5px;
- }
- iframe#tumblr_controls{
- position:fixed !important;
- right:0px !important;
- z-index:999;
- }
- html, body {
- width:100%;
- height:100%;
- margin:0;
- padding:0;
- }
- #top {
- width:100%;
- height:150px;
- margin-right:auto;
- margin-left:auto;
- top:0px;
- text-align:center;
- background-color:#E1E1E3;
- border-bottom:2px solid #A7A7A8;
- padding-bottom:5px;
- position:absolute;
- }
- #toppic{
- width:100%;
- height:20px;
- margin-right:auto;
- margin-left:auto;
- top:0px;
- text-align:center;
- }
- #toppic img{
- width:100%;
- height:50px;
- }
- #toppicleft{
- width:120px;
- height:auto;
- left:5px;
- top:165px;
- position:absolute;
- }
- #toppicleft img{
- width:120px;
- height:120px;
- }
- #toppicright{
- width:120px;
- height:auto;
- right:5px;
- top:165px;
- position:absolute;
- }
- #toppicright img{
- width:120px;
- height:120px;
- }
- #title {
- width:200px;
- height:auto;
- margin-right:auto;
- margin-left:auto;
- margin-top:75px;
- color:#A7A7A8;
- text-align:center;
- font-family:calibri;
- font-size:25px;
- font-style:italic;
- text-transform:uppercase;
- position:relative;
- }
- #links {
- width:400px;
- margin-left:auto;
- margin-right:auto;
- margin-top:5px;
- padding-bottom:0px;
- position:relative;
- }
- #links a {
- display:inline-block;
- width:92px;
- padding:5px 0px 5px 0px;
- background-color:#ffffff;
- color:#CCCCCC;
- font-size:10px;
- font-family:calibri;
- text-align:center;
- letter-spacing:1px;
- margin-left:auto;
- margin-right:auto;
- text-transform:uppercase;
- text-decoration:none;
- border: 1px solid #CCCCCC;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #links a:hover {
- background-color:#E1E1E3;
- color:#ffffff;
- border: 1px solid #ffffff;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #description {
- height:15px;
- width:200px;
- margin-right:auto;
- margin-left:auto;
- margin-top:175px;
- color:#A7A7A8;
- text-align:center;
- font-family:calibri;
- font-size:10px;
- text-transform:uppercase;
- position:relative;
- }
- #tags{
- width:900px;
- height:260px;
- margin-left:auto;
- margin-right:auto;
- margin-top:30px;
- text-align:center;
- }
- #tagscontainer{
- display:inline-block;
- width:200px;
- height:200px;
- text-align:center;
- padding:10px;
- }
- #tagstitle{
- display:inline-block;
- width:200px;
- height:auto;
- color:#A7A7A8;
- padding:5px 0px 5px 0px;
- background-color:white;
- font-size:14px;
- font-family:calibri;
- text-align:center;
- text-transform:uppercase;
- font-style:italic;
- border-bottom:1px dashed #A7A7A8;
- }
- #tagslinks{
- display:inline-block;
- width:200px;
- height:200px;
- overflow:scroll;
- padding:5px 0px 5px 0px;
- background-color:white;
- font-family:calibri;
- font-size:10px;
- letter-spacing:2px;
- text-align:center;
- text-transform:uppercase;
- margin-top:10px;
- z-index:100000000000000000000;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #tagslinks a {
- text-decoration:none;
- display:block;
- color:#A7A7A8;
- padding:2px 0px 2px 0px;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #tagslinks a:hover {
- letter-spacing:6px;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #credit a {
- display:inline-block;
- width:40px;
- background-color:#fff;
- color:gray;
- text-decoration:none;
- border-right:1px solid;
- border-left: 1px solid;
- border-color:#878787;
- padding: 2px 0px 2px 0px;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit a:hover {
- background-color:#667371;
- color:#fff;
- border-color:#fff;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit {
- display:inline-block;
- font-size:10px;
- font-family: calibri;
- text-align:center;
- letter-spacing:1px;
- width:40px;
- height:15px;
- position: fixed;
- padding-top:1px;
- right:25px;
- bottom:10px;
- }
- </style>
- <body>
- <!-- Top Stuffs -->
- <div id="top">
- <div id="title">navigation</div>
- <div id="links">
- <a href="/">HOME</a>
- <a href="/navi">NAVIGATION</a>
- <a href="/me">About Me</a>
- <a href="/inquire">ASK</a>
- </div>
- </div>
- <!-- Corner Images -->
- <div id="toppicright"><img src="http://s23.postimg.org/665502yrf/Untitled.jpg"></div>
- <div id="toppicleft"><img src="http://s29.postimg.org/j31szfbbr/Untitled_copy.jpg"></div>
- <!-- Description -->
- <div id="description">
- "so a kiss is out of the question?"
- </div>
- <!-- First Row of Tags -->
- <div id="tags">
- <div id="tagscontainer">
- <div id="tagstitle">Category</div>
- <div id="tagslinks">
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- </div>
- </div>
- <div id="tagscontainer">
- <div id="tagstitle">Category</div>
- <div id="tagslinks">
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- </div>
- </div>
- <div id="tagscontainer">
- <div id="tagstitle">Category</div>
- <div id="tagslinks">
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- </div>
- </div>
- <div id="tagscontainer">
- <div id="tagstitle">Category</div>
- <div id="tagslinks">
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- </div>
- </div>
- </div>
- <!-- Second Row of Tags -->
- <div id="tags">
- <div id="tagscontainer">
- <div id="tagstitle">Category</div>
- <div id="tagslinks">
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- </div>
- </div>
- <div id="tagscontainer">
- <div id="tagstitle">Category</div>
- <div id="tagslinks">
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- </div>
- </div>
- <div id="tagscontainer">
- <div id="tagstitle">Category</div>
- <div id="tagslinks">
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- </div>
- </div>
- <div id="tagscontainer">
- <div id="tagstitle">Category</div>
- <div id="tagslinks">
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- <a href="/">Test</a>
- </div>
- </div>
- </div>
- <!-------------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not -----
- -------------------- remove the credit on my stuff -------------------------
- --------------------------------------------------------------------------->
- <div id="credit">
- <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://ladymirkwoods.tumblr.com"> ---a---</a></div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment