Advertisement
journeys

tit-88.txt

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