journeys

tit-28.txt

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