Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <!--
- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
- | _ | | | | | | |/ / | | | _ | | | | _ |
- | |_| | | | | _| | | / | _ | | |_| | | | | |_| |
- | - | | | | _ | - | _| | - | | _ | -
- | | \ | | | | | | \ | | | | \ | | | | \
- |_ _|\_ _\ |_ _| |_ _ _| |_ _|\_ _\ |_ _ _| |_ _|\_ _\ |_ _ _ _| |_ _|\_ _\
- ********************************
- Theme by: rickerlr.tumblr.com
- On: www.themecloud.co
- Name: Swagger
- Ver: 3
- Year: 2012
- Other themes: rickerlrthemes.tumblr.com
- Twitter: @rickerlr
- ********************************
- -->
- <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
- <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
- <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
- <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:Text" content="#999999"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Link" content="#ffffff"/>
- <meta name="color:Link hover" content="#ffffff"/>
- <meta name="color:Link background" content="#ff0000"/>
- <meta name="color:Link Sidebar" content="#ffffff"/>
- <meta name="color:Link sidebar background" content="#000000"/>
- <meta name="color:Text Sidebar" content="#dddddd"/>
- <meta name="color:Title Sidebar" content="#ffffff"/>
- <meta name="color:Border Note Permalinks" content="#222222"/>
- <meta name="color:Background" content="#555555"/>
- <meta name="color:Background post" content="#000000"/>
- <meta name="image:Background image" content="" />
- <meta name="if:2 Columns" content="0"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Sidebar Fixed" content="0"/>
- <meta name="if:Sidebar Description Background" content="0"/>
- <meta name="if:Sidebar Title Background" content="1"/>
- <meta name="if:Hide Sidebar Description" content="0"/>
- <meta name="if:Show Archive Link" content="0"/>
- <meta name="if:Show Social" content="1"/>
- <meta name="if:Show Notes Permalink" content="1"/>
- <meta name="if:Tumblr Follow Button Fixed" content="0"/>
- <meta name="text:Disqus Shortname" content=""/>
- <meta name="text:Google Analytics ID" content="" />
- <meta name="text:Twitter Username" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage} | {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary} | {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <!--[if lt IE 9]>
- <script src="http://static.tumblr.com/dbek3sy/A8Hmj11p2/html5shiv.js"></script>
- <![endif]-->
- <!-- css normalize -->
- <link rel="stylesheet" src="http://static.tumblr.com/dbek3sy/B5Fmjhygj/normalize.css" />
- <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
- <style type="text/css" media="screen">
- *{
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- #tumblr_controls{
- right: 99px !important;
- position: absolute !important;
- {block:IfTumblrFollowButtonFixed}
- position: fixed !important;
- {/block:IfTumblrFollowButtonFixed}
- }
- h1,h2,h3,h4,h5,h6{
- margin-top:0px;
- font-weight: bold;
- font-family: "Oswald";
- }
- b,strong{font-weight: bold;}
- i,em{font-style:italic;}
- .right{float: right;}
- .left{float: left;}
- .clear {clear: both;}
- ul, ol{padding: 0px;margin: 0px;}
- body{
- font-size: 100%;
- color: {color:Text};
- font-family: 'Helvetica Neue', 'Open Sans', arial, verdana, sans-serif;
- word-wrap: break-word;
- text-align: left;
- background-color: {color:Background};
- background-image: url({image:Background image});
- background-repeat: repeat;
- background-attachment: fixed;
- background-position: top left;
- -webkit-font-smoothing: antialiased;
- }
- a{text-decoration:none;}
- #container{
- position: relative;
- {block:IndexPage}
- {block:IfNot2Columns}
- width: 1120px;
- {/block:IfNot2Columns}
- {block:If2Columns}
- width: 1270px;
- {/block:If2Columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 1120px;
- {/block:PermalinkPage}
- {block:IndexPage}
- {block:IfInfiniteScroll}
- min-height: 1040px;
- height: auto !important;
- height: 1040px;
- {/block:IfInfiniteScroll}
- {/block:IndexPage}
- }
- #sidebar{
- color: {color:Text Sidebar};
- {block:IfSidebarFixed}
- position: fixed;
- top:15%;
- {/block:IfSidebarFixed}
- {block:IfNotSidebarFixed}
- position: absolute;
- top: 200px;
- {/block:IfNotSidebarFixed}
- left:0px;
- width: 380px;
- }
- #sidebar h1{
- font-family: Arial;
- color: {color:Title Sidebar};
- font-size: 2.5em;
- font-weight: bold !important;
- margin-bottom:5px;
- {block:IfHideSidebarDescription}
- cursor:pointer;
- {/block:IfHideSidebarDescription}
- }
- #sidebar h1 i{
- {block:IfSidebarTitleBackground}
- background-color:{color:Link background};
- padding: 0px 15px 5px 10px;
- {block:IfSidebarTitleBackground}
- }
- #side_description{
- font-size:0.8em;
- margin-top: 15px;
- line-height: 1.5em;
- padding-left: 10px;
- {block:IfSidebarDescriptionBackground}
- background-color:{color:Link sidebar background};
- padding:10px;
- {/block:IfSidebarDescriptionBackground}
- {block:IfHideSidebarDescription}
- display:none;
- {/block:IfHideSidebarDescription}
- }
- #titleDayPage{
- font-weight: normal;
- font-size: 1.6em;
- font-family: "Oswald";
- color: white;
- margin-top: 20px;
- text-align: right;
- }
- {block:If2Columns}
- #content{
- padding-top:10px;
- }
- {/block:If2Columns}
- #content, #footer, #pagination{
- {block:IndexPage}
- {block:IfNot2Columns}
- width: 720px;
- {/block:IfNot2Columns}
- {block:If2Columns}
- width: 880px;
- {/block:If2Columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 720px;
- {/block:PermalinkPage}
- }
- #content a, #footer a{
- color:{color:Link};
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- #content a:hover, #footer a:hover {color:{color:Link hover};background-color:{color:Link background};}
- #content a:active, #footer a:active {color:{color:Link};}
- #footer{
- padding: 10px;
- font-size: 0.9em;
- text-align: center;
- margin: 20px 0px 20px 400px;
- background-color: {color:Background post};
- }
- ul#titleLinks{
- font-size: 1.1em;
- margin-top: 20px;
- font-weight: normal;
- }
- ul#titleLinks li{margin-top: 15px !important;}
- ul#titleLinks a{
- text-transform: uppercase;
- background-color:{color:Link sidebar background};
- padding:4px 5px 4px 20px;
- font-family: 'Oswald', sans-serif;
- text-decoration:none;
- color:{color:Link Sidebar};
- margin-left: -15px;
- -webkit-transition: margin-left 0.2s ease-out;
- -moz-transition: margin-left 0.2s ease-out;
- transition: margin-left 0.2s ease-out;
- -o-transition: margin-left 0.2s ease-out;
- }
- ul#titleLinks a:hover{
- margin-left: 0px;
- }
- .posts{
- position: relative;
- padding: 10px;
- {block:IndexPage}
- {block:IfNot2Columns}
- width: 720px;
- margin-top: 20px;
- {/block:IfNot2Columns}
- {block:If2Columns}
- width: 420px;
- margin: 10px;
- {/block:If2Columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 720px;
- margin-top: 20px;
- {/block:PermalinkPage}
- background-color: {color:Background post};
- }
- .posts{float: left;}
- img.photo{
- width: 100%;
- }
- #postnotesdiv{
- font-size:0.9em;
- line-height: 1.5em;
- }
- #pagination{
- position: relative;
- {block:IfInfiniteScroll}
- display:none;
- {/block:IfInfiniteScroll}
- margin-top: 20px;
- margin-left: 400px;
- }
- #pagination li{display:inline-block;margin-left:10px; list-style: none;}
- #pagination li:first-child{margin-left:0px;}
- #pagination li a{
- display: block;
- padding: 5px 10px;
- font-size:0.9em;
- background-color: {color:Background post};
- text-decoration:none;
- color:{color:Link Sidebar};
- }
- .current_page{background-color:{color:Link background} !important;}
- .install:hover, .preview:hover{
- opacity:0.7;
- filter:alpha(opacity=70);
- }
- .description_link{
- text-transform: uppercase;
- font-family: 'Oswald', sans-serif;
- position: absolute;
- opacity:0;
- filter:alpha(opacity=0);
- z-index: 100;
- color: {color:Link};
- background-color: {color:Background post};
- padding: 2px 10px;
- font-size: 1.5em;
- -webkit-transition: all 0.2s ease;
- -moz-transition: all 0.2s ease;
- transition: all 0.2s ease;
- -o-transition: all 0.2s ease;
- bottom: 50px;
- }
- .reblog_link{left: 0px;}
- .permalink_link{right: 0px;}
- .posts:hover .reblog_link{padding-left: 30px;}
- .posts:hover .permalink_link{padding-right: 30px;}
- .posts:hover .description_link{opacity:1;filter:alpha(opacity=100);}
- .description_posts{
- background-color: 0;
- margin-top: 15px;
- font-size:0.7em;
- border-top: 1px solid {color:Border Note Permalinks};
- padding: 4px 0px 0px;
- }
- .description_posts a{text-decoration: none;color: {color:Link note permalinks};}
- .description_posts a:hover{color: {color:Link};}
- .title{
- text-transform: uppercase;
- font-size: 2em;
- color:{color:Title};
- margin-bottom:5px;
- line-height: 1.3em;
- font-weight:normal;
- }
- .title a{color:{color:Title} !important;text-decoration:underline !important;}
- .caption{font-size:0.9em;line-height:1.5em;}
- .caption p{margin-top: 5px;}
- .caption img{max-width:100%;}
- .caption ul{margin:5px 0px;}
- .caption img{
- max-width: 100%;
- height: auto;
- }
- .posts .caption h1,
- .posts .caption h2,
- .posts .caption h3,
- .posts .caption h4,
- .posts .caption h5,
- .posts .caption h6{
- font-weight:bold;
- margin: 10px 0px;
- color:{color:Title};
- line-height: 1.3em;
- }
- .posts .caption h1{font-size:2em;}
- .posts .caption h2{font-size:1.7em;}
- .posts .caption h3{font-size:1.5em;}
- .posts .caption h4{font-size:1.3em;}
- .posts .caption h5{font-size:1.1em;}
- .posts .caption h6{font-size:1em;}
- .videoPost{
- text-align: center;
- }
- .videoPost iframe, .video_player{
- width: 100%;
- }
- .chat li.odd, .chat li.even{padding:5px 10px;}
- .chat li.odd{color:{color:Title};background-color:{color:Border Note Permalinks};}
- .chat li.even{color:{color:Text};}
- .label{font-weight:bold;font-style:italic;}
- article.posts section.answerSection:first-child{
- margin-bottom: 10px;
- }
- img.answerImage{
- width: 40px;
- margin-right: 10px;
- margin-top: 5px;
- }
- .asker{
- color:{color:Link};
- font-weight:bold;
- text-decoration:none;
- }
- .quest{
- margin-top: 0px;
- {block:If2Columns}width: 350px;{/block:If2Columns}
- {block:IfNot2Columns}width: 650px;{/block:IfNot2Columns}
- }
- .quest p{margin:0px !important;}
- article.posts section.answerSection .caption{
- padding:0;
- }
- .album_art{background: #000;margin-right: 10px;position: relative;}
- .audiotrack{
- {block:If2Columns}
- width: 175px;
- {/block:If2Columns}
- {block:IfNot2Columns}
- width: 475px;
- {/block:IfNot2Columns}
- }
- .audiotrack li{margin: 10px 0px 0px;font-size: 0.7em;list-style-type: none;}
- .audiotrack li:first-child{margin-top: 0px;}
- .audiotrack li b{color:{color:Title}}
- .album_art{
- height:151px;
- width: 193px;
- margin-right: 30px;
- background: url('http://static.tumblr.com/dbek3sy/jG9lswgfn/audio_cover.png') no-repeat -150px 0px;
- position: relative;
- }
- .effectalbumart{
- height: 150px;
- width: 150px;
- position: absolute;
- top: 0px;
- left: 0px;
- background: url(http://static.tumblr.com/dbek3sy/L7vlsqr0w/audio_cover.png) no-repeat 0px 0px;
- z-index: 101;
- }
- .album_art img{height:151px;}
- .audioplayercontainer{
- position:relative;
- background: #fff;
- width: 32px;
- height: 32px;
- margin-right: 10px;
- }
- .posts .audioplayercontainer .audioplayerinto{
- position:absolute;
- width: 20px;
- height: 20px;
- overflow: hidden;
- left: 3px;
- top: 3px;
- }
- .played{
- font-size: 0.8em;
- line-height: 32px;
- }
- .sociallike{
- margin-top: 10px;
- padding-top: 5px;
- border-top: 1px solid {color:Border Note Permalinks};
- }
- #socialButton{width: 200px;margin-top: 5px;}
- #paginationPost{
- text-transform: uppercase;
- font-family: "Oswald", Arial, sans-serif;
- font-size: 1.2em;
- width: 190px;
- text-align: right;
- }
- #tagsPermalink{
- margin:10px 0px 15px;
- }
- #tagsPermalink a{margin-left: 10px;}
- #tagsPermalink a:first-child{margin-left: 0px;}
- blockquote{ padding-left:10px;border-left:3px solid {color:Border Note Permalinks};margin:5px 0px 5px 0px;}
- li{list-style-type: disc;margin-left: 20px;}
- ul#titleLinks li, ul.chat li, .note{list-style-type: none;margin:0px;}
- ol.notes{text-align: left;margin-top: 10px;border-top: 1px solid {color:Border Note Permalinks};padding-top:5px;}
- {block:IfNotShowNotesPermalink}
- .note{margin:3px 0px;}
- {block:IfNotShowNotesPermalink}
- {block:IfShowNotesPermalink}
- .note{margin: 5px 0px;}
- {/block:IfShowNotesPermalink}
- .note blockquote{margin-left: 25px;}
- ol.notes li .avatar {
- width:17px;
- height:17px;
- vertical-align: middle;
- {block:IfShowNotesPermalink}
- margin-right: 3px;
- {/block:IfShowNotesPermalink}
- }
- {block:IfNotShowNotesPermalink}
- .note{float:left;margin:5px;height:17px;line-height: 17px;z-index:10;}
- .action, .note blockquote{display:none;}
- .more_notes_link_container{padding:0px !important;}
- .action a{color: #fff !important;}
- .note:hover{position:relative;z-index:100;}
- .note:hover .action{
- display: block;
- position:absolute;
- float:left;
- white-space:nowrap;
- top:-2.2em;
- left:.5em;
- background:#000;
- color:#fff;
- padding: 1px 5px;
- z-index:10;
- }
- {/block:IfNotShowNotesPermalink}
- #infscr-loading{
- bottom: -10px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:20px;
- overflow:hidden;
- }
- #topDiv{
- font-family: "Oswald";
- position: fixed;
- display:block;
- padding: 3px 10px 3px 10px;
- bottom: 20px;
- right: -45px;
- z-index: 200;
- font-size: 1em;
- cursor: pointer;
- color: {color:Link Sidebar};
- background-color: {color:Background post};
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- }
- #topDiv:hover{
- background-color:{color:Link background};
- padding: 3px 20px 3px 10px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id='guid' style='display:none;'>92D228A95BB54AD129DAAC19200D409EBA6A50516E8C675125FECDA9E149E4DC4615BA5A97C30D6736942958DC1B9B5E</div>
- <script>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 b=a;5 k=a;5 4=6.o("l");d(4==n){b=g;e.i.f="7://3-9.8/j-3/?c=1"}m d(4==""){b=g;e.i.f="7://3-9.8/j-3/?c=1"}{5 2=6.y(\'2\');2.x=a;2.z=\'A/p\';2.B="7://w.3-9.8/v.r?c="+4.q;(6.h(\'s\')[0]||6.h(\'t\')[0]).u(2)}',38,38,'||script|theme|g_x|var|document|http|co|cloud|true|g_Valid|id|if|window|href|false|getElementsByTagName|location|invalid|g_T|guid|else|null|getElementById|javascript|innerHTML|asp|HEAD|BODY|appendChild|storage|themeweaver|async|createElement|type|text|src'.split('|'),0,{}))</script>
- <section id="container">
- <section id="sidebar">
- <h1 id="toggleDesc"><i>{Title}</i></h1>
- <p id="side_description">{Description}</p>
- <nav>
- <ul id="titleLinks">
- <li><a href="/">Home</a></li>
- {block:AskEnabled}
- <li><a href="/ask" {Target}>{AskLabel}</a></li>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <li><a href="/submit" {Target}>{SubmitLabel}</a></li>
- {/block:SubmissionsEnabled}
- {block:IfShowArchiveLink}
- <li><a href="/archive" {Target}>Archive</a></li>
- {block:IfShowArchiveLink}
- {block:HasPages}
- {block:Pages}
- <li><a href="{URL}" {Target}>{Label}</a></li>
- {/block:Pages}
- {/block:HasPages}
- </ul>
- </nav>
- </section><!-- sidebar -->
- <div id="content" class="right">
- {block:DayPage}
- <h2 id="titleDayPage">{Month} {DayOfMonth}, {Year}</h2>
- {/block:DayPage}
- {block:Posts}
- <article class="posts">
- {block:Text}
- {block:Title}
- <header>
- <h1 class="title">{Title}</h1>
- </header>
- {/block:Title}
- <section class="caption">{Body}</section>
- {/block:Text}
- {block:Link}
- <header>
- <h1 class="title"><a href="{URL}" {Target}>{Name}</a> →</h1>
- </header>
- {block:Description}
- <section class="caption">{Description}</section>
- {/block:Description}
- {block:Link}
- {block:Photo}
- <header style="position: relative;">
- <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- <a class="description_link permalink_link" href="{Permalink}">{NoteCountWithLabel}</a>
- <a class="description_link reblog_link" href="{ReblogURL}" target="_blank">Reblog</a>
- </header>
- {block:Caption}
- <section class="caption">{Caption}</section>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <header class="photosetPost">
- {block:If2Columns}{Photoset-400}{/block:If2Columns}
- {block:IfNot2Columns}{Photoset-700}{/block:IfNot2Columns}
- </header>
- {block:Caption}
- <section class="caption">{Caption}</section>
- {/block:Caption}
- {/block:Photoset}
- {block:Answer}
- <section class="answerSection">
- <img class="answerImage left" src="{AskerPortraitURL-40}"/>
- <div class="left quest caption">
- <b>{Asker}</b>:<br>
- {Question}
- </div>
- <div class="clear"></div>
- </section>
- <section class="answerSection">
- <img class="answerImage left" src="{PortraitURL-40}"/>
- <div class="left quest caption">
- <b>Me</b>:<br>
- {Answer}
- </div>
- <div class="clear"></div>
- </section>
- {/block:Answer}
- {block:Quote}
- <header>
- <h1 class="title">“{Quote}”</h1>
- </header>
- {block:Source}
- <section class="caption">- {Source}</section>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <h3 class="title">{Title}</h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- <span class="caption">{Line}</span>
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <div class="album_art left">
- <div class="effectalbumart"></div>
- {block:AlbumArt}
- <img width="150" src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}"/>
- {/block:AlbumArt}
- </div>
- <ul class="audiotrack left">
- {block:Artist}<li><b>Artist:</b> {Artist}</li>{/block:Artist}
- {block:TrackName}<li><b>Song:</b> {TrackName}</li>{/block:TrackName}
- {block:Album}<li><b>Album:</b> {Album}</li>{/block:Album}
- <li>
- <div class="audioplayercontainer left">
- <div class="audioplayerinto {block:IndexPage}done{/block:IndexPage}" id="{postID}">{AudioPlayerWhite}</div>
- </div>
- <span class="played left">{FormattedPlayCount} {block:ExternalAudio} <a href="{ExternalAudioURL}">+</a>{/block:ExternalAudio}</span>
- <div class="clear"></div>
- </li>
- </ul>
- <div class="clear"></div>
- {block:Caption}
- <section class="caption">{Caption}</section>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- <header class="videoPost {block:IndexPage}done{/block:IndexPage}" id="{PostID}">
- {block:If2Columns}{Video-400}{/block:If2Columns}
- {block:IfNot2Columns}{Video-700}{/block:IfNot2Columns}
- </header>
- {block:Caption}
- <section class="caption">{Caption}</section>
- {/block:Caption}
- {/block:Video}
- {block:IndexPage}
- {block:Date}
- <footer class="description_posts">
- <span><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{Month}, {DayOfMonthWithZero}, {Year}</a> / </span>
- <span style="{block:Answer}display:none;{/block:Answer}"><a href="{ReblogURL}" target="_blank">Reblog</a> / </span>
- <span><a href="{Permalink}">{NoteCountWithLabel}</a> / </span>
- </footer>
- {/block:Date}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <footer class="sociallike">
- {block:IfShowSocial}
- <div id="socialButton" class="left">
- <div style="display:inline-block;"><g:plusone size="medium" annotation="none" href="{Permalink}"></g:plusone></div>
- <span style="margin-left: 5px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="none" {block:IfTwitterUsername}data-via="{text:Twitter Username}" data-related="{text:Twitter Username}"{/block:IfTwitterUsername} data-hashtags="tumblr">Tweet</a>
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></span>
- <span style="margin-left: 5px;"><iframe id="facebookiframe" src="http://www.facebook.com/plugins/like.php?locale=en_US&href={Permalink}&width=48&colorscheme=light&layout=button_count" scrolling="no" frameborder='0' style="border:none; overflow:hidden; width:48px; height:20px;"></iframe></span>
- </div>
- {/block:IfShowSocial}
- {block:PermalinkPagination}
- <div id="paginationPost" class="right">
- {block:NextPost}<a style="margin-right:5px;" href="{NextPost}">Prev Post</a>{/block:NextPost}
- {block:PreviousPost}<a href="{PreviousPost}">Next Post</a>{/block:PreviousPost}
- </div>
- {/block:PermalinkPagination}
- <div class="clear"></div>
- </footer>
- {/block:Date}
- {/block:PermalinkPage}
- </article><!-- .posts -->
- {block:PermalinkPage}
- {block:Date}
- {block:IfDisqusShortname}
- <article class="posts">
- <div id="disqus_thread"></div>
- <script type="text/javascript">
- var disqus_shortname = '{text:Disqus Shortname}';
- var disqus_url = '{Permalink}';
- var disqus_title = '{block:PostTitle}{PostTitle}{/block:PostTitle}';
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
- </script>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
- <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
- </article>
- {/block:IfDisqusShortname}
- <article id="postnotesdiv" class="posts">
- <section>
- <h1 class="title">{NoteCountWithLabel}</h1>
- {block:RebloggedFrom}
- Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:HasTags}
- <div id="tagsPermalink">
- {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- </section>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- <div class="clear"></div>
- </article><!-- .posts -->
- {/block:Date}
- {/block:PermalinkPage}
- {/block:Posts}
- <div class="clear"></div>
- </section><!-- content -->
- {block:IndexPage}
- {block:Pagination}
- <ul id="pagination" class="left">
- {block:PreviousPage}
- <li><a href="{PreviousPage}">« Prev</a></li>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <li><a class="current_page numbersNav" href="javascript:void(0);">{PageNumber}</a></li>
- {/block:CurrentPage}
- {block:JumpPage}
- <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <li><a id="nextPage" href="{NextPage}">Next »</a></li>
- {/block:NextPage}
- </ul>
- {/block:Pagination}
- {/block:IndexPage}
- <div class="clear"></div>
- </section><!-- container -->
- <a href="javascript:void(0);" id="topDiv">TOP</a>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/8Aqmgryi7/jquery_18.js"></script>
- {block:If2Columns}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
- {/block:If2Columns}
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- {/block:IfInfiniteScroll}
- <script>
- var userURL = document.URL;
- var $content = $("#content");
- $(function(){
- {block:IfHideSidebarDescription}
- $("#toggleDesc").click(function(){
- $("#side_description").fadeToggle(300);
- });
- {/block:IfHideSidebarDescription}
- {block:IfContainerFadeIn}
- $("#container").fadeIn(500);
- {/block:IfContainerFadeIn}
- {block:IndexPage}
- {block:IfInfiniteScroll}
- $('.audioplayerinto.done').removeClass("done");
- $('.videoPost.done').removeClass("done");
- {/block:IfInfiniteScroll}
- {/block:IndexPage}
- /* return top */
- $("#topDiv").click(function(){
- var target = $("html");
- $('html, body').animate({
- scrollTop: target.offset().top
- }, 1000);
- });
- var topDiv = $("#topDiv");
- var topDivTop = "1000";
- var view = $( window );
- view.bind("scroll resize", function(){
- var viewTop = view.scrollTop();
- if (viewTop > topDivTop){
- topDiv.animate({right : "0px"},{queue: false, duration: 150});
- }
- else if (viewTop <= topDivTop){
- topDiv.animate({right : "-45px"},{queue: false, duration: 150});
- }
- });
- });
- </script>
- {block:IndexPage}
- {block:IfInfiniteScroll}
- {block:IfNot2Columns}
- <script>
- $content.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a#nextPage',
- itemSelector : '.posts',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- function(newElements){
- var $newElems = $(newElements);
- $newElems.hide();
- if($('.audioplayerinto.done').length){repairAudioPlayer();}
- if($('.videoPost.done').length){repairVideoPlayer();}
- $newElems.appendTo($content).fadeIn();
- });
- </script>
- {/block:IfNot2Columns}
- {/block:IfInfiniteScroll}
- {block:If2Columns}
- <script>
- $(window).load(function () {
- $content.masonry({
- itemSelector: '.posts',
- }),
- $content.infinitescroll({
- navSelector: '#pagination',
- nextSelector: '#pagination a#nextPage',
- itemSelector: '.posts',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx: 600,
- debug: false
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- if($('.audioplayerinto.done').length){repairAudioPlayer();}
- if($('.videoPost.done').length){repairVideoPlayer();}
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended',
- $newElems, true,
- function(){$newElems.fadeIn(300);}
- );
- });
- });
- });
- </script>
- {/block:If2Columns}
- {block:IfInfiniteScroll}
- <script>
- /* repair audio players*/
- function repairAudioPlayer(){
- $('.audioplayerinto.done').each(function(){
- var audioID = $(this).attr("id");
- var $audioPost = $(this);
- $.ajax({
- url: userURL + 'api/read/json?id=' + audioID,
- dataType: 'jsonp',
- timeout: 50000,
- success: function(data){
- $audioPost.html(data.posts[0]["audio-player"]);
- $audioPost.removeClass("audio");
- }
- });
- $audioPost.removeClass("done");
- });
- }
- /* repair video players*/
- function repairVideoPlayer(){
- $('.videoPost.done').each(function(){
- var videoID = $(this).attr("id");
- var $videoPost = $(this);
- {block:If2columns}var videoWidth = "-400";{block:If2columns}
- {block:IfNot2columns}var videoWidth = "-700";{block:IfNot2columns}
- if($videoPost.find("div#tumblr_video_container_"+videoID).length){
- $videoPost.parent().removeClass("done").find(".zoom_icon").remove();
- $.ajax({
- url: '/api/read/json?id=' + videoID,
- dataType: 'jsonp',
- timeout: 50000,
- success: function(data){
- $videoPost.html(data.posts[0]["video-player"+videoWidth]);
- }
- });
- }
- $videoPost.removeClass("done");
- });
- }
- </script>
- {/block:IfInfiniteScroll}
- {/block:IndexPage}
- </script>
- <script type="text/javascript">
- (function() {
- var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
- po.src = 'https://apis.google.com/js/plusone.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
- })();
- </script>
- {block:IfGoogleAnalyticsID}
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', '{text:Google Analytics ID}']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- {/block:IfGoogleAnalyticsID}
- </body>
- <script>eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('b{a(c!=e){5.3.6="2://0-4.7/9-0/?8=1"}}f(d){5.3.6="2://0-4.7/9-0/?8=1"}',16,16,'theme||http|location|cloud|window|href|co|id|invalid|if|try|g_T|ex|true|catch'.split('|'),0,{}))</script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement