Advertisement
journeys

tit-73.txt

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