Advertisement
journeys

tit-27.txt

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