Advertisement
journeys

tit-45.txt

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