Advertisement
journeys

tit-13.txt

Aug 20th, 2012
2,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <head>
  7. <meta name="font:body" content="'PT Serif', serif"/>
  8. <meta name="color:text" content="#000000"/>
  9. <meta name="color:link" content="#000000"/>
  10. <meta name="text:ask label" content="message"/>
  11. <meta name="text:home label" content="home"/>
  12. <meta name="text:top right text" content="Powered by Tumblr"/>
  13. <meta name="text:font size" content="14px"/>
  14. <meta name="text:line height" content="21px"/>
  15. <meta name="text:link 1" content=""/>
  16. <meta name="text:link 1 url" content=""/>
  17. <meta name="text:link 2" content=""/>
  18. <meta name="text:link 2 url" content=""/>
  19. <meta name="text:link 3" content=""/>
  20. <meta name="text:link 3 url" content=""/>
  21. <meta name="text:link 4" content=""/>
  22. <meta name="text:link 4 url" content=""/>
  23. <meta name="text:link 5" content=""/>
  24. <meta name="text:link 5 url" content=""/>
  25. <meta name="text:link 6" content=""/>
  26. <meta name="text:link 6 url" content=""/>
  27. <meta name="text:link 7" content=""/>
  28. <meta name="text:link 7 url" content=""/>
  29. <meta name="text:link 8" content=""/>
  30. <meta name="text:link 8 url" content=""/>
  31. <title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34. {block:Description}
  35. <meta name="description" content="{MetaDescription}" />
  36. {/block:Description}
  37. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  38. <link href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Serif:400,400italic" rel="stylesheet" type="text/css">
  39. <style type="text/css">
  40. body {
  41. color: {color:text};
  42. font-family: {font:body};
  43. font-size: {text:font size};
  44. line-height: {text:line height};
  45. }
  46. p, ul, ol, blockquote, pre {
  47. margin-bottom: 15px;
  48. }
  49.  
  50. #titexcel {
  51. position: absolute;
  52. right: 3px;
  53. top: 26px;
  54. }
  55. body, div, p, textarea, submit, input, html {
  56. font-family: 'PT Serif', serif;
  57. }
  58. #contain {
  59. max-width: 990px;
  60. margin: 0 auto;
  61. padding: 0 5%;
  62. }
  63. #contain img, #container object {
  64. display: block;
  65. margin: 0 auto;
  66. max-width: 100%;
  67. }
  68. #content {
  69. margin-top: 10%;
  70. }
  71. .entry {
  72. width: 60%;
  73. float: left;
  74. display: block;
  75. margin-left: 5%;
  76. }
  77. a:-webkit-any-link {
  78. text-decoration: none;
  79. cursor: auto;
  80. }
  81. .entry img {
  82. display: block;
  83. width: 100%;
  84. }
  85. .date {
  86. width: 15%;
  87. float: left;
  88. font-size: 12px;
  89. text-align: right;
  90. }
  91. .photo {
  92. width: 100%;
  93. margin-bottom: 20px;
  94. }
  95.  
  96. .photo img {
  97. width: 100%;
  98. }
  99. .article {
  100. clear: both;
  101. overflow: auto;
  102. margin-top: 30px;
  103. padding-bottom: 40px;
  104. border-bottom: 1px dashed #1a1a1a;
  105. }
  106. .media iframe, .media object, .media embed {
  107. width: 100%;
  108. height: 100%;
  109. position: absolute;
  110. top: 0;
  111. left: 0;
  112. }
  113. .media {
  114. position: relative;
  115. height: 0;
  116. padding-bottom: 75%;
  117. margin-bottom: 20px;
  118. }
  119.  
  120. h1, h1 a {
  121. font-size: 18px;
  122. line-height: 1.5em;
  123. margin: -4px 0 17px 0;
  124. color: {color:title link};
  125. }
  126. header {
  127. margin-top: 3%;
  128. display: block;
  129. overflow: auto;
  130. }
  131. #headlines {
  132. border-bottom: 1px dotted #0D0000;
  133. margin: 30px 0 0px 0;
  134. padding-bottom: 0.125em;
  135. overflow: auto;
  136. font-size: 11px;
  137. text-transform: uppercase;
  138. letter-spacing: 0.25em;
  139. }
  140. #headlines div:first-child {
  141. float: left;
  142. }
  143. #headlines div:last-child {
  144. float: right;
  145. text-align: right;
  146. }
  147. #about {
  148. clear: both;
  149. border-top: 1px dotted #0D0000;
  150. padding: 0.625em 1% 0 1%;
  151. }
  152. #about div:first-child {
  153. float: left;
  154. font-size: 12px;
  155. }
  156. #about div:last-child {
  157. float: right;
  158. font-size: 12px;
  159. }
  160.  
  161. .links {
  162. float: right;
  163. }
  164. .location {
  165. float: right;
  166. }
  167. a:link, a:visited { color: {color:link}; text-decoration: none; }
  168. a:hover { color: {color:hover}; }
  169. a:active { position: relative; top: 1px; }
  170.  
  171. .tags {padding: 3%; width: 100%;}
  172.  
  173. ol.notes img {
  174. display: inline;
  175. float: left;
  176. width: 20px;
  177. height: 20px;
  178. padding-right:10px;
  179. }
  180.  
  181. ol.notes li {
  182. height: 30px;
  183. }
  184.  
  185. ol.notes {width: 100%;
  186. }
  187. {CustomCSS}
  188. </style>
  189. </head>
  190. <body>
  191. <div id="contain">
  192. <div id="header">
  193. <div id="headlines">
  194. <div><a href="{Permalink}">{title}</a></div>
  195. <div class="location">{text:top right text}</div>
  196. </div>
  197. <div id="about">
  198. <div><p>{Description}</p></div>
  199. <div class="links">
  200. <a href="/">{text:home label}</a>
  201. / <a href="/">{text:ask label}</a>
  202. {block:HasPages}
  203. {block:Pages}/ <a href="{URL}">{Label}</a>
  204. {/block:Pages}
  205. {/block:HasPages}
  206. {block:iflink1}
  207. / <a href="{text:link 1 url}">{text:link 1}</a>
  208. {/block:iflink1}
  209. {block:iflink2}
  210. / <a href="{text:link 2 url}">{text:link 2}</a>
  211. {/block:iflink2}
  212. {block:iflink3}
  213. / <a href="{text:link 3 url}">{text:link 3}</a>
  214. {/block:iflink3}
  215. {block:iflink4}
  216. / <a href="{text:link 4 url}">{text:link 4}</a>
  217. {/block:iflink4}
  218. {block:iflink5}
  219. / <a href="{text:link 5 url}">{text:link 5}</a>
  220. {/block:iflink5}
  221. {block:iflink6}
  222. / <a href="{text:link 6 url}">{text:link 6}</a>
  223. {/block:iflink6}
  224. {block:iflink7}
  225. / <a href="{text:link 7 url}">{text:link 7}</a>
  226. {/block:iflink7}
  227. {block:iflink8}
  228. / <a href="{text:link 8 url}">{text:link 8}</a>
  229. {/block:iflink8}
  230. /
  231. <a href="http://tit.tumblr.com">Credit</a>
  232. </div>
  233. </div>
  234.  
  235.  
  236.  
  237. </div>
  238.  
  239. <div id="content">
  240. {block:Posts}
  241. <div class="article">
  242.  
  243. {block:Text}<div class="date">
  244. <a class="p" href="{permalink}">{MonthNumber} / {DayOfMonth} / {Year}</a> </div>
  245. <div class="entry">
  246.  
  247. <div class="text">
  248. {block:Title}
  249. <h1><a href="{Permalink}">{Title}</a></h1>
  250. {/block:Title}
  251. {Body}
  252. </div>
  253. </div>
  254. {/block:Text}
  255.  
  256. {block:Photo}
  257.  
  258.  
  259. {block:IndexPage}
  260. <div class="photo">
  261. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></div>
  262. {/block:IndexPage}
  263. {block:permalinkpage}<div class="photo">{LinkOpenTag}
  264. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  265. {/block:permalinkpage}
  266.  
  267. <div class="date">
  268. <a class="p" href="{permalink}">{MonthNumber} / {DayOfMonth} / {Year}</a> </div>
  269. <div class="entry">
  270. <div class="caption">{Caption}</div>
  271. </div>
  272. {/block:Photo}
  273.  
  274. {block:Photoset}<div class="date">
  275. <a class="p" href="{permalink}">{MonthNumber} / {DayOfMonth} / {Year}</a> </div>
  276. <div class="entry">
  277.  
  278. {block:IndexPage}
  279. {Photoset-500}
  280. {/block:IndexPage}
  281. {block:permalinkpage}
  282. {Photoset-500}
  283. {/block:permalinkpage}
  284. </div>
  285. {/block:Photoset}
  286.  
  287. {block:Quote}<div class="date">
  288. <a class="p" href="{permalink}">{MonthNumber} / {DayOfMonth} / {Year}</a> </div>
  289. <div class="entry">
  290.  
  291. <div class="text">
  292. "{Quote}"
  293. {block:Source}
  294. <div class="source">{Source}</div>
  295. {/block:Source}
  296. </div>
  297. </div>
  298. {/block:Quote}
  299.  
  300. {block:Link}<div class="date">
  301. <a class="p" href="{permalink}">{MonthNumber} / {DayOfMonth} / {Year}</a> </div>
  302. <div class="entry">
  303.  
  304. <div class="text">
  305. <a href="{URL}" class="link" {Target}>{Name}</a>
  306. {block:Description}
  307. <div class="description">{Description}</div>
  308. {/block:Description}
  309. </div>
  310. </div>
  311. {/block:Link}
  312.  
  313. {block:Chat}
  314. <div class="text"><div class="date">
  315. <a class="p" href="{permalink}">{MonthNumber} / {DayOfMonth} / {Year}</a> </div>
  316. <div class="entry">
  317.  
  318. {block:Title}
  319. <h3><a href="{Permalink}">{Title}</a></h3>
  320. {/block:Title}
  321. <ul class="chat">
  322. {block:Lines}
  323. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  324.  
  325. {Line} </li>
  326. {/block:Lines}
  327. </ul>
  328. </div>
  329. </div>
  330. {/block:Chat}
  331.  
  332. {block:Video}
  333. <div class="media">{Video-500}</div>
  334. <div class="date">
  335. <a class="p" href="{permalink}">{MonthNumber} / {DayOfMonth} / {Year}</a> </div>
  336. <div class="entry">
  337.  
  338. {caption}
  339. </div>
  340. {/block:Video}
  341.  
  342. {block:Audio}<div class="date">
  343. <a class="p" href="{permalink}">{MonthNumber} / {DayOfMonth} / {Year}</a> </div>
  344. <div class="entry">
  345.  
  346. {AudioPlayerBlack}
  347. <div class="text">
  348. {block:Caption}
  349. {Caption}
  350. {/block:Caption}
  351. </div></div>
  352. {/block:Audio}
  353. </div>
  354. {block:PermalinkPage}<div class="tags">
  355. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center></div>
  356. {/block:PermalinkPage}
  357. {/block:Posts}
  358. {block:PostNotes}{PostNotes}{/block:PostNotes}
  359. </div>
  360. </div>
  361. {block:IndexPage}
  362. {block:Pagination}
  363. <ul id="pagination">
  364. {block:PreviousPage}
  365. <li><a href="{PreviousPage}">?/a></li>
  366. {/block:PreviousPage}
  367. {block:JumpPagination length="5"}
  368. {block:CurrentPage}
  369. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  370. {/block:CurrentPage}
  371. {block:JumpPage}
  372. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  373. {/block:JumpPage}
  374. {/block:JumpPagination}
  375. {block:NextPage}
  376. <li><a id="nextPage" href="{NextPage}">?/a></li>
  377. {/block:NextPage}
  378. </ul>
  379. {/block:Pagination}
  380.  
  381. <script src="http://static.tumblr.com/uiqhh9x/ym6m9j1lg/jquery.infinitescroll.min.js"></script>{block:IndexPage}
  382. <script type="text/javascript">
  383. $(window).load(function () {
  384. var $content = $('#content');
  385. $content.infinitescroll({
  386. navSelector : '#pagination',
  387. nextSelector : '#pagination a#nextPage',
  388. itemSelector : '.article',
  389. loading: {
  390. finishedMsg: '',
  391. img: 'http://static.tumblr.com/uiqhh9x/amsm48v4p/add.gif'
  392. },
  393. bufferPx : 200,
  394. debug : false,
  395. });
  396. });
  397. </script>
  398. {/block:IndexPage}
  399. </body>
  400. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement