Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <!--- Page by iamthemelocked
- DO NOT REMOVE THE CREDIT
- DO NOT COPY
- DO NOT CLAIM AS YOUR OWN
- IF YOU DO THEN I´LL MAKE YOU INTO SHOES
- BIT NOT GOOD, ISN´T IT?--->
- <link rel="shortcut icon" href="{Favicon}"/>
- <title>Navigation Page</title>
- <style type="text/css">
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {background-color:{color:Scrollbar}; height:8px; width:8px; border:3px solid {color:background}}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; border:1px solid {color:background}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; border:1px solid {color:background}; height:8px!important}
- /* --- BODY ---*/
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- body {
- background-color:#000000;
- }
- #headlinks {
- width:500px;
- margin-left:425px;
- margin-right:auto;
- margin-top:30px;
- padding-bottom:5px;
- }
- #headlinks a {
- display:inline-block;
- width:150px;
- padding:1px 0px 1px 0px;
- background-color:#000000;
- color:#ffffff;
- border:1px solid #ffffff;
- font-size:10px;
- font-family:calibri;
- text-align:center;
- letter-spacing:5px;
- margin-left:5px;
- margin-right:5px;
- text-transform:uppercase;
- text-decoration:none;
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- #boxcontent {
- width:500px;
- height:130px;
- margin-top:15px;
- margin-bottom:15px;
- margin-left:420px;
- margin-right:auto;
- }
- #images {
- margin-top:0px;
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- opacity:1;
- }
- #images img {
- width:110px;
- height:110px;
- border:1px solid #dddddd;
- padding:4px;
- margin-left:190px;
- margin-top:20px;
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- opacity:1;
- }
- #boxcontent:hover #images img{
- margin-left:-130px;
- opacity:1;
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- #title {
- margin-left:-10px;
- margin-top:-10px;
- width:500px;
- height:10px;
- border-bottom:1px solid #dddddd;
- text-align:center;
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:5px;
- line-height:11px;
- font-size:11px;
- color:gray;
- padding:5px 0px 5px 0px;
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- #tagbox {
- margin-left:5px;
- width:485px;
- margin-top:-115px;
- height:94px;
- opacity:0;
- background-color:#000000;
- position:fixed;
- padding:8px;
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- #boxcontent:hover #tagbox{
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- opacity:1;
- }
- #navlinks {
- -moz-column-count:3;
- -webkit-column-count:3;
- column-count:3;
- margin-top:10px;
- margin-bottom:20px;
- text-align:center;
- }
- #navlinks a {
- display:block;
- width:150px;
- font-family:calibri;
- text-transform:uppercase;
- font-size:10px;
- padding:3px;
- text-decoration:none;
- text-align:center;
- color:#b6b6b6;
- letter-spacing:2px;
- transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #navlinks a:hover {
- letter-spacing:5px;
- color:#ffffff;
- background-color:#000000;
- transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- .important, .important a {
- width:15px;
- height:15px;
- bottom:15px;
- right:15px;
- padding:4px;
- font-size:8px;
- letter-spacing:2px;
- color:#610c17;
- line-height:15px;
- position:fixed;
- text-align:center;
- font-family:"trajan pro";
- text-transform:uppercase;
- background-color:transparent;
- border:1px solid #ffffff;}
- .important a:hover {
- color:#000000;
- background-color:#ffffff;}
- ::selection {
- background-color:#ffffff;
- color:#000000;
- }
- ::-moz-selection {
- background-color:#ffffff;
- color:#000000;
- }
- </style>
- <body>
- <!------------------------------------
- HEADER
- ------------------------------------->
- <div id="headlinks"><!--change the top links here-->
- <a href="/">HOME</a>
- <a href="/ask">ASK</a>
- <a href="/">LINK</a>
- </div>
- <!------------------------------------
- TAG BOXES
- ------------------------------------->
- <!------------ BOX 1 ------------>
- <div id="boxcontent">
- <div id="images"><img width="120px" src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg"/><!--change the image url here (small image)--> </div>
- <div id="tagbox">
- <div id="title">ANY TITLE YOU WANT</div><!--change the title here-->
- <div id="navlinks"><!--change the names and links here-->
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- </div>
- </div>
- </div>
- <!------------ BOX 2 ------------>
- <div id="boxcontent">
- <div id="images"><img width="120px" src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg"/><!--change the image url here (small image)--> </div>
- <div id="tagbox">
- <div id="title">ANY TITLE YOU WANT</div><!--change the title here-->
- <div id="navlinks"><!--change the names and links here-->
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- </div>
- </div>
- </div>
- <!------------ BOX 3 ------------>
- <div id="boxcontent">
- <div id="images"><img width="120px" src="http://paintingwithpaper.net/wp-content/uploads/2013/07/Painted-Desert18x24-110x110.jpg"/><!--change the image url here (small image)--> </div>
- <div id="tagbox">
- <div id="title">ANY TITLE YOU WANT</div><!--change the title here-->
- <div id="navlinks"><!--change the names and links here-->
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- <a href="/">NAVI LINK</a>
- </div>
- </div>
- </div>
- <span class="important">
- <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="page by iamthemelocked">TL</a>
- </span>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement