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

#2 bold - a free tumblr theme

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