Advertisement
journeys

tit-96.txt

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