Advertisement
journeys

tit-133

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