Tumblr
Facebook
<!DOCTYPE html> <!--------------------------------------------------------------- Theme Montreal By Max Davis Last update 08.10.15 Theme info + code: http://themes.mxdvs.co/archive/montreal More free themes: http://themes.mxdvs.co ------------------------------------------------------------- --> <html lang="en"> <head> <meta charset="utf-8" /> <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="color:Background" content="#F5F5F5"/> <meta name="color:Center" content="#FFFFFF"/> <meta name="color:Titles" content="#222222"/> <meta name="color:Text" content="#555555"/> <meta name="color:Link" content="#222222"/> <meta name="color:Link Hover" content="#000000"/> <meta name="color:border" content="#ddd"/> <meta name="image:Background" content="http://static.tumblr.com/8jq17g7/thulw47bc/bg_body.gif" /> <meta name="image:Header Logo" content="" /> <meta name="image:Sidebar Portrait" content="" /> <meta name="if:Infinite scrolling" content="0" /> <meta name="if:Background Image Fixed" content="0" /> <meta name="if:Background Image Resize" content="1" /> <meta name="if:Sidebar" content="0" /> <meta name="if:Sidebar Right" content="0" /> <meta name="if:Hide Description" content="1" /> <meta name="if:Round Borders" content="0" /> <meta name="if:Borders" content="0" /> <meta name="if:Shadow" content="1" /> <meta name="if:Hide Permalinks" content="1" /> <meta name="if:Show submit" content="0" /> <meta name="text:Link Symbols" content="~" /> <meta name="text:Ask Title" content="Ask" /> <meta name="text:Link 1" content="" /> <meta name="text:Link 1 Title" content="" /> <meta name="text:Link 2" content="" /> <meta name="text:Link 2 Title" content="" /> <meta name="text:Link 3" content="" /> <meta name="text:Link 3 Title" content="" /> <meta name="text:Link 4" content="" /> <meta name="text:Link 4 Title" content="" /> <meta name="text:Link 5" content="" /> <meta name="text:Link 5 Title" content="" /> <style type="text/css"> html { {block:ifBackgroundImageResize} background:{color:Body Background} url({image:Background}) no-repeat center top fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; {/block:ifBackgroundImageResize}} body { padding:0; margin:0; font-family:'Helvetica neue', arial; {block:ifNotBackgroundImageResize} background-color:{color:background}; background-image:url({image:Background}); background-position:center top; {block:ifBackgroundImageFixed} background-attachment:fixed; {/block:ifBackgroundImageFixed} {/block:ifNotBackgroundImageResize} font-size:11px; color:{color:Text};} a {text-decoration:none; color:{color:link}; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;} a:hover {text-decoration:none; color:{color:link hover}; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;} a:active{outline: none;} a:focus{-moz-outline-style: none;} :-moz-any-link:focus{outline: none;} img{border:none;} #tumblr_controls{position:fixed !important;} .clear {clear:both;} #center{ width:710px; margin: auto;} .top{ margin:30px 0; width:715px;} .top .logo{ max-width:655px;} /**** Header styles ****/ #header{ padding:30px; margin:20px 0 20px;{block:ifShadow} box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 0 20px rgba(100,100,100,0.1) inset;{/block:ifShadow} background-color:{color:Center}; width:650px; {block:ifRoundBorders} border-radius:4px; {/block:ifRoundBorders} {block:ifBorders} box-shadow: {block:ifShadow} 0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 0 0 20px rgba(100, 100, 100, 0.1) inset; border:1px solid rgba(0,0,0,0.1); {block:ifRoundBorders} border-bottom:3px solid rgba(0,0,0,0.1); {/block:ifRoundBorders} {/block:ifBorders} {block:ifSidebar} display:none; {/block:ifSidebar} } #header h1{ font-family: georgia; font-size: 35px; font-style: italic; margin: 0 0 20px; text-align:center; padding: 0; color:{color:Titles}; {block:ifHideDescription} cursor:help; {/block:ifHideDescription}} #header .logo{ max-width:655px; margin:0 0 20px 0; {block:ifHideDescription} cursor:help; {/block:ifHideDescription}} #header .description{ max-width:655px; text-align:center; margin: 5px 0 20px; {block:ifHideDescription} display:none; {/block:ifHideDescription}} #header .links_box{} #header .links{ margin:0 auto 0; padding:10px 0 0; opacity:0.5; border-top:1px solid {color:border}; text-align:center; list-style:none;} #header .links li{ color: #444444; display: inline; font-size: 9px; letter-spacing: 2px; margin: 0 10px; text-transform: uppercase;} #container{ width: 735px; margin-left:-10px; {block:ifBorders} width: 741px; {/block:ifBorders}} #container .sidebar_box{ float: left; width:220px; margin:0 15px 25px 10px;} #container .sidebar{ background-color: {color:Center};{block:ifShadow} box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 20px rgba(100, 100, 100, 0.1) inset;{/block:ifShadow} overflow: hidden; padding: 0 25px 25px; width: 170px; {block:ifRoundBorders} border-radius:4px; {/block:ifRoundBorders} {block:ifBorders} box-shadow: {block:ifShadow} 0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 0 0 20px rgba(100, 100, 100, 0.1) inset; border:1px solid rgba(0,0,0,0.1); {block:ifRoundBorders} border-bottom:3px solid rgba(0,0,0,0.1); {/block:ifRoundBorders} {/block:ifBorders} {block:ifNotSidebar} display:none; {/block:ifNotSidebar} } #container .sidebar .portrait{ padding:5px; border-radius:2px; overflow:hidden; background-color:rgba(0,0,0,0.05); {block:IfnotSidebarPortraitimage} max-width:128px; {/block:IfnotSidebarPortraitimage} {block:IfSidebarPortraitimage} max-width:150px; {/block:IfSidebarPortraitimage}} #container .sidebar h1{ margin:25px 0 10px; padding:0; color:{color:Titles}; font-family:georgia; text-align:center; font-style:italic;} #container .sidebar h2{ margin:15px 0 5px; padding:0 0 5px; opacity:0.5; text-transform:lowercase; border-bottom:1px solid {color:border}; font-size:12px; color:{color:Titles}; font-family:georgia; font-style:italic;} #container .sidebar .description{ margin:10px 5px 0; padding:0 0 10px 0; border-bottom:1px solid rgba(0,0,0,0.05):} #container .sidebar .links{ margin: 5px 0 0; padding:0; list-style:none; font-style:italic;} #container .post_info { margin: 25px 0 0; background-color: {color:Center};{block:ifShadow} box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 20px rgba(100, 100, 100, 0.1) inset;{/block:ifShadow} overflow: hidden; padding: 25px; position: relative; width: 170px; {block:ifRoundBorders} border-radius:4px; {/block:ifRoundBorders} {block:ifBorders} box-shadow: {block:ifShadow} 0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 0 0 20px rgba(100, 100, 100, 0.1) inset; border:1px solid rgba(0,0,0,0.1); {block:ifRoundBorders} border-bottom:3px solid rgba(0,0,0,0.1); {/block:ifRoundBorders} {/block:ifBorders} {block:ifNotSidebar} display:none; {/block:ifNotSidebar} } #container .post{ background-color: {color:Center};{block:ifShadow} box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 20px rgba(100, 100, 100, 0.1) inset;{/block:ifShadow} float: left; margin-bottom: 25px; margin-right: 15px; margin-left: 10px; overflow: hidden; padding: 10px; position: relative; width: 200px; {block:ifRoundBorders} border-radius:4px; {/block:ifRoundBorders} {block:ifBorders} box-shadow: {block:ifShadow} 0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 0 0 20px rgba(100, 100, 100, 0.1) inset; border:1px solid rgba(0,0,0,0.1); {block:ifRoundBorders} border-bottom:3px solid rgba(0,0,0,0.1); {/block:ifRoundBorders} {/block:ifBorders} {block:PermalinkPage} width:670px; padding: 20px; {block:ifSidebar} width:440px; padding:20px; {block:ifBorders} width: 427px; {/block:ifBorders} {/block:ifSidebar} {/block:PermalinkPage}} #container .post img{ {block:IndexPage} max-width:200px; {/block:IndexPage} {block:PermalinkPage} max-width:690px; {block:ifsidebar} max-width:427px; {/block:ifsidebar} {/block:PermalinkPage}} #container h3{ font-family:georgia; color:{color:Titles}; font-style:italic; margin:0; padding:0; line-height:17px;} #container .quote{ text-align:center;} #container .quote .source{ margin-top:10px} #container .album{ background-color:rgba(0,0,0,0.05); padding:5px 5px 3px; margin:0 0 10px;} #container .album img{ width:190px; height:auto;} #container .audio{ width:27px; overflow:hidden; opacity:0.05; height:27px; float:left; margin-right:15px; border-radius:2px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;} #container .audio:hover{ opacity:0.2; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;} #container .plays{ float:left; margin-top:7px; font-size:10px; text-align:right; width:157px;} #container .caption{ text-align:center;} #container .asker_portrait { float:left; width:30px; height:30px; margin-right:5px; margin-bottom:5px;} #container .question { float: left; line-height: 11px; margin-bottom: 10px; text-align: justify; width: 165px;} #container .answer{ margin-top:5px; line-height:11px; clear:both; display:block; font-style:italic;} #container blockquote { margin: 10px 0px 10px 15px; padding: 2px 5px;} #container iframe{ {block:IndexPage} width:200px !important; height:auto !important; {/block:IndexPage} } #container .chat{ margin:5px 0; padding:0; list-style:none;} #container .chat li{ margin:5px 5px; padding:5px; border-bottom: 1px solid rgba(0,0,0,0.05);} #container .chat li:last-child{ border:0; padding: 5px 5px 0;} #container .chat li:first-child{ padding:5px;} #container .chat .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, .user_7 .label, .user_8 .label, .user_9 .label { font-weight:bold;} /**** Posts: Photos ****/ #photo { overflow:hidden; {block:IndexPage} width:200px; {/block:IndexPage} {block:PermalinkPage} {block:ifNotSidebar} width: 670px; {/block:ifNotSidebar} {block:ifSidebar} width:427px: {/block:ifSidebar} {/block:PermalinkPage}} #photo a{ color:white;} #photo a:hover{ color:white;} #photo img { {block:IndexPage} width:200px; {/block:IndexPage} {block:PermalinkPage} max-width:670px; {block:ifSidebar} max-width:427px; {/block:ifSidebar} {/block:PermalinkPage} display:block;} div#photo div#picture { position:relative;} div#photo div#picture div#info_2 { position:absolute; top:0; left:0; opacity:0; width:200px; height:100%; background-color:rgba(0,0,0,0.4); background-image: url(http://static.tumblr.com/8jq17g7/ZRflvr254/screen-pattern.png); visibility:hidden; z-index:998; box-shadow: 0 0 40px rgba(0, 0, 0, 0.9) inset; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease;} div#photo:hover div#picture div#info_2 { opacity:1; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease;} div#photo div#picture div#info_2 div#holder { height: 60px; position: absolute; text-align: center; top: 50%; margin-top: -30px; width:200px; z-index: 999;} div#photo div#picture div#info_2 div#holder #month { font-family: arial; letter-spacing: 3px; border-top: 1px solid rgba({RGBcolor:Center},0.25); color: white; text-transform: uppercase; margin: 10px 10px 0; padding-top: 10px; font-size: 8px;} div#photo div#picture div#info_2 div#holder #note_count { font-family: georgia; font-size: 20px; font-style: italic; font-weight: bold; text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.9); text-transform: lowercase;} div#photo div#picture:hover div#info_2 {visibility:visible;} .post_info_2, div.notes { background-color: {color:Center};{block:ifShadow} box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 20px rgba(100, 100, 100, 0.1) inset;{/block:ifShadow} float: left; margin-bottom:25px; margin-right:15px; margin-left:10px; overflow:hidden; padding:10px; position:relative; {block:ifRoundBorders} border-radius:4px; {/block:ifRoundBorders} {block:ifBorders} box-shadow: {block:ifShadow} 0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 0 0 20px rgba(100, 100, 100, 0.1) inset; border:1px solid rgba(0,0,0,0.1); {block:ifRoundBorders} border-bottom:3px solid rgba(0,0,0,0.1); {/block:ifRoundBorders} {/block:ifBorders} width:674px; padding: 20px;} .post_info_2 { line-height:16px;}  .post_info_2 a{ font-weight:bold;} ol.notes { padding: 0px; margin: 0px; list-style-type: none;} ol.notes li.note { display:block; padding: 1px 0;} ol.notes li.more_notes_link_container{ width:670px; padding:5px 0; text-align:center;} ol.notes li.note img.avatar { display: block; float: left; height: 16px; margin-right: 10px; vertical-align: -4px; width: 16px;} ol.notes li.note span.action a{ font-weight: bold;} ol.notes li.note .answer_content { font-weight: normal;} ol.notes li.note blockquote { padding: 4px 10px; margin: 10px 0px 0px 25px;} ol.notes li.note blockquote a { text-decoration: none;} #container .navigation{ margin: 0 15px 25px 10px; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; background-color: {color:Center};{block:ifShadow} box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 20px rgba(100, 100, 100, 0.1) inset;{/block:ifShadow} overflow: hidden; padding: 10px 15px; width: 190px; {block:ifRoundBorders} border-radius:4px; {/block:ifRoundBorders} {block:ifBorders} box-shadow: {block:ifShadow} 0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 0 0 20px rgba(100, 100, 100, 0.1) inset; border:1px solid rgba(0,0,0,0.1); {block:ifRoundBorders} border-bottom:3px solid rgba(0,0,0,0.1); {/block:ifRoundBorders} {/block:ifBorders}} #container .previous {float:left;} #container .next {float:right;} #container .permalinks{ color:{color:Text}; margin:10px 0 0; padding:7px 0 0; border-top:1px solid {color:border}; opacity:0.5;} #container .permalinks .perma_notes{ float:left;} #container .permalinks .link{ float:right;} #container .permalink_photo_box{ display:none;} </style> <script type="text/javascript" src="http://themaxdavisthemes.com/code/jQuery.js"></script> <script> $(window).load(function(){ var $wall = $('#container'); $wall.masonry({ itemSelector: '.post{block:ifSidebar}, .sidebar_box{/block:ifSidebar}, div.notes, .post_info_2, #container .navigation', columnWidth:{block:ifNotBorders}245{/block:ifNotBorders}{block:ifBorders}247{/block:ifBorders}{block:ifsidebar}{block:ifsidebarright}, isRTL: true{/block:ifsidebarright}{/block:ifsidebar} }); $wal{block:IfInfinitescrolling}l{/block:IfInfinitescrolling}.infinitescroll({ navSelector : ".nav", nextSelector : ".nav a", itemSelector : ".post", loading : "", donetext : "" }, function( newElements ) { var $newElems = $( newElements ).css({ opacity: 0 }); $newElems.imagesLoaded(function(){ $newElems.animate({ opacity: 1 }); $wall.masonry( "appended", $newElems, true ); }); }); }); </script> </head> <body> {block:IfInfinitescrolling} {block:Pagination}<div class="nav"> {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage} </div>{/block:Pagination}{/block:IfInfinitescrolling} <div id="center"> {block:ifSidebar} <div class="top"> {block:ifHeaderLogoimage}<a href="/" title="Home"> <center><img src="{image:Header Logo}" class="logo"/></center></a> {/block:ifHeaderLogoimage} </div> {/block:ifSidebar} {block:ifNotSidebar} <div id="header"> {block:ifHeaderLogoimage} <center><img src="{image:Header Logo}" class="logo"/></center> {/block:ifHeaderLogoimage} {block:ifNotHeaderLogoimage} {block:ifNotHideDescription} <a href="/" title="Home"> {/block:ifNotHideDescription} <h1>{title}</h1> {block:ifNotHideDescription} </a> {/block:ifNotHideDescription} {/block:ifNotHeaderLogoimage} <div class="description">{Description}</div> {block:ifHideDescription} <script> $('#header h1, .logo').click(function() { $('#header .description').slideToggle(); }); </script> {/block:ifHideDescription} <div class="links_box"> <ul class="links"> <a href="/"><li>Home</li></a> {block:AskEnabled}<a href="/ask"><li>{block:ifasktitle}{text:Ask Title}{/block:ifasktitle} {block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}</li></a>{/block:AskEnabled} {block:ifShowSubmit}<a href="/submit"><li>Submit</li></a> {/block:ifShowSubmit} {block:HasPages}{block:Pages}<a href="{URL}"><li>{Label}</li></a>{/block:Pages} {/block:HasPages} {block:ifLink1Title} <a href="{text:Link 1}" title="{text:Link 1 Title}"><li> {text:Link 1 Title}</li></a> {/block:ifLink1Title} {block:ifLink2Title} <a href="{text:Link 2}" title="{text:Link 2 Title}"><li> {text:Link 2 Title}</li></a> {/block:ifLink2Title} {block:ifLink3Title} <a href="{text:Link 3}" title="{text:Link 3 Title}"><li> {text:Link 3 Title}</li></a> {/block:ifLink3Title} {block:ifLink4Title} <a href="{text:Link 4}" title="{text:Link 4 Title}"><li> {text:Link 4 Title}</li></a> {/block:ifLink4Title} {block:ifLink5Title} <a href="{text:Link 5}" title="{text:Link 5 Title}"><li> {text:Link 5 Title}</li></a> {/block:ifLink5Title} </ul> </div> </div><!-- End Header--> {/block:ifNotSidebar} <div id="container"> {block:ifSidebar} <div class="sidebar_box"> <div class="sidebar"> <a href="/" title="Home"><h1>{title}</h1></a> <a href="/"> <center>{block:IfnotSidebarPortraitimage} <img src="{PortraitURL-128}" class="portrait" /> {/block:IfnotSidebarPortraitimage} {block:IfSidebarPortraitimage} <img src="{image:Sidebar Portrait}" class="portrait" /> {/block:IfSidebarPortraitimage}</center></a> <div class="description">{Description}</div> <h2>Links</h2> <ul class="links"> {block:AskEnabled}<a href="/ask"><li>{text:Link Symbols} {block:ifasktitle}{text:Ask Title}{/block:ifasktitle} {block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}</li></a>{/block:AskEnabled} {block:ifShowSubmit}<a href="/submit"><li>{text:Link Symbols} Submit</li></a> {/block:ifShowSubmit} {block:HasPages}{block:Pages}<a href="{URL}"><li>{text:Link Symbols} {Label}</li></a>{/block:Pages} {/block:HasPages} {block:ifLink1Title} <a href="{text:Link 1}" title="{text:Link 1 Title}"><li> {text:Link Symbols} {text:Link 1 Title}</li></a> {/block:ifLink1Title} {block:ifLink2Title} <a href="{text:Link 2}" title="{text:Link 2 Title}"><li> {text:Link Symbols} {text:Link 2 Title}</li></a> {/block:ifLink2Title} {block:ifLink3Title} <a href="{text:Link 3}" title="{text:Link 3 Title}"><li> {text:Link Symbols} {text:Link 3 Title}</li></a> {/block:ifLink3Title} {block:ifLink4Title} <a href="{text:Link 4}" title="{text:Link 4 Title}"><li> {text:Link Symbols} {text:Link 4 Title}</li></a> {/block:ifLink4Title} {block:ifLink5Title} <a href="{text:Link 5}" title="{text:Link 5 Title}"><li> {text:Link Symbols} {text:Link 5 Title}</li></a> {/block:ifLink5Title} <a href="http://themes.themaxdavis.com/"><li> {text:Link Symbols} Theme</li></a> </ul> </div> {block:PermalinkPage}{block:Posts}{block:Date} <div class="post_info"> {block:NoteCount}♥ {NoteCountWithLabel}{/block:NoteCount}<br /> {block:RebloggedFrom} Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.<br /><br/> {/block:RebloggedFrom} Posted on {DayOfWeek} {DayOfMonth} {Month} {ShortYear}. </div>{/block:Date}{/block:Posts} {/block:PermalinkPage} </div> {/block:ifSidebar} {block:Posts} <div class="post"> {block:Text} {block:Title} <a href="{Permalink}"><h3>{Title}</h3></a> {/block:Title} {Body} {/block:Text} {block:Photo} <div id="photo"> <div id="picture"> {block:IndexPage} {block:Date} <div id="info_2"> <div id="holder"> <div id="note_count"> <a href="{Permalink}"> {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a> </div> <div id="month"><a href="{Permalink}"> since {DayOfMonth} {Month} {Year}</a> </div> </div> </div> {/block:Date} <img src="{PhotoURL-500}" /> {/block:IndexPage} {block:PermalinkPage} <center><img src="{PhotoURL-HighRes}" class="permalink_photo" /></center> {/block:PermalinkPage} </div> </div> {/block:Photo} {block:Photoset} {block:IndexPage}{Photoset-250}{/block:IndexPage} {block:PermalinkPage}<center>{Photoset-400}</center>{/block:PermalinkPage} {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} {/block:Photoset} {block:Quote} <div class="quote"> <h3>"{Quote}"</h3> {block:Source} <div class="source">{Source}</div> {/block:Source} </div> {/block:Quote} {block:Link} <a href="{URL}" class="link" {Target}><h3> {text:Link Symbols} {Name}</h3></a> {block:Description} <div class="description">{Description}</div> {/block:Description} {/block:Link} {block:Audio} {block:AlbumArt}<div class="album"> <img src="{AlbumArtURL}" /> </div>{/block:AlbumArt} <div class="audio">{AudioPlayerBlack}</div> <div class="plays">{PlayCountWithLabel}</div> <div class="clear"></div> <div class="caption"> <a href="{Permalink}">{block:Caption}{Caption}{/block:Caption}</a> </div> {/block:Audio} {block:Chat} {block:Title} <a href="{Permalink}"><h3>{Title}</h3></a> {/block:Title} <ul class="chat"> {block:Lines} <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line} </li> {/block:Lines} </ul> {/block:Chat} {block:Video} {block:IndexPage}{Video-250}{/block:IndexPage} {block:PermalinkPage}<center>{Video-400}</center>{/block:PermalinkPage} {/block:Video} {block:Answer} <img class="asker_portrait" src="{AskerPortraitURL-30}"/> <div class="question"> {Asker} asked:<br> {Question} </div> <div class="answer">{Answer}</div> {/block:Answer} {block:IfNotHidePermalinks} {block:IndexPage} <div class="permalinks {block:Photo}permalink_photo_box{/block:Photo}">{block:Date} {block:NoteCount}<a href="{Permalink}"><div class="perma_notes">♥ {NoteCountWithLabel}</div></a>{/block:NoteCount} <a href="{Permalink}"><div class="link">{text:Link Symbols} Permalink</div></a>{/block:Date} <div class="clear"></div> </div> {/block:IndexPage} {/block:IfNotHidePermalinks} </div> {block:PermalinkPage} {block:ifNotSidebar} {block:Date} <div class="post_info_2"> {block:NoteCount}♥ {NoteCountWithLabel}<br /> {/block:NoteCount} {block:RebloggedFrom} Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.<br /> {/block:RebloggedFrom} Posted {TimeAgo} on {DayOfWeek} {DayOfMonth} {Month} {ShortYear}. </div> {/block:Date} {/block:ifNotSidebar} {block:PostNotes} <div class="notes">{PostNotes}</div> {/block:PostNotes} {/block:PermalinkPage} {/block:Posts} {block:IndexPage} {block:IfNotInfinitescrolling} {block:Pagination} <div class="navigation"> {block:PreviousPage} <a href="{PreviousPage}" class="previous">Previous</a> {/block:PreviousPage} {block:NextPage} <a href="{NextPage}" class="next">Next</a> {/block:NextPage} <div class="clear"></div> </div> {/block:Pagination} {/block:IfNotInfinitescrolling} {/block:IndexPage} </div> </div> </body> </html>