f r o z e n h e a r t
home about linkies tutorial anythings twitter follow


Writter


This is Elsa. Welcome to Arendelle. Please change this winter to the wonderful summer. *i mean, your short bio!



CBOX

Your Cbox codes goes here.

ARCHIEVE



CREDIT

© 2013 - Skins by Dhy and basecode 1 & 2.

Wednesday, 9 April 2014 | 0 Comments

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head><title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<link href='http://fonts.googleapis.com/css?family=Text+Me+One|Roboto+Condensed:300|Jacques+Francois+Shadow' rel='stylesheet' type='text/css'>

<!--


#01 Minakishoo Theme by Dhyani (dhyanipewe36.tumblr.com)
PLEASE DO NOT REMOVE THIS CREDIT. THANK YOU!


-->

<meta name="color:Body Text" content="#adadad"/>
<meta name="color:Links" content="#ca9c9c"/>
<meta name="color:Links Hover" content="#ccb98d"/>
<meta name="color:Bold Text" content="#c09f8e"/>
<meta name="color:Italic Text" content="#94b4a8"/>
<meta name="color:Ask Text" content="#b4a9a9"/>
<meta name="color:Ask Border" content="#efefef"/>

<meta name="color:Main Background" content="#edf1e9"/>
<meta name="color:Middle Background" content="#ebe3e7"/>
<meta name="color:Content Shadow" content="#ebe2db"/>
<meta name="color:Top Half Background" content="#faf9f3"/>
<meta name="color:Horizontal Line" content="#ecd6d6"/>
<meta name="color:Scrollbar" content="#bcd5cd"/>
<meta name="color:Scrollbar Background" content="#f5eede"/>

<meta name="color:Entries" content="#ffffff"/>
<meta name="color:Entries Column BG" content="#eceee1"/>
<meta name="color:Entry Title Border" content="#ecd6d6"/>
<meta name="color:Blockquote Border" content="#e2e9d8"/>
<meta name="color:Title" content="#c2b4c5"/>
<meta name="color:Subtitle Text" content="#adadad"/>
<meta name="color:Sidebar Image Border" content="#ffffff"/>
<meta name="color:Description Text" content="#adadad"/>
<meta name="color:Description Background" content="#faf9f3"/>
<meta name="color:Description Border" content="#eed0d0"/>

<meta name="color:Navigation Background" content="#f8f2f3"/>
<meta name="color:Navigation Links Text" content="#bba3ba"/>
<meta name="color:Navigation Links BG" content="#f5eee3"/>
<meta name="color:Navigation Links Text Hover" content="#ffffff"/>
<meta name="color:Navigation Links BG Hover" content="#e9c1c3"/>

<meta name="color:Custom Links BG" content="#e7ecd9"/>
<meta name="color:Custom Links Text" content="#ada588"/>
<meta name="color:Custom Links Text Hover" content="#ffffff"/>
<meta name="color:Custom Links BG Hover" content="#dfceb7"/>

<meta name="color:Permalink Background" content="#faf7ed"/>
<meta name="color:Permalink Text" content="#adadad"/>
<meta name="color:Permalink Link" content="#9eb850"/>
<meta name="color:Permalink Link Hover" content="#d6a9a9"/>
<meta name="color:Reblog Background" content="#f1eade"/>

<meta name="color:Pagination Current Page Text" content="#b98f8f"/>
<meta name="color:Pagination Current Page BG" content="#eedddd"/>
<meta name="color:Pagination Link BG" content="#eedcbb"/>
<meta name="color:Pagination Link Text" content="#a59879"/>

<meta name="color:Music Player BG" content="#ffffff"/>
<meta name="color:Music Player Border" content="#efefef"/>

<meta name="image:Main Background" content="http://media.tumblr.com/8bcb1e40e79dada17cd7b60b15c84f3b/tumblr_inline_mst9lkewqD1qz4rgp.png"/>
<meta name="image:Top Half BG" content="http://static.tumblr.com/fdbf77710df78c70963577885e2d7494/2vxikgw/025miipu2/tumblr_static_tumblr_static_redox_02.png"/>
<meta name="image:Middle Background" content="http://media.tumblr.com/be78ba9a704185d2b470c5c5b8d9f187/tumblr_inline_mst9lgBrlK1qz4rgp.png"/>
<meta name="image:Entries Column BG" content=""/>
<meta name="image:Sidebar" content=""/>
<meta name="image:Navigation BG" content="http://media.tumblr.com/d9a10006d5273a4a40819ac91b97af0e/tumblr_inline_mst9n6bqkZ1qz4rgp.png"/>

