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

Theme 1 - Simplicity

By: illusi0ne on Apr 8th, 2012  |  syntax: None  |  size: 17.51 KB  |  hits: 2,791  |  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.  <!--  
  2. theme by strawbharry.
  3. Do not remove credit or ill track you down and report you
  4. -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8.  
  9. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14.  
  15. <meta name="color:text" content="#C5B09A"/>
  16. <meta name="color:link" content="#E69E7f"/>
  17. <meta name="color:info" content="#FFFFFF" />
  18. <meta name="color:scrollbg" content="#fffdf0" />
  19. <meta name="color:scrollbar" content="#D4CABE" />
  20. <meta name="color:link Hover" content="#FFFFFF"/>
  21. <meta name="image:background" content=""/>
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="color:bg" content ="#FFFFFF"/>
  24.     <meta name="text:link1" content="link 1" />
  25. <meta name="text:link1 url" content="/" />
  26. <meta name="text:link2" content="link 2" />
  27. <meta name="text:link2 url" content="/" />
  28. <meta name="text:link3" content="link 3" />
  29. <meta name="text:link3 url" content="/" />
  30. <meta name="text:link4" content="link 4" />
  31. <meta name="text:link4 url" content="/" />
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  34. <link href='http://fonts.googleapis.com/css?family=Coming Soon' rel='stylesheet' type='text/css'>
  35. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  36.  
  37. <style type="text/css">
  38. img{
  39. -webkit-transition: opacity 0.8s linear;
  40. opacity: 0.90;
  41. }
  42. img:hover{
  43. -webkit-transition: opacity 0.8s linear;
  44. opacity: 1;
  45. }
  46.  
  47.  
  48. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  49.  
  50. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  51.  
  52. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  53.  
  54. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  55.  
  56. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  57.  
  58. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  59.  
  60. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  61.  
  62. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  63.  
  64. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
  65.  
  66. body {
  67. background-attachment:fixed;
  68. background-color:{color:bg};
  69. background-image: url('{image:Background}');
  70. background-repeat:tiled;
  71. background-position:fixed;
  72. text-align:justify;
  73. font-family:trebuchet ms; color: {color:text};
  74. font-size: 10px;
  75. line-height:110%;}
  76.  
  77. a:link, a:active, a:visited{color:{color:Link}; text-decoration:none; -webkit-transition: all 0.6s ease-out;}
  78.  
  79. a:hover{color:{color:Link Hover};}
  80.  
  81. blockquote {text-align:left; padding-left:10px; margin:5px; border-left:3px solid black;}
  82. blockquote img{max-width:200px;}
  83.  
  84. #content {
  85. margin:auto;
  86. width:510px;
  87. margin-left:490px;
  88. margin-top:70px;
  89. background-color:{color:bg};
  90. margin-bottom:-60px;}
  91.  
  92. h3{margin-left:40px;
  93.  font-family: 'trebuchet ms', sans-serif;
  94. font-style: normal;
  95. font-weight: 400;
  96. font-size: 16px;
  97. text-transform: none;
  98. text-decoration: none;
  99. letter-spacing: -0.05em;
  100. word-spacing: -0.02em;
  101. line-height: 1;}
  102.  
  103. #questions {background-color:{color:bgquestion};
  104. color: {color:text};
  105. padding:8px;
  106. margin-bottom:0px;
  107. font-size:10px;
  108. text-align:left;
  109. font-family:{font:text};
  110. }
  111.  
  112. #questions a {color:{color:link}}
  113.  
  114.  
  115. .
  116. .linky a:hover{ padding-top:20px; padding-bottom:20px;}
  117.  
  118. #supbianca
  119. {width:250px;
  120. position:fixed;
  121. overflow:hidden;
  122. z-index:1000;
  123. left:150px;
  124. top:100px;
  125. }
  126.  
  127.  
  128. #imagen
  129. img{max-width:100%;margin-bottom:8px;
  130. border-radius: 50px 50px 50px 50px;}
  131.  
  132. .circle {height:-80px;  text-align: center;}
  133.  
  134. .circle a { padding:20px 10px 20px 10px;  background-color: #f1dcce;    -webkit-border-radius: 80px; -moz-border-radius: 80px; border-top-left-radius:7px;
  135.  
  136. border-bottom-left-radius:7px}
  137.  
  138. .circle a:hover {  color: #bca799; opacity:100%;}
  139.  
  140.  
  141.  
  142. .circle2 {height:10px;  text-align: center;}
  143.  
  144. .circle2 a { font-style: none; padding:2px 33px 3px 33px;
  145.  background-color:{color:askbox}; border-top-left-radius:7px;
  146.  
  147. border-bottom-right-radius:7px }
  148.  
  149. .circle2 a:hover {  color: #bca799; opacity:100%;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; font-style: none;}
  150.  
  151.  
  152.  
  153. .circle3 {height:80px;  text-align: center;}
  154.  
  155. .circle3 a { font-style: none; padding:2px 33px 3px 33px;
  156.  background-color: {color:theme};  border-top-left-radius:7px;
  157.  
  158. border-bottom-right-radius:7px }
  159.  
  160. .circle3 a:hover { color: #bca799;  opacity:100%;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; font-style: none;}
  161.  
  162.  
  163.  
  164. .circle4 {height:80px;  text-align: center;}
  165.  
  166. .circle4 a { padding:2px 33px 3px 33px;
  167.   background-color: {color:archive};    border-top-left-radius:7px;
  168.  
  169. border-bottom-right-radius:7px }
  170.  
  171. .circle4 a:hover {  color: #bca799; opacity:100%;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; font-style: none;}
  172.  
  173. .circle5 {height:80px;  text-align: center;}
  174.  
  175. .circle5 a { padding:2px 33px 3px 33px;
  176.   background-color: {color:link1};    border-top-left-radius:7px;
  177.  
  178. border-bottom-right-radius:7px }
  179.  
  180. .circle5 a:hover {  color: #bca799; opacity:100%;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; font-style: none;}
  181.  
  182. .circle6 {height:80px;  text-align: center;}
  183.  
  184. .circle6 a { padding:2px 33px 3px 33px;
  185.   background-color: {color:link2};    border-top-left-radius:7px;
  186.  
  187. border-bottom-right-radius:7px }
  188.  
  189. .circle6 a:hover {  color: #bca799; opacity:100%;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; font-style: none;}
  190.  
  191. .circle7 {height:80px;  text-align: center;}
  192.  
  193. .circle7 a { padding:2px 33px 3px 33px;
  194.   background-color:{color:link3};    border-top-left-radius:7px;
  195.  
  196. border-bottom-right-radius:7px }
  197.  
  198. .circle7 a:hover {  color: #bca799; opacity:100%;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; font-style: none;}
  199.  
  200.  
  201. .circle8 {height:80px;  text-align: center;}
  202.  
  203. .circle8 a { padding:2px 33px 3px 33px;
  204.   background-color: {color:refresh};    border-top-left-radius:7px;
  205.  
  206. border-bottom-right-radius:7px }
  207.  
  208. .circle8 a:hover {  color: #bca799; opacity:100%;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; font-style: none;}
  209.  
  210.  
  211. .circle8   {position: fixed; top: 160px;left:400px; }
  212.  
  213.  
  214.  
  215. .circle2  {position: fixed; top: 180px;left:400px; }
  216.  
  217.  
  218.  
  219. .circle3  {position: fixed; top: 200px;left:400px; }
  220.  
  221.  
  222.  
  223. .circle4  {position: fixed; top: 220px;left:400px; }
  224.  
  225.  
  226. .circle5  {position: fixed; top: 240px;left:400px; }
  227.  
  228.  
  229. .circle6  {position: fixed; top: 260px;left:400px; }
  230.  
  231.  
  232. .circle7  {position: fixed; top: 280px;left:400px; }
  233.  
  234.  
  235.  
  236. #deschip {width:220px;color:{color:text}}
  237. #deschip a{color:{color:text}; opacity:3;}
  238.  
  239. .quote {-webkit-transition: all 0.6s ease-out;
  240. font-family: ' font-family: 'Short Stack', sans-serif;';
  241. font-style: normal;
  242. font-weight: 400;
  243. font-size: 13px;
  244. text-transform: none;
  245. text-decoration: none;
  246. letter-spacing: -0.05em;
  247. word-spacing: -0.02em;
  248. line-height: 1.14;}
  249.  
  250. .source {font-family: 'trebuchet ms', sans-serif;
  251. font-style: normal;font-weight: 400;
  252. font-size: 10px;
  253. text-transform: lowercase;
  254. text-decoration: none;letter-spacing: 0.113em;
  255. word-spacing: 0.267em;
  256. line-height: 1.4;
  257. text-align:right;
  258. margin-bottom:5px;}
  259. .source a{opacity:.5; -webkit-transition: all 0.6s ease-out;}
  260. .source a:hover{opacity:1;}
  261.  
  262.  
  263. .notes img a{
  264. border: 0px;
  265. }
  266.  
  267. .notes li {
  268. list-style-type: none;
  269. }
  270.  
  271. .postinfo {
  272. height:auto;
  273. weight:500px;
  274. background-color:{color:info};
  275. font-family: 'Trebuchet ms', sans-serif;
  276. text-transform: none;
  277. line-height:1.4;
  278. font-size: 9px;
  279. padding:2px;
  280. color:{color:link};
  281. letter-spacing:0px;
  282. text-align:center;
  283. margin-bottom:20px;
  284. -webkit-transition: all 0.6s ease-out;
  285. }
  286.  
  287. .postinfo a{color:{color:link}; -webkit-transition: all 0.6s ease-out;}
  288. .postinfo a:hover{color:{color:text};}
  289.  
  290. .chat {line-height: 12px; list-style: none }
  291. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  292. .person1 {background-color:{color:side}; color: {color:text}; }
  293. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  294. .person2 {color: {color:text};}
  295. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  296. .link
  297. {margin-left:20px;
  298. font-family: 'trebuchet ms', sans-serif;
  299. font-style: normal;
  300. font-weight: 400;
  301. font-size: 16px;
  302. text-transform: none;
  303. text-decoration: none;
  304. letter-spacing: -0.05em;
  305. word-spacing: -0.02em;
  306. line-height: 1;}
  307.  
  308. .audio{padding:5px 5px 1px 1px;}
  309. .player{background-color:White; padding:3px;}
  310. .alabel{text-align:center;}
  311.  
  312. #asker
  313. {width:500px;
  314. text-align:left;
  315. text-transform:none;
  316. color:{color:text};}
  317. #asker a {color:{color:text};}
  318. #asker img {float:left; margin-left:220px;
  319. vertical-align:top; margin-right:3px; max-height:20px;}
  320.  
  321. #question
  322. {background-color:{color:transparent};
  323. font-size: 10px;
  324. font-weight: normal;
  325. font-family: Trebuchet MS;
  326. line-height:90%;
  327. color: {color:text};
  328. margin: 0 0 11px 0;
  329. padding: 10px 15px;
  330. position: relative;}
  331.  
  332.  
  333. #answer {color:{color:font};}
  334.  
  335.  
  336.  
  337. #sidebarye {width:0.0px;
  338. height: 0.0px;
  339. position: fixed;
  340. top: -1000px;
  341. left: 1px;
  342. overflow:hidden;
  343. background-image: url('http://assets.tumblr.com/images/x.gif');
  344. background-color: #f9ede5;
  345. font-family: trebuchet ms;
  346. font-size: 9px;
  347. line-height: 16px;
  348. padding:10px;
  349. -moz-border-radius: 0px 0px 0px 0px;
  350. text-transform:lowercase;
  351. text-align:left;
  352. letter-spacing: 0px; border-right:0px solid #f8eae1; }
  353.  
  354.  
  355.     #title {
  356. padding-top:7px;
  357.  font-family: {font:body};
  358.   font-family: 'arsenalewhite', sans-serif;
  359.  font-size: 35px;
  360.  font-color: {color:link};
  361.  letter-spacing: 2px;
  362.  line-height: 14px;
  363.  text-align:center;}
  364.  
  365.  
  366.  
  367.  
  368. #plus {opacity:0; position: absolute; font:10px calibri; text-transform:uppercase; color:{color:background}; margin-left:530px; height:auto; width: 150px; padding:0px; margin-bottom:0px; margin-top:-2px; background-color:#trans; display:block; text-align:left; padding:2px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;border-left:8px solid {color:border};}
  369.  
  370. #plus img{width:24px; border: px solid #E4E4E4;}
  371.  
  372. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  373.  
  374. small{font-size:10px}
  375. big{font-size:12px}
  376. b, strong{color:{color:title}}
  377. i, em {color:{color:text}}
  378. p{margin-top:5px; margin-bottom:5px}
  379. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  380.  
  381. #posts{margin-left:10px;}
  382. #posts:hover #plus{opacity:1}
  383.  
  384. .tag
  385. {font:10px georgia;
  386. text-transform:uppercase;
  387. color:{color:text};display:block;
  388. text-align:left; padding:0px;}
  389. .tag a{color:{color:text};
  390. text-transform:none; display:block;
  391. -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  392. .tag a:hover{color:{color:link}; }
  393.  
  394. ol.notes {
  395. padding: 0px;
  396. margin: 1px 0px;
  397. list-style-type: none;
  398. border-bottom: solid 1px #f7f7f7;
  399. }
  400.  
  401. ol.notes li.note {
  402. border-top: solid 1px #f7f7f7;
  403. padding: 1px;
  404. }
  405.  
  406. ol.notes li.note img.avatar {
  407. vertical-align: -2px;
  408. margin-right: 10px;
  409. width: 10px;
  410. height: 10px;
  411. }
  412.  
  413. ol.notes li.note span.action {
  414. font-weight: normal;
  415. }
  416.  
  417. ol.notes li.note .answer_content {
  418. font-weight: normal;
  419. }
  420.  
  421. ol.notes li.note blockquote {
  422. border-color: #eee;
  423. padding: 2px;
  424. margin: 10px;
  425. }
  426.  
  427. ol.notes li.note blockquote a {
  428. text-decoration: none;
  429. }
  430.  
  431. @font-face {
  432. font-family: "arsenalewhite";
  433. src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf');
  434. }
  435.  
  436.    
  437.  
  438.  
  439.  
  440. #questions {background-color:{color:bgquestion};
  441. color: {color:text};
  442. padding:8px;
  443. margin-bottom:0px;
  444. font-size:10px;
  445. text-align:left;
  446. font-family:{font:text};
  447. }
  448.  
  449. #questions a {color:{color:link}}
  450.  
  451. blockquote {border-left:5px {color:background} solid; padding-left:5px; margin:2px 10px;}
  452. blockquote img, blockquote a img {max-width: 500px}
  453.  
  454. #pag {padding:1px; background-color:{color:background}; color:{color:sidetext}; margin-top:70px; width:300; text-align:center; font: 9px georgia; text-transform:lowercase;}
  455. #pag a{color:{color:text};}
  456.  
  457.  
  458. blockquote {
  459. border-left:4px {color:border} solid;
  460. padding-left:3px;
  461. margin:0px 2px 0px 10px}
  462.  
  463. blockquote img, blockquote a img {max-width: 490px}
  464.  
  465. b, strong{color:{color:title};}
  466. i, em {color:{color:title};}
  467. p{margin-top:3px; margin-bottom:3px}
  468.  
  469.  
  470.  
  471. {CustomCSS}
  472.  ::selection {background: transparent; color: #f0e9e6;}
  473.  
  474. ::-moz-selection {background: transparent; color: #f0e9e6;}
  475.  
  476. ::-webkit-selection {background: transparent; color: #f0e9e6;}
  477. </style>
  478.  
  479. </head>
  480.  
  481. <body>
  482.  
  483.  
  484. <div id="supbianca"><div id="title">{Title}</br></div>
  485. <br>{block:ifSidebarImage}<div id="imagen"><img src="{image:Sidebar}"/></div>{/block:ifSidebarImage}
  486.  
  487.  
  488.  
  489.    <div id="stext"><center>{block:Description}{Description}{/block:Description}<br /></center></div>
  490. <br>
  491.  
  492.  
  493.  
  494. <div id="pag">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}</div> </br>
  495.  
  496.  <div id="sidebarye">
  497.  
  498.  <div class="circle8"><div class="circle8"><a href="/page/1" target="_self">home</a> </div></div>
  499.  
  500. <div class="circle2"><div class="circle2"><a href="/ask" target="_self">message</a></div></div>
  501.  
  502. <div class="circle3"><div class="circle3"><a href="/archive" target="_self">rewind </a></div></div>
  503.  
  504. <div class="circle4"><div class="circle4"><a href="http://strawbharry.tumblr.com" target="_self">theme</a></div></div>
  505.  
  506.    
  507. <div class="circle5"><div class="circle5"><a href="{text:link1 url}" target="_self">{text:link1}</a></div></div>
  508.  
  509. <div class="circle6"><div class="circle6"><a href="{text:link2 url}" target="_self">{text:link2}</a></div></div>
  510.  
  511. <div class="circle7"><div class="circle7"><a href="{text:link3 url}" target="_self">{text:link3}</a></div></div>
  512.  
  513. </div>
  514.  </div>
  515.  
  516. <div id="content">
  517. {block:Posts}
  518. <div id="posts">
  519.  
  520. <div id="plus">{block:RebloggedFrom}<a href="{ReblogParentURL}" ><img src="{ReblogParentPortraitURL-24}" title="via"/></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}" title="source"/></a> {/block:RebloggedFrom}
  521. {block:HasTags}<div class="tag">  {block:Tags} <a href="{TagURL}" target="_blank"> #  {Tag}</a>{/block:Tags}</div>{/block:HasTags} </div>
  522.  
  523. {block:Text}
  524. <div class="post text">
  525. {block:Title}
  526. <a href="{Permalink}"><h3>{Title}</h3></a>
  527. {/block:Title}
  528. {Body}
  529. </div>
  530. {/block:Text}
  531.  
  532.  
  533.  
  534. {block:Photo}
  535. <img src="{PhotoURL-500}" alt="{PhotoAlt}"  width="500px" />{block:Caption}{Caption}{/block:Caption}
  536. {/block:Photo}
  537.  
  538.  
  539. {block:Photoset}
  540. <div class="post photoset">
  541. <center>{Photoset-500}</center>
  542.  
  543. {block:Caption}
  544. <div class="caption">{Caption}</div>
  545. {/block:Caption}
  546. </div>
  547. {/block:Photoset}
  548.  
  549. {block:Quote}
  550. <div class="quote"><center>"{Quote}"</center></div>
  551. {block:Source}<div class="source">{Source}{/block:Source}</div>{/block:Quote}
  552.  
  553. {block:Link}
  554. <div class="link">
  555. <a href="{URL}" class="titulo" {Target}>{Name}</a></div>
  556. {block:Description}
  557. <div class="description">{Description}</div>
  558. {/block:Description}
  559.  
  560. {/block:Link}
  561.  
  562.  
  563. {block:Chat}
  564. {block:Title}{Title}{/block:Title}
  565. <div class="chat"><ul>{block:Lines}
  566. <li class="person{UserNumber}">{block:Label}
  567. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  568. {/block:Chat}
  569.  
  570. {block:Answer}
  571. <div id="question">
  572. <br>
  573. {Question}
  574. <br>
  575. <br>
  576. </div>
  577. <div id="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br>
  578. <div id="answer">{Answer}</div>
  579. {/block:answer}
  580.  
  581. {block:Video}
  582. <div class="post video">
  583. <center>{Video-500}</center>
  584. {block:Caption}
  585. <div class="caption">{Caption}</div>
  586. {/block:Caption}
  587. </div>
  588. {/block:Video}
  589.  
  590. {block:Audio}<div class="audio"><div class="player">{AudioPlayerWhite}</div><br>
  591. <div class="alabel"><b>Played:</b> {PlayCountWithLabel}
  592. {block:Caption}{Caption}{/block:Caption}</div></center><br clear="all" /></div> {/block:Audio}
  593.  
  594. <div class="postinfo">{block:NoteCount}<a href="{Permalink}">  {NoteCountWithLabel}{/block:NoteCount} posted <a href="{Permalink}">{TimeAgo}</a><br>
  595. </div>
  596. </div>{/block:Posts}
  597. {block:PostNotes}{PostNotes}{/block:PostNotes}
  598. </div>
  599.  
  600. </body>
  601. </html>