Don't like ads? PRO users don't see any ads ;-)

#6 luna - a free tumblr theme

By: veilsandvisions on Jun 25th, 2012  |  syntax: None  |  size: 30.61 KB  |  hits: 2,163  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.                                          
  4. L U N A   B Y   V E I L S   A N D   V I S I O N S !
  5. http://veilsandvisions.tumblr.com/
  6. ver 1.2.2
  7.  
  8. -->
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12.     <!-- DEFAULT VARIABLES -->
  13.     <meta name="color:Background" content="#96cea9" />
  14.     <meta name="color:ContentBG" content="#ffffff" />
  15.     <meta name="color:BlogTitle" content="#000000" />
  16.     <meta name="color:Text" content="#000000" />
  17.     <meta name="color:PostFooter" content="#d4f0ae" />
  18.     <meta name="color:Link" content="#31864e" />
  19.     <meta name="color:LinkHover" content="#8aaeba" />
  20.     <meta name="color:Sidebar" content="#ffffff" />
  21.     <meta name="color:SidebarLink" content="#8aaeba" />
  22.     <meta name="color:Ask" content="#d4f0ae" />
  23.     <meta name="color:SearchBar" content="#d4f0ae" />
  24.     <meta name="color:SearchBarBorder" content="#8aaeba" />
  25.     <meta name="color:SearchBarText" content="#000000" />
  26.  
  27.     <meta name="font:Body" content="Arial" />
  28.     <meta name="font:Description" content="Baskerville" />
  29.     <meta name="font:PostFooter" content="Georgia" />
  30.    
  31.     <meta name="if:Infinite Scrolling" content="0" />
  32.     <meta name="if:Sidebar On Left" content="0" />
  33.     <meta name="if:HeaderImage" content="0" />
  34.     <meta name="if:Date Style TimeAgo" content="0" />
  35.     <meta name="if:Show Random Link" content="1" />
  36.     <meta name="if:Show search" content="0"/>
  37.     <meta name="if:Show Album Art" content="1">
  38.     <meta name="if:Centered Images" content="0" />
  39.     <meta name="if:Custom font on NavLinks" content="0" />
  40.     <meta name="if:Fixed Background" content="1" />
  41.     <meta name="if:Repeat Background" content="1" />
  42.  
  43.     <meta name="if:Link 1" content="0" />
  44.     <meta name="if:Link 2" content="0" />
  45.     <meta name="if:Link 3" content="0" />
  46.     <meta name="if:Link 4" content="0" />
  47.     <meta name="if:Link 5" content="0" />
  48.  
  49.     <meta name="text:Background Position" content="left center" />
  50.     <meta name="text:Search label" content="search tags" />
  51.     <meta name="text:Ask label" content="ask" />
  52.     <meta name="text:Home label" content="home" />
  53.     <meta name="text:Archive label" content="archive" />
  54.     <meta name="text:Random label" content="random" />
  55.     <meta name="text:Link 1 Url" content="http://" />
  56.     <meta name="text:Link 1 Name" content="link 1" />
  57.     <meta name="text:Link 2 Url" content="http://" />
  58.     <meta name="text:Link 2 Name" content="link 2" />
  59.     <meta name="text:Link 3 Url" content="http://" />
  60.     <meta name="text:Link 3 Name" content="link 3" />
  61.     <meta name="text:Link 4 Url" content="http://" />
  62.     <meta name="text:Link 4 Name" content="link 4" />
  63.     <meta name="text:Link 5 Url" content="http://" />
  64.     <meta name="text:Link 5 Name" content="link 5" />
  65.    
  66.     <meta name="image:Header" content="" />
  67.     <meta name="image:BackgroundPic" content="" />
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  70.    
  71.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  72.     <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  73.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  74.     <link rel="shortcut icon" href="{Favicon}" />
  75.     <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  76.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  77.     <style type="text/css">
  78.  
  79. body { background-color:{color:Background}; background-image: url('{image:BackgroundPic}'); background-position: {text:Background Position}; }
  80.  
  81. {block:IfNotFixedBackground}
  82. body {background-attachment: scroll;}
  83. {/block:IfNotFixedBackground}
  84. {block:IfFixedBackground}
  85. body {background-attachment:fixed;}
  86. {/block:IfFixedBackground}
  87. {block:IfNotRepeatBackground}
  88. body {background-repeat:no-repeat;}
  89. {/block:IfNotRepeatBackground}
  90. {block:IfRepeatBackground}
  91. body {background-repeat:repeat;}
  92. {/block:IfRepeatBackground}
  93.  
  94. a {     -webkit-transition: all 0.3s linear;
  95.         -moz-transition: all 0.3s linear;
  96.         -o-transition: all 0.3s linear ;
  97.         -ms-transition: all 0.3s linear; }
  98.  a:hover {
  99.         -webkit-transition: all 0.3s linear;
  100.         -moz-transition: all 0.3s linear;
  101.         -o-transition: all 0.3s linear ;
  102.         -ms-transition: all 0.3s linear; }
  103.  
  104. #wrapper { {block:IfNotSidebarOnLeft} margin-left: 260px;  {/block:IfNotSidebarOnLeft} {block:IfSidebarOnLeft} margin-left: 360px; {/block:IfSidebarOnLeft}width:500px; padding:0px;
  105. }
  106.  
  107. #title {
  108.   font-family: 'just me again down here'; color:{color:blogtitle};
  109.   font-size: 45px; text-decoration: none; background-color: none;
  110.   margin-left: 5px; margin-bottom: 0px;
  111.         font-weight: 400;
  112.         text-align: center;
  113.         width: 510px;
  114.         max-height: 150px;
  115.         overflow: hidden;
  116.         border-radius: 2px;
  117.         -webkit-border-radius: 2px;
  118.         -moz-border-radius: 2px; }
  119.  
  120. #title a, #title a:visited {
  121.   color:{color:blogtitle};
  122.   text-decoration: none; }
  123. #title a:hover {
  124.   color:{color:sidebarlink};
  125.   text-decoration: none; }
  126.  
  127. #title img { width: 510px;
  128.  }
  129.  
  130. #content {
  131.   float: left;
  132.   width: 520px;
  133.   margin-left:0px; font-family:{font:Body}; font-size:11px;
  134.         margin-top: 10px;
  135. }
  136.  
  137.  
  138. ol#posts {
  139.         list-style-type: none;
  140.         margin:0px; padding: 0px 5px  5px 5px;
  141.         width:510px; }
  142. ol#posts li.post {
  143.         padding:5px;
  144.         margin-bottom: 10px;
  145.         background-color: {color:ContentBG};
  146.         color: {color:Text};
  147.         border-radius: 2px;
  148.         -webkit-border-radius: 2px;
  149.         -moz-border-radius: 2px; }
  150.  
  151. ol#posts a, ol#posts a:visited {
  152.         color: {color:Link};
  153.         text-decoration: none; }
  154.  
  155. ol#posts a:hover { color: {color:LinkHover};  }
  156.  
  157. ol#posts li ul {
  158.         list-style-type: disc; }
  159.  
  160. ol#posts img { max-width: 500px;}
  161.  
  162. .post a{
  163.   color:{color:Link}; text-decoration:none; }
  164. .post a:hover {
  165.   color:{color:Link}; text-decoration:none; }
  166.  
  167.  
  168. .footer {
  169.         position: relative; z-index: 2345;
  170.         background-color: {color:postFooter};
  171.         font:9px {font:PostFooter};
  172.         margin-top:5px;
  173.         text-transform:lowercase;
  174. -moz-border-radius:1px;-webkit-border-radius:1px; border-radius: 1px; }
  175.  
  176. .footer a {     font:9px {font:PostFooter};
  177.   color: {color:Text}; text-decoration:none; }
  178. .footer a:hover {
  179.   color:{color:Link}; text-decoration:none; }
  180.  
  181. ul.tags {
  182.         list-style-type: none;
  183.         margin: 0px 0px; padding: 3px;
  184.         text-align: left;
  185.         background-color: {color:postFooter}; }
  186.  
  187. .postinfo {
  188.         font:9px {font:PostFooter};
  189.         color:{color:Text};
  190.         width: 500px;
  191.         background-color: {color:ContentBG};
  192.         padding: 5px;
  193.         text-transform: lowercase;
  194.         border-radius: 2px;
  195.         -webkit-border-radius: 2px;
  196.         -moz-border-radius: 2px;  }
  197.  
  198. .notecontainer {
  199.         background-color: {color:ContentBG};
  200.         widht: 510px;
  201.         padding: 5px;
  202.         margin-top: 10px;
  203.         border-radius: 2px;
  204.         -webkit-border-radius: 2px;
  205.         -moz-border-radius: 2px;  }
  206.  
  207. .notecontainer ol { list-style-type: none; }
  208.  
  209.  
  210. .postlink {
  211.         color:{color:Link};
  212.         text-decoration:none;
  213.         font-family: 'just me again down here';
  214.         font-size: 28px;
  215.         text-align: center;
  216.         letter-spacing:-1px;
  217.         background-color: none;}
  218. .postlink:hover {
  219.         color:{color:LinkHover}; }
  220.  
  221. .posttitle {
  222.         font-family: 'just me again down here';
  223.         font-size: 28px;
  224.         font-weight: 400;
  225.         margin:0px; padding:0px;
  226.         text-align: center; }
  227.  
  228. .chattitle {
  229.         list-style-type:none;
  230.         text-align: center;
  231.         margin:0px;     font-family: 'just me again down here';
  232.         font-size: 24px;}
  233.  
  234. ul.chat {  padding: 0px;
  235.                 margin: 0px 0px;
  236.                 list-style-type: none; }
  237.  
  238. ul.chat li.line {
  239.  padding: 4px 2px; list-style-type:none; margin-bottom: 2px; border-bottom: 2px solid {color:Text}; }
  240.  
  241. ul.chat li.line:nth-child(odd) { background-color: none;}
  242. ul.chat li.line:nth-child(even) { background-color: none; }
  243. li.postphotoset { list-style-type:none; }
  244.  
  245. .label { font-weight:bold; text-transform: normal; background-color: none; padding: 2px; }
  246.  
  247. .audio { background-color: black; width: 495px;  }
  248. .copy p { padding: 0px; margin:0px;}
  249. .copy blockquote { margin: 5px 10px; }
  250. .row:nth-child(odd) { background-color:none;}
  251. .row:nth-child(even) { background-color: none;}
  252. .player { }
  253. .meta { padding-left: 3px; }
  254. .album_art { padding: 0px; }
  255. ol.audioinfo { list-style-type: none; padding: 0px; margin: 0px;}
  256. ol.audioinfo li { margin-bottom: 2px; padding: 4px 2px;  background-color: none; border-bottom: 2px solid {color:Text};  }
  257.  
  258. .postquote {
  259.         width:440px; background-color: none; position: relative; top: 0px; left: 40px;
  260.         font-family:{font:PostFooter}; color:{color:Text};
  261.         font-size:14px; font-weight: normal;
  262.         text-align: left;
  263.         padding: 5px 10px; z-index: 4;}
  264.  
  265. #post_quote { POSITION: relative; }
  266. .source { text-align: center; margin-top: 5px;}
  267. .signs {
  268.         font-family: georgia; font-size:95px; width:70px; display: inline;
  269.         color:{color:Text};
  270.         font-weight: bold; position: absolute;
  271.         z-index: 5; line-height: 40%;
  272.         opacity: 0.7; filter: alpha(opacity=70); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  }
  273. #sign_left { top: 25px; left: 0px; }
  274.  
  275.  
  276. #sidebar {
  277.   position: fixed; top:200px; {block:IfNotSidebarOnLeft}left: 790px;  {/block:IfNotSidebarOnLeft} {block:IfSidebarOnLeft}left: 110px; {/block:IfSidebarOnLeft}
  278.   width: 260px;
  279. }
  280.  
  281. #top {
  282.   width:130px;
  283.   background-color: {color:Sidebar}; border: 0px solid #000;
  284.   padding:5px;
  285.         border-radius: 2px;
  286.         -webkit-border-radius: 2px;
  287.         -moz-border-radius: 2px;
  288. }
  289.  
  290. #description { font-size:11px; margin-top:3px; font-family: {font:Description}; }
  291. #description a { text-decoration: none; color: {color:Link}; }
  292. #description a:hover { text-decoration: none; color: {color:LinkHover}; }
  293.  
  294. #avatar img { -moz-border-radius:100px;-webkit-border-radius:100px; border-radius: 100px;}
  295.  
  296. #avatar:hover {
  297. -webkit-transition: all 0.5s ease-in-out;
  298. -moz-transition: all 0.5s ease-in-out;
  299. -o-transition: all 0.5s ease-in-out;
  300. -ms-transition: all 0.5s ease-in-out;
  301. -webkit-transform: rotate(360deg);
  302. -moz-transform: rotate(360deg);
  303. -o-transform: rotate(360deg);
  304. -ms-transform: rotate(360deg);
  305. }
  306.  
  307.   #menu {
  308.    margin-bottom: 0px;
  309.    text-transform: lowercase; }
  310.   #menu a {
  311. {block:IfNotCustomFontOnNavLinks}
  312.         font-size: 13px;
  313.         font-style: normal;
  314.         font-family: {font:PostFooter};
  315.         text-decoration:none;
  316.         font-weight: bold;
  317. {/block:IfNotCustomFontOnNavLinks}
  318. {block:IfCustomFontOnNavLinks}
  319.         font-size: 20px;
  320.         font-style: normal;
  321.         font-family: 'just me again down here';
  322.         text-decoration:none;
  323.         font-weight: 400;
  324.         line-height: 80%;
  325. {/block:IfCustomFontOnNavLinks}
  326.         letter-spacing:0px;
  327.         text-align: center;
  328.          display:block;
  329.         background-color:none;
  330.         padding-left:0px;
  331.         color:{color:SidebarLink};
  332.         -webkit-transition: all 0.1s linear;
  333.         -moz-transition: all 0.1s linear;
  334.         -o-transition: all 0.1s linear ;
  335.         -ms-transition: all 0.1s linear; }
  336.   #menu a:hover {
  337.    padding-left:5px;
  338.     opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; letter-spacing:4px;
  339.         -webkit-transition: all 0.1s linear;
  340.         -moz-transition: all 0.1s linear;
  341.         -o-transition: all 0.1s linear ;
  342.         -ms-transition: all 0.1s linear; }  
  343.      
  344. #navigation { {block:IfInfiniteScrolling} display: none; {block:IfInfiniteScrolling} }
  345. #navigation a, #navigation a:visited {
  346.   margin-top: 10px;
  347.   color: #000; text-decoration:none;
  348.   font-size:80px; font-family: georgia;
  349. }
  350.  
  351. #navigation a:hover {
  352.   opacity: 0.2; filter: alpha(opacity=20); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  353. }
  354.  
  355. .question_post { background-color: none; -moz-border-radius:6px;-webkit-border-radius:6px; border-radius: 6px; padding:5px;}
  356. .asker_container { font-family:{font:PostFooter}; font-size:12px; font-weight:bold; position: relative; z-index: 12; }
  357. .question_post img.icon { margin-right: 0px;
  358.         -moz-border-radius:30px;
  359.         -webkit-border-radius:30px;
  360.         border-radius: 30px; }
  361. .question_wrap { position: relative; }
  362. .tri { color: {color:Ask}; font: 50px baskerville; position:absolute; top:-20px; left: 220px; z-index: 1;}
  363. .question { background-color: {color:Ask}; position: relative; padding: 10px; -moz-border-radius:2px;-webkit-border-radius:2px; border-radius: 2px; z-index: 6;}
  364. .answer { display:block;}
  365. .answer p {
  366.         line-height:110%;}
  367.  
  368.  
  369. #search  {
  370.         margin-top: 3px;
  371.         background-color: {color:searchbar};
  372.         width: 128px; height: 17px; padding: 0px;
  373.         border: 1px solid {color:SearchbarBorder};
  374.         border-radius: 2px;
  375.         -webkit-border-radius: 2px;
  376.         -moz-border-radius: 2px; }
  377. .input_text {
  378.         width: 100px; margin-left: 2px; margin-top: 0px;
  379.         padding: 2px;
  380.         color: {color:Searchbartext};
  381.         font-size: 11px; font-family: {font:description};
  382.         background-color: transparent;
  383.         border: none; float: left;       }
  384. .send {
  385.         background-image: url('http://static.tumblr.com/wmub1ou/U8elgx98n/search.png'); background-repeat: no-repeat;
  386.         background-color: transparent; border: none;
  387.         width: 21px; height: 20px; margin-top: 1px;
  388.         float: right; }
  389.  
  390.  
  391. ol.notes {
  392.                 padding: 0px;
  393.                 margin: 5px 0px;
  394.                 list-style-type: none;
  395.                 border-bottom: solid 0px #ccc;
  396.         font-size: 10px;
  397.         font-family: {font:Body}; }
  398. ol.notes li.note {
  399.                 border-top: solid 0px #ccc;
  400.                 padding: 1px;            }
  401. ol.notes li.note img.avatar {
  402.                 vertical-align: -2px;
  403.                 margin-right: 8px;
  404.         margin-left: 5px;
  405.                 width: 14px;
  406.                 height: 14px;
  407.         border-radius: 10px;
  408.         -webkit-border-radius: 10px;
  409.         -moz-border-radius: 10px; }
  410. ol.notes li.note span.action {
  411.                 font-weight: normal; }
  412. ol.notes li.note .answer_content {
  413.                 font-weight: normal;}
  414. ol.notes li.note blockquote {
  415.                 border-color: {color:Text};
  416.                 padding: 2px 10px;
  417.                 margin: 5px 0px 0px 35px; }
  418. ol.notes li.note blockquote a { text-decoration: none; }
  419.  
  420. #credit {  
  421.         font-family: arial;
  422.         top:26px;
  423.         right: 5px;
  424.         position: fixed;
  425.         text-align: right;
  426.         font-size:13px;
  427.         background-color: none;
  428.         color: white;
  429.         text-decoration:none;
  430.         font-weight:normal;
  431.         word-spacing:-2px; }
  432. #credit a, #credit a:visited {
  433.         font: 10px arial;
  434.         background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  435.         color: white;
  436.         text-decoration:none;
  437.         font-weight:normal;
  438.         padding: 3px;
  439.         letter-spacing: 1px;
  440.         line-height: 14px;
  441.         opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  442.         border-radius: 2px;
  443.         -webkit-border-radius: 2px;
  444.         -moz-border-radius: 2px;
  445.         -webkit-transition: all 0.4s linear;
  446.         -moz-transition: all 0.4s linear;
  447.         -o-transition: all 0.4s linear ;
  448.         -ms-transition: all 0.4s linear; }
  449. #credit a:hover {    
  450.         opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  451.         -webkit-transition: all 0.4s linear;
  452.         -moz-transition: all 0.4s linear;
  453.         -o-transition: all 0.4s linear;
  454.         -ms-transition: all 0.4s linear; }
  455.  
  456. iframe#tumblr_controls {    
  457.         top:0px !important;  
  458.         right:3px !important;    
  459.         position: fixed !important;    
  460.         opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  461.         -webkit-transition: all 0.4s linear;
  462.         -moz-transition: all 0.4s linear;
  463.         -o-transition: all 0.4s linear ;
  464.         -ms-transition: all 0.4s linear; }  
  465. iframe#tumblr_controls:hover {    
  466.         opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  467.         -webkit-transition: all 0.4s linear;
  468.         -moz-transition: all 0.4s linear;
  469.         -o-transition: all 0.4s linear;
  470.         -ms-transition: all 0.4s linear;}
  471.  
  472. img {  border-style: none;
  473.         max-width: 500px; }  
  474.  
  475. blockquote {
  476.         border-left: 3px {color:Text} solid;
  477.         padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
  478.         margin:-5px 0px -5px 10px;}
  479. blockquote img { max-width:482px; }
  480. blockquote blockquote img { max-width:465px; }
  481. blockquote blockquote blockquote img { max-width:447px; }
  482.  
  483.         </style>
  484.    
  485.     <style type="text/css">{CustomCSS}</style>
  486.  
  487. {block:IfInfiniteScrolling}
  488.         <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  489. {/block:IfInfiniteScrolling}
  490.  
  491. <meta name="text:Search Label" content="" />
  492. <script type="text/javascript" src="http://static.tumblr.com/8oupd2j/y87lul42o/tag_search.js">
  493. </script>
  494. </head>
  495. <body bgcolor="{color:Background}">
  496.     <div id="wrapper">
  497.         <div id="title">
  498.             <a href="/">
  499.                 {block:IfHeaderImage}<img src="{image:Header}" />{/block:IfHeaderImage}
  500.                 {block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
  501.             </a>
  502.         </div>
  503.        
  504.         <div id="content">
  505.      
  506. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}      
  507.             {block:SearchPage}
  508.                 {block:SearchResults}
  509.                     <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  510.                 {/block:SearchResults}
  511.                
  512.                 {block:NoSearchResults}
  513.                     <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  514.                 {/block:NoSearchResults}
  515.             {/block:SearchPage}
  516.            
  517. <ol id="posts">
  518. <div class ="autopagerize_page_element">
  519. {block:Posts}
  520.  
  521. {block:Text}
  522. <li class="post">
  523.         {block:Title}
  524.                 <div class="posttitle">{Title}</div>
  525.         {/block:Title}
  526.         {Body}
  527. {block:IndexPage}
  528.           <table border="0" width="100%" class="footer">
  529.  
  530.                 <tr>
  531.                         <td width="90%">
  532.                                         {block:Date}
  533.                                                 {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
  534.                                                 {block:IfNotDateStyleTimeAgo}
  535.                                                 <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a>
  536.                                                 {/block:IfNotDateStyleTimeAgo}
  537.                                                 {block:IfDateStyleTimeAgo}
  538.                                                 <a href="{Permalink}">{TimeAgo}</a>
  539.                                                 {/block:IfDateStyleTimeAgo}
  540.                                                 {block:NoteCount} with<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  541.                                         {/block:Date}
  542.  
  543.                         </td>
  544.                         <td width="10%" align="right">
  545.                                         <a href="{ReblogURL}">reblog &hearts;</a>
  546.                         </td>
  547.                 </tr>
  548.           </table>      
  549. {/block:IndexPage}
  550. </li>
  551. {/block:Text}
  552.  
  553. {block:Photo}
  554. <li class="post">
  555.         {block:IfCenteredImages} <center>{/block:IfCenteredImages}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/ >{block:IfCenteredImages} </center>{/block:IfCenteredImages}
  556.                 {block:Caption}
  557.                         <div class="caption">{Caption}</div>
  558.                 {/block:Caption}
  559. {block:IndexPage}
  560.           <table border="0" width="100%" class="footer">
  561.  
  562.                 <tr>
  563.                         <td width="90%">
  564.                                         {block:Date}
  565.                                                 {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
  566.                                                 {block:IfNotDateStyleTimeAgo}
  567.                                                 <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a>
  568.                                                 {/block:IfNotDateStyleTimeAgo}
  569.                                                 {block:IfDateStyleTimeAgo}
  570.                                                 <a href="{Permalink}">{TimeAgo}</a>
  571.                                                 {/block:IfDateStyleTimeAgo}
  572.                                                 {block:NoteCount} with<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  573.                                         {/block:Date}
  574.  
  575.                         </td>
  576.                         <td width="10%" align="right">
  577.                                         <a href="{ReblogURL}">reblog &hearts;</a>
  578.                         </td>
  579.                 </tr>
  580.           </table>      
  581. {/block:IndexPage}
  582. </li>
  583. {/block:Photo}
  584.  
  585. {block:Photoset}
  586. <li class="post">
  587.         {Photoset-500}
  588.                 {block:Caption}
  589.                         <div class="caption">{Caption}</div>
  590.                 {/block:Caption}
  591. {block:IndexPage}
  592.           <table border="0" width="100%" class="footer">
  593.  
  594.                 <tr>
  595.                         <td width="90%">
  596.                                         {block:Date}
  597.                                                 {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
  598.                                                 {block:IfNotDateStyleTimeAgo}
  599.                                                 <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a>
  600.                                                 {/block:IfNotDateStyleTimeAgo}
  601.                                                 {block:IfDateStyleTimeAgo}
  602.                                                 <a href="{Permalink}">{TimeAgo}</a>
  603.                                                 {/block:IfDateStyleTimeAgo}
  604.                                                 {block:NoteCount} with<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  605.                                         {/block:Date}
  606.  
  607.                         </td>
  608.                         <td width="10%" align="right">
  609.                                         <a href="{ReblogURL}">reblog &hearts;</a>
  610.                         </td>
  611.                 </tr>
  612.           </table>      
  613. {/block:IndexPage}
  614. </li>
  615. {/block:Photoset}
  616.  
  617. {block:Quote}
  618. <li class="post">
  619.                 <div id="post_quote">  
  620.                         <div id="sign_left" class="signs">&ldquo;</div>
  621.                         <div class="postquote">{Quote}</div>
  622.  
  623.                         {block:Source}
  624.                                 <div class="source">&mdash; {Source}</div>
  625.                         {/block:Source}
  626.                 </div>
  627.  
  628. {block:IndexPage}
  629.           <table border="0" width="100%" class="footer">
  630.  
  631.                 <tr>
  632.                         <td width="90%">
  633.                                         {block:Date}
  634.                                                 {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
  635.                                                 {block:IfNotDateStyleTimeAgo}
  636.                                                 <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a>
  637.                                                 {/block:IfNotDateStyleTimeAgo}
  638.                                                 {block:IfDateStyleTimeAgo}
  639.                                                 <a href="{Permalink}">{TimeAgo}</a>
  640.                                                 {/block:IfDateStyleTimeAgo}
  641.                                                 {block:NoteCount} with<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  642.                                         {/block:Date}
  643.  
  644.                         </td>
  645.                         <td width="10%" align="right">
  646.                                         <a href="{ReblogURL}">reblog &hearts;</a>
  647.                         </td>
  648.                 </tr>
  649.           </table>      
  650. {/block:IndexPage}
  651. </li>
  652. {/block:Quote}
  653.  
  654. {block:Link}
  655. <li class="post">
  656.         <div class="postlink">
  657.                 <a href="{URL}" {Target}>{Name}</a>
  658.         </div>
  659.                 {block:Description}
  660.                         <div class="description">{Description}</div>
  661.                 {/block:Description}
  662. {block:IndexPage}
  663.           <table border="0" width="100%" class="footer">
  664.  
  665.                 <tr>
  666.                         <td width="90%">
  667.                                         {block:Date}
  668.                                                 {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
  669.                                                 {block:IfNotDateStyleTimeAgo}
  670.                                                 <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a>
  671.                                                 {/block:IfNotDateStyleTimeAgo}
  672.                                                 {block:IfDateStyleTimeAgo}
  673.                                                 <a href="{Permalink}">{TimeAgo}</a>
  674.                                                 {/block:IfDateStyleTimeAgo}
  675.                                                 {block:NoteCount} with<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  676.                                         {/block:Date}
  677.  
  678.                         </td>
  679.                         <td width="10%" align="right">
  680.                                         <a href="{ReblogURL}">reblog &hearts;</a>
  681.                         </td>
  682.                 </tr>
  683.           </table>      
  684. {/block:IndexPage}
  685. </li>
  686. {/block:Link}
  687.  
  688. {block:Chat}
  689. <li class="post">
  690.                 {block:Title}
  691.                         <div class="chattitle">{Title}</div>
  692.                 {/block:Title}
  693.                 <ul class="chat">
  694.                         {block:Lines}
  695.                                 <li class="line">
  696.                                         {block:Label}
  697.                                                 <span class="label">{Label}</span>
  698.                                         {/block:Label}
  699.                                                 {Line}
  700.                                 </li>
  701.                         {/block:Lines}
  702.                 </ul>
  703. {block:IndexPage}
  704.           <table border="0" width="100%" class="footer">
  705.  
  706.                 <tr>
  707.                         <td width="90%">
  708.                                         {block:Date}
  709.                                                 {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
  710.                                                 {block:IfNotDateStyleTimeAgo}
  711.                                                 <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a>
  712.                                                 {/block:IfNotDateStyleTimeAgo}
  713.                                                 {block:IfDateStyleTimeAgo}
  714.                                                 <a href="{Permalink}">{TimeAgo}</a>
  715.                                                 {/block:IfDateStyleTimeAgo}
  716.                                                 {block:NoteCount} with<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  717.                                         {/block:Date}
  718.  
  719.                         </td>
  720.                         <td width="10%" align="right">
  721.                                         <a href="{ReblogURL}">reblog &hearts;</a>
  722.                         </td>
  723.                 </tr>
  724.           </table>      
  725. {/block:IndexPage}
  726. </li>
  727. {/block:Chat}
  728.  
  729. {block:Video}
  730. <li class="post">
  731.         {Video-500}
  732.                 {block:Caption}
  733.                         <div class="caption">{Caption}</div>
  734.                 {/block:Caption}
  735. {block:IndexPage}
  736.           <table border="0" width="100%" class="footer">
  737.  
  738.                 <tr>
  739.                         <td width="90%">
  740.                                         {block:Date}
  741.                                                 {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
  742.                                                 {block:IfNotDateStyleTimeAgo}
  743.                                                 <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a>
  744.                                                 {/block:IfNotDateStyleTimeAgo}
  745.                                                 {block:IfDateStyleTimeAgo}
  746.                                                 <a href="{Permalink}">{TimeAgo}</a>
  747.                                                 {/block:IfDateStyleTimeAgo}
  748.                                                 {block:NoteCount} with<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  749.                                         {/block:Date}
  750.  
  751.                         </td>
  752.                         <td width="10%" align="right">
  753.                                         <a href="{ReblogURL}">reblog &hearts;</a>
  754.                         </td>
  755.                 </tr>
  756.           </table>      
  757. {/block:IndexPage}
  758. </li>
  759. {/block:Video}
  760.  
  761. {block:Audio}
  762. <li class="post">
  763.         <table border="0" width="500px">
  764.                 <tr>
  765.                         <td {block:IfShowAlbumArt}colspan="2"{/block:IfShowAlbumArt}>
  766.                         <div class="audio">
  767.                                 <div class="player">{AudioPlayerBlack}</div>
  768.  
  769.                         </div>
  770.                         </td>
  771.                 </tr>
  772.                 <tr class="row">{block:IfShowAlbumArt}
  773.                         <td width="207px">
  774.                                
  775.                                 {block:AlbumArt}
  776.                                 <div class="album_art">
  777.                                         <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:0px;" width="207px"/>
  778.                                 </div>
  779.                                 {/block:AlbumArt}
  780.                         </td>{/block:IfShowAlbumArt}
  781.  
  782.                         <td valign="top">
  783.         <ol class="audioinfo">
  784.         {block:TrackName}<li><span class="label">Track:</span> {TrackName}</li>{/block:TrackName}
  785.         {block:Artist}<li><span class="label">Artist:</span> {Artist}</li>{/block:Artist}
  786.         {block:Album}<li><span class="label">Album:</span> {Album}</li>{/block:Album}
  787.         <li>{PlayCountWithLabel}</li>
  788.         </ol>
  789.                                 {block:Caption}
  790.                                         <div class="copy">{Caption}</div>
  791.                                 {/block:Caption}
  792.                         </td>
  793.                 </tr>
  794.         </table>
  795.  
  796.  
  797.  
  798. {block:IndexPage}
  799.           <table border="0" width="100%" class="footer">
  800.  
  801.                 <tr>
  802.                         <td width="90%">
  803.                                         {block:Date}
  804.                                                 {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
  805.                                                 {block:IfNotDateStyleTimeAgo}
  806.                                                 <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a>
  807.                                                 {/block:IfNotDateStyleTimeAgo}
  808.                                                 {block:IfDateStyleTimeAgo}
  809.                                                 <a href="{Permalink}">{TimeAgo}</a>
  810.                                                 {/block:IfDateStyleTimeAgo}
  811.                                                 {block:NoteCount} with<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  812.                                         {/block:Date}
  813.  
  814.                         </td>
  815.                         <td width="10%" align="right">
  816.                                         <a href="{ReblogURL}">reblog &hearts;</a>
  817.                         </td>
  818.                 </tr>
  819.           </table>      
  820. {/block:IndexPage}
  821. </li>
  822. {/block:Audio}
  823.  
  824. {block:Answer}
  825. <li class="post">
  826.         <div class="question_post">
  827.         <table border="0" width="100%">
  828.                 <tr>
  829.                         <td width="40%" align="right">
  830.                                 <img class="icon" src="{AskerPortraitURL-30}">
  831.                         </td>
  832.                         <td width="60%" align="left">
  833.                                 <div class="asker_container"> {Asker} said: </div>
  834.                         </td>
  835.                 </tr>
  836.                 <tr>
  837.                         <td valign="top" colspan="2">
  838.                                 <div class="question_wrap">
  839.                                         <div class="tri">&spades;</div>
  840.                                         <div class="question">
  841.                                                 {Question}
  842.                                         </div>
  843.                                 </div>
  844.                         </td>
  845.                 </tr>
  846.         </table>
  847.  
  848.         </div>
  849.  
  850.         <div class="answer">{Answer}</div>
  851. {block:IndexPage}
  852.           <table border="0" width="100%" class="footer">
  853.  
  854.                 <tr>
  855.                         <td width="90%">
  856.                                         {block:Date}
  857.                                                 {block:Reblog}reblogged{/block:Reblog} {block:NotReblog}posted{/block:NotReblog}
  858.                                                 {block:IfNotDateStyleTimeAgo}
  859.                                                 <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a>
  860.                                                 {/block:IfNotDateStyleTimeAgo}
  861.                                                 {block:IfDateStyleTimeAgo}
  862.                                                 <a href="{Permalink}">{TimeAgo}</a>
  863.                                                 {/block:IfDateStyleTimeAgo}
  864.                                                 {block:NoteCount} with<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  865.                                         {/block:Date}
  866.  
  867.                         </td>
  868.                         <td width="10%" align="right">
  869.                                         <a href="{ReblogURL}">reblog &hearts;</a>
  870.                         </td>
  871.                 </tr>
  872.           </table>      
  873. {/block:IndexPage}
  874.  
  875. </li>
  876. {/block:Answer}
  877.  
  878.  
  879.  
  880. {block:PermalinkPage}
  881.         {block:Date}
  882.         <div class="postinfo">
  883.  
  884.         <ul class="tags">
  885.                         <li>Posted on {Month} {DayOfMonth} {Year} at {FormattedTime} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</li>
  886.                 {block:Reblog}
  887.                         <li>Source <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFromReblog}, via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFromReblog}</li>
  888.                 {/block:Reblog}
  889.                 {block:HasTags}
  890.                         <li>Tags {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</li>
  891.                 {/block:HasTags}
  892.         </ul>
  893.  
  894.         </div>
  895.  
  896.         {/block:Date}
  897.        
  898.  
  899.  
  900.                     {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  901.  
  902. {/block:PermalinkPage}  
  903.  
  904.  
  905. {/block:Posts}
  906. </div>
  907. </ol>
  908.            
  909.  
  910.         </div>
  911.        
  912.         <div id="sidebar">
  913.   <table border="0" width="100%">
  914.      <tr>
  915.         <td width="50px">         {block:Pagination}
  916.                 <div id="navigation">
  917.                     {block:PreviousPage}<a href="{PreviousPage}">&laquo; </a>{/block:PreviousPage}
  918.                  </div>  
  919.  
  920.             {/block:Pagination}</td>
  921.  
  922.         <td>            <div id="top">
  923.                 <div id="avatar"><a href="/"><img src="{PortraitURL-128}" /></a></div>
  924.                 <div id="description">{Description}</div>
  925.                
  926.                 <div id="menu">
  927.          
  928.                                 <a href="/ask">{text:ask label}</a>
  929.                                 <a href="/">{text:home label}</a>
  930.                                 <a href="/archive">{text:archive label}</a>
  931.                                 {block:IfShowRandomLink}
  932.                                 <a href="/random">{text:random label}</a>
  933.                                 {/block:IfShowRandomLink}
  934.                                 {block:IfLink1}<a href="{text:Link 1 Url}">{text:Link 1 Name}</a>{/block:IfLink1}
  935.                                 {block:IfLink2}<a href="{text:Link 2 Url}">{text:Link 2 Name}</a>{/block:IfLink2}
  936.                                 {block:IfLink3}<a href="{text:Link 3 Url}">{text:Link 3 Name}</a>{/block:IfLink3}
  937.                                 {block:IfLink4}<a href="{text:Link 4 Url}">{text:Link 4 Name}</a>{/block:IfLink4}
  938.                                 {block:IfLink5}<a href="{text:Link 5 Url}">{text:Link 5 Name}</a>{/block:IfLink5}
  939.  
  940.        
  941. </div>
  942.                
  943. {block:IfShowSearch}
  944. <div id="search">
  945.         <form id="search-form" onsubmit="return tagSearch(this)">
  946.                 <input type="text" name="tag" value="{text:Search Label}" onfocus="if (this.value == '{text:Search Label}') {this.value=''}" onblur="if (this.value == '') {this.value='{text:Search Label}'}" class="input_text" />
  947.                 <input type="submit" value="" class="send" />
  948.         </form>
  949. </div>
  950. {/block:IfShowSearch}
  951.  
  952.                
  953.                                
  954.                                    
  955.                     <div class="clear"></div>
  956.                 </div></td>
  957.  
  958.         <td width="50px">  
  959.  
  960.             {block:Pagination}
  961.                 <div id="navigation">                    
  962.                     {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  963.                 </div>
  964.         {/block:Pagination}
  965.  
  966.       </td>
  967.     </tr>
  968.   </table>
  969.  
  970.  
  971.  
  972.                
  973.  
  974.             </div>
  975.  
  976.  
  977.             <div id="bottom"></div>
  978.    </div>
  979.        
  980.         <div class="clear"></div>
  981.     </div>
  982.  
  983. <div id="credit"><a href="http://veilsandvisions.tumblr.com">&copy;&ensp;veils and visions</a></div>
  984.    
  985.  
  986. </body>
  987. </html>