Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme 16: loaded gun
- hardziam // themesbyzsu
- ---->
- <!DOCTYPE html>
- <head>
- <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}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Header" content="#000000"/>
- <meta name="color:Header Text" content="#ffffff"/>
- <meta name="color:Description Text" content="#eee"/>
- <meta name="color:Accent" content="#00aaee"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 6 URL" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="if:Pop Up Links" content="1" />
- <!-- jquery for tooltips-->
- <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Lato' rel='stylesheet' type='text/css'>
- <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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script language="javascript">
- $(document).ready(function() {
- $('a#buttonsend').click(function() {
- $('.t',this).toggle();
- });
- $("#side").css({"bottom": "-300px"});
- $("#buttonsend").toggle(
- function () {
- $("#side").animate({"bottom": "0px"}, "slow");
- },
- function () {
- $("#side").animate({"bottom": "-300px"}, "slow");
- });
- });
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- ::-webkit-scrollbar-thumb {background-color: {color:Accent}; height: auto;}
- ::-webkit-scrollbar {background-color: #000; height:3px; width:4px;}
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- background:{color:background};
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- /*basics*/
- blockquote {
- padding:8px;
- margin:0;
- border-top:1px solid #eee;
- }
- blockquote blockquote{
- border-bottom:1px solid #eee;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:Lato;
- font-weight:400;
- font-size:11px;
- text-align:left;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- }
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {font-size:12px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;}
- /*header*/
- #header{
- background:{color:Header};
- height:350px;
- text-align:center;
- top:0;
- z-index:9999;
- left:0px;
- position:absolute;
- display:inline-block;
- width:100%;
- transition-duration:.5s;
- }
- #desc{
- padding-top:125px;
- width:300px;
- text-align:left;
- display:inline-block;
- transition-duration:.5s;
- color:{color:Description Text};
- }
- #tit{
- font: 20px Montserrat;
- color:{color:Header Text};
- display:block;
- margin-top:5px;
- margin-bottom:-3px;
- text-transform:uppercase;
- }
- #header img{
- padding-right:10px;
- float:left;
- width:100px;
- }
- #bg{
- width:100%;
- left:0;
- top:0;
- height:0;
- background:white;
- }
- #links a {
- margin-right:5px;
- display:inline-block;
- margin-bottom:5px;
- }
- #description {
- margin:20px 0;
- }
- #button a{
- display:inline-block;
- background:#eee;
- position:fixed;
- left:70%;
- top:30px;
- width:20px;
- padding:10px 20px;
- height:;
- }
- #button img{
- width:20px;
- }
- /*pagination*/
- #pagination {
- margin:50px 0;
- text-transform:lowercase;
- font-weight:bold;
- }
- #pagination a {
- padding:0 15px;
- }
- /*container*/
- #con {
- left:50%;
- margin-left:-250px;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-top:500px;
- width:500px;
- }
- #posts {
- width:500px;
- {block:IndexPage}
- margin-bottom:135px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:500px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- /*quote*/
- #titlequote{text-align:left;
- padding-left:10px;
- margin-left:10px;
- border-left:3px solid #eee;
- line-height:18px;
- font:16px Montserrat;
- }
- #source {
- margin-top:15px;
- margin-left:15px;}
- /*audio*/
- .player {
- width:25px;
- height:25px;
- border:15px solid white;
- margin-left:72px;
- margin-top:72px;
- overflow:hidden;
- position:absolute;
- opacity:0.4;
- background:white;
- transition-duration:.5s;
- }
- #audio:hover .player{
- opacity:1;
- }
- .audioinfo {
- height:200px;
- font-family:Montserrat;
- overflow:hidden;
- padding:20px;
- }
- #audio{height:200px}
- #albumart img{
- width:200px;
- height:200px;
- }
- #albumart{
- width:200px;
- height:200px;
- float:left;
- background-image:url('http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg');
- background-size:200px;
- }
- .audioinfo span{
- display:block;
- text-align:center;
- padding:4px;
- }
- .audioinfo span:first-child{
- color:{color:Accent};
- margin-top:25px;
- }
- /*asks*/
- .q {margin-bottom:10px;
- padding:20px;
- line-height:200%;
- color:#333;
- background:#eee;
- }
- .q:after{
- content:'';
- position:absolute;
- width: 0;
- height: 0;
- border-left: 20px solid transparent;
- border-right: 20px solid transparent;
- border-top: 20px solid #eee;
- margin-top:40px;
- margin-left:-35px;
- z-index:-100;
- }
- .as a{
- color:#000; font-family:Montserrat; text-transform:uppercase;
- }
- .as {
- font-weight:bold; color:#000;text-align:center;}
- .a {
- margin-top:20px;
- line-height:200%;
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;border-bottom:1px dotted #eee;}
- .label {font-weight:bold;color:{color:Accent};
- }
- /*permalink and notes*/
- #permalink {
- margin-top:15px;
- font-family:Montserrat;
- font-size:9px;
- text-transform:uppercase;
- }
- #permalink a {margin-right:10px;
- color:#000;
- }
- #permalink a:hover{
- color:#aaa;
- text-decoration:none;
- }
- .tags {
- word-break:break-all;
- font-size:9px;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:500px;
- background:black;
- color:#eee;
- text-transform:uppercase;
- font-size:8px;
- text-align:left;
- height:250px;
- overflow:auto;
- }
- .notecount{
- float:left;
- padding:8px 5px;
- color:{color:Accent};
- margin-right:10px;
- font:12px Montserrat;
- }
- .pagenotes .notes{
- background:white;
- color:#999;
- border:1px solid #f9f9f9;
- font-size:9px;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- }
- #one, #two, #three, #buttonsend, #four, #five{
- width:30px;
- height:3px;
- position:fixed;
- bottom:38px;
- left:10px;
- background:white;
- z-index:999;
- }
- #two{
- bottom:22px;
- }
- #three{
- bottom:30px;
- }
- #buttonsend{
- height:24px;
- bottom:17px;
- background:black;
- }
- #side {
- width:100%;
- background:{color:Header};
- left:0px;
- bottom:-200px;
- padding:20px;
- padding-bottom:5px;
- z-index:99;
- text-align:center;
- position:fixed;
- }
- #side a{
- display:inline-block;
- margin:5px;
- text-transform:uppercase;
- padding:10px 30px;
- color:{color:Header Text};
- margin-top:-5px;
- text-align:center;
- font-weight:700;
- transition-duration:.5s;
- border-bottom:1px solid transparent;
- }
- #side a:hover{
- color:{color:Header Text};
- transition-duration:.5s;
- box-shadow:0px -5px {color:Header Text} inset;
- }
- #close{
- background:#eee;
- position:fixed;
- top:10px;
- left:10px;
- width:30px;
- height:40px;
- /*-webkit-transform: rotateY(60deg); /* Chrome, Safari, Opera */
- /*transform: rotateY(60deg);*/
- }
- #four{
- transform: rotate(45deg);
- /*Firefox*/
- -moz-transform: rotate(45deg);
- /*Microsoft Internet Explorer*/
- -ms-transform: rotate(45deg);
- /*Chrome, Safari*/
- -webkit-transform: rotate(45deg);
- /*Opera*/
- -o-transform: rotate(45deg);
- margin-top:13px;
- }
- #five{
- transform: rotate(-45deg);
- /*Firefox*/
- -moz-transform: rotate(-45deg);
- /*Microsoft Internet Explorer*/
- -ms-transform: rotate(-45deg);
- /*Chrome, Safari*/
- -webkit-transform: rotate(-45deg);
- /*Opera*/
- -o-transform: rotate(-45deg);
- margin-top:13px;
- }
- /* ------ POP UP LINKS STYLING ------*/
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 20px;
- text-style: bold;
- float: left;
- font-size: 10px;
- font-family: ;
- line-height:15px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- }
- img.btn_close {
- float: right;
- width:25px;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #linkessssss{
- font-size:9px;
- height:400px;
- overflow:auto;
- }
- #linkessssss a{
- display:inline-block;
- color:{color:Accent};
- font-size:9px;
- font-family:Montserrat;
- text-transform:uppercase;
- text-decoration:none;
- padding:3px;
- -webkit-transition: all 0s ease-in-out;
- -moz-transition: all 0s ease-in-out;
- -o-transition: all 0s ease-in-out;
- }
- #linkessssss a:hover{
- color:black;
- -webkit-transition: all 0s ease-in-out;
- -moz-transition: all 0s ease-in-out;
- -o-transition: all 0s ease-in-out;
- }
- #linkessssss h1, #linkessssss big{
- font-family:Montserrat;
- text-transform:uppercase;
- font-weight:bold;
- color:black;
- }
- #linkessssss ul{
- list-style:none;
- margin-left:10px;
- }
- #linkessssss li{
- border-left:1px solid #eee;
- padding-left:10px;
- margin-left:-40px;
- }
- #linkessssss li:hover{
- border-color:black;
- }
- /* ------ POP UP LINKS END ------*/
- #cred{
- position:fixed;
- bottom:15px;
- right:15px;
- text-align:right;
- }
- #cred a{
- background:white;
- color:black;
- text-transform:uppercase;
- padding:5px;
- font-family:Montserrat;
- display:inline-block;
- font-size:9px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #cred a:hover{
- background:black;
- color:white;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <a id="buttonsend" class="t" style="cursor:pointer; display:inline-block">
- <span class="t" style="display:inline-block">
- <div id="one"></div>
- <div id="two"></div>
- <div id="three"></div></span>
- <span class="t" style="display:none">
- <div id="one"></div>
- <div id="two"></div>
- <div id="three"></div>
- </span></a>
- <div id="side">
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- <a href="{text:Link 5 URL}">{text:Link 5}</a>
- {block:ifnotPopUpLinks}
- <a href="{text:Link 6 URL}">{text:Link 6}</a>
- {/block:ifnotPopUpLinks}
- {block:ifPopUpLinks}
- <a href="#?w=500" rel="02" class="poplight">More</a>
- {/block:ifPopUpLinks}
- </div>
- <div id="header">
- <div id="desc">
- <a href="/"><img src="{image:Sidebar}"></a>
- <div id="tit"><a href="/" style="color:{color:Header Text}">{Title}</a></div>
- {Description}
- </div>
- </div>
- <div id="con">
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- <div id="audio">
- <div id="albumart">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}</div>
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}<span>{TrackName}</span>{/block:TrackName}
- {block:Artist}<span>{Artist}</span>{/block:Artist}
- {block:Album}<span>{Album}</span>{/block:Album}
- {block:PlayCount}<span>{PlayCountWithLabel}</span>{/block:PlayCount}
- </div>
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as">{Asker} said: </div>
- {Question}</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="permalink">
- <div class="notecount">{FormattedNoteCount}</div>
- <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">← previous </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next →</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="cred">
- <a href="http://hardziam.tumblr.com">th.</a>
- </div>
- </body>
- <!------ POP UP LINKS ------>
- <div id="02" class="popup_block">
- <div id="linkessssss">
- <h1>navigate this site.</h1>
- <ul>
- <li><a href="/">put in lots of links here</a></li>
- <li><a href="/">a scrollbar will appear</a></li>
- <li><a href="/">you could make it an about page if you'd like</a></li>
- </ul><ul>
- <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</li>
- </ul>
- <a href="/">subtitle link</a>
- <ul>
- <li>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
- </li>
- </ul>
- this box is optional. You can use it as a popup navi/about it's really versatile.
- </div>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!------ POP UP LINKS ------>
- <!------ POP UP BOX SCRIPTS ------->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="https://cdn0.iconfinder.com/data/icons/slim-square-icons-basics/100/basics-22-128.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!------ POP UP BOX END ------->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement