Advertisement
journeys

tit-68.txt

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