Advertisement
beautifulfreaks13

Tumblr theme 028

Feb 9th, 2012
10,456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.54 KB | None | 0 0
  1. <!--
  2. Tumblr Theme 028 (c) by Ans by ETTUDIS [http://ettudis.three-words.net]
  3. CONTACT INFO [email: admin@ettudis.three-words.net]
  4. FOLLOW THEME BLOG [http://ettudis.tumblr.com]
  5. TERMS OF USE [http://ettudis.tumblr.com/post/8327340215/terms-of-usage]
  6. -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  12. {block:Description}
  13. <meta name="Description" content="{MetaDescription}" />
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{favicon}" />
  16. <meta name="color:background" content="#fafafa" />
  17. <meta name="color:blockquote border" content="#E92700" />
  18. <meta name="color:blockquote text" content="#505050" />
  19. <meta name="color:link" content="#40005E" />
  20. <meta name="color:link hover" content="#DADADA" />
  21. <meta name="color:menu link" content="#FFFFFF" />
  22. <meta name="color:menu link background 1" content="#E600D3" />
  23. <meta name="color:menu link background 2" content="#9245F5" />
  24. <meta name="color:menu link background 3" content="#FFF500" />
  25. <meta name="color:menu link background 4" content="#00D6CF" />
  26. <meta name="color:menu link background hover" content="#000000" />
  27. <meta name="color:menu link hover" content="#FFFFFF" />
  28. <meta name="color:message border" content="#F5ED00" />
  29. <meta name="color:permalink" content="#FCE2E2" />
  30. <meta name="color:post background" content="#FFFFFF" />
  31. <meta name="color:post border" content="#E9E9E9" />
  32. <meta name="color:post text" content="#5e5e5e" />
  33. <meta name="color:post title" content="#3b3b3b" />
  34. <meta name="color:post title border" content="#FFCC00" />
  35. <meta name="color:topbar background" content="#000000" />
  36. <meta name="color:topbar text" content="#999999" />
  37. <meta name="color:topbar link" content="#FCE2E2" />
  38. <meta name="color:topbar link hover" content="#CCCCCC" />
  39. <meta name="color:userpic border" content="#FFFFFF" />
  40. <meta name="color:userpic border hover" content="#000000" />
  41. <meta name="if:extra links" content="0"/>
  42. <meta name="if:four columns" content="1"/>
  43. <meta name="if:one column" content="0"/>
  44. <meta name="if:two columns" content="0"/>
  45. <meta name="if:three columns" content="0"/>
  46. <meta name="image:background" content="http://static.tumblr.com/38tkyuw/llRltqsok/2uyks1w.png"/>
  47. <meta name="text:Link 1" content="" />
  48. <meta name="text:Link 1 Title" content="" />
  49. <meta name="text:Link 2" content="" />
  50. <meta name="text:Link 2 Title" content="" />
  51. <meta name="text:Link 3" content="" />
  52. <meta name="text:Link 3 Title" content="" />
  53. <meta name="text:Link 4" content="" />
  54. <meta name="text:Link 4 Title" content="" />
  55. <meta name="text:Link 5" content="" />
  56. <meta name="text:Link 5 Title" content="" />
  57. <meta name="text:Links title" content="links" />
  58. <style type="text/css">
  59.  
  60. @font-face {
  61. font-family: 'Inconsolata';
  62. src: local('Inconsolata'), url('http://themes.googleusercontent.com/fonts/font?kit=J_eeEGgHN8Gk3Eud0dz8jw') format('truetype');
  63.  
  64. }
  65. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  66. #infscr-loading {display:none;}
  67. #over{height:2000px!important;position:absolute;top:0px;left:0px;width: 100%;}
  68. body {
  69. font-family: lucida console, consolas, monospace;
  70. font-size: 10px;
  71. margin: 0px;
  72. padding:0px;
  73. background:{color:background} url('{image:background}') fixed;
  74. }
  75. a {
  76. color: {color:link};text-decoration: none;
  77. -webkit-transition: all 0.9s ease;
  78. -moz-transition: all 0.9s ease;
  79. -o-transition: all 0.9s ease;
  80. }
  81. a:hover {
  82. -webkit-transition: all 0.5s ease;
  83. -moz-transition: all 0.5s ease;
  84. -o-transition: all 0.5s ease;
  85. }
  86. #infscr-loading {display:none;}
  87. iframe#tumblr_controls {right:3px !important;
  88. position: fixed !important;
  89. opacity: 0.2;
  90. filter:alpha(opacity=20);
  91. -moz-opacity: 0.2;
  92. -khtml-opacity: 0.2;
  93. -webkit-transition: all 0.9s ease;
  94. -moz-transition: all 0.9s ease;
  95. -o-transition: all 0.9s ease;}
  96. iframe#tumblr_controls:hover{
  97. opacity: 1;
  98. filter:alpha(opacity=100);
  99. -moz-opacity: 1;
  100. -khtml-opacity: 1;
  101. -webkit-transition: all 0.9s ease;
  102. -moz-transition: all 0.9s ease;
  103. -o-transition: all 0.9s ease;}
  104.  
  105. #topbar {
  106. width: 100%;
  107. left:0px; z-index: 100;
  108. top: 0px;
  109. position: fixed;
  110. height: 35px;
  111. padding:15px;
  112. color: {color:topbar text};
  113. background:{color:topbar background};
  114. }
  115. #topcontainer{
  116. min-width: 600px;max-width: 800px; text-align:center; margin auto 0px;
  117. }
  118.  
  119. #desc {width: 500px; font: 10px/12px consolas, lucida console, arial;color:{color:topbar text};float:left;margin:0px;text-align:left;}
  120. #desc a, #info a{color:{color:topbar link};font: 10px courier new, courier, monospace; text-transform: uppercase;}
  121. #desc a:hover, #info a:hover{color:{color:topbar link hover};}
  122. #menu a:hover{
  123. color: {color:menu link hover};
  124. background: {color:menu link background hover}!important;
  125. }
  126. #menu a{
  127. color: {color:menu link};
  128. font: 9px/15px consolas, lucida console, arial;
  129. letter-spacing: 1px;text-align:center;
  130. text-decoration: none;
  131. text-transform: uppercase;
  132. -webkit-transition: all 0.5s ease;
  133. -moz-transition: all 0.5s ease;
  134. -o-transition: all 0.5s ease;
  135. display:block;
  136. float:left;
  137. width: 90px;
  138. height: 15px;margin-right:7px;
  139. }
  140. a.link1 {background: {color:menu link background 1}!important;}
  141. a.link2 {background: {color:menu link background 2}!important;}
  142. a.link3 {background: {color:menu link background 3}!important;}
  143. #links a{background: {color:menu link background 4}!important;display:block;margin-bottom:3px!important;}
  144. #links{width:90px!important;float:left;height:15px!important;overflow:hidden;margin-right:7px;}
  145. #links:hover{width:90px!important;float:left;height:106px!important;}
  146. #userpic {width:78px; height: 65px;background:{color:userpic border};padding:0px;padding-top:15px;margin:7px;display: inline; float:left;}
  147. #userpic:hover{background:{color:userpic border hover};}
  148. #userpic a{
  149. padding:15px;
  150. }
  151. #chat ul,#chat ol,#chat li{
  152. list-style:none;
  153. padding: 1px;
  154. }
  155. ul, ol {
  156. padding-left: 5px!important;
  157. margin-left:15px!important;
  158. }
  159. #asker {
  160. margin:5px;border-bottom:1px solid{color:message border};padding-bottom:4px;
  161. }
  162. #asker a{
  163. color: {color:link};font: bold 12px inconsolata, consolas, lucida console, trebuchet;
  164. }
  165. #quote {
  166. text-decoration: none;
  167. font-style: normal;
  168. text-align:center;
  169. letter-spacing:0px;
  170. padding-top:5px;
  171. font: 12px/12px inconsolata, consolas, lucida console, trebuchet;
  172. }
  173. h1 {
  174. font: bold 12px inconsolata, consolas, lucida console, trebuchet;margin: 3px 15px;border-bottom:1px solid{color:post title border};text-align:center;
  175. }
  176. h1 a{
  177. color: {color:post title}; font-style: normal!important;
  178. }
  179. #info {
  180. padding:0px;width:500px!important;color: {color:topbar text};
  181. background:{color:topbar background}; margin:0px;padding:5px;
  182. }
  183. #answer a, #source a, #caption a, #audiotext a, #quotesource a, #text a, #captiona a{
  184. font: 9px trebuchet ms, arial, sans-serif;letter-spacing: 1px;
  185. text-transform: uppercase;letter-spacing: 0px;text-decoration:none;
  186. -webkit-transition: all 0.5s ease;
  187. -moz-transition: all 0.5s ease;
  188. -o-transition: all 0.5s ease;
  189. color: {color:link};
  190. }
  191. #answer a:hover, #source a:hover, #caption a:hover, #audiotext a:hover, #quotesource a:hover, #text a:hover, #captiona a:hover{
  192. font-style: italic;
  193. color:{color:link hover};
  194. }
  195. #quotesource {
  196. display: block;
  197. text-align: center;
  198. }
  199. .label {
  200. font: 9px lucida console, trebuchet ms, sans-serif;
  201. text-transform: uppercase;
  202. color: {color:link hover};
  203. padding-right: 5px;
  204. }
  205. .person1 .label {
  206. padding-right: 5px;
  207. text-transform: uppercase;
  208. color: {color:link};
  209. font: 9px lucida console, trebuchet ms, sans-serif;
  210. }
  211. ul, ol {
  212. padding-left: 5px!important;
  213. margin-left:15px!important;
  214. }
  215. #audio {
  216. width: 250px; background: #000;
  217. }
  218. #audiotext{
  219. padding: 5px;
  220. }
  221.  
  222. #note {
  223. font-size: 9px;
  224. padding: 7px;
  225. float:NONE;
  226. color: {color:post text};
  227. width: 500px;font: 10px consolas, lucida console, arial;
  228. }
  229. li.note {
  230. list-style:none;
  231. padding: 3px;
  232. margin: 0px;
  233. margin-right: 25px;
  234. }
  235. #note a{
  236. font: 9px trebuchet ms;
  237. color: {color:link};
  238. text-transform:uppercase;
  239. }
  240. #note a:hover{
  241. color: {color:link hover};
  242. }
  243. .container{
  244. border: 1px solid {color:post border}; margin:5px;
  245. overflow:hidden; float:left;position:relative;
  246. {block:ifthreecolumns}{block:indexpage}width:260px;{/block:indexpage}{/block:ifthreecolumns}
  247. {block:iffourcolumns}{block:indexpage}width:260px;{/block:indexpage}{/block:iffourcolumns}
  248. {block:iftwocolumns}{block:indexpage}width:260px;{/block:indexpage}{/block:iftwocolumns}
  249. {block:ifonecolumn}{block:indexpage}width:510px;{/block:indexpage}{/block:ifonecolumn}
  250. {block:permalinkpage}width:510px;{/block:permalinkpage}
  251. }
  252. #entry {
  253. float:left;background-color:{color:post background};
  254. color: {color:post text}; font: 10px consolas, lucida console, arial;
  255. {block:ifthreecolumns}{block:indexpage}width:250px;{/block:indexpage}{/block:ifthreecolumns}
  256. {block:iffourcolumns}{block:indexpage}width:250px;{/block:indexpage}{/block:iffourcolumns}
  257. {block:iftwocolumns}{block:indexpage}width:250px;{/block:indexpage}{/block:iftwocolumns}
  258. {block:ifonecolumn}{block:indexpage}width:500px;{/block:indexpage}{/block:ifonecolumn}
  259. {block:permalinkpage}width:500px;{/block:permalinkpage}
  260. padding:5px;}
  261. #all{
  262. position: absolute;
  263. top: 110px;
  264. {block:ifthreecolumns}{block:indexpage}width:900px;{/block:indexpage}{/block:ifthreecolumns}
  265. {block:iffourcolumns}{block:indexpage}width:1200px;{/block:indexpage}{/block:iffourcolumns}
  266. {block:iftwocolumns}{block:indexpage}width:800px;{/block:indexpage}{/block:iftwocolumns}
  267. {block:ifonecolumn}{block:indexpage}width:750px;{/block:indexpage}{/block:ifonecolumn}
  268. {block:permalinkpage}width: 500px;{/block:permalinkpage}
  269. background: none;
  270. }
  271. #entry img{
  272. {block:ifthreecolumns}{block:indexpage}max-width:250px;{/block:indexpage}{/block:ifthreecolumns}
  273. {block:iffourcolumns}max-width:250px;{/block:iffourcolumns}
  274. {block:iftwocolumns}{block:indexpage}max-width:250px;{/block:indexpage}{/block:iftwocolumns}
  275. {block:ifonecolumn}{block:indexpage}max-width:500px;{/block:indexpage}{/block:ifonecolumn}
  276. {block:permalinkpage}max-width:500px;{/block:permalinkpage}
  277. margin:0px!important;
  278. opacity: 0.9;
  279. filter:alpha(opacity=90);
  280. -moz-opacity: 0.9;
  281. -khtml-opacity: 0.9;
  282. -webkit-transition: all 0.5s ease;
  283. -moz-transition: all 0.5s ease;
  284. -o-transition: all 0.5s ease;}
  285.  
  286. #entry img:hover{
  287. opacity: 1;
  288. filter:alpha(opacity=100);
  289. -moz-opacity: 1;
  290. -khtml-opacity: 1;
  291. }
  292. blockquote{
  293. border-left: 1px dashed {color:blockquote border};
  294. padding-left: 5px;
  295. color: {color:blockquote text};margin-left:20px;
  296. }
  297. table, tr, td{
  298. font-size: 9px!important;
  299. }
  300. #text img, #captiona img, #answer img{
  301. {block:iftwocolumns}width:240px;{/block:iftwocolumns}
  302. {block:ifthreecolumns}max-width:240px;{/block:ifthreecolumns}
  303. {block:iffourcolumns}max-width:240px;{/block:iffourcolumns}
  304. {block:ifonecolumn}max-width:490px;{/block:ifonecolumn}
  305. margin:0px;
  306. }
  307.  
  308. #entry p{
  309. margin-top:7px;margin-left:5px;margin-right:5px; margin-bottom: 3px;
  310. }
  311. small {font-size:9px;}
  312. .navigation {display:none!important;}
  313. #photoset{margin:5px!important;}
  314. div.perma a {
  315. font: normal normal 9px/15px courier new, courier, monospace;letter-spacing: 1px;
  316. text-align:center;
  317. width:90px;position:absolute;
  318. text-transform:uppercase;
  319. color: {color:permalink};
  320. background:{color:topbar background};
  321. -webkit-transition: all 0.5s ease;
  322. -moz-transition: all 0.5s ease;
  323. -o-transition: all 0.5s ease;
  324. }
  325. div.perma {
  326. opacity: 0;
  327. filter:alpha(opacity=0);
  328. -moz-opacity: 0;
  329. -khtml-opacity: 0;
  330. -webkit-transition: all 0.5s ease;
  331. -moz-transition: all 0.5s ease;
  332. -o-transition: all 0.5s ease;
  333. }
  334. div.date:hover div.perma {
  335. opacity: 1;
  336. filter:alpha(opacity=100);
  337. -moz-opacity: 1;
  338. -khtml-opacity: 1;
  339. }
  340. </style>
  341.  
  342. <script type="text/javascript">
  343. jQuery(document).ready(function() {
  344. jQuery(".tags").hide();
  345. //toggle the componenet with class msg_body
  346. jQuery(".categories").click(function()
  347. {
  348. jQuery(this).next(".tags").slideToggle(500);
  349. });});
  350. </script>
  351.  
  352.  
  353. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  354. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  355.  
  356. <!-- {block:IndexPage} -->
  357. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  358. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  359. <script type="text/javascript">
  360. $(window).load(function () {
  361. $('#content').masonry(),
  362. $('.masonryWrap').infinitescroll({
  363. itemSelector : ".container",
  364. // selector for all items you'll retrieve
  365. bufferPx : 10000,
  366. extraScrollPx: 10000,
  367. },
  368. // call masonry as a callback.
  369. function() { $('#content').masonry({ appendedContent: $(this) }); }
  370. );
  371. });
  372. </script>
  373. <!-- {/block:IndexPage} -->
  374.  
  375.  
  376.  
  377. </head>
  378. <body><div id="over"></div>
  379. <div class="navigation">
  380. <!--{block:Pagination}-->
  381. <!--{block:NextPage}--><p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a><!--{/block:NextPage}-->
  382. <!--{block:PreviousPage}--><a style="float:left" href="{PreviousPage}">? Newer</a></p><!--{/block:PreviousPage}-->
  383. <!--{/block:Pagination}-->
  384. </div>
  385.  
  386. <div id="topbar">
  387.  
  388. <div align="center"><div id="topcontainer">
  389.  
  390. <div id="userpic"><a href="/"><img src="{PortraitURL-48}" border="0"></a></div>
  391.  
  392. <div id="desc"><p><a href="/" alt="{Title}">{Title} // -</a> {block:Description}{Description}</p>{/block:Description}
  393. <div id="menu">{block:ifextralinks}
  394. <div id="links"><a href="/">{text:links title}</a>
  395.  
  396. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  397. </div>{/block:ifextralinks}
  398. <a href="/archive" class="link1">archives</a>
  399. <a href="/ask" class="link2">message</a>
  400. <a href="http://ettudis.three-words.net" class="link3">&copy;</a> </div>
  401.  
  402. </div></div></div>
  403.  
  404.  
  405. </div>
  406.  
  407. <table width="100%" align="center"><tr><td valign="top" align="center">
  408. {block:iffourcolumns}{block:indexpage}<table width="1000">{/block:indexpage}{/block:iffourcolumns}
  409. {block:ifthreecolumns}{block:indexpage}<table width="755">{/block:indexpage}{/block:ifthreecolumns}
  410. {block:iftwocolumns}{block:indexpage}<table width="950">{/block:indexpage}{/block:iftwocolumns}
  411. {block:ifonecolumn}{block:indexpage}<table width="500">{/block:indexpage}{/block:ifonecolumn}
  412. {block:permalinkpage}<table width="500">{/block:permalinkpage}
  413. <tr><td>
  414. <div id="all">
  415. <div id="content">
  416. {block:Posts}
  417. <div class="container">
  418. <div id="entry">
  419. <div class="date">
  420. {block:IndexPage}<div class="perma">{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>{/block:Date}</div>{/block:IndexPage}
  421.  
  422. {block:Text}
  423. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  424. <div id="text">{Body}</div>
  425. {/block:Text}
  426.  
  427. {block:iffourcolumns}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-250}" border="0" width="250px"/></a>{/block:Photo}{block:Photoset}{Photoset-250}{/block:Photoset}{/block:indexpage}
  428.  
  429. {block:indexpage}{block:Video}{Video-250}
  430. {/block:Video}{/block:indexpage}{/block:iffourcolumns}
  431.  
  432. {block:ifthreecolumns}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-250}" border="0" width="250px"/></a>{/block:Photo}{block:Photoset}{Photoset-250}{/block:Photoset}{/block:indexpage}
  433.  
  434. {block:indexpage}{block:Video}{Video-250}
  435. {/block:Video}{/block:indexpage}{/block:ifthreecolumns}
  436.  
  437. {block:iftwocolumns}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" width="250px"/></a>{/block:Photo}{block:Photoset}{Photoset-250}{/block:Photoset}{/block:indexpage}
  438.  
  439. {block:indexpage}{block:Video}{Video-250}
  440. {/block:Video}{/block:indexpage}{/block:iftwocolumns}
  441.  
  442. {block:ifonecolumn}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" width="500px"/></a>{/block:Photo}{block:Photoset}{Photoset-500}{/block:Photoset}{/block:indexpage}
  443.  
  444. {block:indexpage}{block:Video}{Video-500}{/block:Video}{/block:indexpage}{/block:ifonecolumn}
  445.  
  446.  
  447.  
  448. {block:permalinkpage}{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" border="0" width="500px"/>{LinkCloseTag}{/block:Photo}{block:Photoset}{Photoset-500}{/block:Photoset}{/block:permalinkpage}
  449.  
  450. {block:permalinkpage}{block:Video}{Video-500}{/block:Video}{/block:permalinkpage}
  451.  
  452.  
  453. {block:Quote}
  454. <div id="quote">&#8220;{Quote}&#8221; </div>
  455. <div id="quotesource">{block:Source}&#8212; {Source}{/block:Source}</div>
  456. {/block:Quote}
  457.  
  458. {block:Link}
  459. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  460. {block:Description}{Description}{/block:Description}{/block:Link}
  461.  
  462. {block:Chat}<div id="chat">{block:Title}
  463. <h1><a href="{Permalink}">{Title}</a></h1>
  464. {/block:Title}
  465. <ul>
  466. {block:Lines}
  467. <li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
  468. {/block:Lines}
  469. </ul>
  470. </div>
  471. {/block:Chat}
  472.  
  473. {block:Audio}
  474.  
  475. <div id="audio">{AudioPlayerBlack}</div>
  476. {block:permalinkpage}<div id="audiotext">{PlayCountWithLabel}</div>
  477. <div id="audiotext">{block:Caption}{Caption}{/block:Caption}</div>{/block:permalinkpage}
  478.  
  479. {/block:Audio}
  480.  
  481. {block:Answer}
  482. <div id="asker">{Asker}</font> said: {Question}</div>
  483. <div id="answer">{Answer}</div>
  484. {/block:Answer}
  485.  
  486. <div id="captiona" style="overflow:hidden; max-width:500px!important;"> {block:Photo} {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  487. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  488. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div>
  489.   </div>
  490. </div>
  491. </div>
  492.  
  493.  
  494.  
  495. {block:PermalinkPage}<div style="margin:5px;overflow:hidden; float:left">
  496. <div id="info" align="right">{block:Date}Posted on {Month} {DayOfMonthWithZero}, {Year}{/block:Date} {block:NoteCount} with {NoteCount} notes{/block:NoteCount}<br>{block:RebloggedFrom}via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>)<br>{/block:RebloggedFrom}{block:HasTags}tagged: {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}{/block:HasTags}
  497. </div></div>
  498.  
  499. {block:PostNotes}<div class="container">
  500. <div id="entry"> <div id="note">{PostNotes}</div>   </div>
  501. </div>{/block:PostNotes} {/block:permalinkpage}
  502.  
  503. {/block:Posts}
  504. </div>
  505. </div><tr><td></table><tr><td></table>
  506. </body>
  507. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement