- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- L E O 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="#f5f5f5" />
- <meta name="color:BlogTitle" content="#87ceeb" />
- <meta name="color:Text" content="#000000" />
- <meta name="color:ContentBG" content="#ffffff" />
- <meta name="color:SidebarBG" content="#ffffff" />
- <meta name="color:NavLinks" content="#222222" />
- <meta name="color:NavLinksBG" content="#87ceeb" />
- <meta name="color:NavLinksBGHover" content="#ff6ab0" />
- <meta name="color:Description" content="#000000" />
- <meta name="color:DescriptionLink" content="#ff6ab0" />
- <meta name="color:Link" content="#4682B4" />
- <meta name="color:LinkHover" content="#ff6ab0" />
- <meta name="color:Tags" content="#666666" />
- <meta name="color:Separator" content="#000000" />
- <meta name="color:Accent" content="#87CEEB" />
- <meta name="font:BlogTitle" content="Georgia" />
- <meta name="font:Body" content="Trebuchet MS" />
- <meta name="font:Description" content="Trebuchet MS" />
- <meta name="font:Title" content="Georgia" />
- <meta name="font:NavLinks" content="Georgia" />
- <meta name="if:Fixed Background" content="1" />
- <meta name="if:Repeat Background" content="1" />
- <meta name="if:Show Tags" content="1" />
- <meta name="if:Transparent Content Background" content="0" />
- <meta name="if:Transparent Sidebar Background" content="0" />
- <meta name="if:Centered Images" content="1" />
- <meta name="if:Hide Caption" content="0">
- <meta name="if:Black Audio Player" content="1">
- <meta name="if:Infinite Scrolling" content="0" />
- <meta name="if:Date Style TimeAgo" content="0" />
- <meta name="if:Show Border On Icon" content="1" />
- <meta name="if:Show SidebarPic" content="1" />
- <meta name="if:Title on left side" content="0" />
- <meta name="if:Show Home Link" content="1" />
- <meta name="if:Show Archive Link" content="1" />
- <meta name="if:Show Random Link" content="1" />
- <meta name="if:Link 1" content="0" />
- <meta name="if:Link 2" content="0" />
- <meta name="text:Background Position" content="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:Random label" content="random" />
- <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="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}
- #background2 {
- position: fixed; top:100px; left:70px;
- width:200px; height:300px;
- background-color: {color:SidebarBG};
- border-top-left-radius:30px;
- border-bottom-left-radius:30px;
- z-index:-234; }
- {block:IfTransparentSidebarBackground}
- #background2 {
- opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
- {/block:IfTransparentSidebarBackground}
- #sidebar {
- position: fixed; top:100px; left:70px;
- width:200px; height:300px;
- background-color: none;
- border-top-left-radius:30px; border-bottom-left-radius:30px;
- z-index:23456; }
- #sidebar_content {
- background-color: transparent;
- margin-top:0px; margin-right:10px; margin-bottom:10px; margin-left:10px;
- height: 300px; border: none;}
- #menu {
- background-color: none;
- margin-top:-20px;
- font-family: trebuchet ms;
- font-size: 11px;
- color: #c5c5c5; }
- #links {
- width:110px;
- font: 11px {font:NavLinks};
- text-align: right; }
- #links a {
- display: block;
- background-color:{color:NavLinksBG};
- padding-right:3px;
- color: {color:NavLinks};
- text-decoration:none;
- font-weight:bold;
- margin-right:0px;
- margin-top:1px;
- word-spacing:-2px;
- -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:visited {
- color: {color:NavLinks};
- text-decoration:none;
- font-weight:bold;
- margin-right:0px;
- word-spacing:-2px; }
- #links a:hover {
- text-decoration: none;
- padding-right:20px;
- color: {color:LinkHover};
- background-color:{color:NavLinksBGHover};
- -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; {block:IfShowBorderOnIcon} background-color:{color:NavLinksBG}; padding: 3px; {/block:IfShowBorderOnIcon} }
- #description {
- background-color: transparent;
- margin-top:0px;
- font-family: {font:Description};
- font-size: 11px;
- color: {color:Description}; }
- #description a {
- color: {color:DescriptionLink};
- text-decoration:none;}
- #description a:visited {
- color: {color:DescriptionLink};
- text-decoration:none;}
- #description a:hover {
- color: {color:NavLinksBGHover};
- text-decoration:none;}
- #description img {
- float: right;}
- .menu_table {
- height:90px; }
- 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:270px;
- background-color:none; }
- #content {
- width: 520px;
- margin:0px;
- padding-top:0px;
- font: 11px {font:Body};
- background-color:none; }
- #background {
- width: 510px; height:3000px;
- background-color:{color:ContentBG};
- z-index:-235;
- position:fixed; top:0px; left:270px; }
- {block:IfTransparentContentBackground}
- #background {
- opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
- {/block:IfTransparentContentBackground}
- {block:IfNotTitleOnLeftSide}
- #sidebar2 {
- position: fixed; top:30px; left:780px;
- height:370px;
- z-index:-2; }
- #sidebar_pic {
- position: relative; top:70px;
- height:300px;
- z-index:23454;
- border-top-right-radius:30px;
- border-bottom-right-radius:30px;
- {block:IfNotShowSidebarPic}
- display:none;
- {/block:IfNotShowSidebarPic}
- }
- {/block:IfNotTitleOnLeftSide}
- #sidebar_pic img {
- height:300px;
- text-align:right;
- border-top-right-radius:30px;
- border-bottom-right-radius:30px; }
- {block:IfTitleOnLeftSide}
- #sidebar2 {
- position: fixed; top:30px; left:80px;
- height:370px;
- z-index:-232; }
- #sidebar_pic {
- position: fixed; top:100px; left:780px;
- height:300px;
- z-index:23454;
- border-top-right-radius:30px;
- border-bottom-right-radius:30px;
- {block:IfNotShowSidebarPic}
- display:none;
- {/block:IfNotShowSidebarPic}
- }
- {/block:IfTitleOnLeftSide}
- #title {
- position: absolute; bottom:305px;
- {block:IfNotTitleOnLeftSide}
- width: 220px;
- text-align: left;
- {/block:IfNotTitleOnLeftSide}
- {block:IfTitleOnLeftSide}
- width: 175px;
- text-align: right;
- {/block:IfTitleOnLeftSide}
- padding-bottom:5px; padding-top:5px; padding-left:5px;
- background-color:none;
- font:21px {font:BlogTitle};
- margin:0px;
- text-decoration: none;
- font-weight: bold;
- letter-spacing:-1px;
- line-height:85%;
- z-index:892343; }
- #title a, #title a:visited {
- color:{color:BlogTitle};
- text-decoration: none;}
- #title a:hover {
- text-decoration: none;
- color: {color:LinkHover}; }
- #navigation {
- position:fixed; top:400px; left:85px;
- width:183px;
- }
- .navi { color:{color:BlogTitle};
- text-align: center;
- font:24px {font:BlogTitle}; }
- .navi a {
- color:{color:BlogTitle};
- text-decoration: none;
- font-weight:bold; }
- .navi a:visited {
- text-decoration: none;
- color: {color:BlogTitle};
- font-weight:bold; }
- .navi a:hover {
- text-decoration: none;
- color: {color:LinkHover}; }
- .post {
- margin-top:0px;
- padding-top: 5px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px;
- width: 500px; color: {color:Text};
- background-color:none;
- border:0px solid #000; }
- .post a {
- color:{color:Link}; text-decoration:none; }
- .post a:visited {
- color:{color:Link}; text-decoration:none; }
- .post a:hover {
- text-decoration:none; color:{color:LinkHover}; }
- .post a:active {
- text-decoration:none; color:{color:LinkHover}; }
- .post p {
- line-height:110%;}
- .post ul {
- list-style-type: circle;}
- #postinfo {
- font:11px {font:NavLinks};
- color:{color:Text};
- border-top:2px solid #222; border-bottom:2px solid #222;
- padding-top:7px; padding-left:30px; padding-bottom:7px;
- width:480px; margin-left:-5px; margin-top:5px; }
- ul.tags {
- list-style-type:none;
- padding: 0px;
- margin: 0px 0px;
- text-align: left; }
- .postfooter {
- width:500px;
- padding:1px; margin-left:0px; margin-top:5px; margin-bottom:2px;
- background-color: none;
- font:10px trebuchet ms;
- background-color:none;
- color:{color:Tags};
- text-align: right;
- text-transform: lowercase;
- padding:0px;
- z-index:2;}
- .footer_links a {
- background-color:none;
- color:{color:Tags};
- text-decoration:none;
- font-weight: normal; }
- .footer_links a:visited {
- background-color:none;
- color:{color:Tags};
- text-decoration:none;
- font-weight: normal; }
- #tags {
- width:506px; margin-left:-5px;
- padding-right:4px; padding-bottom:2px;
- font:10px trebuchet ms;
- border-bottom:2px solid {color:Separator};
- text-align: right; }
- .posttitle {
- font:20px {font:Title};
- font-weight:normal;
- margin:0px; padding:0px;}
- .postlink a {
- color:{color:BlogTitle};
- text-decoration:none;
- font-size: 20px;
- font-family: {font:Title};
- text-align: center;
- letter-spacing:-1px; }
- .postlink a:hover {
- color:{color:LinkHover}; }
- .postquote {
- width:440px;
- font-family:{font:Title}; color:{color:Text}; font-size:20px; font-weight: normal; padding: 0px 20px 5px 0px; position: relative; left: 30px; top: -60px; z-index: 2;}
- .quotebg {
- font-family:{font:Title}; font-size:100px;
- color:{color:Text};
- position: relative; left: 0px; top: 0px;
- z-index: 1; line-height: 90%;
- opacity: 0.2; filter: alpha(opacity=20); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; height:70px;}
- .quote_source {margin: -58px 20px 5px 0; text-align: right; position:relative; z-index: 98; }
- .quote_source a{color:{color:Link}; text-decoration:none;}
- .quote_source a:hover { color:{color:LinkHover}; }
- li.postchat { list-style-type:none;}
- li.chattitle {
- list-style-type:none;
- text-align: center;
- margin:0px; font: 16px {font:Title};}
- li.postphotoset { list-style-type:none; }
- ul.chat { padding: 0px;
- margin: 0px 0px;
- list-style-type: none;
- border-bottom: solid 0px {color:Accent};}
- ul.chat li {
- border-top: solid 0px {color:Accent};
- padding: 2px; list-style-type:none; }
- ul.chat li:nth-child(odd) { background-color:none;}
- ul.chat li:nth-child(even) { background-color: none}
- ul.chat .label { font-weight:bold;}
- .row { height: 28px; background-color:{color:Accent}; }
- #audiorow { height: 16px; padding: 0px; margin: 0px; {block:IfNotBlackAudioPlayer} background-color: white; color:{color:Text}; {/block:IfNotBlackAudioPlayer}{block:IfBlackAudioPlayer} background-color: black; color: white; {/block:IfBlackAudioPlayer}}
- .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: 2; margin-top: 3px;}
- .question_post img.icon { margin-right: 2px; margin-left:10px; float: left; width:20px; -moz-border-radius:1px;-webkit-border-radius:1px; border-radius: 1px; }
- .question_wrap { position: relative; }
- .tri { color: {color:Accent}; font: 43px garamond; position:absolute; top:-14px; left: 25px; z-index: 1;}
- .question { background-color: {color:Accent}; position: relative; padding: 10px; -moz-border-radius:8px;-webkit-border-radius:8px; border-radius: 8px; z-index: 6;}
- .answer { display:block; margin-top: 0px; padding-top: 0px;}
- .answer p {
- line-height:110%;}
- .notecontainer { margin-bottom:0px; text-align: left;}
- 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-color: #eee;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px; }
- 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:-5px 0px -5px 10px;}
- blockquote img { max-width: 482px; }
- blockquote blockquote img { max-width: 465px; }
- blockquote blockquote blockquote img { max-width: 447px; }
- #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">
- <table id="sidebar_content" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <div id="menu">
- <table border="0" class="menu_table">
- <tr>
- <td>
- <div id="links">
- <a href="/ask">{text:ask label}</a>
- {block:IfShowHomeLink}
- <a href="/">{text:home label}</a>
- {/block:IfShowHomeLink}
- {block:IfShowArchiveLink}
- <a href="/archive">{text:archive label}</a>
- {/block:IfShowArchiveLink}
- {block:IfShowRandomLink}
- <a href="/random">{text:random label}</a>
- {/block:IfShowRandomLink}
- {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}
- </div>
- </td>
- <td>
- <a href="/"><img src="{PortraitURL-64}" /></a>
- </td>
- </tr>
- </table>
- </div>
- {block:Description}
- <div id="description">
- {Description}
- </div>
- {/block:Description}
- </td>
- </tr>
- </table>
- </div>
- {block:IfNotInfiniteScrolling}
- <div id="navigation">
- <div class="navi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">‹</a>
- {/block:PreviousPage}
- ×
- {block:NextPage}
- <a href="{NextPage}">›</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- {/block:IfNotInfiniteScrolling}
- <div id="sidebar2">
- <div id="title">
- <a href="/">
- {Title}
- </a>
- </div>
- <div id="sidebar_pic"><a href="/">
- <img src="{image:SidebarPic}"></a>
- </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">
- {block:Posts}
- <div class="post">
- {block:Photo}
- <div class="media" {block:IfCenteredImages} align="center"{/block:IfCenteredImages}>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <li class="postphotoset">
- {Photoset-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Photoset}
- {block:Video}
- <div class="media">{Video-500}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <table border="0" width="500px" cellspacing="0" cellpadding="0">
- <tr>
- <td width="203px" valign="center">
- <table border="0">
- <tr id="audiorow">
- <td>
- {block:IfNotBlackAudioPlayer} {AudioPlayerWhite} {/block:IfNotBlackAudioPlayer}{block:IfBlackAudioPlayer}{AudioPlayerBlack} {/block:IfBlackAudioPlayer}
- </td>
- </tr>
- <tr class="row">
- <td>
- <div class="meta">{block:TrackName}"{TrackName}"{/block:TrackName} </div>
- </td>
- </tr>
- <tr class="row">
- <td>
- <div class="meta"> by {block:Artist}{Artist}{/block:Artist}</div>
- </tr>
- <tr class="row">
- <td>
- <div class="meta">{PlayCountWithLabel}</div>
- </td>
- </tr>
- <tr>
- <td valign="top">
- {block:Caption}
- <div class="meta">{Caption}</div>
- {/block:Caption}
- </td>
- </tr>
- </table>
- </td>
- <td>
- {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="285"/>
- </div>
- {/block:AlbumArt}
- </td>
- </tr>
- </table>
- {/block:Audio}
- {block:Quote}
- <div class="quotebg">“</div>
- <div class="postquote">{Quote}</div>
- {block:Source}
- <div class="quote_source">
- — {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}
- <div class="copy">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="question_post">
- <table border="0" width="100%">
- <tr>
- <td align="left" valign="center">
- <img class="icon" src="{AskerPortraitURL-24}">
- <div class="asker_container"> {Asker}</div>
- </td>
- </tr>
- <tr>
- <td valign="top">
- <div class="question_wrap">
- <div class="tri">♦</div>
- <div class="question">
- {Question}
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- <li class="postchat"><li class="chattitle">
- {block:Title}
- {Title}
- {/block:Title}</li>
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </li>
- {/block:Chat}
- {block:Link}
- <div class="postlink">
- <a href="{URL}" {Target}>{Name} →</a>
- </div>
- {block:Description}<div class="copy">{Description}</div>{/block:Description}
- {/block:Link}
- {block:PermalinkPage}
- {block:Date}
- <div id="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></li>{/block:RebloggedFromReblog}
- {/block:Reblog}
- {block:HasTags}
- <li>× Tags {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</li>
- {/block:HasTags}
- <li>× <a href="http://veilsandvisions.tumblr.com">theme by veils and visions</a></li>
- </ul>
- </div>
- {/block:Date}
- {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- <div class="postfooter">
- {block:IndexPage}
- {block:Date}
- <div class="footer_links">
- {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>
- </div>
- {/block:Date}
- {/block:IndexPage}
- </div>
- <div class="footer_links">
- {block:IndexPage}
- <div id="tags">
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="/tagged/{Tag}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:IndexPage}
- </div>
- </div>
- <div class="bottom"></div>
- {/block:Posts}
- </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>

