journeys

tit-84.txt

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