Advertisement
journeys

tit-10.txt

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