<meta name="text:Subtitle" content=""/>
<meta name="text:Music Player Code" content=""/>
<meta name="http://dhyanipewe36.tumblr.com/" content="Credits"/>
<meta name="http://cocorini.com/" content="BS"/>
<meta name="text:Custom Link 1" content="link 1"/>
<meta name="text:Custom Link 2 URL" content="link 2"/>
<meta name="text:Custom Link 3" content="link 3"/>
<meta name="text:Custom Link 4 URL" content="link 4"/>
<meta name="text:Custom Link 5" content="link 5"/>
<meta name="text:Custom Link 6 URL" content="link 6"/>

<meta name="if:Infinite Scroll" content=""/>
<meta name="if:Posts 400" content="1"/>
<meta name="if:Show Tags" content="1"/>
<meta name="if:Show Captions" content=""/>
<meta name="if:Show Reblog" content="1"/>
<meta name="if:Show Blog Shadow" content="1"/>
<meta name="if:Round Sidebar Image" content="1"/>
<meta name="if:Image Fade" content="1"/>
<meta name="if:Links Hover Fade" content=""/>
<meta name="if:Show Top Half Background" content="1"/>

<style type="text/css">

body {
    background-image: url('{image:Main Background}');
    background-attachment: fixed;
    color: {color:Body Text};
    background-color: {color:Main Background};
}

::-webkit-scrollbar-thumb:vertical {
    background-color: {color:Scrollbar};
    height: auto;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: {color:Scrollbar};
    height: auto;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: {color:Scrollbar Background};
}

/*LINKS & MAIN TEXT*/

a {
    color: {color:Links};
    text-decoration: none;
    {block:IfLinksHoverFade}-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;{/block:IfLinksHoverFade}
}

a:hover {
    color: {color:Links Hover};
    text-decoration: none;
}

b, strong {
    color: {color:Bold Text};
}

i, em {
    color: {color:Italic Text};
}

/*BACKGROUNDS*/

#container {
    margin: auto;
    {block:IfPosts400}max-width: 850px;{/block:IfPosts400}
    {block:IfNotPosts400}max-width: 950px;{/block:IfNotPosts400}
    margin-top: -10px;
}

#wrap {
    position: fixed;
    {block:IfPosts400}width: 850px;{/block:IfPosts400}
    {block:IfNotPosts400}width: 950px;{/block:IfNotPosts400}
    height: 100%;
    background-color: {color:Middle Background};
    {block:IfShowBlogShadow}box-shadow: 0px 0px 6px 2px {color:Content Shadow};{/block:IfShowBlogShadow}
    background-image: url('{image:Middle Background}');
}

{block:IfShowTopHalfBackground}
#top {
    width: 315px;
    position: fixed;
    height: 360px;
    background-color: {color:Top Half Background};
    background-image: url('{image:Top Half BG}');
    width: 800px;
}

#line {
    position: fixed;
    width: 799px;
    height: 15px;
    background-color: {color:Horizontal Line};
    margin-top: 360px;
    margin-left: 1px;
}
{/block:IfShowTopHalfBackground}

/*SIDEBAR*/

#sidebar {
    position: fixed;
    margin-left: 110px;
    margin-top: 20px;
    width: 220px;
}  

#sidebarimage img {
    {block:IfRoundSidebarImage}border-radius: 200px;{/block:IfRoundSidebarImage}
    max-width: 200px;
    border: 10px solid {color:Sidebar Image Border};
}

#title {
    font-size: 26px;
    font-family: Jacques Francois Shadow;
    text-align: center;
    color: {color:Title};
}

#subtitle {
    text-align: center;
    font-family: roboto condensed;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    text-shadow: 1px 1px 1px #fff;
    color: {color:Subtitle Text};
}

#desc {
    width: 180px;
    height: 115px;
    padding: 15px;
    background-color: {color:Description Background};
    margin-top: 15px;
    margin-left: 5px;
    border: 1px dashed {color:Description Border};
}

#info {
    width: 180px;
    height: 115px;
    overflow: auto;
    font-size: 12px;
    font-family: roboto condensed;
    text-align: justify;
    padding-right: 5px;
    color: {color:Description Text};
}

/*NAVIGATION & TWO COLUMNS*/

