Advertisement
journeys

tit-41.txt

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