journeys

tit-31.txt

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