Advertisement
journeys

tit-104.txt

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