Advertisement
journeys

tit-52.txt

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