Advertisement
journeys

tit-95.txt

Aug 20th, 2012
16,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.83 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="#ffffff"/>
  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="0"/>
  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="1"/>
  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:sidebar right" content="0"/>
  36. <meta name="if:animation" content="1"/>
  37. <meta name="text:ask label" content="message"/>
  38. <meta name="text:home label" content="home"/>
  39. <meta name="text:font size" content="11px"/>
  40. <meta name="text:line height" content="18px"/>
  41. <meta name="text:title font size" content="35px"/>
  42. <meta name="text:post title font size" content="18px"/>
  43. <meta name="text:link 1" content=""/>
  44. <meta name="text:link 1 url" content=""/>
  45. <meta name="text:link 2" content=""/>
  46. <meta name="text:link 2 url" content=""/>
  47. <meta name="text:link 3" content=""/>
  48. <meta name="text:link 3 url" content=""/>
  49. <meta name="text:link 4" content=""/>
  50. <meta name="text:link 4 url" content=""/>
  51. <meta name="text:link 5" content=""/>
  52. <meta name="text:link 5 url" content=""/>
  53. <meta name="text:link 6" content=""/>
  54. <meta name="text:link 6 url" content=""/>
  55. <meta name="text:link 7" content=""/>
  56. <meta name="text:link 7 url" content=""/>
  57. <meta name="text:link 8" content=""/>
  58. <meta name="text:link 8 url" content=""/>
  59. <meta name="text:previous" content=">"/>
  60. <meta name="text:next" content="<"/>
  61.  
  62. <title>{Title}</title>
  63. <link rel="shortcut icon" href="{Favicon}">
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}" />
  67. {/block:Description}
  68.  
  69. <!-- random files -->
  70. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  71. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  72. <script src="http://static.tumblr.com/uiqhh9x/oDnm68mht/theme.js" type="text/javascript"></script>
  73. <script src="http://static.tumblr.com/uiqhh9x/gdJm68o3x/easing.js" type="text/javascript"></script>
  74. {block:ifrainbowlinks}
  75. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>
  76. {/block:ifrainbowlinks}
  77. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel|Italianno|Bilbo|Italiana|Fredericka+the+Great|Amatic+SC' rel='stylesheet' type='text/css'>
  78.  
  79. <!-- css reset -->
  80. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  81.  
  82. <style type="text/css">
  83. * {
  84. font-family: {font:body};
  85. {block:ifanimation}
  86. -webkit-transition: all 0.3s ease;
  87. -moz-transition: all 0.3s ease;
  88. transition: all 0.3s ease;
  89. -o-transition: all 0.3s ease;
  90. {/block:ifanimation}
  91. }
  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.  
  100. body {
  101. color: {color:text};
  102. background:{color:background color} url({image:background image});
  103. font-family: {font:body};
  104. font-size: {text:font size};
  105. line-height: {text:line height};
  106. }
  107.  
  108. a, a:link, a:active, a:visited{
  109. color:{color:Link};
  110. text-decoration: none;
  111. }
  112.  
  113. a:hover, h1 a:hover, h3 a:hover {
  114. {block:ifnotrainbowlinks}
  115. color:{color:Hover}!important;
  116. {/block:ifnotrainbowlinks}
  117. text-decoration: none;
  118. }
  119.  
  120. #infscr-loading {
  121. position: absolute!important;
  122. width: 16px!important;
  123. height: 11px!important;
  124. bottom: 0px!important;
  125. left: 50%!important;
  126. margin-top: 10px!important;
  127. margin-bottom: 5px!important;
  128. }
  129.  
  130. #content {
  131. margin-top: 1px;
  132. width: 604px;
  133. {block:ifsidebarright}
  134. float: left;
  135. {/block:ifsidebarright}
  136. {block:ifnotsidebarright}
  137. float: right;
  138. {/block:ifnotsidebarright}
  139. }
  140.  
  141. #header {
  142. margin-top: 10px;
  143. width: 620px;
  144. {block:ifsidebarright}
  145. float: left;
  146. {/block:ifsidebarright}
  147. {block:ifnotsidebarright}
  148. float: right;
  149. {/block:ifnotsidebarright}
  150. text-align: center;
  151. }
  152.  
  153. #header img {
  154. max-width: 100%;
  155. display: inline-block;
  156. }
  157.  
  158. #contain {
  159. width: 930px;
  160. margin: 0px auto;
  161. }
  162.  
  163.  
  164. #side {
  165. {block:ifsidebarright}
  166. margin-left: 618px;
  167. {/block:ifsidebarright}
  168. width: 300px;
  169. text-align: center;
  170. position: fixed;
  171. padding: 2px;
  172. {block:ifsidebarbottom}
  173. bottom: 4px;
  174. {/block:ifsidebarbottom}
  175. {block:ifsidebartop}
  176. top: 4px;
  177. {/block:ifsidebartop}
  178. {block:ifsidebarmiddle}
  179. margin-top: 240px;
  180. {/block:ifsidebarmiddle}
  181. background: {color:sidebar};
  182. }
  183.  
  184. ol.notes img {
  185. width: 16px;
  186. display: inline;
  187. position: relative;
  188. top: 3px;
  189. }
  190.  
  191. #side img {
  192. display: block;
  193. max-width: 300px;
  194. }
  195.  
  196. .entry {
  197. {block:ifsidebarright}
  198. float: right;
  199. {/block:ifsidebarright}
  200. {block:ifnotsidebarright}
  201. float: left;
  202. {/block:ifnotsidebarright}
  203. {block:indexpage}
  204. width: 300px;
  205. {/block:indexpage}
  206. margin: 1px;
  207. {block:permalinkpage}
  208. width: 500px;
  209. {/block:permalinkpage}
  210. background: {color:entry};
  211. display: block;
  212. position: relative;
  213. }
  214.  
  215. .entry img {
  216. display: block;
  217. max-width: 100%;
  218. {block:indexpage}
  219. {block:iffadedimages}
  220. opacity: .75;
  221. filter: alpha(opacity = 75);
  222. {/block:iffadedimages}
  223. {/block:indexpage}
  224. }
  225.  
  226. .entry:hover img {
  227. max-width: 100%;
  228. {block:indexpage}
  229. {block:iffadedimages}
  230. opacity: 1.0;
  231. filter: alpha(opacity = 100);
  232. {/block:iffadedimages}
  233. {/block:indexpage}
  234. }
  235.  
  236. blockquote, q {
  237. quotes: "�" "�" "'" "'";
  238. padding-left: 5px;
  239. border-left: 1px solid {color:border color};
  240. background: {color:blockquote};
  241. }
  242.  
  243.  
  244. p {
  245. margin: 5px 0px;
  246. }
  247.  
  248. h1, h1 a {
  249. font-size:{text:title font size};
  250. line-height:{text:title font size};
  251. {block:iftitlefont}
  252. font-family: 'Lovers Quarrel', cursive;
  253. {/block:iftitlefont}
  254. {block:iftitlefont2}
  255. font-family: 'Italianno', cursive;
  256. {/block:iftitlefont2}
  257. {block:iftitlefont3}
  258. font-family: 'Bilbo', cursive;
  259. {/block:iftitlefont3}
  260. {block:iftitlefont4}
  261. font-family: 'Italiana', serif;
  262. {/block:iftitlefont4}
  263. {block:iftitlefont5}
  264. font-family: 'Fredericka the Great', cursive;
  265. {/block:iftitlefont5}
  266. {block:iftitlefont6}
  267. font-family: 'Amatic SC', cursive;
  268. {/block:iftitlefont6}
  269. }
  270.  
  271.  
  272. h3, h3 a {
  273. font-size:{text:post title font size};
  274. line-height:{text:post title font size};
  275. color: {color:title}!important;
  276. }
  277. .an {
  278. text-align:left;
  279. padding-left:5px;
  280. padding-right:5px;
  281. border-left: 2px solid {color:border color};
  282. border-right: 2px solid {color:border color};
  283. background-color:{color:blockquote};
  284. }
  285.  
  286. p.tags a {
  287. opacity: 0.50;
  288. filter: alpha(opacity = 50);
  289. }
  290.  
  291. p.tags a:hover {
  292. opacity: 1.0;
  293. filter: alpha(opacity = 100);
  294. }
  295. p.tags {
  296. padding: 0px;
  297. line-height: 8px;
  298. margin: 0px;
  299. font-size: 8px;
  300. margin: 0px;
  301. text-transform: uppercase;
  302. {block:ifshowtags}
  303. border-top: 0px solid {color:border color};
  304. {/block:ifshowtags}
  305. }
  306.  
  307. .nav {
  308. height: 20px;
  309. width: 80px;
  310. background-color: {color:menu background};
  311. font-size: 10px;
  312. margin: 5px;
  313. line-height: 20px;
  314. border: 1px solid {color:menu border};
  315. text-align: center;
  316. border-top-right-radius: 80px;
  317. border-bottom-right-radius: 1px;
  318. border-top-left-radius: 1px;
  319. border-bottom-left-radius: 80px;
  320. display: inline-block;
  321. }
  322.  
  323. .nav:hover {
  324. border-top-right-radius:1px;
  325. border-bottom-right-radius:80px;
  326. border-top-left-radius:80px;
  327. border-bottom-left-radius:1px;
  328. }
  329.  
  330. #titexcel {
  331. position: absolute;
  332. right: 3px;
  333. top: 26px;
  334. }
  335.  
  336. #bite:hover .death {
  337. margin-top:10px;
  338. filter: alpha(opacity = 100);
  339. opacity: 1;
  340. }
  341.  
  342. #pagination{
  343. display:none;
  344. }
  345.  
  346.  
  347. .t a{
  348. text-align: right;
  349. opacity: .5;
  350. filter: alpha(opacity = 50);
  351. }
  352.  
  353. .entry:hover .ti a {
  354. opacity: 1.0;
  355. filter: alpha(opacity = 100);
  356. }
  357.  
  358. .ti a{
  359.  
  360. opacity: .5;
  361. filter: alpha(opacity = 50);
  362. }
  363. .t a{
  364. text-align: right;
  365. opacity: .5;
  366. filter: alpha(opacity = 50);
  367. }
  368. .entry .t a:hover, .entry .ti a:hover{
  369. text-align: right;
  370. opacity: 1.0;
  371. filter: alpha(opacity = 100);
  372. }
  373.  
  374. p.t {
  375. display: block;
  376. margin: 0px 0px 0px 0px;
  377. height: 14px;
  378. line-height: 16px;
  379. text-transform: uppercase;
  380. text-align: right;
  381. font-size: 9px;
  382. border-top: 0px solid {color:border color};
  383. }
  384.  
  385. p.t a {
  386. margin: 0 0px;
  387. }
  388.  
  389. p.ti {
  390. display: block;
  391. margin: 0px 0px 0px 0px;
  392. line-height: 10px;
  393. text-transform: uppercase;
  394. text-align: right;
  395. font-size: 8px;
  396. border-top: 2px solid {color:border color};
  397. }
  398.  
  399. p.ti a {
  400. margin: 0 0px;
  401. }
  402. .pp {
  403. text-transform: uppercase;
  404. text-align: left;
  405. }
  406.  
  407. select {
  408. font-size: 10px;
  409. width: 125px;
  410. text-transform: uppercase;
  411. letter-spacing: 1px;
  412. padding: 1px;
  413. background: {color:menu background};
  414. color: {color:menu link color};
  415. border: 1px solid {color:menu border};
  416. }
  417.  
  418. #toTop {
  419. display:none;
  420. text-decoration:none;
  421. position:fixed;
  422. bottom:10px;
  423. right:10px;
  424. overflow:hidden;
  425. width:21px;
  426. height:21px;
  427. border:none;
  428. text-indent:100%;
  429. background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;
  430. opacity: .5;
  431. filter: alpha(opacity = 50);
  432. }
  433.  
  434. #toTopHover {
  435. width:21px;
  436. height:21px;
  437. display:block;
  438. overflow:hidden;
  439. float:left;
  440. opacity: 0;
  441. -moz-opacity: 0;
  442. filter:alpha(opacity=0);
  443. }
  444.  
  445. #toTop:hover {
  446. opacity: 1;
  447. filter: alpha(opacity = 100);
  448. }
  449.  
  450. #toTop:active, #toTop:focus {
  451. outline:none;
  452. }
  453.  
  454. .entry .perma {
  455. position: absolute;
  456. bottom: 2px;
  457. left: 2px;
  458. opacity: 0;
  459. filter:alpha(opacity=0);
  460. z-index: 10000;
  461. text-align: center;
  462. }
  463.  
  464. .entry:hover .perma {
  465. opacity: 1;
  466. filter:alpha(opacity=100);
  467. }
  468.  
  469. .p1{
  470. display: block;
  471. height: 14px;
  472. font-size: 8px;
  473. padding: 0 4px;
  474. line-height: 14px;
  475. text-transform: uppercase;
  476. {block:ifblackperma}
  477. border: 1px solid #000000;
  478. background: rgba(0, 0, 0, .4);
  479. {/block:ifblackperma}
  480. {block:ifnotblackperma}
  481. background: rgba(255, 255, 255, .75);
  482. {/block:ifnotblackperma}
  483. }
  484.  
  485. .p1:hover {
  486. {block:ifblackperma}
  487. background: rgba(0, 0, 0, 100);
  488. {/block:ifblackperma}
  489. {block:ifnotblackperma}
  490. background: rgba(255, 255, 255, 100);
  491. {/block:ifnotblackperma}
  492.  
  493. }
  494.  
  495. .p1 a {
  496. {block:ifblackperma}
  497. color: #ffffff;
  498. {/block:ifblackperma}
  499. {block:ifnotblackperma}
  500. color: #000000;
  501. {/block:ifnotblackperma}
  502. }
  503.  
  504.  
  505. .text {
  506. padding: 2px;
  507. }
  508. a.n {
  509. margin: 0px 5px;
  510. font-weight: bold;
  511. padding-bottom: 1px;
  512. border-bottom: 2px solid transparent;
  513. -webkit-transition: border 0.3s ease-in-out;
  514. -moz-transition: border 0.3s ease-in-out;
  515. -o-transition: border 0.3s ease-in-out;
  516. transition: border 0.3s ease-in-out;
  517. }
  518.  
  519. a.n:hover {
  520. border-bottom: 2px solid {color:link border color};
  521. padding-bottom: 1px;
  522. -webkit-transition: border 0.3s ease-in-out;
  523. -moz-transition: border 0.3s ease-in-out;
  524. -o-transition: border 0.3s ease-in-out;
  525. transition: border 0.3s ease-in-out
  526. }
  527.  
  528. .an {
  529. text-align:left;
  530. padding-left:4px;
  531. padding-right:4px;
  532. border-left: 2px solid {color:border color};
  533. border-right: 2px solid {color:border color};
  534. background-color:{color:blockquote};
  535. }
  536.  
  537. .rep {
  538. position: absolute;
  539. width: 24px;
  540. height: 20px;
  541. overflow: hidden;
  542. z-index: 9999999;
  543. display: inline-block;
  544. opacity: 0.0;
  545. filter: alpha(opacity = 0);
  546. right: 5px;
  547. top: 5px;
  548. }
  549.  
  550. .entry:hover .rep {
  551. opacity: 1;
  552. filter: alpha(opacity = 100);
  553. }
  554. {CustomCSS}
  555. </style>
  556. </head>
  557. <body>
  558. <div id="contain">
  559. <div id="side">
  560. {block:ifshowtitle}
  561. <div class="title"><h1><a href="/" styles="max-width:100%;">{title}</a></h1></div>
  562. {/block:ifshowtitle}
  563.  
  564. <center>
  565. <a href="/"><img src="{image:sidebar}"/></a>
  566. </center>
  567.  
  568. {block:description}
  569. <p>{description}</p>
  570. {/block:description}
  571.  
  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>
  615.  
  616. <div id="content">
  617. {block:Posts}
  618. <div class="entry">
  619. {block:Text}<div class="text">
  620. {block:Title}
  621. <h3><a href="{Permalink}">{Title}</a></h3>
  622. {/block:Title}
  623. {Body}
  624. {block:indexpage}
  625. <p class="ti"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{reblogurl}" target="_blank">reblog</a></p>
  626. {/block:indexpage}
  627. </div>{/block:Text}
  628.  
  629. {block:Photo}
  630. {block:IndexPage}
  631. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  632. </div>
  633. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="300"/></a>
  634. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  635. {/block:IndexPage}
  636. {block:PermalinkPage}
  637. {LinkOpenTag}
  638. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  639. {LinkCloseTag}
  640. {/block:permalinkpage}
  641. {/block:Photo}
  642.  
  643. {block:Photoset}
  644. {block:IndexPage}
  645. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  646. </div>
  647. <center>{Photoset-250}<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="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  697. </div>
  698. <center>{Video-250}<center>
  699.  
  700. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  701. {/block:IndexPage}
  702. {block:permalinkpage}
  703. {Video-500}
  704. {/block:permalinkpage}
  705. {/block:Video}
  706.  
  707. {block:Audio}<div class="text">
  708. {AudioPlayerBlack}
  709.  
  710. {block:indexpage} {block:Caption}
  711. {Caption}
  712. {/block:Caption}
  713. <p class="ti"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{reblogurl}" target="_blank">reblog</a></p>
  714. {/block:indexpage}
  715. </div>{/block:Audio}
  716. {block:Answer}
  717.  
  718. <div class="text">
  719. <div class="an">
  720. <div class="ba">{Asker}: {Question}</div></div><div class="ans">{Answer}
  721. </div>
  722. {block:indexpage}
  723. <p class="ti"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{reblogurl}" target="_blank">reblog</a></p>
  724. {/block:indexpage}
  725. </div>
  726. {/block:Answer}
  727.  
  728.  
  729. {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}
  730.  
  731. {block:permalinkpage}
  732. <div class="text">
  733. {block:Caption}{Caption}{/block:Caption}
  734. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  735. {block:RebloggedFrom}<p class="t">Reblogged from - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  736. {block:ContentSource}<p class="t">Source - <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  737. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  738. {block:PostNotes}{PostNotes}{/block:PostNotes}
  739. </div>
  740. {/block:permalinkpage}
  741.  
  742.  
  743. {block:ContentSource}
  744. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  745. {/block:ContentSource}
  746.  
  747.  
  748. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  749.  
  750.  
  751. </div>
  752. {/block:Posts}
  753. <div class="clear"></div>
  754. </div>
  755. </div>
  756. {block:Pagination}
  757. <ul id="pagination">
  758. {block:PreviousPage}
  759. <li><a href="{PreviousPage}"></a></li>
  760. {/block:PreviousPage}
  761. {block:JumpPagination length="5"}
  762. {block:CurrentPage}
  763. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  764. {/block:CurrentPage}
  765. {block:JumpPage}
  766. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  767. {/block:JumpPage}
  768. {/block:JumpPagination}
  769. {block:NextPage}
  770. <li><a id="nextPage" href="{NextPage}"></a></li>
  771. {/block:NextPage}
  772. </ul>
  773. {/block:Pagination}
  774. <script src="http://static.tumblr.com/uiqhh9x/inZm9j1h5/masonry.js"></script>
  775.  
  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