- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!-- Themes by Faluvtha@tumblr.com
- -------[ Andlenits Themes ]-------
- ———————————————--- RULES! ---—————————————————————
- - Do not remove credit!
- - Do not use this code as your base.
- - Do not claim as your own.
- - If you have a special customization about the codes, I won't help you unless you know what you have to do.
- - You can edit it likely and whatever you want but leave the credit alone.
- - If you have any problems regarding customization , code or anything else. Feel free to put a lovely message at Fukuo@tumblr
- ———————————————--- THANK YOU! ---——————————————————
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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}
- <meta name="if:Effects On Description" content="1"/>
- <meta name="if:Effects On Permalink" content="1"/>
- <meta name="if:Custom Music Player" content="1"/>
- <meta name="if:Selection Color" content="1"/>
- <meta name="if:Bigger Post" content="0"/>
- <meta name="if:Lazy Load Post" content="1"/>
- <meta name="if:Show Caption" content="0"/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="image:Line Background" content="http://25.media.tumblr.com/tumblr_ls0w5txuft1r3vazto1_250.png"/>
- <meta name="image:Sidebar Picture" content="http://24.media.tumblr.com/tumblr_ljb2nk93xF1qzh2k2o1_500.png"/>
- <meta name="image:Background" content="http://25.media.tumblr.com/tumblr_ls0w5txuft1r3vazto3_250.png"/>
- <meta name="color:Background" content="#eee" />
- <meta name="color:Post" content="#f1f1f1" />
- <meta name="color:Sidebar Background" content="#f1f1f1" />
- <meta name="color:Body" content="#777777" />
- <meta name="color:Description Background" content="#f1f1f1" />
- <meta name="color:Description Background Hover" content="#A7A7A7" />
- <meta name="color:description text" content="#777777" />
- <meta name="color:description text hover" content="#f1f1f1" />
- <meta name="color:Blockquote" content="#eeeeee" />
- <meta name="color:Border Blockquote" content="#777777" />
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Title hover" content="#ffffff"/>
- <meta name="color:Title background" content="#000000"/>
- <meta name="color:Title Post" content="#000000"/>
- <meta name="color:Title background Post" content="#eeeeee"/>
- <meta name="color:Line Background" content="#414040" />
- <meta name="color:Ask background" content="#eeeeee"/>
- <meta name="color:Links" content="#111111" />
- <meta name="color:Links Hover" content="#aaa" />
- <meta name="color:Bold text" content="#101010" />
- <meta name="color:Italic text" content="#101010" />
- <meta name="color:Selection Color" content="#777777" />
- <meta name="color:Scrollbar" content="#000000" />
- <meta name="color:Scrollbar Background" content="#f7f7f7" />
- <meta name="color:Permalink Before Hover" content="#000" />
- <meta name="color:Permalink After Hover" content="#f1f1f1" />
- <meta name="color:Custom Permalink Month" content="#e7e7e7" />
- <meta name="color:Custom Permalink Date" content="#d5d3d3" />
- <meta name="color:Custom Permalink Reblog" content="#dddddd" />
- <meta name="color:menu background" content="#414040" />
- <meta name="color:Menu text background" content="#d6d3d3" />
- <meta name="color:Menu background hover" content="#b9b8b8" />
- <meta name="color:Menu text background hover" content="#111111" />
- <meta name="text:Font" content="calibri"/>
- <meta name="text:Custom Music Player Code" content=""/>
- <meta name="text:Font Size" content="9.5"/>
- <meta name="text:Line height" content="12"/>
- <meta name="text:Custom Link One" content=""/>
- <meta name="text:Custom Link One URL" content=""/>
- <meta name="text:Custom Link Two" content=""/>
- <meta name="text:Custom Link Two URL" content=""/>
- <meta name="text:Custom Link Three" content=""/>
- <meta name="text:Custom Link Three URL" content=""/>
- <meta name="text:Custom Link Four" content=""/>
- <meta name="text:Custom Link Four URL" content=""/>
- <style type="text/css">
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- ::-webkit-scrollbar {width: 4px; height:auto; background-color: {color:Scrollbar Background};}
- ::-webkit-scrollbar-track-piece{
- background-color: {color:Scrollbar Background};
- }
- ::-webkit-scrollbar-thumb:vertical{
- width:4px;
- background-color: {color:Scrollbar};}
- {block:IfSelectionColor}
- ::selection {
- background:{color:Selection Color};
- color: #ffffff;
- text-shadow: 1px 1px 1px #111111;
- }
- ::-moz-selection {
- background:{color:Selection Color};
- color: #ffffff;
- text-shadow: 1px 1px 1px #111111;
- }
- {/block:IfSelectionColor}
- body{
- font-family: {text:Font};
- font-size: {text:Font size}px;
- line-height:{text:Line height}px;
- background-color:{color:Background};
- background-image:url('{image:Background}');
- background-position: fixed;
- background-attachment:fixed;
- background-repeat:repeat;}
- a
- {text-decoration:none;
- color:{color:Links};}
- a:link, a:visited, a:active
- {text-decoration:none;
- -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
- }
- a:hover{
- color:{color:Links hover};
- text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
- }
- .post a {text-decoration:none;
- color:{color:Links};
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s easein;
- }
- .post a:hover{
- color:{color:Links hover};
- background-color:{color:Links};
- text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
- }
- li {list-style-type: square;}
- blockquote{
- padding:5px;
- margin-top:5px;
- margin-bottom:5px;
- border-left:3px solid {color:border blockquote};
- background-color:{color:blockquote};
- }
- #sidebar
- {position:fixed;
- top:90px;
- left:160px;
- width:230px;
- padding:8px;
- text-align:center;
- font-family:consolas;
- font-size:8px;
- background-color:{color:Sidebar Background};}
- #sidebar:hover #title {
- margin-top:30px;
- opacity:1;
- background-color:{color:Title Background};
- color:{color:Title Hover};
- }
- #sidebar:hover #description {
- color:{color:description text hover};
- background-color:{color:Description Background Hover};
- margin-top:-160px;
- opacity:0.7;
- padding-left:5px;
- padding-right:5px;
- padding-top:5px;
- padding-bottom:5px;
- margin-left:0px;
- text-shadow: 1px 1px 1px #111111;
- {block:IfEffectsOnDescription}
- -webkit-transform:rotate(360deg);
- -moz-transform:rotate(360deg);
- -o-transform: rotate(360deg);
- {/block:IfEffectsOnDescription}
- }
- #sidebar:hover #music {
- color:{color:description text hover};
- background-color:{color:Description Background Hover};
- margin-top:-55px;
- opacity:1;
- padding-left:5px;
- padding-right:5px;
- padding-top:5px;
- padding-bottom:5px;
- margin-left:0px;
- text-shadow: 1px 1px 1px #111111;
- }
- #line {
- background-color: {color:Line Background};
- background-image:url('{image:Line background}');
- background-attachment:fixed;
- width:243px;
- height:100%;
- top:0;
- left:153px;
- z-index:-1;
- position:fixed;
- padding-left:8px;
- padding-right:8px;
- }
- .titles {
- font-size:12px;
- font-style:normal;
- font-weight:lighter;
- font-family:calibri;
- text-align:left;
- padding-left:10px;
- text-transform:uppercase;
- border-left:25px solid {color:Title Background Post};
- padding:6px;
- }
- #description {
- width:220px;
- position:fixed;
- margin-left:-8px;
- margin-top:330px;
- font-family: {text:Font};
- font-size: {text:Font size}px;
- line-height:{text:Line height}px;
- margin-top:3px;
- color:{color:description text};
- -webkit-transition: all 0.8s ease-in;
- -moz-transition: all 0.8s ease-in;
- -o-transition: all 0.8s ease-in;
- z-index:99;
- background-color:{color:Description Background};
- padding-left:13px;
- padding-right:13px;
- padding-top:5px;
- padding-bottom:5px;
- }
- #music {
- width:220px;
- position:fixed;
- margin-left:0px;
- margin-top:700px;
- margin-bottom:3px;
- color:{color:description text};
- font-size:10px;
- -webkit-transition: all 0.7s ease-in;
- -moz-transition: all 0.7s ease-in;
- -o-transition: all 0.7s ease-in;
- z-index:99;
- background-color:{color:Description Background};
- padding-left:5;
- padding-right:5px;
- padding-top:5px;
- padding-bottom:5px;
- }
- #title {
- width:230px;
- position:fixed;
- font-family:cambria;
- font-size:23px;
- font-weight:lighter;
- line-height:43px;
- text-transform:none;
- letter-spacing:-1px;
- margin-top:-45px;
- color:{color:Title};
- text-shadow: 1px 2px 1px #C4C4C4;
- z-index:999;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- #posts{
- {block:IndexPage}
- {block:IfNotBiggerPost}
- width:430px;
- {/block:IfNotBiggerPost}
- {block:IfBiggerPost}
- width:530px;
- {/block:IfBiggerPost}
- margin-left:415px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:530px;
- margin-left:415px;
- {/block:PermalinkPage}
- }
- .post {
- {block:IndexPage}
- {block:IfNotBiggerPost}
- width:400px;
- {/block:IfNotBiggerPost}
- {block:IfBiggerPost}
- width:500px;
- {/block:IfBiggerPost}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- padding:5px;
- margin-top:10px;
- margin-bottom:5px;
- padding:15px;
- background-color:{color:Post};
- color:{color:Body};}
- .post img {max-width:100%;}
- .post b, em, strong{
- color: {color:Bold text};
- font-weight:bold;
- }
- .post i, em {
- color: {color:Italic text};
- font-weight:lighter;
- font-style:italic;
- }
- #navigation {
- margin-top:230px;
- position: fixed;
- left:30px;
- line-height:5px}
- #navigation2 {
- margin-top:200px;
- position:fixed;
- left:90px;
- line-height:5px}
- #menu a {
- display: block;
- border:0px solid {color:border blockquote};
- background-color:{color:menu background};
- height:15px;
- width:25px;
- -moz-border-radius:25px;
- border-radius:25px;
- font-family:calibri;
- font-size:9px;
- letter-spacing:-1px;
- color: {color:menu text background};
- text-align: center;
- padding-top:20px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- margin-top: 5px;
- text-transform:uppercase;
- text-decoration: none;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- #menu a:hover {
- -webkit-transform:rotate(360deg);
- -moz-transform:rotate(360deg);
- -o-transform: rotate(360deg);
- color: {color:menu text background hover};
- background-color:{color:menu background hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #icon {
- position:fixed;
- left:40px;
- top:130px;
- }
- #audio{
- padding-top:5px;
- padding-left:10px;
- padding-right:5px;
- padding-bottom:10px;
- margin-top:40px;
- {block:IfBiggerPost}
- margin-left:410px;
- {/block:IfBiggerPost}
- {block:IfNotBiggerPost}
- margin-left:310px;
- {/block:IfNotBiggerPost}
- position:absolute;
- height:30px;
- width:45px;
- overflow:hidden;
- background-color:#e7e7e7;
- text-align:center;
- opacity:0.8;
- z-index:99;
- -webkit-transition: all 0.5s ease-in;
- -moz-transition: all 0.5s ease-in;
- -o-transition: all 0.5s ease-in;
- }
- #audio:hover {
- opacity:1;
- }
- .album{
- margin-bottom:90px;
- padding:5px;
- }
- .album img{
- border-radius:7px;
- width:110px;
- float:right;
- }
- .audioplayer {
- margin-left:10px;
- margin-top:-70px;
- padding-bottom:7px;
- }
- .artist , .track , .play {
- max-width:200px;
- margin-top:-7px;
- margin-left:10px;
- padding:5px;
- background-color: {color:Blockquote};
- }
- .chat {
- background-color: {color:Blockquote};
- margin-bottom:5px;
- padding:5px;
- }
- .source{
- font-style:italic;
- margin:5px;
- }
- .ask{
- background-color: {color:Ask background};
- font-family:calibri;
- font-size:9.5px;
- padding-left:6px;
- padding-top:6px;
- padding-bottom:5px;
- padding-right:3px;
- margin-left:45px;
- border-bottom:2px solid {color:border blockquote};
- }
- .asker {
- float:left;
- }
- .asker img {
- border-radius:100px;
- }
- .links{
- padding:5px;
- margin-left:5px;
- border-bottom:1px dotted {color:border blockquote};
- }
- .sa{
- font-size:12px;
- font-style:normal;
- font-weight:lighter;
- font-family:calibri;
- text-align:left;
- padding-left:10px;
- text-transform:uppercase;
- border-left:25px solid {color:Title Background Post};
- padding:6px;
- }
- .si {
- font-size:12px;
- font-style:normal;
- font-weight:lighter;
- font-family:calibri;
- text-align:left;
- padding-left:10px;
- text-transform:uppercase;
- border-left:25px solid {color:Title Background Post};
- padding:6px;
- }
- .pagination {
- font-family:cambria;
- text-align:center;
- position:fixed;
- font-size:25px;
- left:30px;
- bottom:50px;
- }
- .pages{
- font-family:cambria;
- background-color:{color:Sidebar Background};
- font-size:25px;
- padding:6px;
- }
- #permalinks
- {width:500px;
- z-index:999;
- padding:8px;
- color:{color:Body};
- background-color:{color:Post};
- font-family:cambria;
- font-size:9px;
- }
- #ema {
- padding:5px;
- font-family:calibri;
- font-size:9px;
- text-transform:uppercase;
- background:{color:Custom Permalink Reblog};
- }
- .uma {
- font-size:25px;
- font-family:footlight;
- margin-top:5px;
- padding:5px;
- background:{color:Custom Permalink Date};
- }
- .ima {
- font-size:9px;
- padding:5px;
- margin-bottom:5px;
- background:{color:Custom Permalink Month};
- }
- .date {
- padding:5px;
- padding-bottom:3.5px;
- }
- #credit {
- position:fixed;
- bottom:6px;
- right:6px;
- font-family:cambria;
- font-size:13px;
- font-weight:lighter;
- text-transform:uppercase;}
- #credit a{
- color:{color:links};
- text-decoration:none;
- opacity:0.5;
- }
- #credit a:hover {
- color:{color:links};
- text-decoration:none;
- opacity:1;
- }
- #permalink {
- width:0px;
- line-height:15px;
- position:absolute;
- {block:IfBiggerPost}
- margin-left:520px;
- {/block:IfBiggerPost}
- {block:IfNotBiggerPost}
- margin-left:420px;
- {/block:IfNotBiggerPost}
- margin-top:-7px;
- opacity: 0;
- text-align:center;
- font-family:consolas;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:0px;
- background:{color:Permalink Before Hover};
- z-index:2;
- {block:IfEffectsOnPermalink}
- -webkit-transform:rotate(70deg);
- -moz-transform:rotate(70deg);
- -o-transform: rotate(70deg);
- {block:IfEffectsOnPermalink}
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- .post:hover #permalink {
- width:50px;
- -webkit-transform:rotate(0deg);
- -moz-transform:rotate(0deg);
- -o-transform: rotate(0deg);
- background:{color:Permalink After Hover};
- opacity:1;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- </style>
- {block:IfLazyLoadPost}
- <script type="text/javascript" src="http://static.tumblr.com/bsabj7h/bSRlru5tz/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bsabj7h/jPqlru5uc/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/bsabj7h/UV0lru5uq/holder.gif",
- effect: "fadeIn",});});
- </script>
- {/block:IfLazyLoadPost}
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- </head>
- <body>
- <div id="credit">
- <a href="http://faluvtha.tumblr.com">✂</a>
- </div>
- <div id="sidebar">
- <div id="title">{title}</div>
- <img width="230px" src="{image:Sidebar Picture}">
- <div id="description">
- {description}
- </div>
- {block:IfCustomMusicPlayer}
- <div id="music">
- <center>{text:Custom Music Player Code}</center>
- </div>
- {/block:IfCustomMusicPlayer}
- </div>
- <div id="line">
- </div>
- <div id="navigation">
- <div id="menu">
- <a href="/">index</a><br />
- <a href="/ask">ask</a><br />
- {block:IfCustomLinkThree}<a href="{text:Custom Link Three URL}">{text:Custom Link Three}</a>{/block:IfCustomLinkThree}
- {block:IfCustomLinkFour}<a href="{text:Custom Link Four URL}">{text:Custom Link Four}</a>{/block:IfCustomLinkFour}
- </div>
- </div>
- <div id="navigation2">
- <div id="menu">
- <div id="icon"><img src="{PortraitURL-96}" style="height: 70px; width: 70px; -moz-border-radius: 35px; border-radius: 35px"></img></div><br />
- {block:IfCustomLinkOne}<a href="{text:Custom Link One URL}">{text:Custom Link One}</a>{/block:IfCustomLinkOne}
- {block:IfCustomLinkTwo}<a href="{text:Custom Link Two URL}">{text:Custom Link Two}</a>{/block:IfCustomLinkTwo}
- <a href="/archive">archive</a><br />
- <a href="http://faluvtha.tumblr.com/">themes</a>
- </div>
- </div>
- {block:IfNotInfiniteScrolling}
- <div class="pagination">
- {block:previouspage}
- <a href="{previouspage}"><span class="pages">«</span></a>
- {/block:previouspage}
- {block:nextpage}
- <a href="{nextpage}""><span class="pages">»</span></a>
- {/block:nextpage}
- </div>
- {/block:IfNotInfiniteScrolling}
- </div>
- <div id="posts">
- {block:IfInfiniteScrolling}
- <div class="autopagerize_page_element">
- {/block:IfInfiniteScrolling}
- {block:Posts}
- <div class="post">
- {block:IndexPage}
- <div id="permalink">
- <div class="ima">{Month}</div>
- <a href="{permalink}">
- <div class="uma">{DayOfMonthWithZero}</div></a>
- <div id="ema"><a href="{ReblogURL}">Reblog</a></div>
- </div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}
- <div class="titles"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag} {/block:PermalinkPage}
- {block:IndexPage}
- {block:IfBiggerPost}
- {LinkOpenTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- <img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/>
- {linkCloseTag}
- {/block:IfBiggerPost}
- {block:IfNotBiggerPost}
- {LinkOpenTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- <img src="{PhotoURL-500}" width="400px" alt="{PhotoAlt}"/>
- {linkCloseTag}
- {/block:IfNotBiggerPost}
- {/block:IndexPage}
- {block:IfShowCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfShowCaption}
- {block:IfNotShowCaption}{block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:PermalinkPage}{/block:IfNotShowCaption}
- {/block:Photo}
- {block:Photoset}
- {block:PermalinkPage}{Photoset-500} {/block:PermalinkPage}
- {block:IndexPage}
- {block:IfBiggerPost}
- {Photoset-500}
- {/block:IfBiggerPost}
- {block:IfNotBiggerPost}
- {Photoset-400}
- {/block:IfNotBiggerPost}
- {/block:IndexPage}
- {block:IfShowCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfShowCaption}
- {block:IfNotShowCaption}{block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:PermalinkPage}{/block:IfNotShowCaption}
- {/block:Photoset}
- {block:Quote}
- <div class="links">
- <div style="float:left; font-size: 28px; margin-top:5px;margin-right:5px;">❞</div>
- {Quote}
- </div>
- {block:Source}
- <div class="source"> — {Source} </div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="sa">
- → <a href="{URL}" {Target}>{Name}</a>
- </div>
- {block:Description}
- {Description}
- {/block:Description}{/block:Link}
- {block:Chat}{block:Title}<t>{Title}</t>{/block:Title}{block:Lines}
- <div class="chat">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}
- <br>
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div id="audio"><div style="margin:5px; width:20px; overflow:hidden;">{AudioPlayerGrey}</div></div>
- <div class="album">{block:AlbumArt}
- <img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="audioplayer">
- <div class="artist"> {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}</div> <br /> <div class="track"><b>Track:</b> {block:TrackName} "{TrackName}" {/block:TrackName}</div> <br /> <b> <div class="play">Plays: </b> {PlayCountWithLabel} </div> </div>
- {/block:Audio}
- {block:Video}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:IndexPage}
- {block:IfBiggerPost}
- {video-500}
- {/block:IfBiggerPost}
- {block:IfNotBiggerPost}
- {video-400}
- {/block:IfNotBiggerPost}
- {/block:IndexPage}
- {block:IfShowCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfShowCaption}
- {block:IfNotShowCaption}{block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:PermalinkPage}{/block:IfNotShowCaption}
- {/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-40}"></div>
- <div class="ask"> {Asker}:
- <br>
- {Question}</div>
- <br>
- {Answer}
- {/block:Answer}
- </div>
- {block:PermalinkPage}
- <div id="permalinks">
- {block:Date}
- <div class="date">
- <center><span style="text-transform:uppercase; font-size:17.5px; margin-top:5px; margin-bottom:6px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</span></center><br/></div>{/block:Date}
- <div style="border-bottom:1px dotted {color:border blockquote};"></div>
- <br>
- {block:RebloggedFrom}<b>original:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
- {block:HasTags} {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- <div style="border-bottom:1px solid {color:border blockquote};margin-bottom:5px;"></div>
- <i>navigate</i>:
- <a href="/">index</a> , <a href="/random">random</a> , <a href="/archive">archive</a>
- <div style="border-bottom:1px solid {color:border blockquote};margin-top:5px;"></div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </body>
- </html>

