Advertisement
journeys

tit-93.txt

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