- <!--
- Theme 018 - Spectrum by thewicked-eternity.tumblr.com
- PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
- For any help, visit wickedeternitythemehelp.tumblr.com
- -->
- <html><head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="description" content="{MetaDescription}" />
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Background" content="#FFFCF8"/>
- <meta name="color:Post Background" content="#FFFFFF"/>
- <meta name="color:Post Border" content="#FCF2E9"/>
- <meta name="color:Text" content="#CEBDB2"/>
- <meta name="color:Links" content="#CFADA6"/>
- <meta name="color:Links Hover" content="#CEB8B2"/>
- <meta name="color:Sidebar" content="#FFFFFF"/>
- <meta name="color:Topbar" content="#FCF2E9"/>
- <meta name="color:Topbar Right Border" content="#EAD2C8"/>
- <meta name="color:Topbar Bottom Border" content="#FFFFFF"/>
- <meta name="color:Sidelinks" content="#FFFFFF">
- <meta name="color:Sidelinks Hover" content="#FCF2E9"/>
- <meta name="color:Info Border" content="#EAD2C8"/>
- <meta name="color:Info Background" content="#FFFCF8"/>
- <meta name="color:Scrollbar" content="#CEB8B2"/>
- <meta name="color:Title Shadow" content="#FFFFFF"/>
- <meta name="color:Topbar Title" content="#CFADA6"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="font:Topbar Title" content="georgia" />
- <meta name="font:Topbar Title 2" content="georgia" />
- <meta name="font:Post Titles" content="calibri" />
- <meta name="font:Body" content="arial" />
- <meta name="font:Description" content="arial" />
- <meta name="if:2 Column Posts" content"0"/>
- <meta name="if:Infinite Scrolling" content"0"/>
- <meta name="if:Hide Pagination" content"0"/>
- <meta name="if:Hide Photo Captions" content="0"/>
- <meta name="if:Show Submit" content="0"/>
- <meta name="text:Title 1" content=""/>
- <meta name="text:Title 2" content=""/>
- <meta name="text:Link 1" content="http://"/>
- <meta name="text:Link 1 Title" content=""/>
- <meta name="text:Link 2" content="http://">
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 3" content="http://"/>
- <meta name="text:Link 3 Title" content=""/>
- <meta name="text:Link 4" content="http://"/>
- <meta name="text:Link 4 Title" content=""/>
- <meta name="text:Link 5" content="http://"/>
- <meta name="text:Link 5 Title" content=""/>
- <meta name="text:Link 6" content="http://"/>
- <meta name="text:Link 6 Title" content=""/>
- <meta name="text:Link 7" content="http://"/>
- <meta name="text:Link 7 Title" content=""/>
- <meta name="text:Link 8" content="http://"/>
- <meta name="text:Link 8 Title" content=""/>
- <style type="text/css">
- /* --- SCROLLBAR --- */
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- height:30px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Scrollbar};
- height:5px!important;
- }
- ::-webkit-scrollbar {
- background-color:{color:Background};
- height:5px;
- width:5px;
- }
- /* --- POSTS --- */
- body {
- color:{color:Text};
- background-attachment:fixed;
- background-color:{color:Background};
- background-image: url('{image:Background}');
- background-position:bottom right;
- background-repeat:no-repeat;
- text-align:justify;
- font-family:{font:Body};
- font-size:10px;
- }
- a {
- text-decoration:none;
- color:{color:Links};
- }
- a:hover {
- text-decoration:none;
- color:{color:Links Hover};
- }
- {block:IfNot2ColumnPosts}
- #entries {
- position:absolute;
- overflow:hidden;
- width:630px;
- margin-left:370px;
- margin-top:100px;
- }
- #posts {
- background-color:{color:Post Background};
- border:1px solid {color:Post Border};
- padding:7px;
- width:500px;
- margin-bottom:10px;
- }
- {/block:IfNot2ColumnPosts}
- {block:If2ColumnPosts}
- {block:IndexPage}
- #entries {
- display:inline-block;
- overflow:hidden;
- width:600px;
- margin-left:350px;
- margin-top:100px;
- }
- #posts {
- float:left;
- width:250px;
- padding:7px;
- margin-left:5px;
- margin-bottom:10px;
- border:1px solid {color:Post Border};
- background-color:{color:Post Background};
- text-align:left;
- }
- {/block:IndexPage}
- {block:PermalinkPage}
- #entries {
- position:absolute;
- overflow:hidden;
- width:630px;
- margin-left:370px;
- margin-top:100px;
- }
- #posts {
- background-color:{color:Post Background};
- border:1px solid {color:Post Border};
- padding:7px;
- width:500px;
- margin-bottom:10px;
- }
- {/block:PermalinkPage}
- {/block:If2ColumnPosts}
- /* --- SIDEBAR --- */
- #sidebar {
- position:fixed;
- margin-top:100px;
- margin-left:60px;
- width:270px;
- background-color:{color:Sidebar};
- }
- #sidebarimage img {
- margin-top:10px;
- margin-bottom:5px;
- max-width:250px;
- height:auto;
- text-align:center;
- }
- #description {
- font-size:10px;
- font-family:{font:Description};
- color:{color:Text};
- text-align:justify;
- margin-bottom:10px;
- width:250px;
- }
- .pagination {
- margin-bottom:10px;
- text-align:center;
- line-height:20px;
- font-family:calibri;
- font-size:10px;
- }
- .pagination a {
- text-decoration:none;
- background-color:{color:Topbar};
- padding: 2px 4px 2px 4px;
- color:{color:Text};
- }
- .pagination a:hover {
- background-color:{color:Sidebar};
- color:{color:Text};
- }
- /* --- TOPBAR & SIDELINKS --- */
- #topbar {
- position:fixed;
- padding:5px;
- margin-top:-8px;
- margin-left:-8px;
- width:900px;
- height:70px;
- background-color:{color:Topbar};
- z-index:5;
- border-right:10px solid {color:Topbar Right Border};
- }
- #topbarbord {
- position:fixed;
- margin-top:70px;
- margin-left:-8px;
- height:5px;
- background-color:{color:Topbar Bottom Border};
- width:920px;
- z-index:6;
- }
- #sidelinks {
- height:100px;
- width:265px;
- margin-top:-8px;
- z-index:999;
- float:right;
- margin-right:70px;
- }
- #sidelinks a {
- display:inline-block;
- width:60px;
- margin-bottom:3px;
- height:auto;
- padding:2px;
- font-family:calibri;
- font-size:10px;
- text-transform:uppercase;
- color:{color:Links};
- background-color:{color:Sidelinks};
- -webkit-transition:opacity 0.7s linear;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #sidelinks a:hover {
- color:{color:Links Hover};
- background-color:{color:Sidelinks Hover};;
- text-align:center;
- -webkit-transition:opacity 0.8s linear;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- /* --- TITLES --- */
- #topbartitle {
- font-size:26px;
- font-family:{font:Topbar Title};
- font-style:italic;
- float:left;
- color:{color:Topbar Title};
- margin-top:5px;
- margin-left:170px;
- text-transform:lowercase;
- text-shadow:-2px -2px 1px {color:Title Shadow};
- }
- #topbartitle2 {
- font-family:{font:Topbar Title 2};
- font-size:10px;
- float:left;
- colour:{color:Text};
- text-transform:uppercase;
- margin-left:-280px;
- margin-top:20px
- }
- #title1 {
- margin-bottom:-5px;
- font-size:16px;
- {block:If2ColumnPosts}
- font-size:14px;
- {/block:If2ColumnPosts}
- text-decoration:none;
- text-align:center;
- text-transform:uppercase;
- font-family:{font:Post Titles};
- }
- #title2 {
- margin-bottom:-5px;
- font-size:14px;
- {block:If2ColumnPosts}
- font-size:12px;
- {/block:If2ColumnPosts}
- text-align:center;
- text-transform:uppercase;
- font-family:{font:Post Titles};
- }
- /* --- AUDIO --- */
- #audio {
- margin-bottom:5px;
- width:500px;
- height:105px;
- {block:If2ColumnPosts}
- width:250px;
- height:65px;
- {block:PermalinkPage}
- width:500px;
- height:105px;
- {/block:PermalinkPage}
- {/block:If2ColumnPosts}
- }
- .albumart {
- width:100px;
- height:100px;
- {block:If2ColumnPosts}
- width:64px;
- height:64px;
- {block:PermalinkPage}
- width:100px;
- height:100px;
- {/block:PermalinkPage}
- {/block:If2ColumnPosts}
- position:absolute;
- }
- .albumart img {
- width:100px;
- height:100px;
- {block:If2ColumnPosts}
- width:64px;
- height:64px;
- {block:PermalinkPage}
- width:100px;
- height:100px;
- {/block:PermalinkPage}
- {/block:If2ColumnPosts}
- float:left;
- }
- .playercontainer {
- opacity:.2;
- display:block;
- width:100px;
- height:100px;
- {block:If2ColumnPosts}
- width:64px;
- height:64px;
- {block:PermalinkPage}
- width:100px;
- height:100px;
- {/block:PermalinkPage}
- {/block:If2ColumnPosts}
- background-color:white;
- position:absolute;
- z-index:3;
- -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;
- }
- .playercontainer:hover {
- 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;
- }
- .player {
- margin-left:36px;
- margin-top:36px;
- {block:If2ColumnPosts}
- margin-left:19px;
- margin-top:19px;
- {block:PermalinkPage}
- margin-left:36px;
- margin-top:36px;
- {/block:PermalinkPage}
- {/block:If2ColumnPosts}
- width:25px;
- height:25px;
- overflow:hidden;
- background-color:white;
- }
- {block:IfNot2ColumnPosts}
- .audioinfo {
- margin-left:110px;
- float:left;
- background-color:{color:Background};
- width:388px;
- padding:2px;
- margin-top:3px;
- }
- {/block:IfNot2ColumnPosts}
- {block:If2ColumnPosts}
- .audioinfo {
- margin-left:70px;
- background-color:trans;
- float:left;
- margin-top:3px;
- width:200px;
- overflow:hidden;
- }
- {block:PermalinkPage}
- .audioinfo {
- margin-left:110px;
- float:left;
- background-color:{color:Background};
- width:388px;
- padding:2px;
- margin-top:3px;
- }
- {/block:PermalinkPage}
- {/block:If2ColumnPosts}
- /* --- CHAT POST --- */
- .chat {
- line-height:12px;
- list-style:none;
- }
- .chat ul {
- line-height:15px;
- list-style:none;
- padding:0px;
- line-height:20px;
- }
- .person1 {
- background-color:{color:Background};
- color:{color:Text};
- }
- .person1 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color:{color:Text};
- }
- .person2 {
- color:{color:Text};
- }
- .person2 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color:{color:Text};
- }
- .person3 {
- background-color:{color:Background};
- color:{color:Text};
- }
- .person3 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color:{color:Text};
- }
- .person4 {
- color:{color:Text};
- }
- .person4 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color:{color:Text};
- }
- .person5 {
- background-color:{color:Background};
- color:{color:Text};
- }
- .person5 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color:{color:Text};
- }
- .person6 {
- color:{color:Text};
- }
- .person6 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color:{color:Text};
- }
- /* --- INFO & OTHER --- */
- #info {
- padding:4px;
- margin-top:7px;
- line-height:90%;
- color:{color:Text};
- font-size:10px;
- font-family:calibri;
- text-transform:uppercase;
- width:493px;
- {block:If2ColumnPosts}
- width:243px;
- {block:PermalinkPage}
- width:493px;
- {/block:PermalinkPage}
- {/block:If2ColumnPosts}
- background-color:{color:Info Background};
- border-top:2px solid {color:Info Border};
- text-align:center;
- opacity:0.6;
- -webkit-transition:opacity 0.8s linear;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- #info:hover {
- opacity:1;
- -webkit-transition: opacity 0.8s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #info a {
- color:{color:Links};
- }
- #info a:hover {
- color:{color:Links Hover};
- }
- #questions {
- padding:10px;
- margin-bottom:0px;
- font-size:10px;
- font-family:georgia;
- text-align:center;
- font-style:italic;
- color:{color:Text};
- background-color:{color:Background};
- }
- #questions a {
- color:{color:Links};
- }
- #questions a:hover {
- color:{color:Links Hover};
- }
- #tags {
- font-family:georgia;
- text-align:center;
- text-transform:lowercase;
- font-style:italic;
- font-size:9px;
- }
- #source {
- margin-top:3px;
- text-align:right;
- margin-bottom:5px;
- font-size:10px;
- }
- .postnotes {
- margin-top:-5px;
- }
- ol.notes, .notes li {
- width:500px;
- list-style:none;
- }
- blockquote {
- border-left:4px solid {color:Text};
- padding:0px;
- padding-left:5px;
- margin:5px;
- }
- {CustomCSS}
- </style>
- {block:ifNot2ColumnPosts}{block:ifInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScrolling}{/block:ifNot2ColumnPosts}
- {block:If2ColumnPosts}
- {block:IndexPage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#entries');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '#posts',
- });
- });
- $container.infinitescroll({
- itemSelector : "#posts",
- navSelector : "#page-nav",
- nextSelector : "#page-nav a",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- function (newElements) {
- var $newElems = $(newElements).css({
- opacity: 1
- });
- $newElems.imagesLoaded(function () {
- $newElems.animate({
- opacity: 1
- });
- $container.masonry( 'appended', $newElems, true );
- });
- });
- });
- </script>
- {/block:IndexPage}
- {/block:If2ColumnPosts}
- </head>
- <body>
- <div id="topbarbord"></div><div id="topbar">
- <div id="topbartitle">{text:Title 1}</div><br>
- <div id="topbartitle2">{text:Title 2}</div>
- <center><div id="sidelinks"><center>
- <a href="/">home</a>
- <a href="/ask">message</a>
- {block:IfShowSubmit}<a href="/submit">Submit</a>{/block:IfShowSubmit}
- <a href="/archive">archive</a>
- <a href="http://thewicked-eternitythemes.tumblr.com">theme</a>
- {block:HasPages}{block:Pages}<a href="{URL}" title="{Label}">{Label}</a>
- {/block:Pages}{/block:HasPages}
- {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1Title}
- {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2Title}
- {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3Title}
- {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4Title}
- {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5Title}
- {block:ifLink6Title}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6Title}
- {block:ifLink7Title}<a href="{text:Link 7}">{text:Link 7 Title}</a>{/block:ifLink7Title}
- {block:ifLink8Title}<a href="{text:Link 8}">{text:Link 8 Title}</a>{/block:ifLink8Title}
- </div></center></div>
- <div id="sidebar">
- <center><div id="sidebarimage"><img src="{image:Sidebar}"></div></center>
- {block:Description}<center><div id="description">{Description}</div></center>{/block:Description}
- {block:IfNotHidePagination}<div class="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="6"}{block:CurrentPage}
- <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
- {/block:Pagination}</div>{/block:IfNotHidePagination}
- </div>
- <div id="entries">{block:ifNot2ColumnPosts}{block:ifInfiniteScrolling}<div class="autopagerize_page_element">{/block:ifInfiniteScrolling}{/block:ifNot2ColumnPosts}{block:Posts}<div id="posts">
- {block:Title}
- <div id="title1">{Title}</div>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- {block:IfNot2ColumnPosts}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {/block:IfNot2ColumnPosts}
- {block:If2ColumnPosts}
- {block:IndexPage}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:IndexPage}
- {block:PermalinkPage}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:PermalinkPage}
- {/block:If2ColumnPosts}
- {block:IfNotHidePhotoCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfNotHidePhotoCaptions}
- {block:IfHidePhotoCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:IfHidePhotoCaptions}
- {/block:Photo}
- {block:Photoset}
- {block:IfNot2ColumnPosts}
- <center>{Photoset-500}</center>
- {/block:IfNot2ColumnPosts}
- {block:If2ColumnPosts}{block:IndexPage}
- <center>{Photoset-250}</center>
- {/block:IndexPage}{block:PermalinkPage}
- <center>{Photoset-500}</center>
- {/block:PermalinkPage}{/block:If2ColumnPosts}
- {block:IfNotHidePhotoCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfNotHidePhotoCaptions}
- {block:IfHidePhotoCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:IfHidePhotoCaptions}
- {/block:Photoset}
- {block:Quote}
- <div id="title2">"{Quote}"</div>{block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}{block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>{/block:AudioPlayer}
- {block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}
- {block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
- {block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:IfNot2ColumnPosts}{Video-500}{/block:IfNot2ColumnPosts}
- {block:If2ColumnPosts}{block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {/block:If2ColumnPosts}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="questions">{Asker} asked: "{Question}"</div>
- {Answer}{/block:Answer}
- {block:IfNot2ColumnPosts}
- {block:Date}<div id="info"><a href="{ReblogURL}" target="_blank">Reblog</a> - <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} - via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} - © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/block:IfNot2ColumnPosts}
- {block:If2ColumnPosts}{block:IndexPage}
- {block:Date}<div id="info"><a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} - <a href="{ReblogParentURL}" title="{ReblogParentTitle}">VIA</a> {block:ContentSource} - <a href="{SourceURL}" title="{SourceTitle}">ORG</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}<div id="info"><a href="{ReblogURL}" target="_blank">Reblog</a> - <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} - via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} - © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/block:PermalinkPage}{/block:If2ColumnPosts}
- </div>{/block:Posts}{block:ifNot2ColumnPosts}{block:ifInfiniteScrolling}</div>{/block:ifInfiniteScrolling}{/block:ifNot2ColumnPosts}
- {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
- </div></div>
- </body>
- </html>

