Advertisement
journeys

tit-67.txt

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