Advertisement
journeys

tit-66.txt

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