Advertisement
journeys

tit-85.txt

Aug 20th, 2012
5,410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.51 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="font:body" content="Arial, Helvetica, sans-serif"/>
  6. <meta name="color:text" content="#000000"/>
  7. <meta name="color:link" content="#000000"/>
  8. <meta name="color:title" content="#000000"/>
  9. <meta name="color:hover" content="#000000"/>
  10. <meta name="color:menu background" content="#efefef"/>
  11. <meta name="color:menu border" content="#000000"/>
  12. <meta name="color:background color" content="#ffffff"/>
  13. <meta name="color:sidebar" content="#ffffff"/>
  14. <meta name="color:entry" content="#ffffff"/>
  15. <meta name="color:border color" content="#cccccc"/>
  16. <meta name="color:link border color" content="#000000"/>
  17. <meta name="color:blockquote" content="#ebebeb"/>
  18. <meta name="image:background image" content="0"/>
  19. <meta name="if:infinite scroll" content="1"/>
  20. <meta name="if:show title" content="1"/>
  21. <meta name="if:title font" content="1"/>
  22. <meta name="if:title font 2" content="0"/>
  23. <meta name="if:title font 3" content="0"/>
  24. <meta name="if:title font 4" content="0"/>
  25. <meta name="if:title font 5" content="0"/>
  26. <meta name="if:title font 6" content="0"/>
  27. <meta name="if:rainbow links" content="0"/>
  28. <meta name="if:faded images" content="1"/>
  29. <meta name="if:show tags" content="0"/>
  30. <meta name="if:caption" content="0"/>
  31. <meta name="if:top button" content="1"/>
  32. <meta name="if:black perma" content="0"/>
  33. <meta name="if:sidebar right" content="0"/>
  34. <meta name="if:animation" content="1"/>
  35. <meta name="text:ask label" content="message"/>
  36. <meta name="text:home label" content="home"/>
  37. <meta name="text:go link" content="go"/>
  38. <meta name="text:font size" content="11px"/>
  39. <meta name="text:line height" content="18px"/>
  40. <meta name="text:title font size" content="35px"/>
  41. <meta name="text:post title font size" content="18px"/>
  42. <meta name="text:menu title" content="~hover for links~"/>
  43. <meta name="text:link 1" content=""/>
  44. <meta name="text:link 1 url" content=""/>
  45. <meta name="text:link 2" content=""/>
  46. <meta name="text:link 2 url" content=""/>
  47. <meta name="text:link 3" content=""/>
  48. <meta name="text:link 3 url" content=""/>
  49. <meta name="text:link 4" content=""/>
  50. <meta name="text:link 4 url" content=""/>
  51. <meta name="text:link 5" content=""/>
  52. <meta name="text:link 5 url" content=""/>
  53. <meta name="text:link 6" content=""/>
  54. <meta name="text:link 6 url" content=""/>
  55. <meta name="text:link 7" content=""/>
  56. <meta name="text:link 7 url" content=""/>
  57. <meta name="text:link 8" content=""/>
  58. <meta name="text:link 8 url" content=""/>
  59. <meta name="text:previous" content=">"/>
  60. <meta name="text:next" content="<"/>
  61.  
  62. <title>{Title}</title>
  63. <link rel="shortcut icon" href="{Favicon}">
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}" />
  67. {/block:Description}
  68.  
  69. <!-- random files -->
  70. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  71. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  72. <script src="http://static.tumblr.com/uiqhh9x/oDnm68mht/theme.js" type="text/javascript"></script>
  73. <script src="http://static.tumblr.com/uiqhh9x/gdJm68o3x/easing.js" type="text/javascript"></script>
  74. {block:ifrainbowlinks}
  75. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>
  76. {/block:ifrainbowlinks}
  77. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel|Italianno|Bilbo|Italiana|Fredericka+the+Great|Amatic+SC' rel='stylesheet' type='text/css'>
  78.  
  79. <!-- css reset -->
  80. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  81.  
  82. <style type="text/css">
  83. * {
  84. font-family: {font:body};
  85. {block:ifanimation}
  86. -webkit-transition: all 0.3s ease;
  87. -moz-transition: all 0.3s ease;
  88. transition: all 0.3s ease;
  89. -o-transition: all 0.3s ease;
  90. {/block:ifanimation}
  91. }
  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.  
  100. body {
  101. color: {color:text};
  102. background:{color:background color} url({image:background image});
  103. font-family: {font:body};
  104. font-size: {text:font size};
  105. line-height: {text:line height};
  106. }
  107.  
  108. a, a:link, a:active, a:visited{
  109. color:{color:Link};
  110. text-decoration: none;
  111. }
  112.  
  113. a:hover, h1 a:hover, h3 a:hover {
  114. {block:ifnotrainbowlinks}
  115. color:{color:Hover}!important;
  116. {/block:ifnotrainbowlinks}
  117. text-decoration: none;
  118. }
  119.  
  120. #infscr-loading {
  121. position: absolute!important;
  122. width: 16px!important;
  123. height: 11px!important;
  124. bottom: 0px!important;
  125. left: 50%!important;
  126. margin-top: 10px!important;
  127. margin-bottom: 5px!important;
  128. }
  129.  
  130. #content {
  131. margin-top: 141px;
  132. width: 620px;
  133. {block:ifsidebarright}
  134. float: left;
  135. {/block:ifsidebarright}
  136. {block:ifnotsidebarright}
  137. float: right;
  138. {/block:ifnotsidebarright}
  139. }
  140.  
  141. #header {
  142. margin-top: 10px;
  143. width: 620px;
  144. {block:ifsidebarright}
  145. float: left;
  146. {/block:ifsidebarright}
  147. {block:ifnotsidebarright}
  148. float: right;
  149. {/block:ifnotsidebarright}
  150. text-align: center;
  151. }
  152.  
  153. #header img {
  154. max-width: 100%;
  155. display: inline-block;
  156. }
  157.  
  158. #contain {
  159. width: 620px;
  160. margin: 0px auto;
  161. }
  162.  
  163.  
  164. #side {
  165. width: 500px;
  166. margin-left: 65px;
  167. height: 120px;
  168. text-align: center;
  169. position: fixed;
  170. overflow: hidden;
  171. padding: 2px;
  172. top: 10px;
  173. border: 1px solid {color:border color};
  174. background: {color:sidebar};
  175. z-index:99999999999;
  176. opacity: .50;
  177. filter: alpha(opacity = 50);
  178. }
  179.  
  180. #side:hover {
  181. opacity: .90;
  182. filter: alpha(opacity = 90);
  183. }
  184.  
  185. ol.notes img {
  186. width: 16px;
  187. display: inline;
  188. position: relative;
  189. top: 3px;
  190. }
  191.  
  192. #side img {
  193. display: inline-block;
  194. float: left;
  195. max-height: 100%;
  196. }
  197.  
  198. .entry {
  199. {block:indexpage}
  200. float: left;
  201. width: 300px;
  202. margin: 5px;
  203. {/block:indexpage}
  204. {block:permalinkpage}
  205. width: 500px;
  206. margin: 5px auto;
  207. {/block:permalinkpage}
  208. background: {color:entry};
  209. display: block;
  210. position: relative;
  211. }
  212.  
  213. .entry img {
  214. display: block;
  215. max-width: 100%;
  216. {block:indexpage}
  217. {block:iffadedimages}
  218. opacity: .75;
  219. filter: alpha(opacity = 75);
  220. {/block:iffadedimages}
  221. {/block:indexpage}
  222. }
  223.  
  224. .entry:hover img {
  225. max-width: 100%;
  226. {block:indexpage}
  227. {block:iffadedimages}
  228. opacity: 1.0;
  229. filter: alpha(opacity = 100);
  230. {/block:iffadedimages}
  231. {/block:indexpage}
  232. }
  233.  
  234. blockquote, q {
  235. quotes: "�" "�" "'" "'";
  236. padding-left: 5px;
  237. border-left: 1px solid {color:border color};
  238. background: {color:blockquote};
  239. }
  240.  
  241.  
  242. p {
  243. margin: 5px 0px;
  244. }
  245.  
  246. h1, h1 a {
  247. font-size:{text:title font size};
  248. line-height:{text:title font size};
  249. {block:iftitlefont}
  250. font-family: 'Lovers Quarrel', cursive;
  251. {/block:iftitlefont}
  252. {block:iftitlefont2}
  253. font-family: 'Italianno', cursive;
  254. {/block:iftitlefont2}
  255. {block:iftitlefont3}
  256. font-family: 'Bilbo', cursive;
  257. {/block:iftitlefont3}
  258. {block:iftitlefont4}
  259. font-family: 'Italiana', serif;
  260. {/block:iftitlefont4}
  261. {block:iftitlefont5}
  262. font-family: 'Fredericka the Great', cursive;
  263. {/block:iftitlefont5}
  264. {block:iftitlefont6}
  265. font-family: 'Amatic SC', cursive;
  266. {/block:iftitlefont6}
  267. text-shadow: 4px 5px 0px
  268. rgba(0, 0, 0, 0.1),4px -6px 0px
  269. rgba(0, 0, 0, 0.2),6px 12px 0px
  270. rgba(0, 0, 0, 0.1),-8px 5px 0px
  271. rgba(0, 0, 0, 0.2),-3px -8px 0px
  272. rgba(0, 0, 0, 0.1);
  273. }
  274.  
  275. h1:hover, h1 a:hover {
  276. text-shadow: 4px 5px 0px
  277. rgba(0, 0, 0, 0.0),4px -6px 0px
  278. rgba(0, 0, 0, 0.0),6px 12px 0px
  279. rgba(0, 0, 0, 0.0),-8px 5px 0px
  280. rgba(0, 0, 0, 0.0),-3px -8px 0px
  281. rgba(0, 0, 0, 0.0);
  282.  
  283. }
  284. h3, h3 a {
  285. font-size:{text:post title font size};
  286. line-height:{text:post title font size};
  287. color: {color:title}!important;
  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: 8px;
  302. margin: 0px;
  303. font-size: 8px;
  304. margin: 0px;
  305. text-transform: uppercase;
  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. .entry:hover .ti a {
  358. opacity: 1.0;
  359. filter: alpha(opacity = 100);
  360. }
  361.  
  362. .ti a{
  363.  
  364. opacity: .5;
  365. filter: alpha(opacity = 50);
  366. }
  367. .t a{
  368. text-align: right;
  369. opacity: .5;
  370. filter: alpha(opacity = 50);
  371. }
  372. .entry .t a:hover, .entry .ti a:hover{
  373. text-align: right;
  374. opacity: 1.0;
  375. filter: alpha(opacity = 100);
  376. }
  377.  
  378. p.t {
  379. display: block;
  380. margin: 0px 0px 0px 0px;
  381. height: 14px;
  382. line-height: 16px;
  383. text-transform: uppercase;
  384. text-align: right;
  385. font-size: 9px;
  386. border-top: 0px solid {color:border color};
  387. }
  388.  
  389. p.t a {
  390. margin: 0 0px;
  391. }
  392.  
  393. p.ti {
  394. display: block;
  395. margin: 0px 0px 0px 0px;
  396. line-height: 10px;
  397. text-transform: uppercase;
  398. text-align: center;
  399. font-size: 8px;
  400. border-top: 0px solid {color:border color};
  401. margin-right: 33%;
  402. opacity: 0;
  403. filter: alpha(opacity = 0);
  404. }
  405.  
  406. .entry:hover .ti {
  407. margin-right: 0;
  408. opacity: 1.0;
  409. filter: alpha(opacity = 100);
  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. width: 300px;
  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: inline-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. .an {
  498. text-align:left;
  499. padding-left:5px;
  500. padding-right:5px;
  501. border-left: 2px solid {color:border color};
  502. border-right: 2px solid {color:border color};
  503. background-color:{color:blockquote};
  504. }
  505. .p1:hover {
  506. {block:ifblackperma}
  507. background: rgba(0, 0, 0, 100);
  508. {/block:ifblackperma}
  509. {block:ifnotblackperma}
  510. background: rgba(255, 255, 255, 100);
  511. {/block:ifnotblackperma}
  512.  
  513. }
  514.  
  515. .p1 a {
  516. {block:ifblackperma}
  517. color: #ffffff;
  518. {/block:ifblackperma}
  519. {block:ifnotblackperma}
  520. color: #000000;
  521. {/block:ifnotblackperma}
  522. }
  523.  
  524.  
  525. .text {
  526. padding: 2px;
  527. }
  528. a.n {
  529. margin: 0px 5px;
  530. font-weight: bold;
  531. padding-bottom: 1px;
  532. border-bottom: 2px solid transparent;
  533. -webkit-transition: border 0.3s ease-in-out;
  534. -moz-transition: border 0.3s ease-in-out;
  535. -o-transition: border 0.3s ease-in-out;
  536. transition: border 0.3s ease-in-out;
  537. }
  538.  
  539. a.n:hover {
  540. border-bottom: 2px solid {color:link border color};
  541. padding-bottom: 1px;
  542. -webkit-transition: border 0.3s ease-in-out;
  543. -moz-transition: border 0.3s ease-in-out;
  544. -o-transition: border 0.3s ease-in-out;
  545. transition: border 0.3s ease-in-out
  546. }
  547.  
  548. .an {
  549. text-align:left;
  550. padding-left:4px;
  551. padding-right:4px;
  552. border-left: 2px solid {color:border color};
  553. border-right: 2px solid {color:border color};
  554. background-color:{color:blockquote};
  555. }
  556.  
  557. .bc {
  558. margin: 5px 5px;
  559. display: inline-block;
  560. font-weight: 300;
  561. font-size: 8px;
  562. padding: 2px;
  563. border: 1px solid {color:border color};
  564. }
  565.  
  566. .bc:hover {
  567. border: 1px dotted {color:border color};
  568. }
  569. {CustomCSS}
  570. </style>
  571. </head>
  572. <body>
  573. <div id="contain">
  574. <div id="side">
  575. {block:ifshowtitle}
  576. <div class="title"><h1><a href="/" styles="max-width:100%;">{title}</a></h1></div>
  577. {/block:ifshowtitle}
  578.  
  579. {block:description}
  580. <p>{description}</p>
  581. {/block:description}
  582.  
  583. <div class="bc"><a href="/">{text:home label}</a></div>
  584. <div class="bc"><a href="/ask">{text:ask label}</a></div>
  585. {block:HasPages}
  586. {block:Pages}
  587. <div class="bc"><a href="{URL}">{Label}</a></div>
  588. {/block:Pages}
  589. {/block:HasPages}
  590. {block:iflink1}
  591. <div class="bc"><a href="{text:link 1 url}">{text:link 1}</a></div>
  592. {/block:iflink1}
  593. {block:iflink2}
  594. <div class="bc"><a href="{text:link 2 url}">{text:link 2}</a></div>
  595. {/block:iflink2}
  596. {block:iflink3}
  597. <div class="bc"><a href="{text:link 3 url}">{text:link 3}</a></div>
  598. {/block:iflink3}
  599. {block:iflink4}
  600. <div class="bc"><a href="{text:link 4 url}">{text:link 4}</a></div>
  601. {/block:iflink4}
  602. {block:iflink5}
  603. <div class="bc"><a href="{text:link 5 url}">{text:link 5}</a></div>
  604. {/block:iflink5}
  605. {block:iflink6}
  606. <div class="bc"><a href="{text:link 6 url}">{text:link 6}</a></div>
  607. {/block:iflink6}
  608. {block:iflink7}
  609. <div class="bc"><a href="{text:link 7 url}">{text:link 7}</a></div>
  610. {/block:iflink7}
  611. {block:iflink8}
  612. <div class="bc"><a href="{text:link 8 url}">{text:link 8}</a></div>
  613. {/block:iflink8}
  614.  
  615. {block:IfNotInfiniteScroll}
  616. <p>{block:PreviousPage}
  617. <a href="{PreviousPage}">{text:previous}</a>
  618. {/block:PreviousPage}
  619.  
  620. {block:NextPage}
  621. <a href="{NextPage}">{text:next}</a>
  622. {/block:NextPage}</p>
  623. {/block:IfNotInfiniteScroll}
  624.  
  625. </div>
  626.  
  627. <div id="content">
  628. {block:Posts}
  629. <div class="entry">
  630. {block:Text}<div class="text">
  631. {block:Title}
  632. <h3><a href="{Permalink}">{Title}</a></h3>
  633. {/block:Title}
  634. {Body}
  635. {block:indexpage}
  636. <p class="ti"><a href="{permalink}">{timeago}</a> | <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{permalink}">{NoteCountwithlabel}</a></p>
  637. {/block:indexpage}
  638. </div>{/block:Text}
  639.  
  640. {block:Photo}
  641. {block:IndexPage}
  642. <div class="perma">
  643. <div class="p1">
  644. <a href="{reblogurl}" target="_blank">reblog</a> / <a href="{Permalink}">{notecount}</a>
  645. </div>
  646. </div>
  647. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="300"/></a>
  648. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  649. {/block:IndexPage}
  650. {block:PermalinkPage}
  651. {LinkOpenTag}
  652. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  653. {LinkCloseTag}
  654. {/block:permalinkpage}
  655. {/block:Photo}
  656.  
  657. {block:Photoset}
  658. {block:IndexPage}
  659. <div class="perma">
  660. <div class="p1">
  661. <a href="{reblogurl}" target="_blank">reblog</a> / <a href="{Permalink}">{notecount}</a>
  662. </div>
  663. </div>
  664. </div>
  665. <center>{Photoset-250}<center>
  666. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  667. {/block:IndexPage}
  668. {block:permalinkpage}
  669. {Photoset-500}
  670. {/block:permalinkpage}
  671.  
  672. {/block:Photoset}
  673.  
  674. {block:Quote}<div class="text">
  675. "{Quote}"
  676. {block:Source}
  677. <div class="source">{Source}</div>
  678. {/block:Source}
  679. {block:indexpage}
  680. <p class="ti"><a href="{permalink}">{timeago}</a> | <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{permalink}">{NoteCountwithlabel}</a></p>
  681. {/block:indexpage}
  682.  
  683. </div>{/block:Quote}
  684.  
  685. {block:Link}<div class="text">
  686. <a href="{URL}" class="link" {Target}>{Name}</a>
  687. {block:Description}
  688. <div class="description">{Description}</div>
  689. {/block:Description}
  690. {block:indexpage}
  691. <p class="ti"><a href="{permalink}">{timeago}</a> | <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{permalink}">{NoteCountwithlabel}</a></p>
  692. {/block:indexpage}
  693.  
  694. </div>{/block:Link}
  695.  
  696. {block:Chat}<div class="text">
  697. {block:Title}
  698. <h3><a href="{Permalink}">{Title}</a></h3>
  699. {/block:Title}
  700. <ul class="chat">
  701. {block:Lines}
  702. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  703. {Line} </li>
  704. {/block:Lines}
  705. </ul>
  706. {block:indexpage}
  707. <p class="ti"><a href="{permalink}">{timeago}</a> | <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{permalink}">{NoteCountwithlabel}</a></p>
  708. {/block:indexpage}
  709.  
  710. </div>{/block:Chat}
  711.  
  712. {block:Video}
  713. {block:IndexPage}
  714. <div class="perma">
  715. <div class="p1">
  716. <a href="{reblogurl}" target="_blank">reblog</a> / <a href="{Permalink}">{notecount}</a>
  717. </div>
  718. </div>
  719. <center>{Video-250}<center>
  720.  
  721. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  722. {/block:IndexPage}
  723. {block:permalinkpage}
  724. {Video-500}
  725. {/block:permalinkpage}
  726. {/block:Video}
  727.  
  728. {block:Audio}<div class="text">
  729. {AudioPlayerBlack}
  730.  
  731. {block:indexpage} {block:Caption}
  732. {Caption}
  733. {/block:Caption}
  734. <p class="ti"><a href="{permalink}">{timeago}</a> | <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{permalink}">{NoteCountwithlabel}</a></p>
  735. {/block:indexpage}
  736. </div>{/block:Audio}
  737. {block:Answer}
  738.  
  739. <div class="text">
  740. <div class="an">
  741. <div class="ba">{Asker}: {Question}</div></div><div class="ans">{Answer}
  742. </div>
  743. {block:indexpage}
  744. <p class="ti"><a href="{permalink}">{timeago}</a> | <a href="{ReblogURL}" target="_blank">reblog</a> | <a href="{permalink}">{NoteCountwithlabel}</a></p>
  745. {/block:indexpage}
  746. </div>
  747. {/block:Answer}
  748.  
  749.  
  750. {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}
  751.  
  752. {block:permalinkpage}
  753. <div class="text">
  754. {block:Caption}{Caption}{/block:Caption}{block:PostNotes}
  755. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  756. {block:RebloggedFrom}<p class="t">Reblogged from - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  757. {block:ContentSource}<p class="t">Source - <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  758. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  759. {block:PostNotes}{PostNotes}{/block:PostNotes}
  760. </div>
  761. {/block:permalinkpage}
  762.  
  763.  
  764. {block:ContentSource}
  765. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  766. {/block:ContentSource}
  767.  
  768.  
  769. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  770.  
  771.  
  772. </div>
  773. {/block:Posts}
  774. <div class="clear"></div>
  775. </div>
  776. </div>
  777. {block:Pagination}
  778. <ul id="pagination">
  779. {block:PreviousPage}
  780. <li><a href="{PreviousPage}"></a></li>
  781. {/block:PreviousPage}
  782. {block:JumpPagination length="5"}
  783. {block:CurrentPage}
  784. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  785. {/block:CurrentPage}
  786. {block:JumpPage}
  787. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  788. {/block:JumpPage}
  789. {/block:JumpPagination}
  790. {block:NextPage}
  791. <li><a id="nextPage" href="{NextPage}"></a></li>
  792. {/block:NextPage}
  793. </ul>
  794. {/block:Pagination}
  795. <script src="http://static.tumblr.com/uiqhh9x/inZm9j1h5/masonry.js"></script>
  796. {block:IndexPage}
  797. {block:ifinfinitescroll}
  798. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
  799. <script type="text/javascript">
  800. $(window).load(function () {
  801. $('#content').masonry(),
  802. $('.masonryWrap').infinitescroll({
  803. navSelector : '#pagination',
  804. nextSelector : '#pagination a#nextPage',
  805. itemSelector : ".entry, .clear",
  806. bufferPx : 40,
  807. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  808. loadingText : "<em></em>",
  809. },
  810. function() { $('#content').masonry({ appendedContent: $(this) }); }
  811. );
  812. });
  813. </script>
  814. {/block:IndexPage}
  815.  
  816. {block:iftopbutton}
  817. <script type="text/javascript">
  818. $(document).ready(function() {
  819. /*
  820. var defaults = {
  821. containerID: 'toTop', // fading element id
  822. containerHoverID: 'toTopHover', // fading element hover id
  823. scrollSpeed: 1200,
  824. easingType: 'linear'
  825. };
  826. */
  827.  
  828. $().UItoTop({ easingType: 'easeOutQuart' });
  829.  
  830. });
  831. </script>
  832. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  833. {/block:iftopbutton}
  834. </body>
  835. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement