Advertisement
journeys

tit-111.txt

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