Advertisement
journeys

tit-59.txt

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