Advertisement
journeys

tit-103.txt

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