Advertisement
journeys

tit-25.txt

Aug 20th, 2012
11,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.80 KB | None | 0 0
  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">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="font:body" content="Arial, Helvetica, sans-serif"/>
  6. <meta name="color:text" content="#000000"/>
  7. <meta name="color:link" content="#000000"/>
  8. <meta name="color:title" content="#000000"/>
  9. <meta name="color:hover" content="#000000"/>
  10. <meta name="color:menu background" content="#efefef"/>
  11. <meta name="color:menu link color" content="#000000"/>
  12. <meta name="color:menu border" content="#000000"/>
  13. <meta name="color:background color" content="#ffffff"/>
  14. <meta name="color:border color" content="#cccccc"/>
  15. <meta name="color:blockquote" content="#ebebeb"/>
  16. <meta name="color:post background" content="#ffffff"/>
  17. <meta name="color:sidebar background" content="#ffffff"/>
  18. <meta name="color:shadow" content="#000000"/>
  19. <meta name="image:sidebar" content="0"/>
  20. <meta name="image:header" content="0"/>
  21. <meta name="image:background image" content="0"/>
  22. <meta name="if:sidebar middle" content="1"/>
  23. <meta name="if:sidebar top" content="0"/>
  24. <meta name="if:sidebar bottom" content="0"/>
  25. <meta name="if:infinite scroll" content="1"/>
  26. <meta name="if:show title" content="1"/>
  27. <meta name="if:title font" content="0"/>
  28. <meta name="if:title font 2" content="0"/>
  29. <meta name="if:title font 3" content="0"/>
  30. <meta name="if:title font 4" content="0"/>
  31. <meta name="if:title font 5" content="0"/>
  32. <meta name="if:title font 6" content="0"/>
  33. <meta name="if:rainbow links" content="0"/>
  34. <meta name="if:faded images" content="0"/>
  35. <meta name="if:show tags" content="0"/>
  36. <meta name="if:caption" content="0"/>
  37. <meta name="if:top button" content="1"/>
  38. <meta name="if:header" content="0"/>
  39. <meta name="if:shadow" content="1"/>
  40. <meta name="if:animation" content="1"/>
  41. <meta name="text:ask label" content="message"/>
  42. <meta name="text:home label" content="home"/>
  43. <meta name="text:font size" content="11px"/>
  44. <meta name="text:line height" content="18px"/>
  45. <meta name="text:title font size" content="35px"/>
  46. <meta name="text:post title font size" content="18px"/>
  47. <meta name="text:link 1" content=""/>
  48. <meta name="text:link 1 url" content=""/>
  49. <meta name="text:link 2" content=""/>
  50. <meta name="text:link 2 url" content=""/>
  51. <meta name="text:link 3" content=""/>
  52. <meta name="text:link 3 url" content=""/>
  53. <meta name="text:link 4" content=""/>
  54. <meta name="text:link 4 url" content=""/>
  55. <meta name="text:link 5" content=""/>
  56. <meta name="text:link 5 url" content=""/>
  57. <meta name="text:link 6" content=""/>
  58. <meta name="text:link 6 url" content=""/>
  59. <meta name="text:link 7" content=""/>
  60. <meta name="text:link 7 url" content=""/>
  61. <meta name="text:link 8" content=""/>
  62. <meta name="text:link 8 url" content=""/>
  63. <meta name="text:previous" content=">"/>
  64. <meta name="text:next" content="<"/>
  65.  
  66. <title>{Title}</title>
  67. <link rel="shortcut icon" href="{Favicon}">
  68. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  69. {block:Description}
  70. <meta name="description" content="{MetaDescription}" />
  71. {/block:Description}
  72.  
  73. <!-- random files -->
  74. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  75. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  76. <script src="http://static.tumblr.com/uiqhh9x/oDnm68mht/theme.js" type="text/javascript"></script>
  77. <script src="http://static.tumblr.com/uiqhh9x/gdJm68o3x/easing.js" type="text/javascript"></script>
  78. {block:ifrainbowlinks}
  79. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>
  80. {/block:ifrainbowlinks}
  81. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel|Italianno|Bilbo|Italiana|Fredericka+the+Great|Amatic+SC' rel='stylesheet' type='text/css'>
  82.  
  83. <!-- css reset -->
  84. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  85.  
  86. <style type="text/css">
  87. * {
  88. font-family: {font:body};
  89. }
  90.  
  91. body {
  92. color: {color:text};
  93. background:{color:background color} url({image:background image});
  94. font-family: {font:body};
  95. font-size: {text:font size};
  96. line-height: {text:line height};
  97. }
  98.  
  99. a, a:link, a:active, a:visited{
  100. color:{color:Link};
  101. text-decoration: none;
  102. {block:ifanimation}
  103. -webkit-transition: all 0.3s ease;
  104. -moz-transition: all 0.3s ease;
  105. transition: all 0.3s ease;
  106. -o-transition: all 0.3s ease;
  107. {/block:ifanimation}
  108. }
  109.  
  110. a:hover, h1 a:hover, h3 a:hover {
  111. {block:ifnotrainbowlinks}
  112. color:{color:Hover}!important;
  113. {/block:ifnotrainbowlinks}
  114. text-decoration: none;
  115. }
  116.  
  117. #infscr-loading {
  118. position: absolute!important;
  119. width: 16px!important;
  120. height: 11px!important;
  121. bottom: 0px!important;
  122. left: 50%!important;
  123. margin-top: 10px!important;
  124. margin-bottom: 5px!important;
  125. }
  126.  
  127. #content {
  128. width: 780px;
  129. margin-top: 5px;
  130. {block:ifsidebarright}
  131. float: left;
  132. {/block:ifsidebarright}
  133. {block:ifnotsidebarright}
  134. float: right;
  135. {/block:ifnotsidebarright}
  136. }
  137.  
  138. #header {
  139. width: 780px;
  140. margin-top: 10px;
  141. text-align: center;
  142. }
  143.  
  144. #header img {
  145. max-width: 100%;
  146. display: inline-block;
  147. }
  148.  
  149. #contain {
  150. width: 1045px;
  151. margin-left: 5px;
  152. }
  153.  
  154.  
  155. #side {
  156. width: 225px;
  157. position: fixed;
  158. text-align: center;
  159. margin-left: 800px;
  160. {block:ifsidebarbottom}
  161. bottom: 16px;
  162. {/block:ifsidebarbottom}
  163. {block:ifsidebartop}
  164. top: 16px;
  165. {/block:ifsidebartop}
  166. {block:ifsidebarmiddle}
  167. margin-top: 240px;
  168. {/block:ifsidebarmiddle}
  169. padding: 2px;
  170. background: {color:sidebar background};
  171. {block:ifshadow}
  172. -moz-box-shadow: 0 0 5px {color:shadow};
  173. -webkit-box-shadow: 0 0 5px {color:shadow};
  174. box-shadow: 0 0 5px {color:shadow};
  175. {block:ifshadow}
  176. }
  177.  
  178. ol.notes img {
  179. width: 16px;
  180. display: inline;
  181. position: relative;
  182. top: 3px;
  183. }
  184.  
  185. #side img {
  186. display: block;
  187. max-width: 100%;
  188. }
  189.  
  190. .entry {
  191. margin: 5px;
  192. {block:indexpage}
  193. width: 250px;
  194. {/block:indexpage}
  195. {block:permalinkpage}
  196. width: 500px;
  197. {/block:permalinkpage}
  198. padding: 0px;
  199. display: block;
  200. position: relative;
  201. float: right;
  202. background: {color:post background};
  203. {block:ifshadow}
  204. -moz-box-shadow: 0 0 5px {color:shadow};
  205. -webkit-box-shadow: 0 0 5px {color:shadow};
  206. box-shadow: 0 0 5px {color:shadow};
  207. {block:ifshadow}
  208. }
  209.  
  210. .text {
  211. padding: 2px;
  212. }
  213.  
  214. .entry img {
  215. display: block;
  216. max-width: 100%;
  217. {block:indexpage}
  218. {block:iffadedimages}
  219. opacity: .75;
  220. filter: alpha(opacity = 75);
  221. {/block:iffadedimages}
  222. {/block:indexpage}
  223. {block:ifanimation}
  224. -webkit-transition: all 0.3s ease;
  225. -moz-transition: all 0.3s ease;
  226. transition: all 0.3s ease;
  227. -o-transition: all 0.3s ease;
  228. {/block:ifanimation}
  229. }
  230.  
  231. .entry:hover img {
  232. max-width: 100%;
  233. {block:indexpage}
  234. {block:iffadedimages}
  235. opacity: 1.0;
  236. filter: alpha(opacity = 100);
  237. {/block:iffadedimages}
  238. {/block:indexpage}
  239. }
  240.  
  241. blockquote, q {
  242. quotes: "" "" "'" "'";
  243. padding-left: 5px;
  244. border-left: 1px solid {color:border color};
  245. background: {color:blockquote};
  246. }
  247.  
  248.  
  249. p {
  250. margin: 5px 0px;
  251. }
  252.  
  253. h1, h1 a {
  254. font-size:{text:title font size};
  255. line-height:{text:title font size};
  256. {block:iftitlefont}
  257. font-family: 'Lovers Quarrel', cursive;
  258. {/block:iftitlefont}
  259. {block:iftitlefont2}
  260. font-family: 'Italianno', cursive;
  261. {/block:iftitlefont2}
  262. {block:iftitlefont3}
  263. font-family: 'Bilbo', cursive;
  264. {/block:iftitlefont3}
  265. {block:iftitlefont4}
  266. font-family: 'Italiana', serif;
  267. {/block:iftitlefont4}
  268. {block:iftitlefont5}
  269. font-family: 'Fredericka the Great', cursive;
  270. {/block:iftitlefont5}
  271. {block:iftitlefont6}
  272. font-family: 'Amatic SC', cursive;
  273. {/block:iftitlefont6}
  274. }
  275.  
  276. h3, h3 a {
  277. font-size:{text:post title font size};
  278. line-height:{text:post title font size};
  279. color: {color:title}!important;
  280. }
  281.  
  282. p.tags a {
  283. opacity: 0.50;
  284. filter: alpha(opacity = 50);
  285. }
  286.  
  287. p.tags a:hover {
  288. opacity: 1.0;
  289. filter: alpha(opacity = 100);
  290. }
  291. p.tags {
  292. padding: 0px;
  293. height: 14px;
  294.  
  295. margin: 0px;
  296. font-size: 8px;
  297. margin: 0px;
  298. text-transform: uppercase;
  299. {block:ifshowtags}
  300. border-top: 1px solid {color:border color};
  301. {/block:ifshowtags}
  302. }
  303.  
  304. .nav a{
  305. color: {color:menu link color};
  306. }
  307.  
  308. .nav {
  309. background: {color:menu background};
  310. display: block;
  311. text-align: center;
  312. padding: 2px;
  313. font-size: 12px;
  314. text-transform: uppercase;
  315. margin: 2px;
  316. position: relative;
  317. width: 114px;
  318. float: left;
  319. -webkit-border-radius: 7px;
  320. -moz-border-radius: 7px;
  321. border-radius: 7px;
  322. z-index: 1;
  323. -webkit-transition: all ease-in 150ms;
  324. -moz-transition: all ease-in 150ms;
  325. -o-transition: all ease-in 150ms;
  326. -ms-transition: all ease-in 150ms;
  327. transition: all ease-in 150ms;
  328. }
  329.  
  330. .nav:hover {
  331. background: {color:menu hover};
  332. -webkit-box-shadow: 0px 0px 10px {color:shadow};
  333. -moz-box-shadow: 0px 0px 10px {color:shadow};
  334. box-shadow: 0px 0px 10px {color:shadow};
  335. -webkit-border-radius: 5px;
  336. -moz-border-radius: 5px;
  337. border-radius: 5px;
  338. -webkit-transition: all ease-in 150ms;
  339. -moz-transition: all ease-in 150ms;
  340. -o-transition: all ease-in 150ms;
  341. -ms-transition: all ease-in 150ms;
  342. transition: all ease-in 150ms;
  343. }
  344.  
  345. #titexcel {
  346. position: absolute;
  347. right: 3px;
  348. top: 26px;
  349. }
  350.  
  351. #bite:hover .death {
  352. margin-top:10px;
  353. filter: alpha(opacity = 100);
  354. opacity: 1;
  355. }
  356.  
  357. #pagination{
  358. display:none;
  359. }
  360.  
  361.  
  362. .t a{
  363. text-align: right;
  364. opacity: .5;
  365. filter: alpha(opacity = 50);
  366. }
  367.  
  368. .entry .t a:hover{
  369. text-align: right;
  370. opacity: 1.0;
  371. filter: alpha(opacity = 100);
  372. }
  373.  
  374. p.t {
  375. display: block;
  376. margin: 0px 0px 0px 0px;
  377. height: 14px;
  378. line-height: 16px;
  379. text-transform: uppercase;
  380. text-align: right;
  381. font-size: 8px;
  382. border-top: 1px solid {color:border color};
  383. }
  384.  
  385. p.t a {
  386. margin: 0 0px;
  387. }
  388.  
  389. .pp {
  390. text-transform: uppercase;
  391. text-align: left;
  392. }
  393.  
  394. select {
  395. font-size: 10px;
  396. width: 125px;
  397. text-transform: uppercase;
  398. letter-spacing: 0px;
  399. padding: 1px;
  400. }
  401.  
  402. #toTop {
  403. display:none;
  404. text-decoration:none;
  405. position:fixed;
  406. bottom:10px;
  407. right:10px;
  408. overflow:hidden;
  409. width:21px;
  410. height:21px;
  411. border:none;
  412. text-indent:100%;
  413. background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;
  414. opacity: .5;
  415. filter: alpha(opacity = 50);
  416. {block:ifanimation}
  417. -webkit-transition: all 0.3s ease;
  418. -moz-transition: all 0.3s ease;
  419. transition: all 0.3s ease;
  420. -o-transition: all 0.3s ease;
  421. {/block:ifanimation}
  422. }
  423.  
  424. #toTopHover {
  425. width:21px;
  426. height:21px;
  427. display:block;
  428. overflow:hidden;
  429. float:left;
  430. opacity: 0;
  431. -moz-opacity: 0;
  432. filter:alpha(opacity=0);
  433. {block:ifanimation}
  434. -webkit-transition: all 0.3s ease;
  435. -moz-transition: all 0.3s ease;
  436. transition: all 0.3s ease;
  437. -o-transition: all 0.3s ease;
  438. {/block:ifanimation}
  439. }
  440.  
  441. #toTop:hover {
  442. opacity: 1;
  443. filter: alpha(opacity = 100);
  444. }
  445.  
  446. #toTop:active, #toTop:focus {
  447. outline:none;
  448. }
  449.  
  450. .perma {
  451. opacity: 0.0;
  452. filter: alpha(opacity = 0);
  453. z-index:9999991;
  454. display: inline-block;
  455. position: absolute;
  456. text-align: left;
  457. top: 5px;
  458. left: 5px;
  459. {block:ifanimation}
  460. -webkit-transition: all 0.3s ease;
  461. -moz-transition: all 0.3s ease;
  462. transition: all 0.3s ease;
  463. -o-transition: all 0.3s ease;
  464. {/block:ifanimation}
  465. }
  466.  
  467. .entry:hover .perma {
  468. opacity: 1;
  469. filter: alpha(opacity = 100);
  470. }
  471.  
  472. .likep {
  473. width: 21px;
  474. height: 20px;
  475. overflow: hidden;
  476. z-index: 9999999;
  477. display: inline-block;
  478. }
  479.  
  480. .rep {
  481. width: 24px;
  482. height: 20px;
  483. overflow: hidden;
  484. z-index: 9999999;
  485. display: inline-block;
  486. }
  487.  
  488. .likep a:hover {
  489. background-position: 0px 0px;
  490. }
  491.  
  492. .likep a {
  493. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  494. background-position: 0px 0px;
  495. display: block;
  496. z-index: 9999999;
  497. }
  498.  
  499. .likep img {
  500. width: 21px;
  501. height: 20px;
  502. }
  503.  
  504. .rep img{
  505. width: 24px;
  506. height: 20px;
  507. line-height: 30px;
  508. display: inline;
  509. }
  510.  
  511. .not { display: inline-block;
  512. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  513. height: 20px;
  514. top: -6px;
  515. font-size: 11px;
  516. line-height: 20px;
  517. color: #fff;
  518. padding-left: 4px;
  519. padding-right: 4px;
  520. -moz-border-radius: 2px;
  521. border-radius: 2px;
  522. position: relative;
  523. opacity: 0.0;
  524. filter: alpha(opacity = 0);
  525. }
  526.  
  527. .not a {
  528. color: #fff;
  529. font-weight: bold;
  530. font-family: Arial, Helvetica, sans-serif;
  531. }
  532.  
  533. .entry:hover .rep, .entry:hover .likep {
  534. opacity: 0.8;
  535. filter: alpha(opacity = 80);
  536. margin-right: 0;
  537. {block:ifanimation}
  538. -webkit-transition: all 0.3s ease;
  539. -moz-transition: all 0.3s ease;
  540. transition: all 0.3s ease;
  541. -o-transition: all 0.3s ease;
  542. {/block:ifanimation}
  543. }
  544.  
  545. .rep:hover, .likep:hover {
  546. opacity: 1!important;
  547. filter: alpha(opacity = 100)!important;
  548. }
  549. .an {
  550. text-align:left;
  551. padding-left:5px;
  552. padding-right:5px;
  553. border-left: 2px solid {color:border color};
  554. border-right: 2px solid {color:border color};
  555. background-color:{color:blockquote};
  556. }
  557.  
  558. {CustomCSS}
  559. </style>
  560. </head>
  561. <body>
  562. <div id="contain">
  563. <div id="side">
  564. {block:ifshowtitle}
  565. <div class="title"><h1><a href="/">{title}</a></h1></div>
  566. {/block:ifshowtitle}
  567. <center>
  568. <a href="/"><img src="{image:sidebar}"/></a>
  569. </center>
  570. {block:description}
  571. <p>{description}</p>
  572. {/block:description}
  573.  
  574. <form name="jump">
  575. <select onChange="location.href=this.options[this.selectedIndex].value;">
  576. <option value="/">{text:home label}</option>
  577. <option value="/ask">{text:ask label}</option>
  578. {block:HasPages}
  579. {block:Pages}
  580. <option value="{URL}">{Label}</option>
  581. {/block:Pages}
  582. {/block:HasPages}
  583. {block:iflink1}
  584. <option value="{text:link 1 url}">{text:link 1}</option>
  585. {/block:iflink1}
  586. {block:iflink2}
  587. <option value="{text:link 2 url}">{text:link 2}</option>
  588. {/block:iflink2}
  589. {block:iflink3}
  590. <option value="{text:link 3 url}">{text:link 3}</option>
  591. {/block:iflink3}
  592. {block:iflink4}
  593. <option value="{text:link 4 url}">{text:link 4}</option>
  594. {/block:iflink4}
  595. {block:iflink5}
  596. <option value="{text:link 5 url}">{text:link 5}</option>
  597. {/block:iflink5}
  598. {block:iflink6}
  599. <option value="{text:link 6 url}">{text:link 6}</option>
  600. {/block:iflink6}
  601. {block:iflink7}
  602. <option value="{text:link 7 url}">{text:link 7}</option>
  603. {/block:iflink7}
  604. {block:iflink8}
  605. <option value="{text:link 8 url}">{text:link 8}</option>
  606. {/block:iflink8}
  607. </select>
  608. </form>
  609.  
  610. {block:IfNotInfiniteScroll}
  611. <p>{block:PreviousPage}
  612. <a href="{PreviousPage}">{text:previous}</a>
  613. {/block:PreviousPage}
  614.  
  615. {block:NextPage}
  616. <a href="{NextPage}">{text:next}</a>
  617. {/block:NextPage}</p>
  618. {/block:IfNotInfiniteScroll}
  619.  
  620. </div>
  621.  
  622. {block:indexpage}
  623. {block:ifheader}
  624. <div id="header">
  625. <a href="/"><img src="{image:header}"/></a>
  626. </div>
  627. {/block:ifheader}
  628. {/block:indexpage}
  629.  
  630. <div id="content">
  631. {block:Posts}
  632. <div class="entry">
  633. {block:Text}
  634. <div class="text">
  635. {block:Title}
  636. <h3><a href="{Permalink}">{Title}</a></h3>
  637. {/block:Title}
  638. {Body}
  639. {block:indexpage}
  640. <p class="t"><a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  641. {/block:indexpage}
  642. </div>
  643. {/block:Text}
  644.  
  645. {block:Photo}
  646. {block:IndexPage}
  647. <div class="perma">
  648. <div class="likep">
  649. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  650. </div>
  651. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  652. </div>
  653. </div>
  654. <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400"/></a>
  655. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  656. {/block:IndexPage}
  657. {block:PermalinkPage}
  658. {LinkOpenTag}
  659. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  660. {LinkCloseTag}
  661. {/block:permalinkpage}
  662. {/block:Photo}
  663.  
  664. {block:Photoset}
  665. {block:IndexPage}
  666. <center>{Photoset-400}</center>
  667. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  668. {/block:IndexPage}
  669. {block:permalinkpage}
  670. {Photoset-500}
  671. {/block:permalinkpage}
  672. {/block:Photoset}
  673.  
  674. {block:Quote}
  675. <div class="text">
  676. "{Quote}"
  677. {block:Source}
  678. <div class="source">{Source}</div>
  679. {/block:Source}
  680. {block:indexpage}
  681. <p class="t"><a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  682. {/block:indexpage}
  683. </div>
  684. {/block:Quote}
  685.  
  686. {block:Link}
  687. <div class="text">
  688. <a href="{URL}" class="link" {Target}>{Name}</a>
  689. {block:Description}
  690. <div class="description">{Description}</div>
  691. {/block:Description}
  692. {block:indexpage}
  693. <p class="t"><a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  694. {/block:indexpage}
  695. </div>
  696. {/block:Link}
  697.  
  698. {block:Chat}
  699. <div class="text">
  700. {block:Title}
  701. <h3><a href="{Permalink}">{Title}</a></h3>
  702. {/block:Title}
  703. <ul class="chat">
  704. {block:Lines}
  705. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  706. {Line} </li>
  707. {/block:Lines}
  708. </ul>
  709. {block:indexpage}
  710. <p class="t"><a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  711. {/block:indexpage}
  712. </div>
  713. {/block:Chat}
  714.  
  715. {block:Video}
  716. {block:IndexPage}
  717. <center>{Video-400}<center>
  718. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  719. {block:indexpage}
  720. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  721. {/block:indexpage}
  722. {/block:IndexPage}
  723. {block:permalinkpage}
  724. {Video-500}
  725. {/block:permalinkpage}
  726. {/block:Video}
  727.  
  728. {block:Audio}
  729. <div class="text">
  730. {AudioPlayerBlack}
  731. {block:indexpage}
  732. {block:Caption}
  733. {Caption}
  734. {/block:Caption}
  735. <p class="t"><a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  736. {/block:indexpage}
  737. </div>
  738. {/block:Audio}
  739.  
  740. {block:Answer}
  741. <div class="text">
  742. <div class="an">
  743. <div class="ba">{Asker}: {Question}</div></div><div class="ans">{Answer}
  744. </div>
  745. {block:indexpage}
  746. <p class="t"><a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  747. {/block:indexpage}
  748. </div>
  749. {/block:Answer}
  750. {block:ifshowtags}{block:indexpage}{block:HasTags}<div class="text"><p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p></div>{/block:HasTags}{/block:indexpage}{/block:ifshowtags}
  751.  
  752. {block:permalinkpage}
  753. <div class="text">
  754. {block:Caption}{Caption}{/block:Caption}
  755. {block:PostNotes}
  756. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  757. {/block:PostNotes}
  758. {block:RebloggedFrom}<p class="t">Reblogged from - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  759. {block:ContentSource}<p class="t">Source - <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  760. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  761. </div>
  762. {/block:permalinkpage}
  763.  
  764. {block:ContentSource}
  765. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  766. {/block:ContentSource}
  767.  
  768.  
  769. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  770.  
  771. {block:permalinkpage}
  772. <div class="text">
  773. {block:PostNotes}{PostNotes}{/block:PostNotes}
  774. </div>
  775. {/block:permalinkpage}
  776. </div>
  777. {/block:Posts}
  778. <div class="clear"></div>
  779. </div>
  780. </div>
  781. {block:Pagination}
  782. <ul id="pagination">
  783. {block:PreviousPage}
  784. <li><a href="{PreviousPage}"></a></li>
  785. {/block:PreviousPage}
  786. {block:JumpPagination length="5"}
  787. {block:CurrentPage}
  788. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  789. {/block:CurrentPage}
  790. {block:JumpPage}
  791. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  792. {/block:JumpPage}
  793. {/block:JumpPagination}
  794. {block:NextPage}
  795. <li><a id="nextPage" href="{NextPage}"></a></li>
  796. {/block:NextPage}
  797. </ul>
  798. {/block:Pagination}
  799.  
  800. <script src="http://static.tumblr.com/uiqhh9x/inZm9j1h5/masonry.js"></script>
  801. {block:IndexPage}
  802. {block:ifinfinitescroll}
  803. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
  804. <script type="text/javascript">
  805. $(window).load(function () {
  806. $('#content').masonry(),
  807. $('.masonryWrap').infinitescroll({
  808. navSelector : '#pagination',
  809. nextSelector : '#pagination a#nextPage',
  810. itemSelector : ".entry, .clear",
  811. bufferPx : 40,
  812. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  813. loadingText : "<em></em>",
  814. },
  815. function() { $('#content').masonry({ appendedContent: $(this) }); }
  816. );
  817. });
  818. </script>
  819. {/block:IndexPage}
  820.  
  821. {block:iftopbutton}
  822. <script type="text/javascript">
  823. $(document).ready(function() {
  824. /*
  825. var defaults = {
  826. containerID: 'toTop', // fading element id
  827. containerHoverID: 'toTopHover', // fading element hover id
  828. scrollSpeed: 1200,
  829. easingType: 'linear'
  830. };
  831. */
  832.  
  833. $().UItoTop({ easingType: 'easeOutQuart' });
  834.  
  835. });
  836. </script>
  837. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  838. {/block:iftopbutton}
  839. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  840. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  841. </body>
  842. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement