Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- - theme #27 / by kwontae(tumblr.com) -
- don't take parts of this code.
- don't remove this comment.
- don't remove the credit.
- find more themes at:
- caulfielld.tumblr.com
- -->
- <html>
- <head>
- <title>{Title}
- {block:PostTitle} — {PostTitle}{/block:PostTitle}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#999999" />
- <meta name="color:link" content="#444444" />
- <meta name="color:link Hover" content="#999999" />
- <meta name="color:scrollbar" content="#444444" />
- <meta name="color:border" content="#f5f5f5" />
- <meta name="color:blockquote" content="#f5f5f5" />
- <meta name="color:selection Bg" content="#444444" />
- <meta name="color:selection Text" content="#ffffff" />
- <meta name="color:bold" content="#444444" />
- <meta name="color:tabs bg" content="#fafafa" />
- <meta name="text:tab 01 title" content="about">
- <meta name="text:tab 02 title" content="message">
- <meta name="text:tab 03 title" content="links">
- <meta name="text:tab 04 title" content="blogroll">
- <meta name="text:faq" content="Lorem ipsum dolor sit amet, consectetuer ADIPISCING ELIT.">
- <meta name="text:username" content="kwontae">
- <meta name="text:link 01 URL" content="/" />
- <meta name="text:link 01 title" content="Link 01">
- <meta name="text:link 02 URL" content="/" />
- <meta name="text:link 02 title" content="Link 02">
- <meta name="text:link 03 URL" content="/" />
- <meta name="text:link 03 title" content="Link 03">
- <meta name="text:link 04 URL" content="/" />
- <meta name="text:link 04 title" content="Link 04">
- <meta name="text:link 05 URL" content="/" />
- <meta name="text:link 05 title" content="Link 05">
- <meta name="text:link 06 URL" content="/" />
- <meta name="text:link 06 title" content="Link 06">
- <meta name="text:link 07 URL" content="/" />
- <meta name="text:link 07 title" content="Link 07">
- <meta name="text:link 08 URL" content="/" />
- <meta name="text:link 08 title" content="Link 08">
- <meta name="if:infinite scrolling" content="0">
- <meta name="if:show caption" content="1">
- <meta name="if:bg image" content="0">
- <meta name="if:show videos" content="0">
- <meta name="select:posts width" content="300" title="300px">
- <meta name="select:posts width" content="400" title="400px">
- <meta name="image:background" content="">
- <!--- extras --->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/nb65v05/XPQmpjoyl/jquery.style-my-tooltips.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(window).scroll(function(){
- if ($(this).scrollTop() > 100) {
- $('.scrollup').fadeIn();
- } else {
- $('.scrollup').fadeOut();}});
- $('.scrollup').click(function(){
- $("html, body").animate({ scrollTop: 0 }, 600);
- return false;});});
- </script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:false,
- tip_delay_time:20,
- tip_fade_speed:300,
- attribute:"title"
- });});})(jQuery);
- </script>
- <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
- <script>
- $(function() {
- $( "#tabs" ).tabs();
- });
- </script>
- <script>$(document).ready(function() {
- $("#tabs").tabs({
- show: function(event, ui) {
- var lastOpenedPanel = $(this).data("lastOpenedPanel");
- if (!$(this).data("topPositionTab")) {
- $(this).data("topPositionTab", $(ui.panel).position().top)
- }
- //Dont use the builtin fx effects. This will fade in/out both tabs, we dont want that
- //Fadein the new tab yourself
- $(ui.panel).hide().fadeIn(500);
- if (lastOpenedPanel) {
- // 1. Show the previous opened tab by removing the jQuery UI class
- // 2. Make the tab temporary position:absolute so the two tabs will overlap
- // 3. Set topposition so they will overlap if you go from tab 1 to tab 0
- // 4. Remove position:absolute after animation
- lastOpenedPanel
- .toggleClass("ui-tabs-hide")
- .css("position", "absolute")
- .css("top", $(this).data("topPositionTab") + "px")
- .fadeOut(500, function() {
- $(this)
- .css("position", "");
- });
- }
- //Saving the last tab has been opened
- $(this).data("lastOpenedPanel", $(ui.panel));
- }
- });
- });</script>
- <script type="text/javascript">$(window).scroll(function(){ if($(document).scrollTop()>=$(document).height()/06) {
- $('#socialslide').show('slow');
- } else {$('#socialslide').hide('slow');}
- });
- function closesocialslide(){
- $('#socialslide').remove();
- ;}
- </script>
- <script>
- $(document).ready(function(){
- // hide #back-top first
- $("#back-top").hide();
- // fade in #back-top
- $(function () {
- $(window).scroll(function () {
- if ($(this).scrollTop() > 0) {
- $('#back-top').fadeIn();
- } else {
- $('#back-top').fadeOut();
- }
- });
- // scroll body to 0px on click
- $('#back-top a').click(function () {
- $('body,html').animate({
- scrollTop: 0
- }, 800);
- return false;
- });
- });
- });
- </script>
- <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- font:09px helvetica,sans-serif, cambria, calibri;
- margin:0;
- background:{color:Background} {block:ifBgImage}url('{image:Background}') fixed{/block:ifBgImage};
- color:{color:text};}
- a {
- color:{color:link};
- text-decoration: none;
- -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
- -o-transition:all 0.6s ease-in-out;/*opera*/
- -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
- -ms-transition:all 0.6s ease-in-out;/*ie*/
- transition:all 0.6s ease-in-out;/*w3c*/}
- a:hover {
- color:{color:link hover};}
- em, strong {
- color:{color:bold};}
- blockquote {
- border-left: 1px solid {color:blockquote};
- padding-left: 5px;
- margin:05px;}
- img {
- max-width: 100%;}
- ol {
- list-style-type:lower-roman;}
- /* credit to pohroro */
- sub, sup{
- font-size: 10px;}
- .container {
- width:{select:posts width}px;
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}
- margin: auto;
- position:relative;
- }
- #entries {
- width:{select:posts width}px;
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}
- position:relative;
- padding-top:120px;
- padding-bottom:0px;
- }
- #posts {
- width:{select:posts width}px;
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}
- overflow:hidden;
- word-wrap: break-word;
- {block:IndexPage}
- margin-bottom:60px;
- {/block:IndexPage}
- }
- #posts .images{
- display:block;
- max-width:100%;}
- /* SIDEBAR */
- .sb-title{
- margin-bottom:0px;
- text-align:center;
- font:bold 30px 'Questrial', sans-serif;
- text-transform:uppercase;
- letter-spacing:2px;
- }
- .sb-title a{
- color:{color:link};
- }
- #sidebar {
- width:{select:posts width}px;
- height:auto;
- margin-left:00px;
- {block:PermalinkPage}
- width:300px;
- margin-left:-330px!important;
- position:fixed;
- {/block:PermalinkPage}
- margin-top:70px;
- {block:IndexPage}
- position:relative;
- {/block:IndexPage}
- }
- #sidebar a:hover{
- font-style:italic;
- }
- .sidebar-image img{
- display:none;}
- /* DESCRIPTION */
- .descr {
- margin-top:5px;
- text-align:center;
- max-height:118px;
- overflow:auto;}
- /* NAVIGATION / LINKS */
- /* PAGINATION */
- /* PAGINATION */
- .pag {
- margin-bottom:120px;
- text-align:center;
- font:07px 'trebuchet ms';
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .jump_page {
- padding: 4px 6px;}
- .current_page, .jump_page:hover {
- padding: 4px 6px;}
- /* TEXT POSTS */
- .text-title{
- font-size:18px;
- border-bottom:1px solid {color:border};
- padding:5px;
- }
- /* QUOTE POSTS */
- .quote {
- padding:0;
- padding:5px;
- background-color:{color:tabs bg};
- border:1px solid {color:Border};
- }
- .quotetext-short {
- font-size: 17px;}
- .quotetext-medium {
- font-size: 13px;}
- .quotetext-long {
- font-size: 10px;}
- .quote-source {
- text-align:right;
- border-top:1px solid {color:border};
- margin-top:05px;
- padding-top:05px;
- }
- /* CHAT POSTS */
- .odd, .even {
- margin:0!important;
- padding:10px;
- border-top:1px solid {color:border};}
- .odd:first-child{
- border-top:0px;
- padding-top:05px;
- }
- .cha{
- border:1px solid {color:border};
- padding:5px;
- }
- /* AUDIO POSTS */
- .tumblr_audio_player {
- height:20px;
- width:20px;
- z-index:9999;
- margin:0;
- padding:10px;
- margin-left:20px;
- position:relative;
- float:left;
- background-color:white;}
- .vid1{
- background-color: #dfeee6;
- color:white;
- height:42px;
- width:auto;
- }
- .vid{
- text-align:center;
- font:italic 12px helvetica;
- line-height:100%;
- padding:14px;
- }
- .vid1 a{
- color:white;
- }
- /* VIDEO POSTS*/
- .tumblr_video_container {
- display:block;}
- .video-container iframe{
- max-width:100%;
- max-height:{select:posts width}px;}
- .video-container #youtube_iframe {
- max-height:calc({select:posts width}px / 1.6);}
- .video-container .instagram-media {
- max-height:none!important;
- box-shadow:none!important;
- border:1px solid {color:borders}!important;
- width:calc({select:posts width}px - 3px)!important;}
- .audio {
- height:42px;
- width:auto;
- border:1px solid {color:border};
- overflow:auto;
- max-height:42px;}
- .au-info {
- text-align:center;
- font:italic 12px helvetica;
- line-height:100%;
- padding:14px;}
- /* ASK POSTS */
- .askk {
- border-bottom:1px solid {color:border};
- padding-bottom:10px;}
- .askk img {
- float:left;
- margin-right: 10px;
- }
- /* CAPTION */
- .caption, .ans{
- border:1px solid {color:border};
- padding:5px;
- margin-top:05px;
- background-color:{color:tabs bg};
- }
- .caption a{
- font:08px calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .caption img, .ans img{
- max-width:100%;
- height:auto;
- }
- /* INFO */
- .posts-info{
- padding:3px;
- padding-left:0;
- padding-right:0;
- text-align:left;
- text-transform:lowercase;
- margin-bottom:05px;
- font:08px calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .posts-info a{
- color:{color:text};
- }
- .posts-info2{
- width:34px;
- position:absolute;
- margin-left:315px;
- z-index:9;
- opacity:0;
- -webkit-transition:all 0.6s ease-in-out 0.1s;/*chrome-safari*/
- -o-transition:all 0.6s ease-in-out 0.1s;/*opera*/
- -moz-transition:all 0.6s ease-in-out 0.1s;/*mozilla firefox*/
- -ms-transition:all 0.6s ease-in-out 0.1s;/*ie*/
- transition:all 0.6s ease-in-out 0.1s;/*w3c*/}
- .posts-info2 ll{
- padding:4px;
- margin-right:2px;
- padding-bottom:5px;
- padding-top:0;
- padding-right:02px;
- width:7px;
- height:7px;
- font:bold 08px calibri;
- background-color:{color:tabs bg};
- border:1px solid {color:border};
- display:inline-block;
- }
- .posts-info2 a{
- display:block;
- }
- .posts-info2 img{
- padding:3px;
- background-color:{color:tabs bg};
- border:1px solid {color:border};
- }
- #posts:hover .posts-info2{
- opacity:1;
- margin-left:305px;}
- /* NOTES */
- #notes{
- width:400px;
- margin-left:0px;
- max-height:190px;
- margin-bottom:120px;
- overflow:auto;}
- ol.notes {
- padding: 0px;
- margin: 0;
- list-style-type: none;}
- ol.notes li.note {
- padding: 10px;}
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- float:left;
- margin-right: 10px;
- width: 16px;
- height: 16px;}
- ol.notes li.note span.action {}
- ol.notes li.note .answer_content {
- font-weight: normal;}
- ol.notes li.note blockquote {
- border-color: #eee;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;}
- /* EXTRAS */
- #s-m-t-tooltip{
- z-index:10;
- margin:24px 14px 7px 12px;
- padding:0 3px 0 3px;
- letter-spacing:1px;
- z-index:9999999999999;
- line-height:16px;
- background-color:{color:link hover};
- color:white;
- font: 08px calibri;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:03px;}
- ::selection {
- background: {color:selection bg};
- color: {color:selection text};}
- ::-moz-selection {
- background: {color:selection bg};
- color: {color:selection text};}
- ::-webkit-selection {
- background: {color:selection bg};
- color: {color:selection text};}
- iframe#tumblr_controls {
- top:0%!important;
- right:0%!important;
- position:fixed!important;
- z-index:999999999!important;
- opacity:0.3;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);} /*credit to ladmilk*/
- ::-webkit-scrollbar {
- width: 3px;
- height: 3px;
- background: {color:background};}
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};}
- /* SCROLL TO TOP */
- #back-top {
- }
- #back-top a {
- cursor:pointer;
- /* transition */
- -webkit-transition: 1s;
- -moz-transition: 1s;
- transition: 1s;
- }
- #back-top a:hover {
- }
- #c{
- position:fixed;
- bottom:10px;
- right:12px;
- font: 09px georgia;
- letter-spacing:1px;
- text-align:right;
- z-index:99;}
- /* credit to eoxk */
- #vignette, #tumblr_lightbox_right_image, #tumblr_lightbox_left_image {
- visibility: hidden;}
- #tumblr_lightbox img {
- box-shadow: none !important;
- border-radius:0 !important;}
- #tumblr_lightbox {
- background-color: transparent !important;}
- #tumblr_lightbox div:nth-child(2) {
- background-color: #fff;
- opacity: .8;}
- #tumblr_lightbox a img {
- border: 3px solid #fff !important;
- border-radius:05px;}
- #tabs{
- margin-bottom:80px;}
- #tabs ul {
- list-style-type: none;
- display:inline;
- padding: 0;
- text-align: center!important;
- font:07px 'trebuchet ms';
- text-transform:uppercase;
- letter-spacing:1px;
- }
- #tabs li {
- display: inline-block;
- cursor: pointer;
- }
- #tabs li a{
- color:{color:text};
- }
- #tabs ul::before{
- content:'';
- height:1px;
- background:#eee;
- display:inline-block;
- width:20px;
- margin-right:5px;
- border-bottom:02.5px solid #FFFFFF;}
- #tabs ul::after{
- content:'';
- height:1px;
- background:#eee;
- display:inline-block;
- width:20px;
- margin-right:5px;
- border-bottom:02.5px solid #FFFFFF;}
- #tabs-1,#tabs-2,#tabs-3,#tabs-4{
- background-color:{color:tabs bg};
- padding:10px;
- margin-top:05px;
- border:1px solid {color:border};
- }
- #tabs-4{
- max-height:100px;
- overflow:auto;
- }
- #tabs-4 img{
- border:1px solid {color:border};
- padding:05px;
- margin-left:5px;
- }
- #tabs a{
- outline : none;
- }
- #tabs-1{
- width:150px;
- text-align:center;
- color:{color:text};
- }
- #tabs-1 a{
- font:08px calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- #tabs-3{
- text-align:center;
- font:08px calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- background-color:white;
- border:0;
- }
- #tabs-3 a{
- display:inline-block;
- padding:05px;
- border:1px solid {color:border};
- margin-bottom:03px;
- background-color:{color:tabs bg};
- font:07px 'trebuchet ms';
- text-transform:uppercase;
- letter-spacing:1px;
- }
- #socialslide{
- position:fixed;
- background-color:{color:tabs bg};
- border:1px solid {color:border};
- margin-left:-90px;
- padding:05px;
- padding-top:0;
- padding-bottom:0;
- font:07px 'trebuchet ms';
- text-align:center;
- text-transform:uppercase;
- letter-spacing:1px;
- top:20px;
- }
- #socialslide a{
- color:{color:text};
- line-height: 0px;
- padding: 10px;
- display:block;
- border-top:1px solid {color:border};
- }
- #socialslide a:first-child{
- border:0;
- }
- </style>
- {block:ifInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScrolling}
- </head>
- <body>
- <div class="container">
- {block:IndexPage}
- <div style="display: none;" id="socialslide">
- <div id="back-top"><a>to top</a></div>
- <a href="/">refresh</a>
- <a href="/archive">archive</a>
- <a href="/askbox">inbox</a>
- </div>
- {/block:IndexPage}
- <div id="c">
- <a href="http://caulfielld.tumblr.com/" target="_blank" title="theme by caulfielld"><em>tc.</em></a>
- </div>
- <div id="entries">
- <div id="sidebar">
- <div class="sb-title"><a href="/">made.</a></div>
- <div class="sidebar-image"><img src="{image:sidebar}"></div>
- <div id="tabs">
- <center><ul>
- <li><a href="#tabs-1">{text:tab 01 title}</a></li>
- <li><a href="#tabs-2">{text:tab 02 title}</a></li>
- <li><a href="#tabs-3">{text:tab 03 title}</a></li>
- <li><a href="#tabs-4">{text:tab 04 title}</a></li>
- </ul></center><center>
- <div id="tabs-1">
- {description}
- </div></center>
- <div id="tabs-2">
- <blockquote>
- {text:faq}
- </blockquote>
- <p><iframe frameborder="0" height="250" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{text:username}.tumblr.com" width="100%"> </iframe></p>
- </div>
- <div id="tabs-3">
- <a href="{text:Link 01 URL}">{text:Link 01 title}</a>
- <a href="{text:Link 02 URL}">{text:Link 02 title}</a>
- <a href="{text:Link 03 URL}">{text:Link 03 title}</a>
- <a href="{text:Link 04 URL}">{text:Link 04 title}</a><br>
- <a href="{text:Link 05 URL}">{text:Link 05 title}</a>
- <a href="{text:Link 06 URL}">{text:Link 06 title}</a>
- <a href="{text:Link 07 URL}">{text:Link 07 title}</a>
- <a href="{text:Link 08 URL}">{text:Link 08 title}</a>
- </div>
- <div id="tabs-4">
- {block:Following}{block:Followed}<a href="{FollowedURL}"><img src="{FollowedPortraitURL-48}" title="{FollowedName}"></a>{/block:Followed}{/block:Following}
- </div>
- </div>
- </div><!---sidebar--->
- {block:ifInfiniteScrolling}<div class= "autopagerize_page_element">{/block:ifInfiniteScrolling}
- {block:Posts}
- {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="posts">
- {block:IndexPage}
- {block:Date}
- <div class="posts-info2" style="display:none;{block:Photo}display:inline-block;{/block:Photo}{block:Photoset}display:inline-block;{/block:Photoset}">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-24}"></a>
- <a href="{ReblogRootURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-24}"></a>
- {/block:RebloggedFrom}<ll>
- <a href="{reblogurl}" title="reblog">R</a> </ll><ll>
- <a href="{Permalink}" title="permalink">P</a></ll>
- </div>{/block:Date}{/block:IndexPage}
- {block:Text}<div class="caption">
- {block:Title}<div class="text-title">{Title}</div>{/block:Title}
- {Body}</div>
- {/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" class="images">{LinkCloseTag}
- </center>
- {/block:PermalinkPage}{block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{block:ifNotShowCaption}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:ifNotShowCaption}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset}{/block:IndexPage}
- {block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{block:ifNotShowCaption}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:ifNotShowCaption}
- {/block:Photoset}
- {block:Quote}<div class="quote">
- <div class="quotetext-{Length}">{Quote}</div>
- {block:Source}
- <div class="quote-source">{Source}</div>
- {/block:Source}
- </div>{/block:Quote}
- {block:Link}
- <div class="text-title">
- <a href="{URL}" target="{Target}">{Name} <b>→</b></a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}<div class="cha">
- {block:Title}<div class="text-title" style="border-bottom:0px;">{Title}</div>{/block:Title}
- {block:Lines}<ul class="{Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></ul>{/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- <div class="au-info">{block:TrackName}{TrackName}{/block:TrackName}
- {block:Artist}<small><b>{Artist}</b></small>{/block:Artist}</div>
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {block:ifNotShowVideos}<a href="{Permalink}">
- <div class="vid1"><div class="vid">watch video</div></div></a>{/block:ifNotShowVideos}{block:ifShowVideos}<div class="video-container">{VideoEmbed-700}</div>{/block:ifShowVideos}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="video-container">
- {VideoEmbed-700}
- </div>{/block:PermalinkPage}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="askk">
- <b>{Asker}</b>: {Question}</div>
- <div class="ans">{Answer}</div>
- {/block:Answer}
- {block:IndexPage}
- {block:Date}
- <div class="posts-info" style="display:none;{block:Photo}display:inline-block;{/block:Photo}{block:Photoset}display:inline-block;{/block:Photoset}">
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags} {/block:HasTags} <a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}"{/block:NoteCount}><b>+{TimeAgo}</b></a>
- </div>{/block:Date}{/block:IndexPage}
- {block:Date}
- <div class="posts-info" style="{block:IndexPage}{block:Photo}display:none;{/block:Photo}{block:Photoset}display:none;{/block:Photoset}
- {/block:IndexPage}">{block:Date}<div style="float:right;margin-left:03px;">{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via /</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags} {/block:HasTags}
- <a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}"{/block:NoteCount}><b>+{TimeAgo}</b></a>
- </div>{/block:Date}
- </div><!--- posts --->
- {block:PermalinkPage}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- {block:ifInfiniteScrolling}
- </div>
- {/block:ifInfiniteScrolling}
- {block:Pagination}{block:ifNotInfiniteScrolling}<div class="pag">
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">prev</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">next</a>{/block:NextPage}</div>{/block:ifNotInfiniteScrolling}
- {/block:Pagination}
- </div><!-- entries -->
- </div><!-- container-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment