Advertisement
journeys

tit-19.txt

Aug 20th, 2012
3,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.21 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 middle" content="1"/>
  20. <meta name="if:sidebar top" content="0"/>
  21. <meta name="if:sidebar bottom" content="0"/>
  22. <meta name="if:infinite scroll" content="1"/>
  23. <meta name="if:show title" content="1"/>
  24. <meta name="if:title font" content="0"/>
  25. <meta name="if:title font 2" content="0"/>
  26. <meta name="if:title font 3" content="0"/>
  27. <meta name="if:title font 4" content="0"/>
  28. <meta name="if:title font 5" content="0"/>
  29. <meta name="if:title font 6" content="0"/>
  30. <meta name="if:rainbow links" content="0"/>
  31. <meta name="if:faded images" content="0"/>
  32. <meta name="if:show tags" content="0"/>
  33. <meta name="if:caption" content="0"/>
  34. <meta name="if:top button" content="1"/>
  35. <meta name="if:header" content="0"/>
  36. <meta name="if:shadow" content="1"/>
  37. <meta name="if:animation" content="1"/>
  38. <meta name="text:ask label" content="message"/>
  39. <meta name="text:home label" content="home"/>
  40. <meta name="text:font size" content="11px"/>
  41. <meta name="text:line height" content="18px"/>
  42. <meta name="text:title font size" content="35px"/>
  43. <meta name="text:post title font size" content="18px"/>
  44. <meta name="text:menu title" content="~hover for links~"/>
  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. }
  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. .an {
  97. text-align:left;
  98. padding-left:5px;
  99. padding-right:5px;
  100. border-left: 2px solid {color:border color};
  101. border-right: 2px solid {color:border color};
  102. background-color:{color:blockquote};
  103. }
  104.  
  105. a, a:link, a:active, a:visited{
  106. color:{color:Link};
  107. text-decoration: none;
  108. {block:ifanimation}
  109. -webkit-transition: all 0.3s ease;
  110. -moz-transition: all 0.3s ease;
  111. transition: all 0.3s ease;
  112. -o-transition: all 0.3s ease;
  113. {/block:ifanimation}
  114. }
  115.  
  116. a:hover, h1 a:hover, h3 a:hover {
  117. {block:ifnotrainbowlinks}
  118. color:{color:Hover}!important;
  119. {/block:ifnotrainbowlinks}
  120. text-decoration: none;
  121. }
  122.  
  123. #infscr-loading {
  124. position: absolute!important;
  125. width: 16px!important;
  126. height: 11px!important;
  127. bottom: 0px!important;
  128. left: 50%!important;
  129. margin-top: 10px!important;
  130. margin-bottom: 5px!important;
  131. }
  132.  
  133. #content {
  134. width: 832px;
  135. margin-top: 8px;
  136. float: left;
  137. }
  138.  
  139. #header {
  140. width: 832px;
  141. margin-top: 16px;
  142. float: left;
  143. text-align: center;
  144. }
  145.  
  146. #header img {
  147. max-width: 100%;
  148. display: inline-block;
  149. }
  150.  
  151. #contain {
  152. width: 1045px;
  153. margin-left: 8px;
  154. }
  155.  
  156.  
  157. #side {
  158. width: 225px;
  159. position: fixed;
  160. text-align: center;
  161. margin-left: 845px;
  162. {block:ifsidebarbottom}
  163. bottom: 16px;
  164. {/block:ifsidebarbottom}
  165. {block:ifsidebartop}
  166. top: 16px;
  167. {/block:ifsidebartop}
  168. {block:ifsidebarmiddle}
  169. margin-top: 240px;
  170. {/block:ifsidebarmiddle}
  171. padding: 2px;
  172. background: {color:sidebar background};
  173. {block:ifshadow}
  174. -moz-box-shadow: 0 0 5px {color:shadow};
  175. -webkit-box-shadow: 0 0 5px {color:shadow};
  176. box-shadow: 0 0 5px {color:shadow};
  177. {block:ifshadow}
  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: 8px;
  194. {block:indexpage}
  195. width: 400px;
  196. {/block:indexpage}
  197. {block:permalinkpage}
  198. width: 500px;
  199. {/block:permalinkpage}
  200. padding: 0px;
  201. display: block;
  202. position: relative;
  203. float: right;
  204. background: {color:post background};
  205. {block:ifshadow}
  206. -moz-box-shadow: 0 0 5px {color:shadow};
  207. -webkit-box-shadow: 0 0 5px {color:shadow};
  208. box-shadow: 0 0 5px {color:shadow};
  209. {block:ifshadow}
  210. }
  211.  
  212. .text {
  213. padding: 2px;
  214. }
  215.  
  216. .entry img {
  217. display: block;
  218. max-width: 100%;
  219. {block:indexpage}
  220. {block:iffadedimages}
  221. opacity: .75;
  222. filter: alpha(opacity = 75);
  223. {/block:iffadedimages}
  224. {/block:indexpage}
  225. {block:ifanimation}
  226. -webkit-transition: all 0.3s ease;
  227. -moz-transition: all 0.3s ease;
  228. transition: all 0.3s ease;
  229. -o-transition: all 0.3s ease;
  230. {/block:ifanimation}
  231. }
  232.  
  233. .entry:hover img {
  234. max-width: 100%;
  235. {block:indexpage}
  236. {block:iffadedimages}
  237. opacity: 1.0;
  238. filter: alpha(opacity = 100);
  239. {/block:iffadedimages}
  240. {/block:indexpage}
  241. }
  242.  
  243. blockquote, q {
  244. quotes: "" "" "'" "'";
  245. padding-left: 5px;
  246. border-left: 1px solid {color:border color};
  247. background: {color:blockquote};
  248. }
  249.  
  250.  
  251. p {
  252. margin: 5px 0px;
  253. }
  254.  
  255. h1, h1 a {
  256. font-size:{text:title font size};
  257. line-height:{text:title font size};
  258. {block:iftitlefont}
  259. font-family: 'Lovers Quarrel', cursive;
  260. {/block:iftitlefont}
  261. {block:iftitlefont2}
  262. font-family: 'Italianno', cursive;
  263. {/block:iftitlefont2}
  264. {block:iftitlefont3}
  265. font-family: 'Bilbo', cursive;
  266. {/block:iftitlefont3}
  267. {block:iftitlefont4}
  268. font-family: 'Italiana', serif;
  269. {/block:iftitlefont4}
  270. {block:iftitlefont5}
  271. font-family: 'Fredericka the Great', cursive;
  272. {/block:iftitlefont5}
  273. {block:iftitlefont6}
  274. font-family: 'Amatic SC', cursive;
  275. {/block:iftitlefont6}
  276. }
  277.  
  278. h3, h3 a {
  279. font-size:{text:post title font size};
  280. line-height:{text:post title font size};
  281. color: {color:title}!important;
  282. }
  283.  
  284. p.tags a {
  285. opacity: 0.50;
  286. filter: alpha(opacity = 50);
  287. {block:ifanimation}
  288. -webkit-transition: all 0.3s ease;
  289. -moz-transition: all 0.3s ease;
  290. transition: all 0.3s ease;
  291. -o-transition: all 0.3s ease;
  292. {/block:ifanimation}
  293. }
  294.  
  295. p.tags a:hover {
  296. opacity: 1.0;
  297. filter: alpha(opacity = 100);
  298. }
  299. p.tags {
  300. padding: 0px;
  301. line-height: 14px;
  302.  
  303. margin: 0px;
  304. font-size: 8px;
  305. margin: 0px;
  306. text-transform: uppercase;
  307. {block:ifshowtags}
  308. border-top: 1px solid {color:border color};
  309. {/block:ifshowtags}
  310. }
  311.  
  312. .nav a{
  313. color: {color:menu link color};
  314. }
  315.  
  316. .nav {
  317. background: {color:menu background};
  318. display: block;
  319. text-align: center;
  320. padding: 2px;
  321. font-size: 12px;
  322. text-transform: uppercase;
  323. margin: 2px;
  324. position: relative;
  325. width: 114px;
  326. float: left;
  327. -webkit-border-radius: 7px;
  328. -moz-border-radius: 7px;
  329. border-radius: 7px;
  330. z-index: 1;
  331. -webkit-transition: all ease-in 150ms;
  332. -moz-transition: all ease-in 150ms;
  333. -o-transition: all ease-in 150ms;
  334. -ms-transition: all ease-in 150ms;
  335. transition: all ease-in 150ms;
  336. }
  337.  
  338. .nav:hover {
  339. background: {color:menu hover};
  340. -webkit-box-shadow: 0px 0px 10px {color:shadow};
  341. -moz-box-shadow: 0px 0px 10px {color:shadow};
  342. box-shadow: 0px 0px 10px {color:shadow};
  343. -webkit-border-radius: 5px;
  344. -moz-border-radius: 5px;
  345. border-radius: 5px;
  346. -webkit-transition: all ease-in 150ms;
  347. -moz-transition: all ease-in 150ms;
  348. -o-transition: all ease-in 150ms;
  349. -ms-transition: all ease-in 150ms;
  350. transition: all ease-in 150ms;
  351. }
  352.  
  353. #titexcel {
  354. position: absolute;
  355. right: 3px;
  356. top: 26px;
  357. }
  358.  
  359. #bite:hover .death {
  360. margin-top:10px;
  361. filter: alpha(opacity = 100);
  362. opacity: 1;
  363. }
  364.  
  365. #pagination{
  366. display:none;
  367. }
  368.  
  369.  
  370. .t a{
  371. text-align: right;
  372. opacity: .5;
  373. filter: alpha(opacity = 50);
  374. }
  375.  
  376. .entry .t a:hover{
  377. text-align: right;
  378. opacity: 1.0;
  379. filter: alpha(opacity = 100);
  380. }
  381.  
  382. p.t {
  383. display: block;
  384. margin: 0px 0px 0px 0px;
  385. padding-top: 2px;
  386. line-height: 13px;
  387. text-transform: uppercase;
  388. text-align: right;
  389. font-size: 10px;
  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.  
  449. #toTop:hover {
  450. opacity: 1;
  451. filter: alpha(opacity = 100);
  452. }
  453.  
  454. #toTop:active, #toTop:focus {
  455. outline:none;
  456. }
  457.  
  458. .perma {
  459. opacity: 0.0;
  460. filter: alpha(opacity = 0);
  461. z-index:9999991;
  462. display: inline-block;
  463. position: absolute;
  464. text-align: left;
  465. top: 5px;
  466. left: 5px;
  467. {block:ifanimation}
  468. -webkit-transition: all 0.3s ease;
  469. -moz-transition: all 0.3s ease;
  470. transition: all 0.3s ease;
  471. -o-transition: all 0.3s ease;
  472. {/block:ifanimation}
  473. }
  474.  
  475. .entry:hover .perma {
  476. opacity: 1;
  477. filter: alpha(opacity = 100);
  478. }
  479.  
  480. .likep {
  481. width: 21px;
  482. height: 20px;
  483. overflow: hidden;
  484. z-index: 9999999;
  485. display: inline-block;
  486. }
  487.  
  488. .rep {
  489. width: 24px;
  490. height: 20px;
  491. overflow: hidden;
  492. z-index: 9999999;
  493. display: inline-block;
  494. }
  495.  
  496. .likep a:hover {
  497. background-position: 0px 0px;
  498. }
  499.  
  500. .likep a {
  501. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  502. background-position: 0px 0px;
  503. display: block;
  504. z-index: 9999999;
  505. }
  506.  
  507. .likep img {
  508. width: 21px;
  509. height: 20px;
  510. }
  511.  
  512. .rep img{
  513. width: 24px;
  514. height: 20px;
  515. line-height: 30px;
  516. display: inline;
  517. }
  518.  
  519. .not { display: inline-block;
  520. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  521. height: 20px;
  522. top: -6px;
  523. font-size: 11px;
  524. line-height: 20px;
  525. color: #fff;
  526. padding-left: 4px;
  527. padding-right: 4px;
  528. -moz-border-radius: 2px;
  529. border-radius: 2px;
  530. position: relative;
  531. opacity: 0.0;
  532. filter: alpha(opacity = 0);
  533. }
  534.  
  535. .not a {
  536. color: #fff;
  537. font-weight: bold;
  538. font-family: Arial, Helvetica, sans-serif;
  539. }
  540.  
  541. .entry:hover .rep, .entry:hover .likep {
  542. opacity: 0.8;
  543. filter: alpha(opacity = 80);
  544. margin-right: 0;
  545. {block:ifanimation}
  546. -webkit-transition: all 0.3s ease;
  547. -moz-transition: all 0.3s ease;
  548. transition: all 0.3s ease;
  549. -o-transition: all 0.3s ease;
  550. {/block:ifanimation}
  551. }
  552.  
  553. .rep:hover, .likep:hover {
  554. opacity: 1!important;
  555. filter: alpha(opacity = 100)!important;
  556. {block:ifanimation}
  557. -webkit-transition: all 0.3s ease;
  558. -moz-transition: all 0.3s ease;
  559. transition: all 0.3s ease;
  560. -o-transition: all 0.3s ease;
  561. {/block:ifanimation}
  562. }
  563.  
  564. {CustomCSS}
  565. </style>
  566. </head>
  567. <body>
  568. <div id="contain">
  569. <div id="side">
  570. {block:ifshowtitle}
  571. <div class="title"><h1><a href="/">{title}</a></h1></div>
  572. {/block:ifshowtitle}
  573. <center>
  574. <a href="/"><img src="{image:sidebar}"/></a>
  575. </center>
  576. {block:description}
  577. <p>{description}</p>
  578. {/block:description}
  579.  
  580. <form name="jump">
  581. <select onChange="location.href=this.options[this.selectedIndex].value;">
  582. <option value="/">{text:home label}</option>
  583. <option value="/ask">{text:ask label}</option>
  584. {block:HasPages}
  585. {block:Pages}
  586. <option value="{URL}">{Label}</option>
  587. {/block:Pages}
  588. {/block:HasPages}
  589. {block:iflink1}
  590. <option value="{text:link 1 url}">{text:link 1}</option>
  591. {/block:iflink1}
  592. {block:iflink2}
  593. <option value="{text:link 2 url}">{text:link 2}</option>
  594. {/block:iflink2}
  595. {block:iflink3}
  596. <option value="{text:link 3 url}">{text:link 3}</option>
  597. {/block:iflink3}
  598. {block:iflink4}
  599. <option value="{text:link 4 url}">{text:link 4}</option>
  600. {/block:iflink4}
  601. {block:iflink5}
  602. <option value="{text:link 5 url}">{text:link 5}</option>
  603. {/block:iflink5}
  604. {block:iflink6}
  605. <option value="{text:link 6 url}">{text:link 6}</option>
  606. {/block:iflink6}
  607. {block:iflink7}
  608. <option value="{text:link 7 url}">{text:link 7}</option>
  609. {/block:iflink7}
  610. {block:iflink8}
  611. <option value="{text:link 8 url}">{text:link 8}</option>
  612. {/block:iflink8}
  613. </select>
  614. </form>
  615.  
  616. {block:IfNotInfiniteScroll}
  617. <p>{block:PreviousPage}
  618. <a href="{PreviousPage}">{text:previous}</a>
  619. {/block:PreviousPage}
  620.  
  621. {block:NextPage}
  622. <a href="{NextPage}">{text:next}</a>
  623. {/block:NextPage}</p>
  624. {/block:IfNotInfiniteScroll}
  625.  
  626. </div>
  627.  
  628. {block:indexpage}
  629. {block:ifheader}
  630. <div id="header">
  631. <a href="/"><img src="{image:header}"/></a>
  632. </div>
  633. {/block:ifheader}
  634. {/block:indexpage}
  635.  
  636. <div id="content">
  637. {block:Posts}
  638. <div class="entry">
  639. {block:Text}
  640. <div class="text">
  641. {block:Title}
  642. <h3><a href="{Permalink}">{Title}</a></h3>
  643. {/block:Title}
  644. {Body}
  645. {block:indexpage}
  646. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  647. {/block:indexpage}
  648. </div>
  649. {/block:Text}
  650.  
  651. {block:Photo}
  652. {block:IndexPage}
  653. <div class="perma">
  654. <div class="likep">
  655. <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>
  656. </div>
  657. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  658. </div>
  659. </div>
  660. <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400"/></a>
  661. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  662. {/block:IndexPage}
  663. {block:PermalinkPage}
  664. {LinkOpenTag}
  665. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  666. {LinkCloseTag}
  667. {/block:permalinkpage}
  668. {/block:Photo}
  669.  
  670. {block:Photoset}
  671. {block:IndexPage}
  672. <center>{Photoset-400}</center>
  673. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  674. {/block:IndexPage}
  675. {block:permalinkpage}
  676. {Photoset-500}
  677. {/block:permalinkpage}
  678. {/block:Photoset}
  679.  
  680. {block:Quote}
  681. <div class="text">
  682. "{Quote}"
  683. {block:Source}
  684. <div class="source">{Source}</div>
  685. {/block:Source}
  686. {block:indexpage}
  687. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  688. {/block:indexpage}
  689. </div>
  690. {/block:Quote}
  691.  
  692. {block:Link}
  693. <div class="text">
  694. <a href="{URL}" class="link" {Target}>{Name}</a>
  695. {block:Description}
  696. <div class="description">{Description}</div>
  697. {/block:Description}
  698. {block:indexpage}
  699. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  700. {/block:indexpage}
  701. </div>
  702. {/block:Link}
  703.  
  704. {block:Chat}
  705. <div class="text">
  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="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  717. {/block:indexpage}
  718. </div>
  719. {/block:Chat}
  720.  
  721. {block:Video}
  722. {block:IndexPage}
  723. <center>{Video-400}<center>
  724. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  725. {block:indexpage}
  726. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  727. {/block:indexpage}
  728. {/block:IndexPage}
  729. {block:permalinkpage}
  730. {Video-500}
  731. {/block:permalinkpage}
  732. {/block:Video}
  733.  
  734. {block:Audio}
  735. <div class="text">
  736. {AudioPlayerBlack}
  737. {block:indexpage}
  738. {block:Caption}
  739. {Caption}
  740. {/block:Caption}
  741. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  742. {/block:indexpage}
  743. </div>
  744. {/block:Audio}
  745.  
  746. {block:Answer}
  747. <div class="text">
  748. <div class="an">
  749. <div class="ba">{Asker}: {Question}</div></div><div class="ans">{Answer}
  750. </div>
  751. {block:indexpage}
  752. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  753. {/block:indexpage}
  754. </div>
  755. {/block:Answer}
  756.  
  757. {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}
  758.  
  759. {block:permalinkpage}
  760. <div class="text">
  761. {block:Caption}{Caption}{/block:Caption}{block:PostNotes}
  762. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  763. {block:RebloggedFrom}<p class="t">Reblogged from - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  764. {block:ContentSource}<p class="t">Source - <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  765. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  766. </div>
  767. {/block:permalinkpage}
  768.  
  769. {block:ContentSource}
  770. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  771. {/block:ContentSource}
  772.  
  773.  
  774. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  775.  
  776. {block:permalinkpage}
  777. <div class="text">
  778. {block:PostNotes}{PostNotes}{/block:PostNotes}
  779. </div>
  780. {/block:permalinkpage}
  781. </div>
  782. {/block:Posts}
  783. <div class="clear"></div>
  784. </div>
  785. </div>
  786. {block:Pagination}
  787. <ul id="pagination">
  788. {block:PreviousPage}
  789. <li><a href="{PreviousPage}"></a></li>
  790. {/block:PreviousPage}
  791. {block:JumpPagination length="5"}
  792. {block:CurrentPage}
  793. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  794. {/block:CurrentPage}
  795. {block:JumpPage}
  796. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  797. {/block:JumpPage}
  798. {/block:JumpPagination}
  799. {block:NextPage}
  800. <li><a id="nextPage" href="{NextPage}"></a></li>
  801. {/block:NextPage}
  802. </ul>
  803. {/block:Pagination}
  804. <script src="http://static.tumblr.com/uiqhh9x/inZm9j1h5/masonry.js"></script>
  805. {block:IndexPage}
  806. {block:ifinfinitescroll}
  807. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
  808. <script type="text/javascript">
  809. $(window).load(function () {
  810. $('#content').masonry(),
  811. $('.masonryWrap').infinitescroll({
  812. navSelector : '#pagination',
  813. nextSelector : '#pagination a#nextPage',
  814. itemSelector : ".entry, .clear",
  815. bufferPx : 40,
  816. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  817. loadingText : "<em></em>",
  818. },
  819. function() { $('#content').masonry({ appendedContent: $(this) }); }
  820. );
  821. });
  822. </script>
  823. {/block:IndexPage}
  824. {block:iftopbutton}
  825. <script type="text/javascript">
  826. $(document).ready(function() {
  827. /*
  828. var defaults = {
  829. containerID: 'toTop', // fading element id
  830. containerHoverID: 'toTopHover', // fading element hover id
  831. scrollSpeed: 1200,
  832. easingType: 'linear'
  833. };
  834. */
  835.  
  836. $().UItoTop({ easingType: 'easeOutQuart' });
  837.  
  838. });
  839. </script>
  840. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  841. {/block:iftopbutton}
  842. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  843. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  844. </body>
  845. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement