Advertisement
journeys

tit-108.txt

Aug 20th, 2012
15,836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.86 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="16px"/>
  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: 0px;
  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: 680px;
  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: 773px;
  159. }
  160.  
  161. #w{
  162. width: 855px;
  163. margin: 0px auto;
  164. }
  165.  
  166. #side {
  167.  
  168. width: 100px;
  169. text-align: center;
  170. position: fixed;
  171. padding: 10px;
  172. height: 100%;
  173. background: url({image:sidebar});
  174. }
  175.  
  176. #sd {
  177. margin-top: 125px;
  178. }
  179. ol.notes img {
  180. width: 16px;
  181. display: inline;
  182. position: relative;
  183. top: 3px;
  184. }
  185.  
  186. #side img {
  187. display: block;
  188. max-width: 90px;
  189. }
  190.  
  191. .entry {
  192. {block:ifsidebarright}
  193. float: right;
  194. {/block:ifsidebarright}
  195. {block:ifnotsidebarright}
  196. float: left;
  197. {/block:ifnotsidebarright}
  198. {block:indexpage}
  199. width: 300px;
  200. {/block:indexpage}
  201. margin: 3px;
  202. {block:permalinkpage}
  203. width: 626px;
  204. {/block:permalinkpage}
  205. padding: 10px;
  206. background: {color:entry};
  207. display: block;
  208. position: relative;
  209. }
  210.  
  211. .entry img {
  212. display: block;
  213. max-width: 100%;
  214. {block:indexpage}
  215. {block:iffadedimages}
  216. opacity: .75;
  217. filter: alpha(opacity = 75);
  218. {/block:iffadedimages}
  219. {/block:indexpage}
  220. }
  221.  
  222. .entry:hover img {
  223. max-width: 100%;
  224. {block:indexpage}
  225. {block:iffadedimages}
  226. opacity: 1.0;
  227. filter: alpha(opacity = 100);
  228. {/block:iffadedimages}
  229. {/block:indexpage}
  230. }
  231.  
  232. blockquote, q {
  233. quotes: "�" "�" "'" "'";
  234. padding-left: 5px;
  235. border-left: 1px solid {color:border color};
  236. background: {color:blockquote};
  237. }
  238.  
  239.  
  240. p {
  241. margin: 5px 0px;
  242. }
  243.  
  244. h1, h1 a {
  245. font-weight: normal;
  246. font-size:{text:title font size};
  247. line-height:{text:title font size};
  248. {block:iftitlefont}
  249. font-family: 'Lovers Quarrel', cursive;
  250. {/block:iftitlefont}
  251. {block:iftitlefont2}
  252. font-family: 'Italianno', cursive;
  253. {/block:iftitlefont2}
  254. {block:iftitlefont3}
  255. font-family: 'Bilbo', cursive;
  256. {/block:iftitlefont3}
  257. {block:iftitlefont4}
  258. font-family: 'Italiana', serif;
  259. {/block:iftitlefont4}
  260. {block:iftitlefont5}
  261. font-family: 'Fredericka the Great', cursive;
  262. {/block:iftitlefont5}
  263. {block:iftitlefont6}
  264. font-family: 'Amatic SC', cursive;
  265. {/block:iftitlefont6}
  266. }
  267.  
  268. h1:hover, h1 a:hover {
  269. text-shadow: 4px 5px 0px
  270. rgba(0, 0, 0, 0.0),4px -6px 0px
  271. rgba(0, 0, 0, 0.0),6px 12px 0px
  272. rgba(0, 0, 0, 0.0),-8px 5px 0px
  273. rgba(0, 0, 0, 0.0),-3px -8px 0px
  274. rgba(0, 0, 0, 0.0);
  275.  
  276. }
  277. h3, h3 a {
  278. font-size:{text:post title font size};
  279. line-height:{text:post title font size};
  280. color: {color:title}!important;
  281. }
  282. .an {
  283. text-align:left;
  284. padding-left:5px;
  285. padding-right:5px;
  286. border-left: 2px solid {color:border color};
  287. border-right: 2px solid {color:border color};
  288. background-color:{color:blockquote};
  289. }
  290.  
  291. p.tags a {
  292. opacity: 0.50;
  293. filter: alpha(opacity = 50);
  294. }
  295.  
  296. p.tags a:hover {
  297. opacity: 1.0;
  298. filter: alpha(opacity = 100);
  299. }
  300. p.tags {
  301. padding: 0px;
  302. line-height: 8px;
  303. margin: 0px;
  304. font-size: 8px;
  305. margin: 0px;
  306. text-transform: uppercase;
  307. {block:ifshowtags}
  308. border-top: 0px solid {color:border color};
  309. {/block:ifshowtags}
  310. }
  311.  
  312. .nav {
  313. height: 20px;
  314. width: 80px;
  315. background-color: {color:menu background};
  316. font-size: 10px;
  317. margin: 5px;
  318. line-height: 20px;
  319. border: 1px solid {color:menu border};
  320. text-align: center;
  321. border-top-right-radius: 80px;
  322. border-bottom-right-radius: 1px;
  323. border-top-left-radius: 1px;
  324. border-bottom-left-radius: 80px;
  325. display: inline-block;
  326. }
  327.  
  328. .nav:hover {
  329. border-top-right-radius:1px;
  330. border-bottom-right-radius:80px;
  331. border-top-left-radius:80px;
  332. border-bottom-left-radius:1px;
  333. }
  334.  
  335. #titexcel {
  336. position: absolute;
  337. right: 3px;
  338. top: 26px;
  339. }
  340.  
  341. #bite:hover .death {
  342. margin-top:10px;
  343. filter: alpha(opacity = 100);
  344. opacity: 1;
  345. }
  346.  
  347. #pagination{
  348. display:none;
  349. }
  350.  
  351.  
  352. .t a{
  353. text-align: right;
  354. opacity: .5;
  355. filter: alpha(opacity = 50);
  356. }
  357.  
  358. .entry:hover .ti a {
  359. opacity: 1.0;
  360. filter: alpha(opacity = 100);
  361. }
  362.  
  363. .ti a{
  364.  
  365. opacity: .5;
  366. filter: alpha(opacity = 50);
  367. }
  368. .t a{
  369. text-align: right;
  370. opacity: .5;
  371. filter: alpha(opacity = 50);
  372. }
  373. .entry .t a:hover, .entry .ti a:hover{
  374. text-align: right;
  375. opacity: 1.0;
  376. filter: alpha(opacity = 100);
  377. }
  378.  
  379. p.t {
  380. display: block;
  381. margin: 0px 0px 0px 0px;
  382. line-height: 16px;
  383. text-transform: uppercase;
  384. text-align: right;
  385. font-size: 9px;
  386. border-top: 0px solid {color:border color};
  387. }
  388.  
  389. p.t a {
  390. margin: 0 0px;
  391. }
  392.  
  393. p.ti {
  394. display: block;
  395. margin: 0px 0px 0px 0px;
  396. line-height: 10px;
  397. text-transform: uppercase;
  398. text-align: right;
  399. font-size: 8px;
  400. opacity: 0;
  401. filter: alpha(opacity = 0);
  402. margin-right: -10px;
  403. }
  404.  
  405. .entry:hover p.ti{
  406. margin-right: 0px;
  407. opacity: 1;
  408. filter: alpha(opacity = 100);
  409. }
  410. p.ti a {
  411. margin: 0 0px;
  412. }
  413. .pp {
  414. text-transform: uppercase;
  415. text-align: left;
  416. }
  417.  
  418. select {
  419. font-size: 10px;
  420. width: 125px;
  421. text-transform: uppercase;
  422. letter-spacing: 1px;
  423. padding: 1px;
  424. background: {color:menu background};
  425. color: {color:menu link color};
  426. border: 1px solid {color:menu border};
  427. }
  428.  
  429. #toTop {
  430. display:none;
  431. text-decoration:none;
  432. position:fixed;
  433. bottom:10px;
  434. right:10px;
  435. overflow:hidden;
  436. width:21px;
  437. height:21px;
  438. border:none;
  439. text-indent:100%;
  440. background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;
  441. opacity: .5;
  442. filter: alpha(opacity = 50);
  443. }
  444.  
  445. #toTopHover {
  446. width:21px;
  447. height:21px;
  448. display:block;
  449. overflow:hidden;
  450. float:left;
  451. opacity: 0;
  452. -moz-opacity: 0;
  453. filter:alpha(opacity=0);
  454. }
  455.  
  456. #toTop:hover {
  457. opacity: 1;
  458. filter: alpha(opacity = 100);
  459. }
  460.  
  461. #toTop:active, #toTop:focus {
  462. outline:none;
  463. }
  464.  
  465.  
  466.  
  467. .p1, .p2 {
  468. opacity: 0;
  469. filter:alpha(opacity=0);
  470. }
  471.  
  472. .entry:hover .p1, .entry:hover .p2 {
  473. opacity: .80;
  474. filter:alpha(opacity=80);
  475. }
  476.  
  477. .p1:hover, .p2:hover {
  478. opacity: 1!important;
  479. filter:alpha(opacity=100)!important;
  480. }
  481. .p1{
  482. position: absolute;
  483. top: 15px;
  484. left: 10px;
  485. display: inline;
  486. height: 14px;
  487. font-size: 8px;
  488. padding: 0 4px;
  489. line-height: 14px;
  490. text-transform: uppercase;
  491. background: {color:entry};
  492. }
  493. .p2{
  494. position: absolute;
  495. top: 29px;
  496. left: 10px;
  497. display: inline;
  498. margin-top: 5px;
  499. height: 14px;
  500. font-size: 8px;
  501. padding: 0 4px;
  502. line-height: 14px;
  503. text-transform: uppercase;
  504. background: {color:entry};
  505. }
  506. .p1:hover, .p2:hover{
  507. padding-left: 15px;
  508. }
  509.  
  510. .text {
  511. padding: 2px;
  512. }
  513. a.n {
  514. display: block;
  515. margin: 6px 0px;
  516. text-transform: uppercase;
  517. font-size: 8px;
  518. background: {color:entry};
  519. }
  520. a.n:hover {
  521. opacity: .80;
  522. filter:alpha(opacity=80);
  523. }
  524.  
  525. .an {
  526. text-align:left;
  527. padding-left:4px;
  528. padding-right:4px;
  529. border-left: 2px solid {color:border color};
  530. border-right: 2px solid {color:border color};
  531. background-color:{color:blockquote};
  532. }
  533. .inf {
  534. margin-top: 6px;
  535. line-height: 30px;
  536. position: fixed;
  537. z-index: 9999999;
  538. text-align: center;
  539. width: 646px;
  540. {block:ifsidebarright}
  541. margin-left: 3px;
  542. {/block:ifsidebarright}
  543. {block:ifnotsidebarright}
  544. margin-left: 116px;
  545. {/block:ifnotsidebarright}
  546. background: {color:background color};
  547. opacity: .80;
  548. filter:alpha(opacity=80);
  549. }
  550.  
  551. .inf p {
  552. margin: 0px;
  553. }
  554.  
  555. #side2 {
  556. margin-left: 774px;
  557. width: 100px;
  558. text-align: center;
  559. position: fixed;
  560. padding: 10px;
  561. height: 100%;
  562. background: url({image:sidebar}) -90px 0px;
  563. }
  564.  
  565. .sd1 {
  566. background: {color:entry};
  567. opacity: .60;
  568. filter:alpha(opacity=60);
  569. }
  570. {CustomCSS}
  571. </style>
  572. </head>
  573. <body>
  574. <div id="w">
  575. <div id="contain">
  576. <div id="side2">
  577. <div id="sd">
  578. <a class="n" href="/">{text:home label}</a>
  579. <a class="n" href="/ask">{text:ask label}</a>
  580. {block:HasPages}
  581. {block:Pages}
  582. <a class="n" href="{URL}">{Label}</a>
  583. {/block:Pages}
  584. {/block:HasPages}
  585. {block:iflink1}
  586. <a class="n" href="{text:link 1 url}">{text:link 1}</a>
  587. {/block:iflink1}
  588. {block:iflink2}
  589. <a class="n" href="{text:link 2 url}">{text:link 2}</a>
  590. {/block:iflink2}
  591. {block:iflink3}
  592. <a class="n" href="{text:link 3 url}">{text:link 3}</a>
  593. {/block:iflink3}
  594. {block:iflink4}
  595. <a class="n" href="{text:link 4 url}">{text:link 4}</a>
  596. {/block:iflink4}
  597. {block:iflink5}
  598. <a class="n" href="{text:link 5 url}">{text:link 5}</a>
  599. {/block:iflink5}
  600. {block:iflink6}
  601. <a class="n" href="{text:link 6 url}">{text:link 6}</a>
  602. {/block:iflink6}
  603. {block:iflink7}
  604. <a class="n" href="{text:link 7 url}">{text:link 7}</a>
  605. {/block:iflink7}
  606. {block:iflink8}
  607. <a class="n" href="{text:link 8 url}">{text:link 8}</a>
  608. {/block:iflink8}
  609. </div>
  610. </div>
  611. <div id="side">
  612. <div id="sd">
  613.  
  614.  
  615. {block:ifshowtitle}<div class="sd1">
  616. <h1><a href="/">{title}</a></h1>
  617. </div>
  618. {/block:ifshowtitle}
  619. <div class="sd1">
  620. {block:description}
  621. <p>{description}</p>
  622. {/block:description}
  623. </div>
  624. {block:IfNotInfiniteScroll}
  625. <p>{block:PreviousPage}
  626. <a href="{PreviousPage}">{text:previous}</a>
  627. {/block:PreviousPage}
  628.  
  629. {block:NextPage}
  630. <a href="{NextPage}">{text:next}</a>
  631. {/block:NextPage}</p>
  632. {/block:IfNotInfiniteScroll}
  633.  
  634. </div>
  635. </div>
  636.  
  637.  
  638. <div id="content">
  639. {block:Posts}
  640. <div class="entry">
  641. {block:Text}<div class="text">
  642. {block:Title}
  643. <h3><a href="{Permalink}">{Title}</a></h3>
  644. {/block:Title}
  645. {Body}
  646. {block:indexpage}
  647. <p class="ti">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  648. {/block:indexpage}
  649. </div>{/block:Text}
  650.  
  651. {block:Photo}
  652. {block:IndexPage}
  653. <div class="p1"><a href="{reblogurl}" target="_blank">reblog</a></div>
  654. <div class="p2"><a href="{Permalink}">{notecountwithlabel}</a></div>
  655. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="300"/></a>
  656. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  657. {/block:IndexPage}
  658. {block:PermalinkPage}
  659. {LinkOpenTag}
  660. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="626"/></a>
  661. {LinkCloseTag}
  662. {/block:permalinkpage}
  663. {/block:Photo}
  664.  
  665. {block:Photoset}
  666. {block:IndexPage}
  667. <div class="p1"><a href="{reblogurl}" target="_blank">reblog</a></div>
  668. <div class="p2"><a href="{Permalink}">{notecountwithlabel}</a></div>
  669. <center>{Photoset-250}<center>
  670. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  671. {/block:IndexPage}
  672. {block:permalinkpage}<center>
  673. {Photoset-500}</center>
  674. {/block:permalinkpage}
  675.  
  676. {/block:Photoset}
  677.  
  678. {block:Quote}<div class="text">
  679. "{Quote}"
  680. {block:Source}
  681. <div class="source">{Source}</div>
  682. {/block:Source}
  683. {block:indexpage}
  684. <p class="ti">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  685. {/block:indexpage}
  686.  
  687. </div>{/block:Quote}
  688.  
  689. {block:Link}<div class="text">
  690. <a href="{URL}" class="link" {Target}>{Name}</a>
  691. {block:Description}
  692. <div class="description">{Description}</div>
  693. {/block:Description}
  694. {block:indexpage}
  695. <p class="ti">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  696. {/block:indexpage}
  697.  
  698. </div>{/block:Link}
  699.  
  700. {block:Chat}<div class="text">
  701. {block:Title}
  702. <h3><a href="{Permalink}">{Title}</a></h3>
  703. {/block:Title}
  704. <ul class="chat">
  705. {block:Lines}
  706. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  707. {Line} </li>
  708. {/block:Lines}
  709. </ul>
  710. {block:indexpage}
  711. <p class="ti">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  712. {/block:indexpage}
  713.  
  714. </div>{/block:Chat}
  715.  
  716. {block:Video}
  717. {block:IndexPage}
  718. <div class="p1"><a href="{reblogurl}" target="_blank">reblog</a></div>
  719. <div class="p2"><a href="{Permalink}">{notecountwithlabel}</a></div>
  720. <center>{Video-250}<center>
  721.  
  722. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  723. {/block:IndexPage}
  724. {block:permalinkpage}<center>
  725. {Video-500}</center>
  726. {/block:permalinkpage}
  727. {/block:Video}
  728.  
  729. {block:Audio}<div class="text">
  730. {AudioPlayerBlack}
  731.  
  732. {block:indexpage} {block:Caption}
  733. {Caption}
  734. {/block:Caption}
  735. <p class="ti">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  736. {/block:indexpage}
  737. </div>{/block:Audio}
  738. {block:Answer}
  739.  
  740. <div class="text">
  741. <div class="an">
  742. <div class="ba">{Asker}: {Question}</div></div><div class="ans">{Answer}
  743. </div>
  744. {block:indexpage}
  745. <p class="ti">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></p>
  746. {/block:indexpage}
  747. </div>
  748. {/block:Answer}
  749.  
  750.  
  751. {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}
  752.  
  753. {block:permalinkpage}
  754. <div class="text">
  755. {block:Caption}{Caption}{/block:Caption}{block:PostNotes}
  756. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  757. {block:RebloggedFrom}<p class="t">Reblogged from - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  758. {block:ContentSource}<p class="t">Source - <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  759. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  760. {block:PostNotes}{PostNotes}{/block:PostNotes}
  761. </div>
  762. {/block:permalinkpage}
  763.  
  764.  
  765. {block:ContentSource}
  766. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  767. {/block:ContentSource}
  768.  
  769.  
  770. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  771.  
  772.  
  773. </div>
  774. {/block:Posts}
  775. <div class="clear"></div>
  776. </div>
  777. </div>
  778. </div>
  779. {block:Pagination}
  780. <ul id="pagination">
  781. {block:PreviousPage}
  782. <li><a href="{PreviousPage}"></a></li>
  783. {/block:PreviousPage}
  784. {block:JumpPagination length="5"}
  785. {block:CurrentPage}
  786. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  787. {/block:CurrentPage}
  788. {block:JumpPage}
  789. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  790. {/block:JumpPage}
  791. {/block:JumpPagination}
  792. {block:NextPage}
  793. <li><a id="nextPage" href="{NextPage}"></a></li>
  794. {/block:NextPage}
  795. </ul>
  796. {/block:Pagination}
  797.  
  798.  
  799. <script src="http://static.tumblr.com/uiqhh9x/inZm9j1h5/masonry.js"></script>
  800. {block:IndexPage}
  801. {block:ifinfinitescroll}
  802. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
  803. <script type="text/javascript">
  804. $(window).load(function () {
  805. $('#content').masonry(),
  806. $('.masonryWrap').infinitescroll({
  807. navSelector : '#pagination',
  808. nextSelector : '#pagination a#nextPage',
  809. itemSelector : ".entry, .clear",
  810. bufferPx : 40,
  811. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  812. loadingText : "<em></em>",
  813. },
  814. function() { $('#content').masonry({ appendedContent: $(this) }); }
  815. );
  816. });
  817. </script>
  818. {/block:IndexPage}
  819.  
  820. {block:iftopbutton}
  821. <script type="text/javascript">
  822. $(document).ready(function() {
  823. /*
  824. var defaults = {
  825. containerID: 'toTop', // fading element id
  826. containerHoverID: 'toTopHover', // fading element hover id
  827. scrollSpeed: 1200,
  828. easingType: 'linear'
  829. };
  830. */
  831.  
  832. $().UItoTop({ easingType: 'easeOutQuart' });
  833.  
  834. });
  835. </script>
  836. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  837. {/block:iftopbutton}
  838. </body>
  839. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement