Advertisement
journeys

tit-22.txt

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