Advertisement
journeys

tit-33.txt

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