Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!----------------------------------------
- Unafraid Theme by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Updated 7/27/14
- ------------------------------------------>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:scrollbar" content="#707070" />
- <meta name="color:scrollbar background" content="#ffffff" />
- <meta name="color:text" content="#707070" />
- <meta name="color:navigation" content="#707070" />
- <meta name="color:description" content="#707070" />
- <meta name="color:link" content="#707070" />
- <meta name="color:link hover" content="#e0e0e0" />
- <meta name="color:button hover" content="#f0f0f0" />
- <meta name="color:title" content="#707070" />
- <meta name="color:borders" content="#d8d8d8" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="if:sidebar top" content=""/>
- <meta name="if:sidebar middle" content="1"/>
- <meta name="if:sidebar bottom" content=""/>
- <meta name="if:one column" content=""/>
- <meta name="if:two columns" content="1"/>
- <meta name="if:small posts" content="1"/>
- <meta name="if:big posts" content=""/>
- <meta name="if:show sidebar image" content=""/>
- <meta name="if:show home link" content="1"/>
- <meta name="if:text perma on hover" content="1"/>
- <meta name="if:show captions" content="1"/>
- <meta name="if:show tags" content="1"/>
- <meta name="if:custom title font" content="1"/>
- <meta name="font:description" content="Square Serif" />
- <meta name="font:title" content="Square Serif" />
- <meta name="font:text" content="Square Serif" />
- <meta name="font:perma" content="Square Serif" />
- <meta name="font:navigation" content="Square Serif" />
- <meta name="image:Left Background" content=""/>
- <meta name="image:Right Background" content=""/>
- <meta name="image:Tiled Background" content="http://static.tumblr.com/8xsfla2/3Zpmxcszh/pw_maze_white.png"/>
- <meta name="image:Cover Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:button 1 title" content="home" />
- <meta name="text:button 1 link" content="/" />
- <meta name="text:button 2 title" content="message" />
- <meta name="text:button 2 link" content="/ask" />
- <meta name="text:button 3 dropdown title" content="links"/>
- <meta name="text:link 1 title" content="" />
- <meta name="text:link 1" content="" />
- <meta name="text:link 2 title" content="" />
- <meta name="text:link 2" content="" />
- <meta name="text:link 3 title" content="" />
- <meta name="text:link 3" content="" />
- <meta name="text:link 4 title" content="" />
- <meta name="text:link 4" content="" />
- <meta name="text:Post Title Size" content="12" />
- <meta name="text:Post Font Size" content="10" />
- <meta name="text:Blog Title Size" content="20" />
- <meta name="text:Description Size" content="9" />
- <meta name="text:Navigation Size" content="9" />
- <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- body {
- background-color:{color:background};
- background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
- background-attachment: fixed;
- background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
- background-repeat: no-repeat, no-repeat, repeat, no-repeat;
- -webkit-background-size: auto, auto, auto, cover;
- -moz-background-size: auto, auto, auto, cover;
- -o-background-size: auto, auto, auto, cover;
- background-size: auto, auto, auto, cover;
- color:{color:text};
- font-family: {font:text};
- font-size:{text:post font size}px;
- line-height:123%;
- text-align:left
- padding: 0px;}
- ::-webkit-scrollbar {
- height: 5px;
- width: 8px;}
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};}
- ::-webkit-scrollbar-track{
- background-color:{color:scrollbar background};}
- ::-webkit-scrollbar-buttom{
- background-color:{color:scrollbar background};}
- a:link, a:active, a:visited {
- color: {color:link};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- a:hover{
- color:{color:link hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- #wrapper {
- margin-left:auto;
- margin-right:auto;
- position:relative;}
- #lbar {
- width:200px;
- position:fixed;}
- {block:ifsidebartop} #lbar {top:15%} {/block:ifsidebartop}
- {block:ifsidebarmiddle} #lbar {top:49%} {/block:ifsidebarmiddle}
- {block:ifsidebarbottom} #lbar {bottom:11%} {/block:ifsidebarbottom}
- #limg {width:inherit}
- #limg img {
- max-width:184px;
- border: 0px solid transparent;
- margin-bottom:10px;}
- #lhold {
- background-color:{color:posts};
- padding:8px;
- border: 1px solid {color:borders};
- border-radius: 6px;
- -moz-border-radius: 6px;#
- -webkit-border-radius: 6px;}
- #title, #title a {
- {block:ifcustomtitlefont}font-family: 'Cedarville Cursive', cursive;{/block:ifcustomtitlefont}
- {block:ifnotcustomtitlefont}font-family: {font:title};{/block:ifnotcustomtitlefont}
- font-size: {text:blog title size}px;
- letter-spacing: 1px;
- text-align:center;
- color: {color:title};
- text-transform: lowercase;}
- #desc {
- width:inherit;
- color:{color:description};
- margin-top:8px;
- text-align:center;
- font-size:{text:description size}px;
- font-family:{font:description};}
- #s-m-t-tooltip{
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- max-width:250px;
- margin-top:18px;
- margin-left:8px;
- padding-left:3px;
- padding-right:3px;
- border:1px solid {color:borders};
- border-radius:2px;
- z-index:99999999999999999999999999999999999999999999;
- background-color:{color:posts};
- color:{color:text};
- font-family:{font:perma};
- z-index:999999999;
- font-size:11px;
- font-style:normal;
- text-transform:lowercase;
- line-height:14px;
- height:14px;}
- #nav {
- margin-top:5px;
- font-size:{text:navigation size}px;
- text-align:center;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;}
- #nav a, #nav {
- color: {color:navigation};
- font-family: {font:navigation};
- font-style:none;
- font-size:{text:navigation size}px;}
- #button {
- width:53px;
- height:12px;
- background-color:{color:posts};
- padding:2px 4px;
- border: 1px solid {color:borders};
- border-radius: 6px;
- -moz-border-radius: 6px;#
- -webkit-border-radius: 6px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;}
- #button:hover {
- background-color:{color:button hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- .b1 {position:fixed;}
- .b2 {position:fixed;margin-left:69px;}
- .b3 {cursor:pointer; position:fixed;margin-left:138px;z-index:9999999;}
- #linkhold {
- position:fixed;
- display:none;
- margin-left:138px;
- margin-top:18px;}
- .b4 {margin-top:6px;}
- #nav a:hover {color: {color:navigation hover};}
- #entries {margin-left: 224px;}
- #posts {
- float: left;
- height:auto;
- position:relative;}
- #poststyle {
- background-color:{color:posts};
- z-index:99999;
- position:relative;
- margin: 15px;
- padding:8px;
- border: 1px solid {color:borders};
- border-radius: 6px;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;}
- #photo img, iframe.photoset, #textpost img {
- border-radius: 4px;
- -moz-border-radius: 4px;#
- -webkit-border-radius: 4px;
- opacity: .80;
- -moz-opacity: .80;
- filter: alpha(opacity = 80);
- -moz-transition: all .7s ease-in;
- -webkit-transition: all .7s ease-in;
- -o-transition: all .7s ease-in;
- transition: all .7s ease-in;}
- #mhold img, #mhold2, #mhold {
- border-radius: 4px;
- -moz-border-radius: 4px;#
- -webkit-border-radius: 4px;}
- #posts:hover #photo img, #posts:hover iframe.photoset, #posts:hover #textpost img {
- opacity: 1;
- -moz-opacity: 1;
- filter: alpha(opacity = 100);
- -moz-transition: all .7s ease-in;
- -webkit-transition: all .7s ease-in;
- -o-transition: all .7s ease-in;
- transition: all .7s ease-in;}
- #photo, #photo a, #photo a img {border: none; line-height:0;}
- {block:indexpage}
- {block:ifsmallposts}
- #posts {width:298px;}
- #poststyle, #photo, #photo a img {width: 250px;}
- {block:ifonecolumn}
- #entries {width:298px;}
- #wrapper {width:522px;}
- {/block:ifonecolumn}
- {block:iftwocolumns}
- #entries {width: 596px;}
- #wrapper {width:820px;}
- {/block:iftwocolumns}
- {/block:ifsmallposts}
- {block:ifbigposts}
- #posts {width:448px;}
- #poststyle, #photo, #photo a img {width: 400px;}
- {block:ifonecolumn}
- #entries {width:448px;}
- #wrapper {width:672px;}
- {/block:ifonecolumn}
- {block:iftwocolumns}
- #entries {width: 896px;}
- #wrapper {width:1120px;}
- {/block:iftwocolumns}
- {/block:ifbigposts}
- {/block:indexpage}
- {block:permalinkpage}
- {block:ifonecolumn}
- #posts {width:448px;}
- #poststyle, #photo, #photo a img, {width: 400px;}
- #entries {width:448px}
- #wrapper {width:672px;}
- {/block:ifonecolumn}
- {block:iftwocolumns}
- #posts {width:548px;}
- #poststyle, #photo, #photo a img, {width: 500px;}
- #entries {width:548px}
- #wrapper {width:772px;}
- {/block:iftwocolumns}
- {/block:permalinkpage}
- h2 {
- font-size: {text:Post Title Size}px;
- margin:0px;
- line-height:100%;}
- .asker a {font-weight:bold;}
- .asker {letter-spacing:1px;}
- #quote {
- font-style:italic;
- letter-spacing:1px;}
- #mhold {
- display:inline-block;
- width:100px;
- height:100px;}
- #mart {
- position:absolute;
- width:100px;
- height:100px;
- overflow:hidden;}
- #mart img {
- width:100px;
- position:absolute;}
- #mart2 {
- position:absolute;
- width:100px;
- height:100px;
- background-color:{color:post background};}
- #mhold2 {
- position:absolute;
- display:inline-block;
- height:100px;
- margin-left:8px;}
- #mhold2 p {
- margin-top:0px;
- margin-bottom:2px;}
- {block:indexpage}
- #mhold2{width:140px;}
- {/block:indexpage}
- {block:permalinkpage}
- #mhold2{width:390px;}
- {/block:permalinkpage}
- #mplayer {
- position:absolute;
- height:28px;
- width:28px;
- margin:9px;
- overflow:hidden;}
- #mcircle {
- position:absolute;
- width:46px;
- height:46px;
- border-radius: 23px;
- -moz-border-radius: 23px;
- -webkit-border-radius: 23px;
- background-color:white;
- z-index:999999;
- margin:27px;
- opacity: .6;
- -moz-opacity: .6;
- filter: alpha(opacity = 60);
- -moz-transition: all 0.4s;
- -webkit-transition: all 0.4s;
- -o-transition: all 0.4s;
- transition: all 0.4;}
- #mcircle:hover {
- opacity: .8;
- -moz-opacity: .8;
- filter: alpha(opacity = 80);
- -moz-transition: all 0.4s;
- -webkit-transition: all 0.4s;
- -o-transition: all 0.4s;
- transition: all 0.4;}
- p, ul, ol {
- margin-top: 4px;
- margin-bottom: 4px;}
- blockquote {
- padding-left:6px;
- padding-top:0px;
- padding-bottom:0px;
- padding-right:0px;
- border-left-style:solid;
- border-color: {color:borders};
- border-width:2px;
- margin: 0px 0px 0px 6px;}
- img a {border:none;}
- .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
- img {max-width:100%;}
- #c {
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;}
- /*for photo permalink*/
- #pperma {position:relative; z-index:0; margin-top:0px; margin-left:24px; opacity:.99999999;height:0px;}
- #plik, #preb {height:14px; margin-left:-9px; width:14px; background-color:{color:posts}; position:absolute; -moz-border-radius:2px; border-radius:2px; border-width:1px 0px 1px 1px; border-style:solid; border-color:{color:borders}; padding:2px 4px 2px 3px; opacity: 1; -moz-opacity: 0; filter: alpha(opacity = 0); -moz-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out ; transition: all 0.4 ease-out;}
- #plik {margin-top:24px}
- #preb {margin-top:48px;}
- #posts:hover #plik, #posts:hover #preb { margin-left:-29px; opacity: 1; -moz-opacity: 1; filter: alpha(opacity = 100); -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
- #posts:hover #preb {transition-delay: .2s;-webkit-transition-delay: .2s;}
- /*for text permalink*/
- #posts .textperma, .textperma a {font-family:{font:perma}; text-transform:none; text-align:right; color:{color:text}; position: relative; font-size: {text:post size}px; z-index:55555555500;}
- .textperma {border-width:1px 0px 0px 0px; border-color:{color:borders}; border-style:solid;padding-top:3px;margin-top: 3px;}
- #posts .textperma{ opacity: .4; filter: alpha(opacity = 40); -moz-opacity:.4; opacity:.4; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6;}
- #posts:hover .textperma{ opacity: 1; filter: alpha(opacity = 100); -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6; -moz-opacity: 1; opacity:1; filter: alpha(opacity=100);}
- /*for multi columns*/
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .navigation {display:none!important;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
- <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
- </script>
- <script>
- $(document).ready(function(){
- $(".b3").click(function(){
- $("#linkhold").slideToggle("slow");
- });
- });
- </script>
- <!for multi columns>
- <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script><script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><script type="text/javascript" src="jquery.masonry.min.js"></script><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>{block:IndexPage}<script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
- <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
- <script type="text/javascript">
- $(window).load(function () {
- $('#entries').masonry(),
- $('.masonryWrap').infinitescroll({
- itemSelector : "#posts",
- navSelector : "div.navigation",
- nextSelector : ".navigation a#next",
- bufferPx : 1000000000000,
- loadingImg : "",
- loadingText : "",
- animation: true,
- extraScrollPx: 100000,
- },
- function() { $('#entries').masonry({ appendedContent: $(this) });
- });
- });</script>
- <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
- <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
- <!for multi columns>
- <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script><script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><script type="text/javascript" src="jquery.masonry.min.js"></script><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>{block:IndexPage}<script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
- <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:1,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- </head>
- <body>
- <!for multi columns>
- <div class="navigation">
- {block:Pagination}
- {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
- {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
- {/block:Pagination}
- </div>
- {block:ContentSource}
- <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}
- {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
- <div id="wrapper">
- <div id="lbar"><div id="limg">
- <div id="lhold">
- {block:ifshowsidebarimage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:ifshowsidebarimage}
- <div id="title"><a href="/">{Title}</a></div>
- <div id="desc">{Description}</div>
- </div>
- <div id="nav">
- <div id="button" class="b1"><a href="{text:button 1 link}">{text:button 1 title}</a></div>
- <div id="button" class="b2"><a href="{text:button 2 link}">{text:button 2 title}</a></div>
- <div id="button" class="b3">{text:button 3 dropdown title}</a></div>
- <div id="linkhold">{block:HasPages}{block:Pages}<div id="button" class="b4"><a href="{URL}">{Label}</a></div>{/block:Pages}{/block:HasPages}
- {block:iflink1}<div id="button" class="b4"><a href="{text:link 1}">{text:link 1 title}</a></div>{/block:iflink1}
- {block:iflink2}<div id="button" class="b4"><a href="{text:link 2}">{text:link 2 title}</a></div>{/block:iflink2}
- {block:iflink3}<div id="button" class="b4"><a href="{text:link 3}">{text:link 3 title}</a></div>{/block:iflink3}
- {block:iflink4}<div id="button" class="b4"><a href="{text:link 4}">{text:link 4 title}</a></div>{/block:iflink4}
- <div id="button" class="b4"><a href="http://incedo.tumblr.com/">theme</a></div></div>
- </div>
- </div></div>
- <div class = "autopagerize_page_element" >
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Text}<div id="poststyle">
- <div id="textpost">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}</div>
- {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
- {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
- {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- {block:PermalinkPage}<br>
- <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- <!perma>{block:IndexPage}<div class="textperma">
- <a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
- </div>{/block:Text}
- {block:Quote}<div id="poststyle">
- <div id="quote">
- <span id="quoteq">"</span>{Quote}” </div><span style="margin-left:20px;">— {Source}</span>
- {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
- {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
- {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- {block:PermalinkPage}<br>
- <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- <!perma>{block:IndexPage}<div class="textperma">
- <a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
- </div>{/block:Quote}
- {block:Link}<div id="poststyle">
- <a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}
- {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
- {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
- {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- {block:PermalinkPage}<br>
- <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- <!perma>{block:IndexPage}<div class="textperma">
- <a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
- </div>{/block:Link}
- {block:Chat}<div id="poststyle">
- <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</div>{/block:Lines}
- {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
- {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
- {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- {block:PermalinkPage}<br>
- <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- <!perma>{block:IndexPage}<div class="textperma">
- <a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
- </div>{/block:Chat}
- {block:Answer}<div id="poststyle">
- <div class="asker">{Asker} asked: {Question}</div>{Answer}
- {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
- {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
- {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- {block:PermalinkPage}<br>
- <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- <!perma>{block:IndexPage}<div class="textperma">
- <a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
- </div>{/block:Answer}
- {block:Audio}<div id="poststyle">
- <div id="mhold">
- <div id="mart">
- <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg">
- {block:AlbumArt}<div id="mart2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- </div>
- <div id="mcircle"><div id="mplayer">{AudioPlayerwhite}</div></div>
- </div>
- <div id="mhold2">
- <p>Track:{block:TrackName} {TrackName}{/block:TrackName}</p>
- <p>Artist:{block:Artist} {Artist}{/block:Artist}</p>
- <p>Album:{block:Album} {Album}{/block:Album}</p>
- <p>Plays: {FormattedPlayCount}</p>
- </div>
- {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
- {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
- {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- {block:PermalinkPage}<br>
- <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- <!perma>{block:IndexPage}<div class="textperma">
- <a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
- </div>{/block:Audio}
- {block:Video}<div id="poststyle">
- {block:indexpage}
- {block:ifsmallposts}{Video-250}{/block:ifsmallposts}
- {block:ifbigposts}{Video-400}{/block:ifbigposts}
- {/block:indexpage}
- {block:permalinkpage}
- {block:ifonecolumn}{Video-400}{/block:ifonecolumn}
- {block:iftwocolumns}{Video-500}{/block:iftwocolumns}
- {/block:permalinkpage}
- <!perma>{block:IndexPage}<div class="textperma">
- <a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
- {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
- {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
- {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- {block:PermalinkPage}<br>
- <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- <!perma>{block:IndexPage}<div class="textperma">
- <a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
- </div>{/block:Video}
- {block:Photo}
- <!perma>{block:IndexPage}<div id="pperma">
- <div id="plik">{likebutton color=gray size=13}</div>
- <div id="preb">{reblogbutton color=gray size=13}</div>
- </div>{/block:IndexPage}
- <div id="poststyle">
- <div id="photo">
- {block:indexpage}<a href="{Permalink}" title="{notecountwithlabel}"><img src="{PhotoURL-500}"/></a>{/block:indexpage}
- {block:permalinkpage}<a href="{Permalink}" title="{notecountwithlabel}"><img src="{PhotoURL-500}"/></a>{/block:permalinkpage}
- </div>
- {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
- {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
- {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- {block:PermalinkPage}<br>
- <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>{/block:Photo}
- {block:Photoset}
- <!perma>{block:IndexPage}<div id="pperma">
- <div id="plik">{likebutton color=gray size=13}</div>
- <div id="preb">{reblogbutton color=gray size=13}</div>
- </div>{/block:IndexPage}
- <div id="poststyle">
- {block:indexpage}
- {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
- {block:ifbigposts}{Photoset-400}{/block:ifbigposts}
- {/block:indexpage}
- {block:permalinkpage}
- {block:ifonecolumn}{Photoset-400}{/block:ifonecolumn}
- {block:iftwocolumns}{Photoset-500}{/block:iftwocolumns}
- {/block:permalinkpage}
- {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
- {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
- {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- <!perma>{block:IndexPage}<div class="textperma">
- <a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
- {block:PermalinkPage}<br>
- <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>{/block:Photoset}
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement