- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- A R C B Y V E I L S A N D V I S I O N S !
- http://veilsandvisions.tumblr.com/
- ver 2.0.0
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Background" content="#dddddd" />
- <meta name="color:ContentBG" content="#ffffff" />
- <meta name="color:Text" content="#000000" />
- <meta name="color:Link" content="#fcbccc" />
- <meta name="color:LinkHover" content="#87ceeb" />
- <meta name="color:SidebarBG" content="#ffffff" />
- <meta name="color:Description" content="#000000" />
- <meta name="color:DescriptionLinks" content="#fcbccc" />
- <meta name="color:BlogTitle" content="#87ceeb" />
- <meta name="color:CircleLinks" content="#ffffff" />
- <meta name="color:CircleLinksBG" content="#222222" />
- <meta name="color:CircleLinksBGHover" content="#fcbccc" />
- <meta name="color:Ask" content="#fcbccc" />
- <meta name="color:Separator" content="#000000" />
- <meta name="font:BlogTitle" content="Baskerville" />
- <meta name="font:Body" content="Trebuchet MS" />
- <meta name="font:Description" content="Trebuchet MS" />
- <meta name="font:PostTitle" content="Georgia" />
- <meta name="font:CircleLinks" content="Georgia" />
- <meta name="if:Fixed Background" content="1" />
- <meta name="if:Repeat Background" content="1" />
- <meta name="if:Show Album Art" content="1">
- <meta name="if:Show Tags" content="1" />
- <meta name="if:Centered Images" content="1" />
- <meta name="if:Stretch Images" content="0" />
- <meta name="if:Infinite Scrolling" content="0" />
- <meta name="if:Date Style TimeAgo" content="0" />
- <meta name="if:Hide Caption" content="0" />
- <meta name="if:Sidebar on left" content="0" />
- <meta name="if:Show SidebarPic" content="1" />
- <meta name="if:Show SidebarBackground" content="1" />
- <meta name="if:Link 1" content="0" />
- <meta name="if:Link 2" content="0" />
- <meta name="if:Link 3" content="0" />
- <meta name="if:Link 4" content="0" />
- <meta name="if:Link 5" content="0" />
- <meta name="if:Link 6" content="0" />
- <meta name="text:Background Position" content="bottom right" />
- <meta name="text:Ask label" content="ask" />
- <meta name="text:Home label" content="home" />
- <meta name="text:Archive label" content="archive" />
- <meta name="text:Link 1 Url" content="http://" />
- <meta name="text:Link 1 Name" content="link 1" />
- <meta name="text:Link 2 Url" content="http://" />
- <meta name="text:Link 2 Name" content="link 2" />
- <meta name="text:Link 3 Url" content="http://" />
- <meta name="text:Link 3 Name" content="link 3" />
- <meta name="text:Link 4 Url" content="http://" />
- <meta name="text:Link 4 Name" content="link 4" />
- <meta name="text:Link 5 Url" content="http://" />
- <meta name="text:Link 5 Name" content="link 5" />
- <meta name="text:Link 6 Url" content="http://" />
- <meta name="text:Link 6 Name" content="link 6" />
- <meta name="image:BackgroundPic" content="" />
- <meta name="image:SidebarPic" content="" />
- <meta http-equiv="Content-Type" content="text/html; 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}
- <style type="text/css">
- body { background-color:{color:Background}; background-image: url('{image:BackgroundPic}'); background-position: {text:Background Position}; }
- {block:IfNotFixedBackground}
- body {background-attachment: scroll;}
- {/block:IfNotFixedBackground}
- {block:IfFixedBackground}
- body {background-attachment:fixed;}
- {/block:IfFixedBackground}
- {block:IfNotRepeatBackground}
- body {background-repeat:no-repeat;}
- {/block:IfNotRepeatBackground}
- {block:IfRepeatBackground}
- body {background-repeat:repeat;}
- {/block:IfRepeatBackground}
- #description {
- background-color: transparent;
- margin-top:0px;
- font-family: {font:Description};
- font-size: 11px;
- color: {color:Description}; }
- #description a, #description a:visited {
- color: {color:Link};
- text-decoration:none;}
- #description a:hover {
- color: {color:LinkHover};
- text-decoration:none;}
- #custom_links, #custom_links a, #custom_links a:visited {
- font-family: {font:Description};
- font-size: 11px;
- text-align: center;
- text-decoration: none;
- margin: 3px 0px;
- {block:IfNotInfiniteScrolling} color: {color:DescriptionLinks}; {/block:IfNotInfiniteScrolling}
- {block:IfInfiniteScrolling} color:{color:BlogTitle}; {/block:IfInfiniteScrolling} }
- #custom_links a:hover{
- text-decoration: none;
- color: {color:LinkHover}; }
- a { -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- a:hover {
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- #wrapper {
- position: absolute; top:0px; left:22%;
- background-color:none; }
- #content { position: relative;
- {block:IfNotSidebarOnLeft}
- left: 0px;
- {/block:IfNotSidebarOnLeft}
- {block:IfSidebarOnLeft}
- left: 250px;
- {/block:IfSidebarOnLeft}
- width: 520px;
- margin:0px;
- padding-top:0px;
- font: 11px {font:Body};
- background-color:none; }
- .menu_table {
- height:70px;
- margin-left: 3px; }
- .links {
- width:70px;
- font: 11px {font:CircleLinks};
- text-align: center;
- valign: center;
- list-style-type: none;
- margin: 0px;
- padding: 0px; }
- .links a.ball, .links a.ball:visited {
- margin-left:0px;
- padding-top:25px;;
- width: 60px; height: 35px;
- display: block;
- background-color: {color:CircleLinksBG}; color: {color:CircleLinks};
- text-decoration:none;
- font-weight:bold;
- word-spacing:-2px;
- border-radius: 30px;
- -webkit-border-radius: 30px;
- -moz-border-radius: 30px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- .links a.ball:hover {
- text-decoration: none;
- background-color: {color:CircleLinksBGHover};
- color: {color:CircleLinksBG};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- #menu img {
- float: right;
- margin:0px;}
- #title {
- text-align: center;
- background-color:none;
- font:16px {font:BlogTitle};
- margin:0px 0px;
- text-decoration: none;
- font-weight: bold;
- letter-spacing:-1px;
- z-index:892343; }
- #title a, #title a:visited {
- color:{color:BlogTitle};
- text-decoration: none; }
- #title a:hover {
- text-decoration: none;
- color: {color:CircleLinksBGHover}; }
- #sidebar_content {
- background-color: transparent;
- margin-top:0px; margin-right:10px; margin-bottom:10px; margin-left:10px; }
- #sidebar_wrap { position: fixed; top: 100px; left: 22%;}
- #sidebar {
- position: absolute; top: 0px;
- {block:IfNotSidebarOnLeft}
- left: 550px;
- {/block:IfNotSidebarOnLeft}
- {block:IfSidebarOnLeft}
- left: 0px;
- {/block:IfSidebarOnLeft}
- width:200px;
- {block:IfShowSidebarBackground} background-color: {color:SidebarBG}; {/block:IfShowSidebarBackground}
- {block:IfNotShowSidebarBackground} background-color: none; {/block:IfNotShowSidebarBackground}
- padding: 5px 10px 10px 10px;
- z-index:23456;
- border-radius: 2px;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px; }
- #sidebar_pic {
- z-index:23454;
- {block:IfNotShowSidebarPic}
- display:none;
- {/block:IfNotShowSidebarPic}
- }
- #sidebar_pic img {
- width: 200px;
- text-align:right; }
- #navigation { text-align: center; }
- .navi { color:{color:BlogTitle};
- font:14px {font:BlogTitle};
- font-weight: bold;
- word-spacing:-1px;
- text-decoration: none; }
- .navi a, .navi a:visited {
- color: {color:BlogTitle};
- text-decoration: none;
- font-weight: bold; }
- .navi a:hover {
- text-decoration: none;
- color: {color:CircleLinksBGHover}; }
- .current_page { text-decoration: none; font-style: italic; }
- ol#posts {
- list-style-type: none;
- margin:0px; padding:0px;
- width:520px; }
- ol#posts li.post {
- padding:10px;
- margin-top: 5px;
- background-color: {color:ContentBG};
- color: {color:Text};
- border-radius: 2px;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px; }
- ol#posts a, ol#posts a:visited {
- color: {color:Link};
- text-decoration: none; }
- ol#posts a:hover {
- color: {color:LinkHover}; }
- ol#posts li ul {
- list-style-type: disc; }
- .postinfo {
- font:11px {font:Body};
- color:{color:Text};
- width: 500px;
- background-color: {color:ContentBG};
- padding: 10px; margin-top: 5px; }
- ul.tags {
- list-style-type: disc;
- margin: 0px 0px;
- text-align: left; }
- .postfooter {
- margin-left:0px; margin-top:5px; margin-bottom:0px;
- width:500px;
- padding:3px 0px 0px 0px;
- font:10px {font:Body};
- background-color: none;
- color:{color:link};
- text-align: center;
- text-transform: lowercase;
- z-index:2;
- text-decoration: none; }
- .dots {
- font: 30px georgia;
- line-height: 70%;
- margin-left: 5px;
- color: {color:Separator};}
- .posttitle {
- font:20px {font:PostTitle};
- font-weight: bold;
- margin:0px; padding:0px;
- text-align: center; }
- .postlink {
- color:{color:Link};
- text-decoration:none;
- font-size: 20px;
- font-family: {font:PostTitle};
- text-align: center;
- letter-spacing:-1px; }
- .postlink:hover {
- color:{color:LinkHover}; }
- .postquote {
- width:390px; background-color: none; position: relative; top: 0px; left: 40px;
- font-family:{font:PostTitle}; color:{color:Text};
- font-size:20px; font-weight: normal;
- text-align: center;
- padding: 10px 10px; z-index: 4;}
- #post_quote { POSITION: relative; }
- .signs {
- font-family: georgia; font-size:80px; width:70px; display: inline;
- color:{color:Text};
- font-weight: bold; position: absolute;
- z-index: 6; line-height: 40%;
- opacity: 0.7; filter: alpha(opacity=70); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
- #sign_left { top: 20px; left: 5px; }
- #sign_right { bottom: 0px; left: 445px; }
- .source { text-align: center; position:relative; }
- .source a{color:{color:Link}; text-decoration:none;}
- .source a:hover { color:{color:LinkHover}; }
- .chattitle {
- list-style-type:none;
- text-align: center;
- margin:0px; font: 16px {font:PostTitle};}
- ul.chat { padding: 0px;
- margin: 0px 0px;
- list-style-type: none;}
- ul.chat li.line {
- padding: 2px; list-style-type:none; }
- ul.chat li.line:nth-child(odd) { background-color: none;}
- ul.chat li.line:nth-child(even) { background-color: none}
- li.postphotoset { list-style-type:none; }
- ul.chat .label { font-weight:bold;}
- .audio { background-color: black; width: 500px; }
- .copy p { padding: 0px; margin:0px;}
- .copy blockquote { margin: 5px 10px; }
- .row:nth-child(odd) { background-color:none;}
- .row:nth-child(even) { background-color: none;}
- .player { }
- .meta { padding-left: 3px; }
- .caption {
- {block:IfHideCaption}
- display: none;
- {/block:IfHideCaption}
- }
- .question_post { background-color: none; -moz-border-radius:6px;-webkit-border-radius:6px; border-radius: 6px; padding:5px;}
- .asker_container { font-family:{font:PostTitle}; font-size:12px; font-weight:bold; position: relative; z-index: 4;}
- .question_post img.icon { margin-right: 0px;
- -moz-border-radius:30px;
- -webkit-border-radius:30px;
- border-radius: 30px; }
- .question_wrap { position: relative; }
- .tri { color: {color:Ask}; font: 50px baskerville; position:absolute; top:-20px; left: 220px; z-index: 1;}
- .question { background-color: {color:Ask}; position: relative; padding: 10px; -moz-border-radius:15px;-webkit-border-radius:15px; border-radius: 15px; z-index: 6;}
- .answer { display:block;}
- .answer p {
- line-height:110%;}
- .notecontainer { margin-bottom:0px; margin-top: 5px;
- text-align: left;
- background-color: {color:ContentBG};
- padding: 5px 10px 10px 10px;
- width: 500px; }
- ol.notes {
- padding: 0px;
- margin: 5px 0px;
- list-style-type: none;
- border-bottom: solid 0px #ccc; }
- ol.notes li.note {
- border-top: solid 0px #ccc;
- padding: 2px; }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px; }
- ol.notes li.note span.action {
- font-weight: normal; }
- ol.notes li.note .answer_content {
- font-weight: normal;}
- ol.notes li.note blockquote {
- border-left:3px {color:Text} solid;
- padding-left: 5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
- margin: 0px 0px 0px 20px; }
- ol.notes li.note blockquote a { text-decoration: none; }
- #credit {
- font-family: arial;
- top:26px;
- right: 5px;
- position: fixed;
- text-align: right;
- font-size:13px;
- background-color: none;
- color: white;
- text-decoration:none;
- font-weight:normal;
- word-spacing:-2px; }
- #credit a, #credit a:visited {
- font: 10px arial;
- background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
- color: white;
- text-decoration:none;
- font-weight:normal;
- padding: 3px;
- letter-spacing: 1px;
- line-height: 14px;
- opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
- border-radius: 2px;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear ;
- -ms-transition: all 0.4s linear; }
- #credit a:hover {
- opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear; }
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear ;
- -ms-transition: all 0.4s linear; }
- iframe#tumblr_controls:hover {
- opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;}
- img { border-style: none; }
- blockquote {
- border-left:3px {color:Text} solid;
- padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
- margin:-2px 0px -2px 15px; }
- blockquote img { max-width: 477px; }
- blockquote blockquote img { max-width: 454px; }
- blockquote blockquote blockquote img { max-width: 431px; }
- #bottom { background-color:none; height:10px;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- </head>
- <body>
- {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}
- <div id="background"></div>
- <div id="background2"></div>
- <div id="sidebar_wrap">
- <div id="sidebar">
- <div class="links">
- <table class="menu_table" border="0" width="100px">
- <tr>
- <td>
- <a class="ball" href="/ask">{text:ask label}</a>
- </td>
- <td>
- <a class="ball" href="/">{text:home label}</a>
- </td>
- <td>
- <a class="ball" href="/archive">{text:archive label}</a>
- </td></tr>
- </table>
- </div>
- <div id="sidebar_pic"><a href="/">
- <img src="{image:SidebarPic}"></a>
- </div>
- <div id="title">
- <a href="/">
- {Title}
- </a>
- </div>
- {block:Description}
- <div id="description">
- {Description}
- </div>
- {/block:Description}
- <div id="custom_links">
- {block:IfLink1}<a href="{text:Link 1 Url}">{text:Link 1 Name}</a> {/block:IfLink1}
- {block:IfLink2} • <a href="{text:Link 2 Url}">{text:Link 2 Name}</a>{/block:IfLink2}
- {block:IfLink3} • <a href="{text:Link 3 Url}">{text:Link 3 Name}</a> {/block:IfLink3}
- {block:IfLink4} • <a href="{text:Link 4 Url}">{text:Link 4 Name}</a>{/block:IfLink4}
- {block:IfLink5} • <a href="{text:Link 5 Url}">{text:Link 5 Name}</a>{/block:IfLink5}
- {block:IfLink6} • <a href="{text:Link 6 Url}">{text:Link 6 Name}</a>{/block:IfLink6}
- </div>
- {block:IfNotInfiniteScrolling}
- <div id="navigation">
- <div class="navi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="7"}
- {block:CurrentPage}
- <span class="current_page">{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>
- </div>
- {/block:IfNotInfiniteScrolling}
- </div>
- </div>
- <div id="wrapper">
- <div id="content">
- {block:SearchPage}
- {block:SearchResults}
- <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
- {/block:SearchResults}
- {block:NoSearchResults}
- <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
- {/block:NoSearchResults}
- {/block:SearchPage}
- <div class ="autopagerize_page_element">
- <ol id="posts">
- {block:Posts}
- {block:Text}
- <li class="post">
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}
- {Body}
- <div class="postfooter">
- {block:IndexPage}
- {block:Date}
- {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
- {block:IfNotDateStyleTimeAgo}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> •
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <a href="{Permalink}">{TimeAgo}</a> •
- {/block:IfDateStyleTimeAgo}
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> • {/block:NoteCount}
- <a href="{ReblogURL}">reblog</a>
- {/block:Date}
- <div class="tags">
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="/tagged/{Tag}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:IndexPage}
- </div>
- </li>
- {/block:Text}
- {block:Photo}
- <li class="post">
- <div class="media" {block:IfCenteredImages} align="center"{/block:IfCenteredImages}>
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/ {block:IfStretchImages}width="500px"{/block:IfStretchImages}>
- </div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- <div class="postfooter">
- {block:IndexPage}
- {block:Date}
- {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
- {block:IfNotDateStyleTimeAgo}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> •
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <a href="{Permalink}">{TimeAgo}</a> •
- {/block:IfDateStyleTimeAgo}
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> • {/block:NoteCount}
- <a href="{ReblogURL}">reblog</a>
- {/block:Date}
- <div class="tags">
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="/tagged/{Tag}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:IndexPage}
- </div>
- </li>
- {/block:Photo}
- {block:Photoset}
- <li class="post">
- {Photoset-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- <div class="postfooter">
- {block:IndexPage}
- {block:Date}
- {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
- {block:IfNotDateStyleTimeAgo}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> •
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <a href="{Permalink}">{TimeAgo}</a> •
- {/block:IfDateStyleTimeAgo}
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> • {/block:NoteCount}
- <a href="{ReblogURL}">reblog</a>
- {/block:Date}
- <div class="tags">
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="/tagged/{Tag}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:IndexPage}
- </div>
- </li>
- {/block:Photoset}
- {block:Quote}
- <li class="post">
- <div id="post_quote">
- <div id="sign_left" class="signs">“</div>
- <div class="postquote">{Quote}</div>
- <div id="sign_right" class="signs">”</div>
- {block:Source}
- <div class="source">— {Source}</div>
- {/block:Source}
- </div>
- <div class="postfooter">
- {block:IndexPage}
- {block:Date}
- {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
- {block:IfNotDateStyleTimeAgo}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> •
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <a href="{Permalink}">{TimeAgo}</a> •
- {/block:IfDateStyleTimeAgo}
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> • {/block:NoteCount}
- <a href="{ReblogURL}">reblog</a>
- {/block:Date}
- <div class="tags">
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="/tagged/{Tag}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:IndexPage}
- </div>
- </li>
- {/block:Quote}
- {block:Link}
- <li class="post">
- <div class="postlink">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- </div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- <div class="postfooter">
- {block:IndexPage}
- {block:Date}
- {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
- {block:IfNotDateStyleTimeAgo}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> •
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <a href="{Permalink}">{TimeAgo}</a> •
- {/block:IfDateStyleTimeAgo}
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> • {/block:NoteCount}
- <a href="{ReblogURL}">reblog</a>
- {/block:Date}
- <div class="tags">
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="/tagged/{Tag}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:IndexPage}
- </div>
- </li>
- {/block:Link}
- {block:Chat}
- <li class="post">
- {block:Title}
- <div class="chattitle">{Title}</div>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="line">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- <div class="postfooter">
- {block:IndexPage}
- {block:Date}
- {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
- {block:IfNotDateStyleTimeAgo}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> •
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <a href="{Permalink}">{TimeAgo}</a> •
- {/block:IfDateStyleTimeAgo}
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> • {/block:NoteCount}
- <a href="{ReblogURL}">reblog</a>
- {/block:Date}
- <div class="tags">
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="/tagged/{Tag}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:IndexPage}
- </div>
- </li>
- {/block:Chat}
- {block:Video}
- <li class="post">
- {Video-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- <div class="postfooter">
- {block:IndexPage}
- {block:Date}
- {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
- {block:IfNotDateStyleTimeAgo}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> •
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <a href="{Permalink}">{TimeAgo}</a> •
- {/block:IfDateStyleTimeAgo}
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> • {/block:NoteCount}
- <a href="{ReblogURL}">reblog</a>
- {/block:Date}
- <div class="tags">
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="/tagged/{Tag}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:IndexPage}
- </div>
- </li>
- {/block:Video}
- {block:Audio}
- <li class="post">
- <table border="0" width="500px">
- <tr class="row">
- <td>{block:IfShowAlbumArt}
- {block:AlbumArt}
- <div class="album_art">
- <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:0px;" width="498"/>
- </div>
- {/block:AlbumArt}
- {/block:IfShowAlbumArt}</td>
- </tr>
- <tr>
- <td>
- <div class="audio">
- <div class="player">{AudioPlayerBlack}</div>
- </div>
- </td>
- </tr>
- <tr>
- <td valign="top">
- {block:Caption}
- <div class="copy">{Caption}</div>
- {/block:Caption}
- </td>
- </tr>
- </table>
- <div class="postfooter">
- {block:IndexPage}
- {block:Date}
- {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
- {block:IfNotDateStyleTimeAgo}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> •
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <a href="{Permalink}">{TimeAgo}</a> •
- {/block:IfDateStyleTimeAgo}
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> • {/block:NoteCount}
- <a href="{ReblogURL}">reblog</a>
- {/block:Date}
- <div class="tags">
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="/tagged/{Tag}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:IndexPage}
- </div>
- </li>
- {/block:Audio}
- {block:Answer}
- <li class="post">
- <div class="question_post">
- <table border="0" width="100%">
- <tr>
- <td width="40%" align="right">
- <img class="icon" src="{AskerPortraitURL-30}">
- </td>
- <td width="60%" align="left">
- <div class="asker_container"> {Asker}</div>
- </td>
- </tr>
- <tr>
- <td valign="top" colspan="2">
- <div class="question_wrap">
- <div class="tri">♠</div>
- <div class="question">
- {Question}
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div class="answer">{Answer}</div>
- <div class="postfooter">
- {block:IndexPage}
- {block:Date}
- {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
- {block:IfNotDateStyleTimeAgo}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> •
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <a href="{Permalink}">{TimeAgo}</a> •
- {/block:IfDateStyleTimeAgo}
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> • {/block:NoteCount}
- <a href="{ReblogURL}">reblog</a>
- {/block:Date}
- <div class="tags">
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="/tagged/{Tag}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:IndexPage}
- </div>
- </li>
- {/block:Answer}
- <div class="dots">
- • • • • • • • • • • • • • • • • • • • • • • • • • • •
- </div>
- {block:PermalinkPage}
- {block:Date}
- <div class="postinfo">
- <ul class="tags">
- <li>Posted on {Month} {DayOfMonth} {Year} at {FormattedTime} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</li>
- {block:Reblog}
- <li>Source <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFromReblog}, via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFromReblog}</li>
- {/block:Reblog}
- {block:HasTags}
- <li>Tags {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</li>
- {/block:HasTags}
- </ul>
- </div>
- <div class="dots">
- • • • • • • • • • • • • • • • • • • • • • • • • • • •
- </div>
- {/block:Date}
- {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </ol>
- </div>
- <div class="bottom"></div>
- </div>
- <div id="bottom"></div>
- </div>
- <div class="clear"></div>
- </div>
- <div id="credit"><a href="http://veilsandvisions.tumblr.com">© veils and visions</a></div>
- </body>
- </html>

