Advertisement
journeys

tit-107.txt

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