Advertisement
feiinho

urban - maxdavis

Jul 15th, 2011
674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 24.82 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2.   "http://www.w3.org/TR/html4/strict.dtd">
  3.  
  4. <!--
  5.  
  6.  
  7.      Theme URBAN
  8.      By Max Davis.
  9.      http://themaxdavis.tumblr.com  
  10.  
  11.  
  12. -->
  13.  
  14.  
  15. <html lang="en">
  16. <head>
  17.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  18.         <meta name="color:background" content="#fff"/>
  19.         <meta name="color:center" content="#fff"/>
  20.         <meta name="color:text" content="#B3B3B3"/>
  21.         <meta name="color:title" content="#777777"/>
  22.         <meta name="color:link" content="#777777"/>
  23.         <meta name="color:hover" content="#B3B3B3"/>
  24.         <meta name="color:Photo post hover" content="#ff0000"/>
  25.         <meta name="color:Notes photo post hover" content="#fff"/>
  26.  
  27.         <meta name="font:Body" content="Arial, Helvetica, sans-serif"/>
  28.  
  29.         <meta name="image:Background" content="" />
  30.         <meta name="image:Sidebar" content="" />
  31.  
  32.         <meta name="if:infinite scrolling" content="0"/>
  33.         <meta name="if:Show reblog on photo post" content="0"/>
  34.         <meta name="if:Show photo Caption" content="0"/>
  35.         <meta name="if:Show archive" content="0"/>
  36.         <meta name="if:Show random" content="0"/>
  37.         <meta name="if:Show submit" content="0"/>
  38.  
  39.         <meta name="text:ask title" content=""/>
  40.         <meta name="text:Reblog Title" content="Reblog this post" />
  41.         <meta name="text:Next Page" content="Next Page" />
  42.         <meta name="text:Previous Page" content="Previous Page" />
  43.  
  44.         <meta name="text:Link One" content="" />
  45.         <meta name="text:Link One Title" content="" />
  46.         <meta name="text:Link Two" content="" />
  47.         <meta name="text:Link Two Title" content="" />
  48.         <meta name="text:Link Three" content="" />
  49.         <meta name="text:Link Three Title" content="" />
  50.  
  51.         {block:Description}
  52.         <meta name="description" content="{MetaDescription}" />{/block:Description}
  53.         <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}
  54.         {block:PostSummary} {PostSummary} - {/block:PostSummary}{Title}</title>
  55.         {block:Ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:Ifinfinitescrolling}
  56. <link href="http://static.tumblr.com/8jq17g7/liCln580a/style_link.css" rel="stylesheet" type="text/css" />
  57.         <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  58. </head>
  59. <meta name="viewport" content="width=800" />
  60. <style type="text/css">
  61.         iframe#tumblr_controls {
  62.                 top: 1px !important;
  63.                 margin: 0 0 0 0;
  64.                 right: 0px !important;
  65.                 position: fixed !important;}
  66.         body{
  67.                 background-color: {color:background};
  68.                 background-image:url({image:Background});
  69.                 background-attachment: fixed;
  70.                 background-position:top left;
  71.                 background-repeat: repeat;
  72.                 color: {color:text};
  73.                 font-family: {font:Body};
  74.                 font-size: 10px;
  75.                 line-height: 11px;
  76.                 overflow-x:hidden;
  77.                 margin:10px;
  78.                 text-align: left;}
  79.  
  80.                 a{color:{color:link}; text-decoration:none;
  81.                   -webkit-transition: all 0.4s ease-out;
  82.                   -moz-transition: all 0.4s ease-out;
  83.                   -o-transition: all 0.4s ease-out;}
  84.                 a:hover{color: {color:hover};
  85.                   -webkit-transition: all 0.2s ease-out;
  86.                   -moz-transition: all 0.2s ease-out;
  87.                   -o-transition: all 0.2s ease-out;}
  88.                 a:active{outline: none;}
  89.                 a:focus{-moz-outline-style: none;}
  90.                 :-moz-any-link:focus{outline: none;}
  91.  
  92.                 strong{color:#000;}
  93.                 img{border:none;}
  94.  
  95.         div#content{
  96.                 margin:auto;
  97.                 width:1000px;
  98.                 margin-top: 40px;
  99.                 margin-bottom: 100px;
  100.                 text-align: left;}
  101.  
  102.         div#center{
  103.                 background-color: {color:center};
  104.                 margin-left: 0px;
  105.                 padding: 50px;
  106.                 width:1000px;
  107.                 text-align: center;}
  108.  
  109.         #entry{
  110.                 margin-left:0px;
  111.                 width:700px;
  112.                 margin-bottom: 30px;}
  113.         div#sidebar{
  114.                 padding: 5px;
  115.                 font-size: 10px;
  116.                 background-color: {color:center};
  117.                 width:300px;
  118.                 margin-top:-50px;
  119.                 position: relative;
  120.                 margin-left: 550px;}
  121.         blockquote{
  122.                 margin: 10px;
  123.                 color: {color:text};
  124.                 padding: 10px;}
  125.         div.post div.conversation ul {list-style-type:none;}
  126.  
  127.         ol.notes {
  128.                 padding: 0px;
  129.                 font-weight:normal;
  130.                 margin: 0px 0px;
  131.                 list-style-type: none !important;
  132.                 border-bottom: 0px;
  133.                 margin-left: 50px;
  134.                 text-align: left;}
  135.  
  136.                 ul {list-style-type:bullet;}
  137.                 ul:hover {color: #999;}
  138.                 ol {list-style-type: upper-roman;}
  139.                 ul:hover {color: #999;}
  140.  
  141.         .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label,
  142.         .user_6 .label, .user_7 .label, .user_8 .label, .user_9 .label {font-weight: bold;}
  143.  
  144.         #answer{
  145.                 margin-top: 8px;
  146.                 margin-left: -34px;}
  147.  
  148.         .title{
  149.                 font-family: {font:Body};
  150.                 font-weight:bold;
  151.                 font-size: 20px;
  152.                 line-height: 23px;
  153.                 letter-spacing: -1px;
  154.                 color: {color:title};
  155.                 padding:1px 1px 0px 1px;
  156.                 text-transform:uppercase;}
  157.  
  158.         .title2{
  159.                 font-family: {font:Body};
  160.                 font-weight:bold;
  161.                 font-size: 15px;
  162.                 line-height: 23px;
  163.                 letter-spacing: -1px;
  164.                 color: {color:title};
  165.                 padding:1px 1px 0px 1px;}
  166.  
  167.         .quotesymbols{
  168.                 font-size: 30px;
  169.                 filter:alpha(opacity=50);
  170.                 -moz-opacity:0.5;
  171.                 -khtml-opacity: 0.5;
  172.                 opacity: 0.5;
  173.                 line-height: -10px;}
  174.  
  175.         #photo {width:1000px;}
  176.         #photo div#picture {position:relative;}
  177.         #photo img {max-width:1000px; display:block;}
  178.         div#photo div#picture div#info {
  179.                 position:relative;
  180.                 opacity: 0;
  181.                 top:0;
  182.                 left:0;
  183.                 width:1000px;
  184.                 height:100%;
  185.                 visibility:hidden;
  186.                 z-index:998;
  187.                 text-align:center;
  188.                 background-color: {color:Photo post Hover};
  189.                 opacity 0.7s linear;
  190.                 -webkit-transition: all 0.6s ease-out;
  191.                 -moz-transition: all 0.6s ease-out;
  192.                 -o-transition: all 0.6s ease-out;}
  193.         div#photo div#picture div#info:hover {
  194.                 opacity 0.7s linear;
  195.                 opacity: 0.8;
  196.                 -moz-box-shadow: inset 0 0 100px rgba(0,0,0,0.65);
  197.                 -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.65);
  198.                 box-shadow: inset 0 0 100px rgba(0,0,0,0.65);
  199.                 -webkit-transition: all 0.2s ease-out;
  200.                 -moz-transition: all 0.2s ease-out;
  201.                 -o-transition: all 0.2s ease-out;}
  202.         div#photo div#picture div#info div#holder {
  203.                 position:absolute;
  204.                 top:40%;
  205.                 left:100%;
  206.                 margin-left:0px;
  207.                 width:220px;
  208.                 height: 180xp;
  209.                 text-align:center;
  210.                 z-index:999;
  211.                 color:#000;}
  212.         div#photo div#picture div#info div#holder a,div#photo div#picture div#info div#holder a:hover {
  213.                 text-decoration:none;
  214.                 color:{color:Notes photo post hover};
  215.                 -webkit-transition: all 0.5s ease-out;
  216.                 -moz-transition: all 0.5s ease-out;
  217.                 -o-transition: all 0.5s ease-out;
  218.                 transition: all 0.5s ease-out;}
  219.         div#photo div#picture div#info div#holder span#note_count {
  220.                 font-weight:bold;
  221.                 letter-spacing: -3px;
  222.                 line-height: 80px;
  223.                 font-size:60px;
  224.                 text-transform:uppercase;
  225.                 -webkit-transition: all 0.5s ease-out;
  226.                 -moz-transition: all 0.5s ease-out;
  227.                 -o-transition: all 0.5s ease-out;
  228.                 transition: all 0.5s ease-out;}
  229.         div#photo div#picture div#info div#holder span#Photo_reblog {
  230.                 font-weight:bold;
  231.                 letter-spacing: -1px;
  232.                 line-height: 18px;
  233.                 font-size:30px;
  234.                 -webkit-transition: all 0.5s ease-out;
  235.                 -moz-transition: all 0.5s ease-out;
  236.                 -o-transition: all 0.5s ease-out;
  237.                 transition: all 0.5s ease-out;}
  238.         div#photo div#picture:hover div#info {visibility:visible;}
  239.  
  240.         .permalink{
  241.                 display: block;
  242.                 font-size: 9px;
  243.                 text-align: right;
  244.                 float:left;
  245.                 position: absolute;
  246.                 margin-bottom: -40px;
  247.                 margin-top: 0px;
  248.                 height: 25px;
  249.                 width: auto;
  250.                 margin-left: -110px;}
  251.         div#entry .permalink1 a{color:{color:permalink};}
  252.         div#entry .permalink1 a:hover{
  253.                 opacity:0.5;
  254.                 -webkit-transition: all .3s linear;
  255.                 -moz-transition:  all .3s linear;
  256.                 transition:  all 0.3s linear;}
  257.         div#entry .permalink1{
  258.                 width:auto;
  259.                 background-color:{color:center};
  260.                 height: 35px;
  261.                 position:absolute;
  262.                 margin-top: -15px;
  263.                 text-align: left;
  264.                 padding:10px;
  265.                 text-align: right;
  266.                 color:{color:permalink}; overflow:hidden;
  267.                 line-height:12px;
  268.                 font-size:10px; letter-spacing:0px;
  269.                 white-space:nowrap;
  270.                 -webkit-transition: opacity 0.7s linear;
  271.                 opacity: 0.0;
  272.                 -webkit-transition: all .5s linear;
  273.                 -moz-transition:  all .5s linear;
  274.                 transition:  all 0.5s linear;}
  275.         div#entry:hover .permalink1{
  276.                 letter-spacing: 0px;
  277.                 overflow:visible;
  278.                 -webkit-transition: opacity 0.7s linear;
  279.                 opacity: 1;
  280.                 -webkit-transition: all .2s linear;
  281.                 -moz-transition:  all .2s linear;
  282.                 transition:  all 0.2s linear;}
  283.         div.padd {
  284.                 width: 100%;
  285.                 line-height: 11px;
  286.                 padding-top: 0px;
  287.                 padding-left: 5px;
  288.                 margin: 0px;}
  289.         #answer{
  290.                 margin-top: 10px;
  291.                 margin-left: -34px;}
  292. {CustomCSS}
  293. </style>
  294.         <link rel="shortcut icon" href="{Favicon}">
  295.         <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  296.         <meta name="viewport" content="width=820" />
  297. <meta name="robots" content="noindex"/></head>
  298. <body>
  299. <div id="content">
  300. <div id="sidebar">
  301.         {block:IfSidebarImage}
  302.         <center><a href="/"><img src="{image:Sidebar}" width=200px/></a></center><br><br>
  303.         {/block:IfSidebarImage}
  304.  
  305.         <center><a href="/" class="title">{title}</a></center><br>
  306.         {Description}<br><br>
  307.         <center>
  308.         {block:AskEnabled}<a href="/ask" class="title2">{block:ifasktitle}{text:Ask Title}{/block:ifasktitle}
  309.         {block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}</a>{/block:AskEnabled} <br>
  310.  
  311.  
  312.         {block:HasPages}{block:Pages}
  313.         <a href="{URL}" class="title2">{Label}</a><br>
  314.         {/block:Pages}{/block:HasPages}
  315.  
  316.         {block:ifshowarchive}
  317.         <a href="/archive" class="title2">Archive</a><br>
  318.         {/block:ifshowarchive}
  319.         {block:ifshowrandom}
  320.         <a href="/random" class="title2">Random</a><br>
  321.         {/block:ifshowrandom}
  322.         {block:ifshowsubmit}
  323.         <a href="/submit" class="title2">Submit</a><br>
  324.         {/block:ifshowsubmit}
  325.  
  326.         {block:ifLinkOneTitle}
  327.         <a href="{text:Link One}" class="title2">{text:Link One Title}</a><br>
  328.         {/block:ifLinkOneTitle}
  329.  
  330.         {block:ifLinkTwoTitle}  
  331.         <a href="{text:Link Two}" class="title2">{text:Link Two Title}</a><br>
  332.         {/block:ifLinkTwoTitle}
  333.  
  334.         {block:ifLinkThreeTitle}  
  335.         <a href="{text:Link Three}" class="title2">{text:Link Three Title}</a><br>
  336.         {/block:ifLinkThreeTitle}
  337.         <br>
  338.  
  339.         {block:IfNotinfinitescrolling}
  340.         <center>
  341.         {block:Pagination}
  342.             {block:PreviousPage}
  343.                 <a href="{PreviousPage}">{text:Previous Page} &nbsp;</a>
  344.             {/block:PreviousPage}
  345.  
  346.             {block:JumpPagination length="1000"}
  347.                 {block:CurrentPage}
  348.                     <span class="current_page">{PageNumber}</span>
  349.                 {/block:CurrentPage}
  350.  
  351.                 {block:JumpPage}
  352.                     <a class="jump_page" href="{URL}">{PageNumber}</a>
  353.                 {/block:JumpPage}
  354.             {/block:JumpPagination}
  355.  
  356.             {block:NextPage}
  357.                 <a href="{NextPage}">&nbsp; {text:Next Page}</a>
  358.             {/block:NextPage}
  359.         {/block:Pagination}</center>
  360.         {block:IfNotinfinitescrolling}
  361.         {block:Ifinfinitescrolling}
  362.         <center><br><br>Theme <a href="http://maxdavis-themes.tumblr.com/urban">Urban</a>,
  363.         by <a href="http://themaxdavis.com/">Max davis</a>.</center><br>
  364.         {/block:Ifinfinitescrolling}
  365.        </div><!-- End Sidebar -->
  366.  
  367.  
  368.  
  369.  
  370.       <div id="center">
  371.       <a href="http://maxdavis-themes.tumblr.com/"><div id="link"></div></a>
  372.       <div class = "autopagerize_page_element" >
  373.           {block:Posts}
  374.             <div id="entry">
  375.               {block:Quote}
  376.                  {block:IndexPage}
  377.                         <div class="permalink"><span class="permalink1">
  378.                         {block:Date}
  379.                         <a href="{permalink}">
  380.                         {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  381.                         </a><br>
  382.                         <a href="{permalink}">{DayOfMonth} {Month} {Year}</a><br>
  383.                         {block:IfReblogTitle}
  384.                         <a href="{ReblogURL}" target="_blank">{text:Reblog title}</a>
  385.                         {/block:IfReblogTitle}
  386.                         {/block:Date}</span></div>
  387.                 {/block:IndexPage}
  388.                 <center>
  389.                 <span class="quotesymbols">&#10077;</span>
  390.                 <span class="title">{Quote}</span>
  391.                 <span class="quotesymbols">&#10078;</span><br>
  392.                 {block:Source}{Source}{/block:Source}</center>
  393.         {/block:Quote}
  394.  
  395.         {block:Text}
  396.                  {block:IndexPage}
  397.                         <div class="permalink"><span class="permalink1">
  398.                         {block:Date}
  399.                         <a href="{permalink}">
  400.                         {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  401.                         </a><br>
  402.                         <a href="{permalink}">{DayOfMonth} {Month} {Year}</a><br>
  403.                         {block:IfReblogTitle}
  404.                         <a href="{ReblogURL}" target="_blank">{text:Reblog title}</a>
  405.                         {/block:IfReblogTitle}
  406.                         {/block:Date}</span></div>
  407.                 {/block:IndexPage}
  408.                 {block:Title}<span class="title">{Title}</span>{/block:Title}
  409.                 {Body}
  410.         {/block:Text}
  411.  
  412.         {block:Link}
  413.                  {block:IndexPage}
  414.                         <div class="permalink"><span class="permalink1">
  415.                         {block:Date}
  416.                         <a href="{permalink}">
  417.                         {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  418.                         </a><br>
  419.                         <a href="{permalink}">{DayOfMonth} {Month} {Year}</a><br>
  420.                         {block:IfReblogTitle}
  421.                         <a href="{ReblogURL}" target="_blank">{text:Reblog title}</a>
  422.                         {/block:IfReblogTitle}
  423.                         {/block:Date}</span></div>
  424.                 {/block:IndexPage}
  425.                 <a href="{URL}" class="title">{Name}</a>
  426.                 {block:Description}{Description}{/block:Description}
  427.         {block:Link}
  428.  
  429.         {block:Answer}
  430.                  {block:IndexPage}
  431.                         <div class="permalink"><span class="permalink1">
  432.                         {block:Date}
  433.                         <a href="{permalink}">
  434.                         {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  435.                         </a><br>
  436.                         <a href="{permalink}">{DayOfMonth} {Month} {Year}</a><br>
  437.                         {/block:Date}</span></div>
  438.                 {/block:IndexPage}
  439.                 <table width="100%" border="0px" cellpadding="0" cellspacing="0">
  440.                 <tbody style="border-spacing: 0px;">
  441.                 <td width="30px" style="vertical-align: top; width: 30px; padding: 0px;">
  442.                 <img height="30px" width="30px" style="padding: 0px; margin: 0px;" src="{AskerPortraitURL-30}"/></td><td>
  443.                 <div class="padd" width="100%" style="margin-left:;">
  444.                 {Asker} asked:<br>
  445.                 {Question}<br><div id="answer"><em>{Answer}</em></div><br><br>
  446.                 </div></td></tr></tbody></table>
  447.         {/block:Answer}
  448.  
  449.         {block:Photo}<div align='left'><div class='posttitle'><b>PHOTO</b></div></div>
  450. <a title="" href="{ReblogURL}"> reblog</a>
  451. <img src="http://img641.imageshack.us/img641/9808/image2ec.png"><a title="" href="{Permalink}">{NoteCount} notes</a>
  452.                 <div class="post">
  453.                 <div id="extraonephoto">
  454.                 <div id="photo">          
  455.                 {block:IndexPage}
  456.                         <div id="picture">
  457.                         {block:Date}
  458.                            <div id="info">
  459.                            <div id="holder">
  460.                            <span id="note_count">
  461.                            <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
  462.                            </span>
  463.                         {block:ifShowreblogonphotopost}
  464.                            <span id="Photo_reblog">
  465.                            <br><a href="{ReblogURL}" target="_blank">reblog</a>
  466.                            </span>
  467.                         {/block:ifShowreblogonphotopost}
  468.                            </div></div>
  469.                         {/block:Date}
  470.                         <img src="{PhotoURL-HighRes}" style="max-width:1000px";" alt="{PhotoAlt}"/></div>
  471.                         {block:ifshowphotoCaption}
  472.                         {block:Caption}{Caption}{/block:Caption}{/block:ifshowphotoCaption}
  473.                 {/block:IndexPage}
  474.                 {block:PermalinkPage}
  475.                         {LinkOpenTag}
  476.                                 <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px/>
  477.                         {LinkCloseTag}
  478.                         {block:Caption}{Caption}{/block:Caption}
  479.                 {/block:PermalinkPage}
  480.                 </div></div></div>
  481.         {/block:Photo}
  482.        
  483.         {block:Chat}
  484.                  {block:IndexPage}
  485.                         <div class="permalink"><span class="permalink1">
  486.                         {block:Date}
  487.                         <a href="{permalink}">
  488.                         {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  489.                         </a><br>
  490.                         <a href="{permalink}">{DayOfMonth} {Month} {Year}</a><br>
  491.                         {block:IfReblogTitle}
  492.                         <a href="{ReblogURL}" target="_blank">{text:Reblog title}</a>
  493.                         {/block:IfReblogTitle}
  494.                         {/block:Date}</span></div>
  495.                 {/block:IndexPage}
  496.                 {block:Title}<span class="title">{Title}</span>{/block:Title}
  497.                 <ul class="chat">
  498.                         {block:Lines}
  499.                                 <li class="user_{UserNumber}">
  500.                                         {block:Label}
  501.                                         <span class="label">{Label}</span>
  502.                                         {/block:Label}
  503.                                         {Line}
  504.                                 </li>
  505.                         {/block:Lines}
  506.                 </ul>
  507.         {/block:Chat}
  508.         {block:Audio}  
  509.                  {block:IndexPage}
  510.                         <div class="permalink"><span class="permalink1">
  511.                         {block:Date}
  512.                         <a href="{permalink}">
  513.                         {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  514.                         </a><br>
  515.                         <a href="{permalink}">{DayOfMonth} {Month} {Year}</a><br>
  516.                         {block:IfReblogTitle}
  517.                         <a href="{ReblogURL}" target="_blank">{text:Reblog title}</a>
  518.                         {/block:IfReblogTitle}
  519.                         {/block:Date}</span></div>
  520.                 {/block:IndexPage}
  521.                 <center><div style="width:400px; height:20px;">
  522.                 <div style="float:left">{AudioPlayerWhite}</div>
  523.                 <div style="margin-top:8px; float:right;"><small>
  524.                 {FormattedPlayCount} plays {block:ExternalAudio} //
  525.                 <a href="{ExternalAudioURL}">Download?</a>
  526.                 {/block:ExternalAudio}</small>
  527.                 </div></div></center><br>
  528.                 {block:Caption}{Caption}{/block:Caption}
  529.         {/block:Audio}
  530.        
  531.         {block:Video}
  532.                  {block:IndexPage}
  533.                         <div class="permalink"><span class="permalink1">
  534.                         {block:Date}
  535.                         <a href="{permalink}">
  536.                         {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  537.                         </a><br>
  538.                         <a href="{permalink}">{DayOfMonth} {Month} {Year}</a><br>
  539.                         {block:IfReblogTitle}
  540.                         <a href="{ReblogURL}" target="_blank">{text:Reblog title}</a>
  541.                         {/block:IfReblogTitle}
  542.                         {/block:Date}</span></div>
  543.                 {/block:IndexPage}
  544.                 <center>
  545.                 {Video-500}<br>
  546.                 {block:Caption}{Caption}{/block:Caption}
  547.                 </center>
  548.         {/block:Video}
  549.         </div><!-- End entry -->
  550.         {block:PostNotes}
  551.                 <center>
  552.                 {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  553.  
  554.                 {block:HasTags}
  555.                         tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br>
  556.                 {/block:HasTags}
  557.  
  558.                 {block:RebloggedFrom}
  559.                         reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  560.                         originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  561.                 {/block:RebloggedFrom}</center></span>
  562.  
  563.                 <br>{PostNotes}<br>
  564.         {/block:PostNotes}
  565.         {/block:Posts}
  566.  {block:Pagination}
  567. <div class="post" id="pagination">
  568.             {block:PreviousPage}
  569.                 <a href="/" title="first page"><big>&#171;</big></a>
  570. <a href="{PreviousPage}" title="previous page"><big><big>&lsaquo;</big></big></a>
  571.             {/block:PreviousPage}
  572.             {block:JumpPagination length="6"}
  573.                 {block:CurrentPage}
  574.                     <span id="current">{PageNumber}</span>
  575.                 {/block:CurrentPage}
  576.                 {block:JumpPage}
  577.                     <a class="jump_page" href="{URL}">{PageNumber}</a>
  578.                 {/block:JumpPage}
  579.             {/block:JumpPagination}
  580.             {block:NextPage}
  581.                 <a href="{NextPage}" title="next page"><big><big>&rsaquo;</big></big></a>
  582.         <a href="/page/{TotalPages}" title="last page"><big>&#187;</big></a>
  583.             {/block:NextPage}
  584. </div>
  585. {/block:Pagination}
  586.         </div>
  587.         {block:IfNotinfinitescrolling}
  588.         <br><center>Theme <a href="http://maxdavis-themes.tumblr.com/">Urban</a>, by <a href="http://themaxdavis.com/">Max davis</a>.</center><br>{/block:IfNotinfinitescrolling}
  589.         </div><!-- End Center -->
  590. </div><!-- End Content -->
  591.  
  592.  
  593.            
  594.                        
  595. </div>
  596. </body>
  597. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement