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

Theme #005

By: Notlikeamovie on Sep 24th, 2011  |  syntax: None  |  size: 17.48 KB  |  hits: 9,968  |  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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--theme #5 made by maraudersmaps.tumblr.com. Do not redistribute or use as a base for other themes -->
  5.  
  6.  
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <meta name="image:Background" content=""/>
  11.  
  12. <meta name="if:Disable Right Click" content "0" />
  13. <meta name="if:Fixed Background" content "0" />
  14.  
  15. <meta name="font:Body" content="Trebuchet MS" />
  16.  
  17. <meta name="color:Background" content="#f5f5f5" />
  18. <meta name="color:Posts" content="#454646" />
  19. <meta name="color:Text" content="#DBDBDB" />
  20. <meta name="color:Asker" content="#FFFFFF" />
  21. <meta name="color:Sidebar Link" content="#cccccc" />
  22. <meta name="color:Sidebar Link Hover" content="#eeeeee" />
  23. <meta name="color:Permalink Font" content="#61514C" />
  24. <meta name="color:Sidebar Background" content="#323333" />
  25. <meta name="color:Quotemark" content="#D1D4C2" />
  26. <meta name="color:Chat1" content="#656666" />
  27. <meta name="color:Chat2" content="#858686" />
  28. <meta name="color:Ending" content="#cccccc" />
  29. <meta name="color:Title" content="#C7C5F5" />
  30. <meta name="color:Bold" content="#AAAAB6" />
  31. <meta name="color:Italic" content="#D3C5DD" />
  32. <meta name="color:Link" content="#ADA29D" />
  33. <meta name="color:Link Hover" content="#3D3836" />
  34. <meta name="color:Artist" content="#AAA9A9" />
  35. <meta name="color:tracks" content="#969696" />
  36. <meta name="color:album" content="#797979" />
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39.  
  40.  
  41. {block:IfDisableRightClick}
  42. <script language="javascript" type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
  44. </script>
  45. <script type="text/javascript" language="javascript">
  46. $(function() {
  47. $(this).bind("contextmenu", function(e) {
  48. e.preventDefault();
  49. });
  50. });
  51. </script>
  52. {/block:IfDisableRightClick}
  53.  
  54.  
  55. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Changa+One' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,700' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  60. <link href='http://fonts.googleapis.com/css?family=Marvel|News+Cycle' rel='stylesheet' type='text/css'>
  61.  
  62. <title>{Title}</title>
  63. <link rel="shortcut icon" href="{Favicon}">
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}" />
  67. {/block:Description}
  68.  
  69. <style type="text/css">
  70.  
  71. {block:IfFixedBackground}
  72. body {background-attachment:fixed; background-repeat:no-repeat;}
  73. {/block:IfFixedBackground}
  74. body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font:10px {font:body};}
  75.  
  76. #content {width:810px; margin:auto}
  77.  
  78. #reblogs{display:none;}
  79. #posts {
  80. {block:IndexPage}
  81. width:810px;
  82. margin-bottom:80px;
  83. {/block:IndexPage}
  84. {block:PermalinkPage}
  85. width:500px;
  86. margin:auto;
  87. {/block:PermalinkPage}
  88. padding-top:10px;
  89. }
  90.  
  91. #entry {
  92. {block:IndexPage}
  93. width:260px;
  94. height:110px;
  95. overflow:hidden;
  96. float:left;
  97. {/block:IndexPage}
  98. {block:PermalinkPage}
  99. width:500px;
  100. margin:auto;
  101. height:auto;
  102. padding:5px;
  103. {/block:PermalinkPage}
  104. margin:5px;
  105. background-color:{color:posts};
  106. z-index:-1;}
  107. {block:IndexPage}
  108. #entry img{max-width:260px; border:0px!important;}
  109. {block:IndexPage}
  110.  
  111. img, img a{border:0px #trans;}
  112.  
  113. {block:IndexPage}
  114. .permalink{
  115. opacity:0;
  116. filter: alpha(opacity = 0);
  117. position:absolute;
  118. display:block;
  119. padding: 30px 53px;
  120. width:154px;
  121. line-height:90%;
  122. height:50px;
  123. color:{color:permalink font};
  124. background-color:{color:ending};
  125. -webkit-transition: all 0.4s ease-out;
  126. -moz-transition: all 0.4s ease-out;
  127. transition: all 0.4s ease-out;
  128. z-index:2;
  129. text-transform:uppercase;
  130. font-size:9px;}
  131.  
  132. .permalink a{
  133. font-family: 'Changa One', sans-serif;
  134. font-size:18px;
  135. color:{color:permalink font};
  136. text-transform:none;
  137. }
  138.  
  139. .permalink a.l2{
  140. font:9px {font:body};
  141. color:{color:permalink font};
  142. text-transform:uppercase;
  143. }
  144. .permalink a.l3{
  145. font:18px Changa One;
  146. color:{color:permalink font};
  147. padding-top:2px;
  148. }
  149. #entry:hover .permalink{
  150. opacity:0.9;
  151. filter: alpha(opacity = 90);
  152. -webkit-transition: all 0.4s ease-out;
  153. -moz-transition: all 0.4s ease-out;
  154. transition: all 0.4s ease-out;
  155. }
  156. {/block:IndexPage}
  157.  
  158. #footer {
  159. position:fixed;
  160. z-index:3;
  161. bottom:0;
  162. background-color:{color:sidebar background};
  163. width:870px;
  164. height:55px;
  165. -moz-border-radius: 0px 20px 0px 0px;
  166. border-radius: 0px 20px 0px 0px;
  167. -webkit-border-radius: 0px 20px 0px 0px;
  168. margin-left:-12px;
  169. }
  170.  
  171.  
  172. .sidepic {
  173. position:absolute;
  174. z-index:3;
  175. bottom:0;
  176. width:70px;
  177. height:auto;
  178. margin-left:-70px;
  179. background-color:{color:sidebar background};
  180. padding:5px;}
  181.  
  182. a {text-decoration:none; color:{color:link};}
  183.  
  184. blockquote {border-left:3px {color:text} solid; padding-left:3px; margin:0px 0px 0px 10px;}
  185. ul, li, ol {margin:0px 0px 0px 10px; color:{color:text}; padding-left:4px}
  186.  
  187. b, strong, .strong {color:{color:Bold};}
  188. i, em, .em {color:{color:Italic};}
  189.  
  190. #title{
  191. overflow-y:hidden;
  192. height:55px;
  193. z-index:3;
  194. position:relative;}
  195. .titled{
  196. width:510px;
  197. float:left;
  198. font-size:32px;
  199. font-family: 'Pompiere', cursive;
  200. text-transform:uppercase;
  201. line-height:90%;
  202. color:{color:sidebar link};
  203. font-weight:700;
  204. margin:9px 0px 0px 10px;
  205. text-align:center;
  206. background-color:#trans;
  207. padding:4px 2px 4px 2px;
  208. -webkit-transition: 0.5s ease-in;
  209. -moz-transition: 0.5s ease-in;
  210. transition: 0.5s ease-in;}
  211.  
  212. .titled:hover{
  213. margin-top:-80px;
  214. }
  215.  
  216. .describe{
  217. margin-top:55px;
  218. font:9px {font:body};
  219. text-transform:none;}
  220.  
  221.  
  222. .links {
  223. width:180px;
  224. float:right;
  225. font:9px {font:body};
  226. text-transform:uppercase;
  227. display:inline;
  228. margin:6px 0px 0px 0px;}
  229.  
  230. .links a{
  231. background-color:#trans;
  232. display:block;
  233. width:130px;
  234. margin:3px;
  235. text-align:center;
  236. text-transform:uppercase;
  237. font-size:9px;
  238. font-family:{font:body};
  239. color:{color:sidebar link};
  240. letter-spacing:1px;
  241. padding:0px 10px 0px 0px ;
  242. border-bottom:1px solid {color:sidebar link};
  243. border-left:16px solid {color:sidebar link};}
  244.  
  245. .links2 {
  246. width:160px;
  247. float:right;
  248. margin-right:180px;
  249. font:9px {font:body};
  250. text-transform:uppercase;
  251. display:inline;
  252. margin:6px 0px 0px 0px;}
  253.  
  254. .links2 a{
  255. background-color:#trans;
  256. display:block;
  257. width:130px;
  258. margin:3px;
  259. text-align:center;
  260. text-transform:uppercase;
  261. font-size:9px;
  262. font-family:{font:body};
  263. color:{color:sidebar link};
  264. letter-spacing:1px;
  265. padding:0px 10px 0px 0px ;
  266. border-bottom:1px solid {color:sidebar link};
  267. border-left:16px solid {color:sidebar link};}
  268.  
  269. .links a:hover, .links2 a:hover {
  270. background-color:#trans;
  271. color:{color:sidebar link hover};
  272. width:50px;
  273. border-left:96px solid {color:sidebar link hover};
  274. border-bottom:1px solid {color:sidebar link hover};
  275. transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  276.  
  277. .texts {margin:1px; padding:1px; font:20px news cycle; text-transform:uppercase; color:{color:title}; text-align:center; line-height:90%; {block:IndexPage}padding:2px; margin:auto!important; min-height:70px!important; max-height:100px!important; vertical-align:middle;{/block:IndexPage};}
  278. .texts a {color:{color:title};}
  279.  
  280. #textbody{
  281. {block:IndexPage}
  282. display:none
  283. {/block:IndexPage}
  284. {block:PermalinkPage}
  285. display:block;
  286. text-transform:none;
  287. {/block:PermalinkPage}
  288. text-align:justify;}
  289.  
  290. #quotes{
  291. display:block;
  292. width:250px;
  293. height:100px;
  294. padding:2px;
  295. margin:auto;
  296. {block:PermalinkPage}
  297. width:500px;
  298. height:auto;
  299. {/block:PermalinkPage};
  300. background-color:{color:posts};
  301. }
  302.  
  303. .quotemark1 {color:{color:quotemark}; position:relative; z-index:0; opacity:0.2; font:210px arial; top:0; left:0; padding:3px; height:10px; text-align:center; margin-top:-15px; margin-left:-3px; {block:PermalinkPage}display:none;{/block:PermalinkPage};}
  304.  
  305. .quotetitle_short{position:relative;z-index:1;font:24px {font:body};{block:IndexPage} width:210px; height:90px{/block:IndexPage}; line-height:90%; text-align:center; vertical-align:middle; padding-top:10px; padding-right:2px; margin-left:-1px; {block:PermalinkPage}width:500px; height:auto; padding:2px 2px 2px 10px; vertical-align:middle;{/block:PermalinkPage}; letter-spacing:-01px;}
  306.  
  307.  
  308. .quotetitle_medium{position:relative;z-index:1;font:17px {font:body};{block:IndexPage} width:210px; height:90px{/block:IndexPage}; line-height:90%; text-align:center; vertical-align:middle; padding-top:6px; padding-right:2px; margin-left:-1px; {block:PermalinkPage}width:500px; height:auto; padding:2px 2px 2px 10px; vertical-align:middle;{/block:PermalinkPage}; letter-spacing:-01px;}}
  309.  
  310.  
  311. .quotetitle_long{position:relative;z-index:1;font:10px {font:body}; {block:IndexPage} width:210px; height:90px{/block:IndexPage}; line-height:90%; text-align:center; vertical-align:middle; padding-top:2px; padding-right:2px; margin-left:-1px; {block:PermalinkPage}width:500px; height:auto; padding:2px 2px 2px 10px; vertical-align:middle;{/block:PermalinkPage}; letter-spacing:-01px;}}
  312.  
  313.  
  314. .sourced {
  315. font:9px {font:body};
  316. text-transform: uppercase!important;
  317. color:{color:permalink font}!important;
  318. }
  319.  
  320. .sourced a{
  321. font:9px {font:body};
  322. text-transform: uppercase!important;
  323. color:{color:permalink font}!important;
  324. }
  325.  
  326. #sourced2 {
  327. width:500px;
  328. margin:0px -3px 4px 0px;
  329. font:10px {font:body};
  330. text-transform:uppercase;
  331. color:{color:permalink font}!important;
  332. float:right;
  333. padding:5px;
  334. background-color:{color:posts};
  335. text-align:right;}
  336.  
  337. #sourced2 a{
  338. font:10px {font:body};
  339. text-transform:uppercase;
  340. color:{color:permalink font};
  341. text-align:right;
  342. margin:2px;}
  343.  
  344. #chat{height:auto, width:100%; margin:3px;}
  345.  
  346. .chat .line{
  347.             font:9px {font:body};
  348.             background-color:{color:chat1};
  349.             margin: 0 0 1px;
  350.             padding: 3px 2px;
  351.             line-height:95%;
  352.             color:{color:text};
  353.             }
  354. .chat .line.odd{ background-color:{color:chat2};}
  355. .chat a {color:{color:text};}
  356.  
  357. .label, .label a {font-weight:bold; color:{color:bold};}
  358.  
  359. #questions {
  360. width:250px;
  361. margin-bottom:1px!important;
  362. margin-top:2px!important;
  363. margin:auto;
  364. font:9px {font:body};
  365. color:{color:question};
  366. text-transform:lowercase;
  367. padding:2px 4px;}
  368.  
  369. #questions a{
  370. color:{color:asker};
  371. text-transform:lowercase;
  372. }
  373. #answers{
  374. width:250px;
  375. text-align:justify;
  376. padding:1px 5px 3px 5px;
  377. border-top:1px {color:background} solid;
  378. font:9px {font:body};
  379. margin:auto;
  380. margin-top:1px!important;
  381. }
  382.  
  383. #audio {
  384. {block:IndexPage}
  385. width:246px;
  386. padding:3px 3px 3px 5px;
  387. margin:3px 2px 3px 3px;
  388. {/block:IndexPage}
  389. {block:PermalinkPage}
  390. width:500px;
  391. margin:4px 2px;
  392. padding:2px;
  393. {/block:PermalinkPage}
  394. background-color:#fff;}
  395.  
  396. .artist {
  397. background-color:{color:artist};
  398. font:9px {font:body};
  399. text-transform: uppercase;
  400. margin-bottom:1px;
  401. padding-top:-1px;
  402. text-align:center;
  403. height:17px;}
  404.  
  405. .tracks {
  406. background-color:{color:tracks};
  407. font:9px {font:body};
  408. text-transform: uppercase;
  409. margin-bottom:1px;
  410. text-align:center;
  411. height:17px;}
  412.  
  413. .album {
  414. background-color:{color:album};
  415. font:9px {font:body};
  416. text-transform: uppercase;
  417. padding-bottom:-1px;
  418. text-align:center;
  419. height:17px;}
  420.  
  421. #postperm {display:block;margin:1px;}
  422.  
  423. </style>
  424. </head>
  425.  
  426. <body>
  427. <div id="content">
  428.  
  429. <div id="footer">
  430. <img src="{PortraitURL-96}" class="sidepic">
  431. <div id="title">
  432. <div class="titled">
  433. {Title}
  434. <div class="describe">
  435. {Description}
  436. </div>
  437. </div>
  438. <div class="links">
  439. <a href="/archive">archive</a>
  440. <a href="http://maraudersthemes.tumblr.com">theme</a></div>
  441. <div class="links2">
  442. <a href="/">home</a>
  443. <a href="/ask">ask</a></div>
  444. </div>
  445. </div>
  446.  
  447.  
  448. <div id="posts">
  449.  
  450. {block:Posts}
  451. <div id="entry">
  452.  
  453. {block:Text}
  454. {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p><a href="{Permalink}" class="l2">+read more</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
  455.  
  456. {block:Title}
  457. <table width="100%" height="100%">
  458. <tr><td class="texts">
  459. <a href="{Permalink}">{Title}</a>
  460. </td></tr></table>
  461. {/block:Title}
  462. {block:PermalinkPage}<div id="textbody">{Body}</div>{/block:PermalinkPage}
  463. {/block:Text}
  464.  
  465. {block:Photo}
  466. {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
  467.  
  468. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  469. {block:Caption}
  470. <div class="caption">{Caption}</div>
  471. {/block:Caption}
  472. {/block:Photo}
  473.  
  474. {block:Photoset}
  475. {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
  476.  
  477. {block:IndexPage}
  478. <center>{Photoset-250}</center>
  479. {/block:IndexPage}
  480. {block:PermalinkPage}
  481. {Photoset-500}
  482. {/block:PermalinkPage}
  483. {block:Caption}
  484. <div class="caption">{Caption}</div>
  485. {/block:Caption}
  486. {/block:Photoset}
  487.  
  488. {block:Quote}
  489. {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p>{block:Source}<div class="sourced">Source:{Source}</div>{/block:Source}<p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
  490. <div id="quotes">
  491. <div class="quotemark1">“&nbsp;&nbsp;”</div>
  492. <table width="100%" height="100%" cellpadding="2">
  493. <tr><td class="quotetitle_{Length}">{Quote}</td></tr>
  494. </table>
  495. {block:PermalinkPage}{block:Source}<div id="sourced2">{Source}</div>{/block:Source}{/block:PermalinkPage}
  496. </div>
  497. {/block:Quote}
  498.  
  499.  
  500.  
  501. {block:Link}
  502. {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p><a href="{URL}">visit link</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
  503.  
  504. <table width="100%" height="100%">
  505. <tr><td class="texts">
  506. <a href="{URL}">{Name}</a>
  507. </td></tr></table>
  508. {block:PermalinkPage}<div id="textbody">{block:Description}
  509. <div class="linkdescription">{Description}</div>
  510. {/block:Description}
  511. </div>{/block:PermalinkPage}
  512. {/block:Link}
  513.  
  514. {block:Chat}
  515. {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
  516.  
  517. {block:Title}
  518. <div id="reblogs">{Title}</div>
  519. {/block:Title}
  520. <div id="chat">
  521. {block:Lines}<div class="chat"><div class="line {Alt}">
  522. <div class="{Alt} user_{UserNumber}">
  523. {block:Label}
  524. <span class="label"><b>{Label}</b></span>
  525. {/block:Label}
  526. {Line}</div>
  527. </div></div>
  528. {/block:Lines}
  529. </div>
  530. {/block:Chat}
  531.  
  532. {block:Video}
  533. {Video-250}
  534. {block:Caption}
  535. <div id="reblogs">{Caption}</div>
  536. {/block:Caption}
  537. {/block:Video}
  538.  
  539. {block:Audio}
  540. {block:IndexPage}<div class="permalink"><center><a href="#" class="l3">{Notecountwithlabel}</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
  541.  
  542. <div id=audio>{AudioPlayerWhite}</div>
  543. <div id="dataudio">
  544. <table width="100%">
  545. <tr>
  546. <td width="22%" margin="0px 1px 0px 0px" padding="0" rowspan="3" class="albumart">
  547. {block:AlbumArt}
  548. <img src="{AlbumArtURL}" width="63">
  549. {/block:AlbumArt}
  550. </td>
  551. <td rowspan="1" class="artist" width="80%">
  552. {block:Artist}
  553. {Artist}
  554. {/block:Artist}
  555. </td>
  556. </tr>
  557. <tr>
  558. <td rowspan="1" class="tracks" width="80%">
  559. {block:TrackName}
  560. {TrackName}
  561. {/block:TrackName}
  562. </td>
  563. </tr>
  564. <tr>
  565. <td rowspan="1" class="album" width="80%">
  566. {block:Album}
  567. {Album}
  568. {/block:Album}
  569. </td>
  570. </tr>
  571. </table>
  572. </div>
  573. {block:Caption}
  574. <div class="reblogs">
  575. {Caption}
  576. </div>
  577. {/block:Caption}
  578. {/block:Audio}
  579.  
  580. {block:Answer}
  581. {block:IndexPage}<div class="permalink"><center><a href="#">{NoteCountWithLabel}</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
  582.  
  583. <div id="questions">{Asker} said, {Question}</div>
  584. <div id="answers">{Answer}</div>
  585. {/block:answer}
  586.  
  587. </div>
  588.  
  589.  
  590. {block:PermalinkPage}
  591. <div id="postperm">
  592. <center>
  593. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  594. {block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br>{/block:HasTags}
  595. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br> originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  596. </center>
  597. </div><br>
  598. {block:PostNotes}
  599. <div id="postnotes">{PostNotes}</div><br>
  600. {/block:PostNotes}
  601. {/block:PermalinkPage}
  602. {/block:Posts}
  603.  
  604. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  605. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  606. {/block:ContentSource}
  607. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  608.  
  609. </div>
  610. </body>
  611. </html>