Advertisement
journeys

tit-87.txt

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