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

#3 leo - a free tumblr theme

By: veilsandvisions on Feb 1st, 2012  |  syntax: None  |  size: 24.96 KB  |  hits: 4,000  |  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 E O   B Y   V E I L S   A N D   V I S I O N S !
  5. http://veilsandvisions.tumblr.com/
  6. ver 2.0.0
  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="#f5f5f5" />
  14.     <meta name="color:BlogTitle" content="#87ceeb" />
  15.     <meta name="color:Text" content="#000000" />
  16.     <meta name="color:ContentBG" content="#ffffff" />
  17.     <meta name="color:SidebarBG" content="#ffffff" />
  18.     <meta name="color:NavLinks" content="#222222" />
  19.     <meta name="color:NavLinksBG" content="#87ceeb" />
  20.     <meta name="color:NavLinksBGHover" content="#ff6ab0" />
  21.     <meta name="color:Description" content="#000000" />
  22.     <meta name="color:DescriptionLink" content="#ff6ab0" />
  23.     <meta name="color:Link" content="#4682B4" />
  24.     <meta name="color:LinkHover" content="#ff6ab0" />
  25.     <meta name="color:Tags" content="#666666" />
  26.     <meta name="color:Separator" content="#000000" />
  27.     <meta name="color:Accent" content="#87CEEB" />
  28.  
  29.     <meta name="font:BlogTitle" content="Georgia" />
  30.     <meta name="font:Body" content="Trebuchet MS" />
  31.     <meta name="font:Description" content="Trebuchet MS" />
  32.     <meta name="font:Title" content="Georgia" />
  33.     <meta name="font:NavLinks" content="Georgia" />
  34.    
  35.     <meta name="if:Fixed Background" content="1" />
  36.     <meta name="if:Repeat Background" content="1" />
  37.     <meta name="if:Show Tags" content="1" />
  38.     <meta name="if:Transparent Content Background" content="0" />
  39.     <meta name="if:Transparent Sidebar Background" content="0" />
  40.     <meta name="if:Centered Images" content="1" />
  41.     <meta name="if:Hide Caption" content="0">
  42.     <meta name="if:Black Audio Player" content="1">
  43.     <meta name="if:Infinite Scrolling" content="0" />
  44.     <meta name="if:Date Style TimeAgo" content="0" />
  45.     <meta name="if:Show Border On Icon" content="1" />
  46.     <meta name="if:Show SidebarPic" content="1" />
  47.     <meta name="if:Title on left side" content="0" />
  48.     <meta name="if:Show Home Link" content="1" />
  49.     <meta name="if:Show Archive Link" content="1" />
  50.     <meta name="if:Show Random Link" content="1" />
  51.     <meta name="if:Link 1" content="0" />
  52.     <meta name="if:Link 2" content="0" />
  53.  
  54.     <meta name="text:Background Position" content="right" />
  55.     <meta name="text:Ask label" content="ask" />
  56.     <meta name="text:Home label" content="home" />
  57.     <meta name="text:Archive label" content="archive" />
  58.     <meta name="text:Random label" content="random" />
  59.     <meta name="text:Link 1 Url" content="http://" />
  60.     <meta name="text:Link 1 Name" content="link 1" />
  61.     <meta name="text:Link 2 Url" content="http://" />
  62.     <meta name="text:Link 2 Name" content="link 2" />
  63.  
  64.     <meta name="image:BackgroundPic" content="" />
  65.     <meta name="image:SidebarPic" content="" />
  66.  
  67.    
  68. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  69.  
  70. <title>{Title}</title>
  71. <link rel="shortcut icon" href="{Favicon}">
  72. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  73. {block:Description}
  74. <meta name="description" content="{MetaDescription}" />
  75. {/block:Description}
  76.  
  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. #background2 {
  95.         position: fixed; top:100px; left:70px;
  96.         width:200px; height:300px;
  97.         background-color: {color:SidebarBG};
  98.         border-top-left-radius:30px;
  99.         border-bottom-left-radius:30px;
  100.         z-index:-234; }
  101. {block:IfTransparentSidebarBackground}
  102. #background2 {
  103.         opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";   }
  104. {/block:IfTransparentSidebarBackground}
  105.  
  106. #sidebar {
  107.         position: fixed; top:100px; left:70px;
  108.         width:200px; height:300px;
  109.         background-color: none;
  110.         border-top-left-radius:30px; border-bottom-left-radius:30px;
  111.         z-index:23456; }
  112.  
  113.  
  114. #sidebar_content {
  115.         background-color: transparent;
  116.         margin-top:0px; margin-right:10px; margin-bottom:10px; margin-left:10px;
  117.         height: 300px; border: none;}
  118.  
  119. #menu {
  120.         background-color: none;
  121.         margin-top:-20px;
  122.         font-family: trebuchet ms;
  123.         font-size: 11px;
  124.         color: #c5c5c5; }
  125.  
  126. #links {
  127.         width:110px;
  128.         font: 11px {font:NavLinks};
  129.         text-align: right;  }
  130. #links a {
  131.         display: block;
  132.         background-color:{color:NavLinksBG};
  133.         padding-right:3px;
  134.         color: {color:NavLinks};
  135.         text-decoration:none;
  136.         font-weight:bold;
  137.         margin-right:0px;
  138.         margin-top:1px;
  139.         word-spacing:-2px;
  140.         -webkit-transition: all 0.3s linear;
  141.         -moz-transition: all 0.3s linear;
  142.         -o-transition: all 0.3s linear ;
  143.         -ms-transition: all 0.3s linear; }
  144. #links a:visited {
  145.         color: {color:NavLinks};
  146.         text-decoration:none;
  147.         font-weight:bold;
  148.         margin-right:0px;
  149.         word-spacing:-2px; }
  150. #links a:hover {
  151.         text-decoration: none;
  152.         padding-right:20px;
  153.         color: {color:LinkHover};
  154.         background-color:{color:NavLinksBGHover};
  155.         -webkit-transition: all 0.3s linear;
  156.         -moz-transition: all 0.3s linear;
  157.         -o-transition: all 0.3s linear ;
  158.         -ms-transition: all 0.3s linear; }
  159.  
  160. #menu img {
  161.         float: right;
  162.         margin:0px; {block:IfShowBorderOnIcon} background-color:{color:NavLinksBG}; padding: 3px; {/block:IfShowBorderOnIcon} }
  163.  
  164. #description {
  165.         background-color: transparent;
  166.         margin-top:0px;
  167.         font-family: {font:Description};
  168.         font-size: 11px;
  169.         color: {color:Description}; }
  170. #description a {
  171.         color: {color:DescriptionLink};
  172.         text-decoration:none;}
  173. #description a:visited {
  174.         color: {color:DescriptionLink};
  175.         text-decoration:none;}
  176. #description a:hover {
  177.         color: {color:NavLinksBGHover};
  178.         text-decoration:none;}
  179.  
  180. #description img {
  181.         float: right;}
  182.  
  183. .menu_table  {
  184.         height:90px; }
  185.  
  186. a {     -webkit-transition: all 0.3s linear;
  187.         -moz-transition: all 0.3s linear;
  188.         -o-transition: all 0.3s linear ;
  189.         -ms-transition: all 0.3s linear; }
  190.  a:hover {
  191.         -webkit-transition: all 0.3s linear;
  192.         -moz-transition: all 0.3s linear;
  193.         -o-transition: all 0.3s linear ;
  194.         -ms-transition: all 0.3s linear; }
  195.  
  196. #wrapper {
  197.         position: absolute; top:0px; left:270px;
  198.         background-color:none; }
  199.  
  200. #content {
  201.         width: 520px;
  202.         margin:0px;
  203.         padding-top:0px;
  204.         font: 11px {font:Body};  
  205.         background-color:none; }
  206.  
  207. #background {  
  208.         width: 510px; height:3000px;
  209.         background-color:{color:ContentBG};
  210.         z-index:-235;
  211.         position:fixed; top:0px; left:270px; }
  212.  
  213. {block:IfTransparentContentBackground}
  214. #background {
  215.         opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";   }
  216. {/block:IfTransparentContentBackground}
  217.  
  218. {block:IfNotTitleOnLeftSide}
  219. #sidebar2 {
  220.         position: fixed; top:30px; left:780px;
  221.         height:370px;
  222.         z-index:-2; }
  223.  
  224. #sidebar_pic {  
  225.         position: relative; top:70px;
  226.         height:300px;
  227.         z-index:23454;
  228.         border-top-right-radius:30px;
  229.         border-bottom-right-radius:30px;
  230. {block:IfNotShowSidebarPic}
  231.         display:none;
  232. {/block:IfNotShowSidebarPic}
  233.  }
  234. {/block:IfNotTitleOnLeftSide}
  235.  
  236. #sidebar_pic img {
  237.         height:300px;
  238.         text-align:right;
  239.         border-top-right-radius:30px;
  240.         border-bottom-right-radius:30px; }
  241.  
  242. {block:IfTitleOnLeftSide}
  243. #sidebar2 {            
  244.         position: fixed; top:30px; left:80px;
  245.         height:370px;
  246.         z-index:-232; }
  247.  
  248. #sidebar_pic {  
  249.         position: fixed; top:100px; left:780px;
  250.         height:300px;
  251.         z-index:23454;
  252.         border-top-right-radius:30px;
  253.         border-bottom-right-radius:30px;
  254. {block:IfNotShowSidebarPic}
  255.         display:none;
  256. {/block:IfNotShowSidebarPic}
  257.  }
  258. {/block:IfTitleOnLeftSide}
  259.  
  260. #title {
  261.         position: absolute; bottom:305px;
  262. {block:IfNotTitleOnLeftSide}
  263.         width: 220px;
  264.         text-align: left;
  265. {/block:IfNotTitleOnLeftSide}
  266. {block:IfTitleOnLeftSide}
  267.         width: 175px;
  268.         text-align: right;
  269. {/block:IfTitleOnLeftSide}
  270.         padding-bottom:5px; padding-top:5px; padding-left:5px;
  271.         background-color:none;
  272.         font:21px {font:BlogTitle};
  273.         margin:0px;
  274.         text-decoration: none;
  275.         font-weight: bold;
  276.         letter-spacing:-1px;
  277.         line-height:85%;
  278.         z-index:892343;         }
  279.  
  280. #title a, #title a:visited {
  281.         color:{color:BlogTitle};
  282.         text-decoration: none;}
  283. #title a:hover {
  284.         text-decoration: none;
  285.         color: {color:LinkHover}; }
  286.  
  287. #navigation {
  288.         position:fixed; top:400px; left:85px;
  289.         width:183px;
  290. }
  291.  
  292. .navi { color:{color:BlogTitle};
  293.         text-align: center;
  294.         font:24px {font:BlogTitle};   }
  295.  
  296. .navi a {
  297.         color:{color:BlogTitle};
  298.         text-decoration: none;
  299.         font-weight:bold; }
  300. .navi a:visited {
  301.         text-decoration: none;
  302.         color: {color:BlogTitle};
  303.         font-weight:bold; }
  304. .navi a:hover {
  305.         text-decoration: none;
  306.         color: {color:LinkHover}; }
  307.  
  308.  
  309. .post {
  310.         margin-top:0px;
  311.         padding-top: 5px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px;
  312.         width: 500px; color: {color:Text};
  313.         background-color:none;
  314.         border:0px solid #000; }
  315.  
  316. .post a {
  317.         color:{color:Link}; text-decoration:none; }
  318. .post a:visited {
  319.         color:{color:Link}; text-decoration:none; }
  320. .post a:hover {
  321.         text-decoration:none; color:{color:LinkHover}; }
  322. .post a:active {
  323.         text-decoration:none; color:{color:LinkHover}; }
  324.  
  325. .post p {
  326.         line-height:110%;}
  327.  
  328. .post ul {
  329.         list-style-type: circle;}
  330.  
  331. #postinfo {
  332.         font:11px {font:NavLinks};
  333.         color:{color:Text};
  334.         border-top:2px solid #222; border-bottom:2px solid #222;
  335.         padding-top:7px; padding-left:30px; padding-bottom:7px;
  336.         width:480px; margin-left:-5px; margin-top:5px; }
  337.  
  338. ul.tags {
  339.         list-style-type:none;
  340.         padding: 0px;
  341.         margin: 0px 0px;
  342.         text-align: left; }
  343.  
  344.  
  345. .postfooter {  
  346.         width:500px;
  347.         padding:1px; margin-left:0px; margin-top:5px; margin-bottom:2px;
  348.         background-color: none;
  349.         font:10px trebuchet ms;
  350.         background-color:none;
  351.         color:{color:Tags};
  352.         text-align: right;
  353.         text-transform: lowercase;
  354.         padding:0px;
  355.         z-index:2;}
  356.  
  357. .footer_links a {
  358.         background-color:none;
  359.         color:{color:Tags};
  360.         text-decoration:none;
  361.         font-weight: normal; }
  362. .footer_links a:visited {
  363.         background-color:none;
  364.         color:{color:Tags};
  365.         text-decoration:none;
  366.         font-weight: normal; }
  367.  
  368. #tags {
  369.         width:506px; margin-left:-5px;
  370.         padding-right:4px; padding-bottom:2px;
  371.         font:10px trebuchet ms;
  372.         border-bottom:2px solid {color:Separator};
  373.         text-align: right; }
  374.  
  375. .posttitle {
  376.         font:20px {font:Title};
  377.         font-weight:normal;
  378.         margin:0px; padding:0px;}
  379.  
  380. .postlink a {
  381.         color:{color:BlogTitle};
  382.         text-decoration:none;
  383.         font-size: 20px;
  384.         font-family: {font:Title};
  385.         text-align: center;
  386.         letter-spacing:-1px; }
  387. .postlink a:hover {
  388.         color:{color:LinkHover}; }
  389.  
  390. .postquote {
  391.         width:440px;
  392.         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;}
  393.  
  394. .quotebg {
  395.         font-family:{font:Title}; font-size:100px;
  396.         color:{color:Text};
  397.         position: relative; left: 0px; top: 0px;
  398.         z-index: 1; line-height: 90%;
  399.         opacity: 0.2; filter: alpha(opacity=20); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; height:70px;}
  400.  
  401. .quote_source {margin: -58px 20px 5px 0; text-align: right; position:relative; z-index: 98; }
  402. .quote_source a{color:{color:Link}; text-decoration:none;}
  403. .quote_source a:hover { color:{color:LinkHover}; }
  404.  
  405. li.postchat { list-style-type:none;}
  406. li.chattitle {
  407.         list-style-type:none;
  408.         text-align: center;
  409.         margin:0px; font: 16px {font:Title};}
  410.  
  411. li.postphotoset { list-style-type:none; }
  412.  
  413. ul.chat {  padding: 0px;
  414.                 margin: 0px 0px;
  415.                 list-style-type: none;
  416.                 border-bottom: solid 0px {color:Accent};}
  417.  
  418. ul.chat li {
  419.   border-top: solid 0px {color:Accent};
  420.  padding: 2px; list-style-type:none; }
  421.  
  422. ul.chat li:nth-child(odd) { background-color:none;}
  423. ul.chat li:nth-child(even) { background-color: none}
  424.  
  425. ul.chat .label { font-weight:bold;}
  426.  
  427. .row { height: 28px;  background-color:{color:Accent}; }
  428. #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}}
  429.  
  430. .meta { padding-left:3px; }
  431. .caption { {block:IfHideCaption} display:none;{/block:IfHideCaption} }
  432.  
  433. .question_post { background-color: none; -moz-border-radius:6px;-webkit-border-radius:6px; border-radius: 6px; padding:5px;}
  434. .asker_container { font-family:{font:PostTitle}; font-size:12px; font-weight:bold; position: relative; z-index: 2; margin-top: 3px;}
  435. .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; }
  436. .question_wrap { position: relative; }
  437. .tri { color: {color:Accent}; font: 43px garamond; position:absolute; top:-14px; left: 25px; z-index: 1;}
  438. .question { background-color: {color:Accent}; position: relative; padding: 10px; -moz-border-radius:8px;-webkit-border-radius:8px; border-radius: 8px; z-index: 6;}
  439. .answer { display:block; margin-top: 0px; padding-top: 0px;}
  440. .answer p {
  441.         line-height:110%;}
  442.  
  443. .notecontainer { margin-bottom:0px; text-align: left;}
  444.  
  445. ol.notes {
  446.                 padding: 0px;
  447.                 margin: 5px 0px;
  448.                 list-style-type: none;
  449.                 border-bottom: solid 0px #ccc; }
  450. ol.notes li.note {
  451.                 border-top: solid 0px #ccc;
  452.                 padding: 2px;            }
  453. ol.notes li.note img.avatar {
  454.                 vertical-align: -4px;
  455.                 margin-right: 10px;
  456.                 width: 16px;
  457.                 height: 16px; }
  458. ol.notes li.note span.action {
  459.                 font-weight: normal; }
  460. ol.notes li.note .answer_content {
  461.                 font-weight: normal;}
  462. ol.notes li.note blockquote {
  463.                 border-color: #eee;
  464.                 padding: 4px 10px;
  465.                 margin: 10px 0px 0px 25px; }
  466. ol.notes li.note blockquote a { text-decoration: none; }
  467.  
  468.  
  469. #credit {  
  470.         font-family: arial;
  471.         top:26px;
  472.         right: 5px;
  473.         position: fixed;
  474.         text-align: right;
  475.         font-size:13px;
  476.         background-color: none;
  477.         color: white;
  478.         text-decoration:none;
  479.         font-weight:normal;
  480.         word-spacing:-2px; }
  481. #credit a, #credit a:visited {
  482.         font: 10px arial;
  483.         background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  484.         color: white;
  485.         text-decoration:none;
  486.         font-weight:normal;
  487.         padding: 3px;
  488.         letter-spacing: 1px;
  489.         line-height: 14px;
  490.         opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  491.         border-radius: 2px;
  492.         -webkit-border-radius: 2px;
  493.         -moz-border-radius: 2px;
  494.         -webkit-transition: all 0.4s linear;
  495.         -moz-transition: all 0.4s linear;
  496.         -o-transition: all 0.4s linear ;
  497.         -ms-transition: all 0.4s linear; }
  498. #credit a:hover {    
  499.         opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  500.         -webkit-transition: all 0.4s linear;
  501.         -moz-transition: all 0.4s linear;
  502.         -o-transition: all 0.4s linear;
  503.         -ms-transition: all 0.4s linear; }
  504.  
  505. iframe#tumblr_controls {    
  506.         top:0px !important;  
  507.         right:3px !important;    
  508.         position: fixed !important;    
  509.         opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  510.         -webkit-transition: all 0.4s linear;
  511.         -moz-transition: all 0.4s linear;
  512.         -o-transition: all 0.4s linear ;
  513.         -ms-transition: all 0.4s linear; }  
  514. iframe#tumblr_controls:hover {    
  515.         opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  516.         -webkit-transition: all 0.4s linear;
  517.         -moz-transition: all 0.4s linear;
  518.         -o-transition: all 0.4s linear;
  519.         -ms-transition: all 0.4s linear;}
  520.  
  521. img {  border-style: none; }  
  522.  
  523. blockquote {
  524.         border-left:3px {color:Text} solid;
  525.         padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
  526.         margin:-5px 0px -5px 10px;}
  527. blockquote img { max-width: 482px; }
  528. blockquote blockquote img { max-width: 465px; }
  529. blockquote blockquote blockquote img { max-width: 447px; }
  530.  
  531.  
  532. #bottom {  background-color:none; height:10px;}  
  533.  
  534.         </style>
  535.  
  536.         <style type="text/css">{CustomCSS}</style>
  537.  
  538. {block:IfInfiniteScrolling}
  539.         <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  540. {/block:IfInfiniteScrolling}
  541.  
  542. </head>
  543. <body>
  544.  
  545. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}
  546.  
  547. <div id="background"></div>
  548. <div id="background2"></div>
  549.  
  550. <div id="sidebar">
  551.         <table id="sidebar_content" border="0" cellspacing="0" cellpadding="0">
  552.         <tr>
  553.         <td>
  554.                 <div id="menu">
  555.                 <table border="0" class="menu_table">
  556.                         <tr>
  557.                                 <td>
  558.                         <div id="links">
  559.                                 <a href="/ask">{text:ask label}</a>
  560.                                 {block:IfShowHomeLink}
  561.                                 <a href="/">{text:home label}</a>
  562.                                 {/block:IfShowHomeLink}
  563.                                 {block:IfShowArchiveLink}
  564.                                 <a href="/archive">{text:archive label}</a>
  565.                                 {/block:IfShowArchiveLink}
  566.                                 {block:IfShowRandomLink}
  567.                                 <a href="/random">{text:random label}</a>
  568.                                 {/block:IfShowRandomLink}
  569.                                 {block:IfLink1}<a href="{text:Link 1 Url}">{text:Link 1 Name}</a>{/block:IfLink1}
  570.                                 {block:IfLink2}<a href="{text:Link 2 Url}">{text:Link 2 Name}</a>{/block:IfLink2}
  571.                                
  572.                         </div>
  573.                                 </td>
  574.                                 <td>
  575.                                                 <a href="/"><img src="{PortraitURL-64}" /></a>
  576.                                 </td>
  577.                         </tr>
  578.                 </table>
  579.                 </div>
  580.  
  581.                 {block:Description}
  582.                     <div id="description">
  583.                         {Description}
  584.                    </div>
  585.                 {/block:Description}
  586.  
  587.         </td>
  588.         </tr>
  589.         </table>
  590. </div>
  591.  
  592. {block:IfNotInfiniteScrolling}
  593. <div id="navigation">
  594.         <div class="navi">
  595.                 {block:Pagination}
  596.                         {block:PreviousPage}
  597.                                 <a href="{PreviousPage}">&lsaquo;</a>
  598.                         {/block:PreviousPage}
  599.                                 &times;
  600.                         {block:NextPage}
  601.                                 <a href="{NextPage}">&rsaquo;</a>
  602.                         {/block:NextPage}
  603.                 {/block:Pagination}
  604.         </div> 
  605. </div>
  606. {/block:IfNotInfiniteScrolling}    
  607.  
  608.  
  609. <div id="sidebar2">
  610.         <div id="title">
  611.                 <a href="/">
  612.                         {Title}
  613.                 </a>
  614.         </div>
  615.         <div id="sidebar_pic"><a href="/">
  616.                 <img src="{image:SidebarPic}"></a>
  617.         </div>
  618. </div>
  619.  
  620.  
  621.        
  622.  
  623.  
  624.  <div id="wrapper">
  625.  
  626.         <div id="content">
  627.            
  628.             {block:SearchPage}
  629.                 {block:SearchResults}
  630.                     <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  631.                 {/block:SearchResults}
  632.                
  633.                 {block:NoSearchResults}
  634.                     <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  635.                 {/block:NoSearchResults}
  636.             {/block:SearchPage}
  637.            
  638. <div class ="autopagerize_page_element">
  639. {block:Posts}
  640.         <div class="post">
  641.  
  642.  
  643.                    
  644. {block:Photo}
  645.  
  646.         <div class="media" {block:IfCenteredImages} align="center"{/block:IfCenteredImages}>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  647.                 {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  648. {/block:Photo}
  649.                    
  650. {block:Photoset}
  651.  
  652.         <li class="postphotoset">
  653.                 {Photoset-500}
  654.                         {block:Caption}
  655.                         <div class="caption">{Caption}</div>
  656.                         {/block:Caption}
  657.         </li>
  658. {/block:Photoset}
  659.  
  660. {block:Video}
  661.  
  662.         <div class="media">{Video-500}</div>
  663.                 {block:Caption}
  664.                         <div class="caption">{Caption}</div>
  665.                 {/block:Caption}
  666. {/block:Video}
  667.                    
  668. {block:Audio}
  669.  
  670.  
  671.         <table border="0" width="500px" cellspacing="0" cellpadding="0">
  672.                 <tr>
  673.                         <td width="203px" valign="center">
  674.  
  675.                                 <table border="0">
  676.                                         <tr id="audiorow">
  677.                                                 <td>
  678.                                                                 {block:IfNotBlackAudioPlayer} {AudioPlayerWhite} {/block:IfNotBlackAudioPlayer}{block:IfBlackAudioPlayer}{AudioPlayerBlack} {/block:IfBlackAudioPlayer}
  679.                                                 </td>
  680.                                         </tr>
  681.                                         <tr class="row">
  682.                                                 <td>
  683.                                                         <div class="meta">{block:TrackName}"{TrackName}"{/block:TrackName} </div>
  684.                                                 </td>
  685.                                         </tr>
  686.                                         <tr class="row">
  687.                                                 <td>
  688.                                                         <div class="meta"> by {block:Artist}{Artist}{/block:Artist}</div>
  689.                                         </tr>
  690.                                         <tr class="row">
  691.                                                 <td>
  692.                                                          <div class="meta">{PlayCountWithLabel}</div>
  693.                        
  694.                                                 </td>
  695.                                         </tr>
  696.                                         <tr>
  697.                                                 <td valign="top">
  698.                                                         {block:Caption}
  699.                                                                 <div class="meta">{Caption}</div>
  700.                                                         {/block:Caption}
  701.  
  702.                                                 </td>
  703.                                         </tr>
  704.                                 </table>
  705.  
  706.                         </td>
  707.                         <td>
  708.                                 {block:AlbumArt}
  709.                                 <div class="album_art">
  710.                                         <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:0px;" width="285"/>
  711.                                 </div>
  712.                                 {/block:AlbumArt}
  713.                         </td>
  714.                 </tr>
  715.         </table>
  716. {/block:Audio}
  717.                    
  718. {block:Quote}
  719.  
  720.  
  721.         <div class="quotebg">“</div>
  722.         <div class="postquote">{Quote}</div>                            
  723.                             {block:Source}
  724.                                         <div class="quote_source">
  725.                                             &mdash; {Source}</div>
  726.                                        
  727.                             {/block:Source}
  728.                        
  729. {/block:Quote}
  730.                        
  731. {block:Text}
  732.         {block:Title}
  733.                 <div class="posttitle">{Title}</div>
  734.         {/block:Title}
  735.                 <div class="copy">{Body}</div>
  736. {/block:Text}
  737.                    
  738. {block:Answer}
  739.         <div class="question_post">
  740.         <table border="0" width="100%">
  741.                 <tr>
  742.                         <td align="left" valign="center">
  743.                                 <img class="icon" src="{AskerPortraitURL-24}">
  744.                                 <div class="asker_container"> {Asker}</div>
  745.                         </td>
  746.                 </tr>
  747.                 <tr>
  748.                         <td valign="top">
  749.                                 <div class="question_wrap">
  750.                                         <div class="tri">&diams;</div>
  751.                                         <div class="question">
  752.                                                 {Question}
  753.                                         </div>
  754.                                 </div>
  755.                         </td>
  756.                 </tr>
  757.  
  758.         </table>
  759.  
  760.         </div>
  761.  
  762.         <div class="answer">{Answer}</div>
  763. {/block:Answer}
  764.                    
  765. {block:Chat}
  766.  
  767.         <li class="postchat"><li class="chattitle">
  768.                         {block:Title}
  769.                             {Title}
  770.                         {/block:Title}</li>
  771.  
  772.                         <ul class="chat">
  773.                             {block:Lines}
  774.                                 <li class="{Alt} user_{UserNumber}">
  775.                                     {block:Label}
  776.                                         <span class="label">{Label}</span>
  777.                                     {/block:Label}
  778.  
  779.                                     {Line}
  780.                                 </li>
  781.                             {/block:Lines}
  782.                         </ul>
  783.                     </li>
  784. {/block:Chat}
  785.                    
  786. {block:Link}
  787.  
  788.  
  789.         <div class="postlink">
  790.                 <a href="{URL}" {Target}>{Name} &rarr;</a>
  791.         </div>
  792.         {block:Description}<div class="copy">{Description}</div>{/block:Description}
  793. {/block:Link}
  794.  
  795.  
  796.          
  797. {block:PermalinkPage}
  798.         {block:Date}
  799.         <div id="postinfo">
  800.         <ul class="tags">
  801.                         <li>&times; Posted on {Month} {DayOfMonth} {Year} at {FormattedTime} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</li>
  802.                         {block:Reblog}
  803.                         <li>&times; Source <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFromReblog}, via <a href="{ReblogParentURL}">{ReblogParentName}</a></li>{/block:RebloggedFromReblog}
  804.                         {/block:Reblog}
  805.                         {block:HasTags}
  806.                         <li>&times; Tags {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</li>
  807.                         {/block:HasTags}
  808.                         <li>&times; <a href="http://veilsandvisions.tumblr.com">theme by veils and visions</a></li>
  809.         </ul>
  810.         </div>
  811.         {/block:Date}
  812.        
  813.                     {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  814.  
  815. {/block:PermalinkPage}                    
  816.                                    
  817. <div class="postfooter">
  818.         {block:IndexPage}
  819.         {block:Date}
  820.                 <div class="footer_links">
  821.                         {block:IfNotDateStyleTimeAgo}
  822.                         <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &times;
  823.                         {/block:IfNotDateStyleTimeAgo}
  824.                         {block:IfDateStyleTimeAgo}
  825.                         <a href="{Permalink}">{TimeAgo}</a> &times;
  826.                         {/block:IfDateStyleTimeAgo}
  827.                         {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> &times;  {/block:NoteCount}
  828.                         <a href="{ReblogURL}">reblog</a>
  829.                 </div>
  830.         {/block:Date}
  831.          {/block:IndexPage}
  832. </div>
  833.  
  834.  
  835.         <div class="footer_links">
  836.          {block:IndexPage}
  837.                 <div id="tags">
  838.    {block:IfShowTags}
  839.                 {block:HasTags}
  840.                         {block:Tags}   
  841.                                 <a href="/tagged/{Tag}">#{Tag}</a>
  842.                         {/block:Tags}
  843.                 {/block:HasTags}
  844.    {/block:IfShowTags}
  845.                 </div>
  846.          {/block:IndexPage}
  847.         </div>
  848.          
  849.  
  850. </div>
  851.                 <div class="bottom"></div>
  852.  
  853. {/block:Posts}
  854. </div>
  855.  
  856.            
  857. </div>
  858.        
  859.  
  860.  
  861.  
  862.  
  863.             <div id="bottom"></div>
  864.    </div>
  865.        
  866.         <div class="clear"></div>
  867. </div>
  868.    
  869. <div id="credit"><a href="http://veilsandvisions.tumblr.com">&copy;&ensp;veils and visions</a></div>
  870.  
  871.  
  872. </body>
  873. </html>