Advertisement
journeys

tit-99.txt

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