Advertisement
journeys

tit-30.txt

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