Advertisement
journeys

tit-63.txt

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