Advertisement
journeys

tit-90

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