journeys

tit-76.txt

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