#nav {
    position: fixed;
    height: 100%;
    width: 80px;
    background-color: {color:Navigation Background};
    background-image: url('{image:Navigation BG}');
}

#navlinks {
    margin-top: 80px;
    position: fixed;
    width: 80px;
}

#navlinks a {
    display: inline-block;
    width: 50px;
    padding: 5px;
    font-family: consolas;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: {color:Navigation Links Text};
    background-color: {color:Navigation Links BG};
    margin-bottom: 10px;
    margin-left: 10px;
}

#navlinks a:hover {
    background-color: {color:Navigation Links BG Hover};
    color: {color:Navigation Links Text Hover};
}

#customlinks {
    width: 80px;
    margin-top: 240px;
}

#customlinks a {
    display: inline-block;
    width: 50px;
    padding: 5px;
    font-family: consolas;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: {color:Custom Links Text};
    background-color: {color:Custom Links BG};
    margin-bottom: 10px;
    margin-left: 10px;
}

#customlinks a:hover {
    background-color: {color:Custom Links BG Hover};
    color: {color:Custom Links Text Hover};
}

#rightline {
    position: fixed;
    width: 50px;
    height: 100%;
    background-color: {color:Navigation Background};
    {block:IfPosts400}margin-left: 800px;{/block:IfPosts400}
    {block:IfNotPosts400}margin-left: 900px;{/block:IfNotPosts400}
    background-image: url('{image:Navigation BG}');
}

/*ENTRIES*/

#content {
    position: fixed;
    padding: 10px 15px 10px 10px;
    background-color: {color:Entries Column BG};
    margin-left: 357px;
    background-image: url('{image:Entries Column BG}');
    overflow: auto;
    {block:IfPosts400}width: 420px;{/block:IfPosts400}
    {block:IfNotPosts400}width: 520px;{/block:IfNotPosts400}
    height: 100%;
}

.entry {
    top: 20px;
    margin-left: 370px;
    position: relative;
    padding: 10px 10px 0px 10px;
    background-color: {color:Entries};
    text-align: justify;
    font-size: 12px;
    font-family: roboto condensed;
    letter-spacing: 1px;
    margin-bottom: 20px;
    {block:IfPosts400}width: 400px;{/block:IfPosts400}
    {block:IfNotPosts400}width: 500px;{/block:IfNotPosts400}
}

.entry img {
    max-width: 100%;
}

#entrytitle {
    font-size: 15px;
    color: #bcc7c2;
    font-family: text me one;
    border-bottom: 1px solid {color:Entry Title Border};
    padding-left: 1px;
}

/*BLOCKQUOTE*/

blockquote {
    border-left: 5px solid {color:Blockquote Border};
    padding-left: 5px;
    margin-left: 3px;
}

/*PERMALINK*/

#permalink {
    position: relative;
    line-height: 12px;
    z-index: 99;
    font-size: 10px;
    padding: 5px;
    margin-top: 10px;
    background-color: {color:Permalink Background};
    {block:IfPosts400}width: 410px;{/block:IfPosts400}
    {block:IfNotPosts400}width: 510px;{/block:IfNotPosts400}
    margin-left: -10px;
    color: {color:Permalink Text};
    border-top: 2px dashed {color:Entries};
}

#permalink a {
    color: {color:Permalink Link};
    text-decoration: none;
    {block:IfLinksHoverFade}-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;{/block:IfLinksHoverFade}
}

#permalink a:hover {
    color: {color:Permalink Link Hover}
}

span.highlight {
    background-color: {color:Reblog Background};
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 9px;
    padding: 0px 1px 0px 1px;
}

#notes {
    padding-bottom: 5px;
    font-size: 10px;
}

#notes img {
    border-radius: 10px;
}

/*PAGINATION*/

#pagination {
    font-family: text me one;
    position: absolute;
    font-size: 11px;
    padding: 2px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 370px;
}

#pagination a {
    font-family: text me one;
    display: inline-block;
    font-size: 11px;
    padding: 2px;
    width: 12px;
    margin: 2px;
    margin-bottom: 10px;
    background-color: {color:Pagination Link BG};
    text-align: center;
    color: {color:Pagination Link Text};
}

span.highlight1 {
    color: {color:Pagination Current Page Text};
    background-color: {color:Pagination Current Page BG};
    padding: 2px 0px 2px 0px;
}

/*AUDIO*/

#audio {
    background-color: #e4e4e4;
    margin-left: 30px;
    display: block;
}

#cover {
    margin-left: 0px;
}

#cover img {
    width: 57px;
    float: left;
    border-radius: 30px;
}

#audioinfo {
    position: relative;
    margin-top: 5px;
    margin-left: 65px;
    border-left: 5px solid {color:Blockquote Border};
    padding-left: 5px;
}

/*ASK*/

#ask {
    border-bottom: 2px dotted {color:Ask Border};
    font-size: 11px;
    padding: 0px 0px 5px 0px;
    color: {color:Ask Text};
}

#ask img {
    float: left;
    border-radius: 40px;
    box-shadow: 2px 2px 2px #efefef;
    margin: 0px 5px 5px 0px;
}

/*PHOTO HOVER*/

{block:IfImageFade}.photo {
    opacity: .7;
    -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;
}

.photo:hover {
    opacity: 1;
}

.entry img {
    opacity: .7;
    -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;
}

.entry img:hover {
    opacity: 1;
}{/block:IfImageFade}

/*MUSIC PLAYER*/

#music {
    z-index: 999;
    position: fixed;
    margin-top: 33px;
    margin-left: 27px;
    width: 15px;
    height: 15px;
    padding: 4px 5px 5px 5px;
    background-color: {color:Music Player BG};
    border: 1px solid {color:Music Player Border};
}

#player {
    margin-top: -23px;
    opacity: 0;
    -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;
}

#player:hover {
    opacity: 1;
}

/*BACK TO TOP*/

.top {
    position: fixed;
    z-index: 999;
    font-size: 8px;
    font-family: consolas;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #fff;
}

#scrollToTop:link, #scrollToTop:visited {
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#credit {
    position: fixed;
    bottom: 8px;
    left: 8px;
    font-size: 10px;
}

/*TUMBLR STUFF*/

iframe#tumblr_controls {
    right:3px !important;
    position: fixed !important;
    opacity: 0.2;
    -webkit-transition: opacity 0.7s linear;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

iframe#tumblr_controls:hover {
    opacity: 1;
}

</style>

{block:IfInfiniteScroll}
<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>

<div class="top">
<a href="javascript:;" id="scrollToTop">&#x21e1;<br />back to top</a>
</div>
{/block:IfInfiniteScroll}

</head><body>


<div id="container">

<div id="wrap"></div>
<div id="top"></div>
<div id="line"></div>

<div id="nav">
{block:IfMusicPlayerCode}<div id="music">
<img src="http://media.tumblr.com/f8f11ddaa9f1b9dc8c84f4854c8814a7/tumblr_inline_miitsgNcFA1qz4rgp.gif">
<div id="player">{text:Music Player Code}</div>
</div>{/block:IfMusicPlayerCode}

<div id="navlinks">
<a href="/">home</a>
<a href="/ask">message</a>
<a href="/archive">archive</a>
<a href="http://www.cocorini.com" target="_blank">theme</a></div>

<div id="customlinks">
{block:IfCustomLink1}
<a href="{block:ifCustomLink1URL}{text:Custom Link 1 URL}{/block:ifCustomLink1URL}">{text:Custom Link 1}</a>
{/block:IfCustomLink1}

{block:IfCustomLink2}
<a href="{block:ifCustomLink2URL}{text:Custom Link 2 URL}{/block:ifCustomLink2URL}">{text:Custom Link 2}</a>
{/block:IfCustomLink2}

{block:IfCustomLink3}
<a href="{block:ifCustomLink3URL}{text:Custom Link 3 URL}{/block:ifCustomLink3URL}">{text:Custom Link 3}</a>
{/block:IfCustomLink3}

{block:IfCustomLink4}
<a href="{block:ifCustomLink4URL}{text:Custom Link 4 URL}{/block:ifCustomLink4URL}">{text:Custom Link 4}</a>
{/block:IfCustomLink4}

{block:IfCustomLink5}
<a href="{block:ifCustomLink5URL}{text:Custom Link 5 URL}{/block:ifCustomLink5URL}">{text:Custom Link 5}</a>
{/block:IfCustomLink5}

{block:IfCustomLink6}
<a href="{block:ifCustomLink6URL}{text:Custom Link 6 URL}{/block:ifCustomLink6URL}">{text:Custom Link 6}</a>
{/block:IfCustomLink6}

</div></div>

<div id="rightline"></div>

<div id="sidebar">
{block:IfSidebarImage}<div id="sidebarimage"><img src="{image:Sidebar}"></div>{/block:IfSidebarImage}
<div id="title">{Title}</div>
{block:IfSubtitle}<div id="subtitle">{text:Subtitle}</div>{/block:IfSubtitle}
<div id="desc">
<div style="position: absolute; margin-top: -25px; margin-left: -20px; color: {color:Description Border}; font-size: 24px; opacity: .8;">◤</div>
<div style="position: absolute; margin-top: -25px; margin-left: 176px; color: {color:Description Border}; font-size: 24px; opacity: .8">◥</div>
<div id="info">{Description}<br><br>Skins by: <a href="http://dhyanipewe36.tumblr.com/">Dhyani</a>, and the basecode by <a href="http://cocorini.com/">Cocorini</a></div>
<div style="position: absolute; margin-top: -10px; margin-left: -20px; color: {color:Description Border}; font-size: 24px; opacity: .8;">◣</div>
<div style="position: absolute; margin-top: -10px; margin-left: 176px; color: {color:Description Border}; font-size: 24px; opacity: .8">◢</div>
</div>
</div>

<div id="content"></div>

{block:IfInfiniteScroll}
<div class="autopagerize_page_element">
{/block:IfInfiniteScroll}

{block:Posts}
<div class="entry">

{block:Text}
{block:Title}<div id="entrytitle">{Title}</div>{/block:Title}
{Body}
{/block:Text}

{block:Photo}
{block:IfPosts400}{LinkOpenTag}<img src="{PhotoURL-highres}" width="400px" alt="{PhotoAlt}">{LinkCloseTag}{/block:IfPosts400}
{block:IfNotPosts400}{LinkOpenTag}<img src="{PhotoURL-highres}" width="500px" alt="{PhotoAlt}">{LinkCloseTag}{/block:IfNotPosts400}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{/block:Photo}

{block:Photoset}
{block:IfPosts400}<div class="photo">{Photoset-400}</div>{/block:IfPosts400}
{block:IfNotPosts400}<div class="photo">{Photoset-500}</div>{/block:IfNotPosts400}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{/block:Photoset}

{block:Audio}
<div id="cover">{block:AlbumArt}<img src="{AlbumArtURL}" width="40px">{/block:AlbumArt}</div>
<div id="audio">{AudioPlayerGrey}</div>
<div id="audioinfo"><b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
<b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{/block:Audio}

{block:Video}
{block:IfPosts400}{Video-400}{/block:IfPosts400}
{block:IfNotPosts400}{Video-500}{/block:IfNotPosts400}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{/block:Video}

{block:Quote}
{Quote}
<div style="text-align: right; font-size: 9px; font-style: italic; padding-top: 3px;">—{Source}</div>
{/block:Quote}

{block:Link}
<div id="entrytitle"><t><a href="{URL}" {Target}>{Name}</a></t></div>
{Description}
{/block:Link}

{block:Chat}
{Title}
{block:Lines}<b>{block:Label}{Label}{/block:Label}</b> <div style="border-bottom: 1px dotted {color:Blockquote Border};">{Line}</div>{/block:Lines}
{/block:Chat}

{block:Answer}
<div id="ask"><img src="{AskerPortraitURL-40}">
{Asker} <b>sent:</b> {Question}</div>
{Answer}
{/block:Answer}

{block:IndexPage}
<div id="permalink">
{block:Date}<b>Posted</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date}
{block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:ifShowReblog}<span class="highlight"><a href="{ReblogURL}" target="_blank">Reblog</a></span>{/block:ifShowReblog}
{block:IfShowTags}{block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}{/block:IfShowTags}
</div>
{/block:IndexPage}

{block:PermalinkPage}
{block:IfNotShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotShowCaptions}
<div id="permalink">
{block:Date}<b>Posted</b> {12Hour}:{Minutes}{AmPm} {ShortDayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}{/block:Date}
{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
{block:RebloggedFrom}<br><b>&copy;</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
{block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}
</div>
<div id="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
</div>

{/block:Posts}

{block:IfNotInfiniteScroll}
{block:Pagination}
<div id="pagination">
{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
{block:JumpPagination length="5"}
{block:CurrentPage}<span class="current_page"><span class="highlight1">&nbsp;{PageNumber}&nbsp;</span></span>{/block:CurrentPage}
{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
</div>
{/block:Pagination}
{/block:IfNotInfiniteScroll}

</div></div></div>

<div id="credit"><a href="http://www.cocorini.com" target="_blank">☂</a></div>


</body>
</html>