Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <title>{title}</title>
- <!--- change the title of the page here --->
- <link rel="shortcut icon" href="{Favicon}">
- <!---
- ᴀʙᴏᴜᴛ ᴘᴀɢᴇ ᴛʜᴇᴍᴇ ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
- please don't take off the credit it's really small!!!!
- ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
- ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
- ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
- ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
- ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
- ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
- ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
- ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
- ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
- ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
- ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
- ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
- hardziam.tumblr.com // themesbyzsu.tumblr.com
- --->
- <script>
- var current_obj='';
- function showLinks(objID) {
- var obj=document.getElementById(objID);
- if (current_obj.style) {
- current_obj.style.display='none';
- }
- obj.style.display='block';
- current_obj=obj;
- }
- </script>
- <script src="//use.edgefonts.net/karla.js"></script>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".question").click(function(){
- $(".answer").slideToggle("fast");
- });
- });
- </script>
- <style>
- div#qTip {
- padding: 4px;
- display:none;
- min-width:50px;
- text-align: justify;
- position: absolute;
- font-size:10px;
- line-height:9px;
- font-family:helvetica;
- z-index: 1000;
- background-color:#fff;
- color: black;
- letter-spacing: 1px;
- }
- </style>
- <style type="text/css">
- ::-webkit-scrollbar {background-color:black; border:2px solid #fff;height:5px; width:5px;}
- ::-webkit-scrollbar-thumb:vertical {background-color:black; border:1px solid #fff; height:40px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:black;border:1px solid #fff; height:8px!important}
- body {
- background: #fff; /*here you can put in a background */
- margin:auto;
- padding: 0;
- position:absolute;
- }
- a {
- text-decoration:none;
- outline:none;
- color:gray; /*change link colors here */
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:#eee; /*change link hover color */
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #maincontainer {
- margin-top:40px;
- padding:80px;
- padding-left:20px;
- padding-right:20px;
- padding-bottom:50px;
- width:600px;
- margin-left:20%;
- height:400px;
- }
- #top {
- background:white;
- position:fixed;
- margin-top:-160px;
- padding-top:120px;
- width:600px;
- height:100px;
- }
- #stuff{
- margin-top:100px;
- }
- .title {
- font-family: helvetica;
- text-transform:lowercase;
- font-weight: bold;
- width:420px;
- opacity:1;
- font-size:100px;
- text-align:left;
- float:left;
- letter-spacing:-5px;
- color:white;
- -webkit-text-fill-color: transparent;
- background: -webkit-linear-gradient(transparent, transparent), top url(http://25.media.tumblr.com/f238231da85ab1c06d254778cb44181b/tumblr_myuky959FK1qf2um7o1_500.png);/*here you can change the pattern in the text */
- background: -o-linear-gradient(transparent, transparent);
- -webkit-background-clip: text;
- -webkit-background-clip: text;
- }
- .toplinks {
- margin-top:40px;
- }
- .toplinks a{
- height:40px;
- display:inline-block;
- }
- .toplinks a:hover{
- box-shadow:0px 50px #99ddee inset;
- }
- .toplinks img{
- width:30px;
- padding:5px;
- -webkit-filter: invert(40%);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- .toplinks img:hover{
- -webkit-filter: invert(100%);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #categories {
- font-family:helvetica;
- letter-spacing:1px;
- font-size:10px;
- padding-left:30px;
- }
- #categories a{
- cursor:help;
- }
- #link1, #link2, #link3 {
- width:600px;
- margin-left:0px;
- margin-top:20px;
- font-family:helvetica;
- font-size:9px;
- letter-spacing:1px;
- text-align:center;
- line-height:150%;
- }
- .showhide_element {
- display:none;
- }
- .links {
- width:100%;
- }
- .links a{
- padding:5px;
- padding-top:7px;
- padding-bottom:7px;
- margin-bottom:10px;
- font-size:12px;
- display:inline-block;
- font-family:'karla' sans-serif;
- font-weight:light;
- overflow:hidden;
- color:#737373;
- text-transform:uppercase;
- text-align:center;
- vertical-align:text-top;
- width:187px;
- -webkit-transition: all 0s ease-in-out;
- -moz-transition: all 0s ease-in-out;
- -o-transition: all 0s ease-in-out;
- }
- .links a:hover{
- color:black;
- background:#ddeeee;
- -webkit-transition: all 0s ease-in-out;
- -moz-transition: all 0s ease-in-out;
- -o-transition: all 0s ease-in-out;
- }
- .divider {
- width:100%;
- padding-top:10px;
- padding-bottom:10px;
- font-size:20px;
- font-family:helvetica;
- color:#6699B3;
- letter-spacing:-1px;
- text-align:center;
- margin-bottom:10px;
- background:#CEE8F5;
- }
- .divider:first-letter{
- color:#4D7E96;
- font-style:italic;
- }
- /*----- FAQ -----*/
- .question {
- width:95%;
- padding-top:6px;
- padding-bottom:6px;
- padding-left:5%;
- cursor:help;
- font-size:17px;
- font-family:helvetica;
- color:#6699B3;
- letter-spacing:-1px;
- text-align:left;
- margin-bottom:10px;
- background:#CEE8F5;
- }
- .answer{
- padding-left:20px;
- text-align:left;
- padding-bottom:10px;
- font-style:italic;
- font-size:10px;
- letter-spacing:0px;
- display:none;
- }
- #credit {
- position:fixed;
- right:0px;
- bottom:0px;
- padding:4px;
- width:15px;
- text-transform:none;
- font-family: helvetica;
- 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="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
- <div id="mainContainer">
- <div id="top">
- <div class="title">navigate.</div>
- <div class="toplinks">
- <a href="/" title="go back"><img src="https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/home-128.png"></a>
- <a href="/askk" title="ask/faq"><img src="https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/message-128.png"></a>
- <a href="/archive" title="archive"><img src="https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/copy-128.png"></a>
- <a href="http://themesbyzsu.tumblr.com" title="theme blog"><img src="https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/user_female3-128.png"></a>
- </div>
- <div id="categories">
- jump to:
- <a href="#" onClick="showLinks('link1');return false;">links</a>,
- <a href="#" onClick="showLinks('link2');return false;">tags</a>,
- <a href="#" onClick="showLinks('link3');return false;">social</a>,
- <a href="#" onClick="showLinks('link4');return false;">ask</a>.
- </div>
- </div>
- <div id="stuff">
- <div id="link1" class="showhide_element">
- <div class="links">
- <a href="/info">about me</a>
- <a href="/tagged/me">my face</a>
- <a href="/ficrecs">fic recs</a>
- <a href="/tagged/cutie">friends</a>
- <a href="/broll">blogroll</a>
- <a href="/readers">fanfic readers</a>
- <a href="/tagged/*">creations</a>
- <a href="http://themesbyzsu.tumblr.com/tagged/my+theme">themes</a>
- <a href="http://themesbyzsu.tumblr.com/tagged/page+theme">pages</a>
- </div>
- </div>
- <div id="link2" class="showhide_element">
- <div class="links">
- <div class="divider">one direction</div>
- <a href="/tagged/louis">louis tomlinson</a>
- <a href="/tagged/harry">harry styles</a>
- <a href="/tagged/zayn">zayn malik</a>
- <a href="/tagged/niall">niall horan</a>
- <a href="/tagged/liam">liam payne</a>
- <a href="/tagged/all">all</a>
- <div class="divider">ships</div>
- <a href="/tagged/ziam">ziam</a>
- <a href="/tagged/ziall">ziall</a>
- <a href="/tagged/larold">larry</a>
- <a href="/tagged/narry">narry</a>
- <a href="/tagged/lilo">lilo</a>
- <a href="/tagged/ot3">ot3</a>
- <div class="divider">other</div>
- <a href="/tagged/tv">shows</a>
- <a href="/tagged/movies">movies</a>
- <a href="/tagged/music">bands</a>
- <a href="/tagged/jams">songs</a>
- <a href="/tagged/playlist">playlists</a>
- <a href="/tagged/pretty+pictures">pretty things</a>
- <a href="/tagged/fics">fic rec tag</a>
- <a href="/tagged/2+read">to read</a>
- <a href="/tagged/gifset">gifs (for sidebars)</a>
- </div>
- </div>
- <div id="link3" class="showhide_element">
- <div class="links">
- <div class="divider">other sites</div>
- <a href="http://instagram.com/zsuzsiem">instagram</a>
- <a href="http://8tracks.com/zsumur">8tracks</a>
- <a href="http://twitter.com/zsumur">twitter</a>
- <div class="divider">networks</div>
- <a href="http://teamziampg.tumblr.com/">teamziam</a>
- <a href="http://theswagulars.tumblr.com">swagulars</a>
- <a href="http://theradicalsnetwerk.tumblr.com/">radicals</a>
- <a href="http://theziamsquad.tumblr.com">ziamsquad</a>
- <a href="http://www.theme-gods.us/">theme gods</a>
- <a href="http://whydoesbalognaponyrhyme.tumblr.com/">gaining group</a>
- </div>
- </div>
- <div id="link4" class="showhide_element">
- <div class="question">do you follow back?</div>
- <div class="answer">no, but if you ask me to check out your blog i'd be happy to.</div>
- <div class="question">can you check out my blog?</div>
- <div class="answer">sure! just ask.</div>
- <div class="question">where are the links for.....?</div>
- <div class="answer">just check the tags section of this page!</div>
- <div class="question">where are you from?</div>
- <div class="answer">new zealand.</div>
- <iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/hardziam.tumblr.com" width="100%">
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement