Advertisement
beautifulfreaks13

tumblr theme 026

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