Advertisement
journeys

tit-16.txt

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