Advertisement
journeys

tit-71.txt

Aug 20th, 2012
2,540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.46 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:entry" content="#ffffff"/>
  15. <meta name="color:border color" content="#cccccc"/>
  16. <meta name="color:blockquote" content="#ebebeb"/>
  17. <meta name="image:header" content="0"/>
  18. <meta name="image:background image" content="0"/>
  19. <meta name="if:infinite scroll" content="1"/>
  20. <meta name="if:show title" content="1"/>
  21. <meta name="if:title font" content="0"/>
  22. <meta name="if:title font 2" content="0"/>
  23. <meta name="if:title font 3" content="0"/>
  24. <meta name="if:title font 4" content="0"/>
  25. <meta name="if:title font 5" content="0"/>
  26. <meta name="if:title font 6" content="0"/>
  27. <meta name="if:rainbow links" content="0"/>
  28. <meta name="if:faded images" content="0"/>
  29. <meta name="if:show tags" content="0"/>
  30. <meta name="if:caption" content="0"/>
  31. <meta name="if:top button" content="1"/>
  32. <meta name="if:animation" content="1"/>
  33. <meta name="text:ask label" content="message"/>
  34. <meta name="text:home label" content="home"/>
  35. <meta name="text:font size" content="11px"/>
  36. <meta name="text:line height" content="18px"/>
  37. <meta name="text:title font size" content="35px"/>
  38. <meta name="text:post title font size" content="18px"/>
  39. <meta name="text:link 1" content=""/>
  40. <meta name="text:link 1 url" content=""/>
  41. <meta name="text:link 2" content=""/>
  42. <meta name="text:link 2 url" content=""/>
  43. <meta name="text:link 3" content=""/>
  44. <meta name="text:link 3 url" content=""/>
  45. <meta name="text:link 4" content=""/>
  46. <meta name="text:link 4 url" content=""/>
  47. <meta name="text:link 5" content=""/>
  48. <meta name="text:link 5 url" content=""/>
  49. <meta name="text:link 6" content=""/>
  50. <meta name="text:link 6 url" content=""/>
  51. <meta name="text:link 7" content=""/>
  52. <meta name="text:link 7 url" content=""/>
  53. <meta name="text:link 8" content=""/>
  54. <meta name="text:link 8 url" content=""/>
  55. <meta name="text:previous" content=">"/>
  56. <meta name="text:next" content="<"/>
  57.  
  58. <title>{Title}</title>
  59. <link rel="shortcut icon" href="{Favicon}">
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  61. {block:Description}
  62. <meta name="description" content="{MetaDescription}" />
  63. {/block:Description}
  64.  
  65. <!-- random files -->
  66. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  67. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  68. <script src="http://static.tumblr.com/uiqhh9x/oDnm68mht/theme.js" type="text/javascript"></script>
  69. <script src="http://static.tumblr.com/uiqhh9x/gdJm68o3x/easing.js" type="text/javascript"></script>
  70. {block:ifrainbowlinks}
  71. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>
  72. {/block:ifrainbowlinks}
  73. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel|Italianno|Bilbo|Italiana|Fredericka+the+Great|Amatic+SC' rel='stylesheet' type='text/css'>
  74.  
  75. <!-- css reset -->
  76. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  77.  
  78. <style type="text/css">
  79. * {
  80. font-family: {font:body};
  81. {block:ifanimation}
  82. -webkit-transition: all 0.3s ease;
  83. -moz-transition: all 0.3s ease;
  84. transition: all 0.3s ease;
  85. -o-transition: all 0.3s ease;
  86. {/block:ifanimation}
  87. }
  88.  
  89. div.entry, .panel {
  90. -webkit-transition: all 0s ease;
  91. -moz-transition: all 0s ease;
  92. transition: all 0s ease;
  93. -o-transition: all 0s ease;
  94. }
  95.  
  96. body {
  97. color: {color:text};
  98. background:{color:background color} url({image:background image});
  99. font-family: {font:body};
  100. font-size: {text:font size};
  101. line-height: {text:line height};
  102. }
  103.  
  104. a, a:link, a:active, a:visited{
  105. color:{color:Link};
  106. text-decoration: none;
  107. }
  108.  
  109. a:hover, h1 a:hover, h3 a:hover {
  110. {block:ifnotrainbowlinks}
  111. color:{color:Hover}!important;
  112. {/block:ifnotrainbowlinks}
  113. text-decoration: none;
  114. }
  115.  
  116. #infscr-loading {
  117. position: absolute!important;
  118. width: 16px!important;
  119. height: 11px!important;
  120. bottom: 0px!important;
  121. left: 50%!important;
  122. margin-top: 10px!important;
  123. margin-bottom: 5px!important;
  124. }
  125.  
  126. #content {
  127. width: 1020px;
  128. margin-top: 20px;
  129. float: left;
  130. }
  131.  
  132. #header {
  133. width: 1010px;
  134. margin: 10px auto;
  135. text-align: center;
  136. }
  137.  
  138. #header img {
  139. max-width: 100%;
  140. display: inline-block;
  141. }
  142.  
  143. #contain {
  144. width: 1020px;
  145. margin: 20px auto;
  146. }
  147.  
  148.  
  149. #side {
  150. width: 600px;
  151. text-align: center;
  152. margin: 0 auto;
  153. overflow: hidden;
  154. }
  155.  
  156. ol.notes img {
  157. width: 16px;
  158. display: inline;
  159. position: relative;
  160. top: 3px;
  161. }
  162.  
  163. .an {
  164. text-align:left;
  165. padding-left:5px;
  166. padding-right:5px;
  167. border-left: 2px solid {color:border color};
  168. border-right: 2px solid {color:border color};
  169. background-color:{color:blockquote};
  170. }
  171.  
  172. #side img {
  173. display: block;
  174. max-width: 100%;
  175. }
  176.  
  177. .entry {
  178. {block:indexpage}
  179. margin: 5px;
  180. width: 500px;
  181. float: left;
  182. {/block:indexpage}
  183. {block:permalinkpage}
  184. width: 500px;
  185. margin: 20px auto;
  186. {/block:permalinkpage}
  187. padding: 0px;
  188. display: block;
  189. position: relative;
  190. overflow: hidden;
  191. background: {color:entry};
  192. }
  193.  
  194. .entry img {
  195. display: block;
  196. max-width: 100%;
  197. {block:indexpage}
  198. {block:iffadedimages}
  199. opacity: .75;
  200. filter: alpha(opacity = 75);
  201. {/block:iffadedimages}
  202. {/block:indexpage}
  203. }
  204.  
  205. .entry:hover img {
  206. max-width: 100%;
  207. {block:indexpage}
  208. {block:iffadedimages}
  209. opacity: 1.0;
  210. filter: alpha(opacity = 100);
  211. {/block:iffadedimages}
  212. {/block:indexpage}
  213. }
  214.  
  215. blockquote, q {
  216. quotes: "�" "�" "'" "'";
  217. padding-left: 5px;
  218. border-left: 1px solid {color:border color};
  219. background: {color:blockquote};
  220. }
  221.  
  222.  
  223. p {
  224. margin: 5px 0px;
  225. }
  226.  
  227. h1, h1 a {
  228. font-size:{text:title font size};
  229. line-height:{text:title font size};
  230. {block:iftitlefont}
  231. font-family: 'Lovers Quarrel', cursive;
  232. {/block:iftitlefont}
  233. {block:iftitlefont2}
  234. font-family: 'Italianno', cursive;
  235. {/block:iftitlefont2}
  236. {block:iftitlefont3}
  237. font-family: 'Bilbo', cursive;
  238. {/block:iftitlefont3}
  239. {block:iftitlefont4}
  240. font-family: 'Italiana', serif;
  241. {/block:iftitlefont4}
  242. {block:iftitlefont5}
  243. font-family: 'Fredericka the Great', cursive;
  244. {/block:iftitlefont5}
  245. {block:iftitlefont6}
  246. font-family: 'Amatic SC', cursive;
  247. {/block:iftitlefont6}
  248. }
  249.  
  250. h3, h3 a {
  251. font-size:{text:post title font size};
  252. line-height:{text:post title font size};
  253. color: {color:title}!important;
  254. }
  255.  
  256. p.tags a {
  257. opacity: 0.50;
  258. filter: alpha(opacity = 50);
  259. }
  260.  
  261. p.tags a:hover {
  262. opacity: 1.0;
  263. filter: alpha(opacity = 100);
  264. }
  265. p.tags {
  266. padding: 0px;
  267. margin: 0px;
  268. font-size: 8px;
  269. text-transform: uppercase;
  270. {block:ifshowtags}
  271. border-top: 1px solid {color:border color};
  272. {/block:ifshowtags}
  273. }
  274.  
  275. .nav a{
  276. color: {color:menu link color};
  277. }
  278.  
  279. .nav {
  280. background: {color:menu background};
  281. display: block;
  282. text-align: center;
  283. padding: 2px;
  284. font-size: 12px;
  285. text-transform: uppercase;
  286. margin: 2px;
  287. position: relative;
  288. width: 114px;
  289. float: left;
  290. -webkit-border-radius: 7px;
  291. -moz-border-radius: 7px;
  292. border-radius: 7px;
  293. z-index: 1;
  294. -webkit-transition: all ease-in 150ms;
  295. -moz-transition: all ease-in 150ms;
  296. -o-transition: all ease-in 150ms;
  297. -ms-transition: all ease-in 150ms;
  298. transition: all ease-in 150ms;
  299. }
  300.  
  301. .nav:hover {
  302. background: {color:menu hover};
  303. -webkit-box-shadow: 0px 0px 10px {color:shadow};
  304. -moz-box-shadow: 0px 0px 10px {color:shadow};
  305. box-shadow: 0px 0px 10px {color:shadow};
  306. -webkit-border-radius: 5px;
  307. -moz-border-radius: 5px;
  308. border-radius: 5px;
  309. -webkit-transition: all ease-in 150ms;
  310. -moz-transition: all ease-in 150ms;
  311. -o-transition: all ease-in 150ms;
  312. -ms-transition: all ease-in 150ms;
  313. transition: all ease-in 150ms;
  314. }
  315.  
  316. #titexcel {
  317. position: absolute;
  318. right: 3px;
  319. top: 26px;
  320. }
  321.  
  322. #bite:hover .death {
  323. margin-top:10px;
  324. filter: alpha(opacity = 100);
  325. opacity: 1;
  326. }
  327.  
  328. #pagination{
  329. display:none;
  330. }
  331.  
  332.  
  333. .t a{
  334. text-align: right;
  335. opacity: .5;
  336. filter: alpha(opacity = 50);
  337. }
  338.  
  339. .entry .t a:hover{
  340. text-align: right;
  341. opacity: 1.0;
  342. filter: alpha(opacity = 100);
  343. }
  344.  
  345. p.t {
  346. display: block;
  347. margin: 0px 0px 1px 0px;
  348. height: 18px;
  349. line-height: 20px;
  350. text-transform: uppercase;
  351. text-align: right;
  352. font-size: 9px;
  353. border-top: 1px solid {color:border color};
  354. }
  355.  
  356. p.t a {
  357. margin: 0 0px;
  358. }
  359.  
  360. .pp {
  361. text-transform: uppercase;
  362. text-align: left;
  363. }
  364.  
  365. select {
  366. font-size: 10px;
  367. width: 125px;
  368. text-transform: uppercase;
  369. letter-spacing: 1px;
  370. padding: 1px;
  371. background: {color:menu background};
  372. color: {color:menu link color};
  373. border: 1px solid {color:menu border};
  374. }
  375.  
  376. #toTop {
  377. display:none;
  378. text-decoration:none;
  379. position:fixed;
  380. bottom:10px;
  381. right:10px;
  382. overflow:hidden;
  383. width:21px;
  384. height:21px;
  385. border:none;
  386. text-indent:100%;
  387. background:url(http://static.tumblr.com/uiqhh9x/sy6m6hy4k/up.png) no-repeat left top;
  388. opacity: .5;
  389. filter: alpha(opacity = 50);
  390. }
  391.  
  392. #toTopHover {
  393. width:21px;
  394. height:21px;
  395. display:block;
  396. overflow:hidden;
  397. float:left;
  398. opacity: 0;
  399. -moz-opacity: 0;
  400. filter:alpha(opacity=0);
  401. }
  402.  
  403. #toTop:hover {
  404. opacity: 1;
  405. filter: alpha(opacity = 100);
  406. }
  407.  
  408. #toTop:active, #toTop:focus {
  409. outline:none;
  410. }
  411.  
  412. .wide {
  413. width: 510px;
  414. }
  415.  
  416. .tc {
  417. text-transform: uppercase;
  418. text-align: center;
  419. font-size: 8px;
  420. height: 8px;
  421. opacity: 0;
  422. filter: alpha(opacity = 0);
  423. margin-left: -25%;
  424. }
  425.  
  426. .entry:hover .tc {
  427. opacity: .5;
  428. filter: alpha(opacity = 50);
  429. margin-left: 0;
  430. }
  431.  
  432. .td {
  433. position: absolute;
  434. text-transform: uppercase;
  435. text-align: center;
  436. font-size: 8px;
  437. height: 10px;
  438. line-height: 10px;
  439. bottom: 0px;
  440. width: 100%;
  441. margin-left: -25%;
  442. {block:ifblackperma}
  443. background: rgba(0, 0, 0, .4);
  444. {/block:ifblackperma}
  445. {block:ifnotblackperma}
  446. background: rgba(255, 255, 255, .85);
  447. {/block:ifnotblackperma}
  448. opacity: 0;
  449. filter: alpha(opacity = 0);
  450. }
  451.  
  452. .entry:hover .td {
  453. margin-left: 0;
  454. opacity: 1;
  455. filter: alpha(opacity = 100);
  456. }
  457.  
  458. .td:hover {
  459. {block:ifblackperma}
  460. background: rgba(0, 0, 0, 1.0)!important;
  461. {/block:ifblackperma}
  462. {block:ifnotblackperma}
  463. background: rgba(255, 255, 255, 1.0)!important;
  464. {/block:ifnotblackperma}
  465. }
  466.  
  467. .td a {
  468. {block:ifblackperma}
  469. color: #ffffff;
  470. {/block:ifblackperma}
  471. {block:ifnotblackperma}
  472. color: #000000;
  473. {/block:ifnotblackperma}
  474. }
  475. .navs a{
  476. margin: 0 5px;
  477. font-weight: bold;
  478. }
  479.  
  480. .perma {
  481. opacity: 0.0;
  482. filter: alpha(opacity = 0);
  483. z-index:9999991;
  484. display: inline-block;
  485. position: absolute;
  486. text-align: center;
  487. bottom: 0px;
  488. width: 100%;
  489. height: 25px;
  490. }
  491.  
  492. .entry:hover .perma {
  493. opacity: 1;
  494. filter: alpha(opacity = 100);
  495. }
  496.  
  497. .likep {
  498. width: 21px;
  499. height: 20px;
  500. overflow: hidden;
  501. z-index: 9999999;
  502. display: inline-block;
  503. }
  504.  
  505. .rep {
  506. width: 24px;
  507. height: 20px;
  508. overflow: hidden;
  509. z-index: 9999999;
  510. display: inline-block;
  511. }
  512.  
  513. .likep a:hover {
  514. background-position: 0px 0px;
  515. }
  516.  
  517. .likep a {
  518. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  519. background-position: 0px 0px;
  520. display: block;
  521. z-index: 9999999;
  522. }
  523.  
  524. .likep img {
  525. width: 21px;
  526. height: 20px;
  527. }
  528.  
  529. .rep img{
  530. width: 24px;
  531. height: 20px;
  532. line-height: 30px;
  533. display: inline;
  534. }
  535.  
  536. .not { display: inline-block;
  537. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  538. height: 20px;
  539. top: -6px;
  540. font-size: 11px;
  541. line-height: 20px;
  542. color: #fff;
  543. padding-left: 4px;
  544. padding-right: 4px;
  545. -moz-border-radius: 2px;
  546. border-radius: 2px;
  547. position: relative;
  548. }
  549.  
  550. .not a, .not:hover a, .not a:hover {
  551. color: #ffffff!important;
  552. font-weight: bold;
  553. font-family: Arial, Helvetica, sans-serif;
  554. }
  555.  
  556. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  557. opacity: 0.8;
  558. filter: alpha(opacity = 80);
  559. margin-right: 0;
  560. }
  561.  
  562. .not:hover , .rep:hover, .likep:hover {
  563. opacity: 1!important;
  564. filter: alpha(opacity = 100)!important;
  565. }
  566.  
  567. #newHeader {
  568. padding-bottom: 1px;
  569. text-align: center;
  570. margin: 45px auto 5px;
  571. border-bottom: 1px solid {color:border color};
  572. width: 600px;
  573. }
  574. #newHeader ul {
  575. list-style: none;
  576. margin: 0 0px;
  577.  
  578. padding: 0;
  579. }
  580. #newHeader ul li {
  581. margin: 0 auto;
  582. text-align: center;
  583. padding: 0;
  584. }
  585. #newHeader ul li a {
  586. width: 600px;
  587.  
  588. height: 30px;
  589. font-size: {text:Title Font Size};
  590. text-align: center;
  591. margin: 40px 0 10px;
  592. line-height: {text:Title Font Size};
  593. {block:iftitlefont}
  594. font-family: 'Lovers Quarrel', cursive;
  595. {/block:iftitlefont}
  596. {block:iftitlefont2}
  597. font-family: 'Italianno', cursive;
  598. {/block:iftitlefont2}
  599. {block:iftitlefont3}
  600. font-family: 'Bilbo', cursive;
  601. {/block:iftitlefont3}
  602. {block:iftitlefont4}
  603. font-family: 'Italiana', serif;
  604. {/block:iftitlefont4}
  605. {block:iftitlefont5}
  606. font-family: 'Fredericka the Great', cursive;
  607. {/block:iftitlefont5}
  608. {block:iftitlefont6}
  609. font-family: 'Amatic SC', cursive;
  610. {/block:iftitlefont6}
  611. display: block;
  612. font-weight: bold;
  613. color: {color:menu link};
  614. text-decoration: none;
  615. -webkit-font-smoothing: antialiased;
  616. letter-spacing: 3px;
  617. line-height: 30px;
  618.  
  619. -webkit-transition: all ease-in-out 0.3s;
  620. -moz-transition: all ease-in-out 0.3s;
  621. -o-transition: all ease-in-out 0.3s;
  622. transition: all ease-in-out 0.3s;
  623. }
  624. #newHeader ul li a:hover {
  625.  
  626. }
  627. div.panel {
  628. width: 500px;
  629. padding: 0px 20px;
  630. margin: 10px auto;
  631. text-align: center;
  632. line-height: 22px;
  633. display: none;
  634.  
  635.  
  636. }
  637. div.panel p {
  638. margin: 10px 0;
  639. }
  640.  
  641. div.panel p a, div.textPost p a, div.audioPost p a {
  642. text-decoration: none;
  643. font-weight: bold;
  644. }
  645. #shareButton {
  646. display: inline-block;
  647. font-weight: bold;
  648. padding: 0 5px;
  649.  
  650. text-transform: uppercase;
  651. text-align: center;
  652. text-decoration: none;
  653. border-radius: 5px;
  654. margin: 0px 2px 10px 2px;;
  655. color: {color:menu link};
  656. -webkit-transition: all ease-in-out 0.3s;
  657. -moz-transition: all ease-in-out 0.3s;
  658. -o-transition: all ease-in-out 0.3s;
  659. transition: all ease-in-out 0.3s;
  660. background-color: {color:menu background};
  661. }
  662. #shareButton:hover {
  663. background-color: rgba(0,0,0,0.00);
  664. }
  665. #shareButton a {
  666. color: {color:menu link};
  667. }
  668. #header img {
  669. max-width: 100%
  670. }
  671.  
  672. #header img a {
  673. margin: 0px;
  674. }
  675.  
  676. .as a {
  677. margin: 0px;
  678. }
  679. #slideout {
  680. position: fixed;
  681. top: 40px;
  682. left: 0;
  683. width: 35px;
  684. padding: 12px 0;
  685. text-align: center;
  686. background: #ffffff;
  687. border: 1px solid {color:border color};
  688. }
  689.  
  690. #slideout_inner {
  691. position: fixed;
  692. top: 40px;
  693. left: -250px;
  694. background: #ffffff;
  695. width: 240px;
  696. padding: 5px;
  697. height: 150px;
  698. border: 1px solid {color:border color};
  699. text-align: center;
  700. }
  701. #slideout_inner textarea {
  702. width: 190px;
  703. height: 100px;
  704. margin-bottom: 6px;
  705. }
  706.  
  707. #slideout:hover {
  708. left: 250px;
  709. }
  710.  
  711. #slideout:hover #slideout_inner {
  712. left: 0;
  713. }
  714.  
  715. #slideout1 {
  716. position: fixed;
  717. top: 230px;
  718. left: 0;
  719. width: 35px;
  720. padding: 12px 0;
  721. text-align: center;
  722. background: #ffffff;
  723. border: 1px solid {color:border color};
  724. z-index: 99999999;
  725. }
  726.  
  727. #slideout_inner1 {
  728. position: fixed;
  729. top: 230px;
  730. left: -510px;
  731. background: #ffffff;
  732. width: 500px;
  733. padding: 5px;
  734. height: 150px;
  735. border: 1px solid {color:border color};
  736. text-align: center;
  737. }
  738.  
  739. #slideout1:hover {
  740. left: 510px;
  741. }
  742.  
  743. #slideout1:hover #slideout_inner1 {
  744. left: 0;
  745. }
  746.  
  747. #slideout2 {
  748. position: fixed;
  749. top: 420px;
  750. left: 0;
  751. width: 35px;
  752. padding: 12px 0;
  753. text-align: center;
  754. background: #ffffff;
  755. border: 1px solid {color:border color};
  756. z-index: 99999999;
  757. }
  758.  
  759. #slideout_inner2 {
  760. position: fixed;
  761. top: 420px;
  762. left: -260px;
  763. background: #ffffff;
  764. width: 250px;
  765. padding: 5px;
  766. height: 120px;
  767. border: 1px solid {color:border color};
  768. text-align: center;
  769. }
  770.  
  771. #slideout2:hover {
  772. left: 260px;
  773. }
  774.  
  775. #slideout2:hover #slideout_inner2 {
  776. left: 0;
  777. }
  778.  
  779. .text {
  780. padding: 5px;
  781. }
  782. {CustomCSS}
  783. </style>
  784. </head>
  785. <body>
  786. <div id="contain">
  787.  
  788. <div id="side">
  789. <h1><a href="#aboutPanel">{title}</a></h1>
  790. <center>
  791. <a href="/"><img src="{image:header}"/></a>
  792. </center>
  793.  
  794. {block:IfNotInfiniteScroll}
  795. <p>{block:PreviousPage}
  796. <a href="{PreviousPage}">{text:previous}</a>
  797. {/block:PreviousPage}
  798.  
  799. {block:NextPage}
  800. <a href="{NextPage}">{text:next}</a>
  801. {/block:NextPage}</p>
  802. {/block:IfNotInfiniteScroll}
  803.  
  804. </div>
  805.  
  806.  
  807. <div id="content">
  808. {block:Posts}
  809. <div class="entry">
  810. {block:Text}<div class="text">
  811. {block:Title}
  812. <h3><a href="{Permalink}">{Title}</a></h3>
  813. {/block:Title}
  814. {Body}
  815. {block:indexpage}
  816. <p class="tc"><a href="{Permalink}">posted {timeago} with {NoteCountWithLabel}</a></p>
  817. {/block:indexpage}
  818. </div>{/block:Text}
  819.  
  820. {block:Photo}
  821. {block:IndexPage}
  822. <div class="perma">
  823. <div class="likep">
  824. <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>
  825. </div>
  826. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  827. </div>
  828. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  829. </div>
  830. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  831. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  832. {/block:IndexPage}
  833. {block:PermalinkPage}
  834. {LinkOpenTag}
  835. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  836. {LinkCloseTag}
  837. {/block:permalinkpage}
  838. {/block:Photo}
  839.  
  840. {block:Photoset}
  841. {block:IndexPage}
  842. <div class="perma">
  843. <div class="likep">
  844. <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>
  845. </div>
  846. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  847. </div>
  848. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  849. </div>
  850. <center>{Photoset-400}</center>
  851. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  852.  
  853. {/block:IndexPage}
  854. {block:permalinkpage}
  855. {Photoset-500}
  856. {/block:permalinkpage}
  857. {/block:Photoset}
  858.  
  859. {block:Quote}<div class="text">
  860. "{Quote}"
  861. {block:Source}
  862. <div class="source">{Source}</div>
  863. {/block:Source}
  864. {block:indexpage}
  865. <p class="tc"><a href="{Permalink}">posted {timeago} with {NoteCountWithLabel}</a></p>
  866. {/block:indexpage}
  867.  
  868. </div>{/block:Quote}
  869.  
  870. {block:Link}<div class="text">
  871. <a href="{URL}" class="link" {Target}>{Name}</a>
  872. {block:Description}
  873. <div class="description">{Description}</div>
  874. {/block:Description}
  875. {block:indexpage}
  876. <p class="tc"><a href="{Permalink}">posted {timeago} with {NoteCountWithLabel}</a></p>
  877. {/block:indexpage}
  878.  
  879. </div>{/block:Link}
  880.  
  881. {block:Chat}<div class="text">
  882. {block:Title}
  883. <h3><a href="{Permalink}">{Title}</a></h3>
  884. {/block:Title}
  885. <ul class="chat">
  886. {block:Lines}
  887. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  888. {Line} </li>
  889. {/block:Lines}
  890. </ul>
  891. {block:indexpage}
  892. <p class="tc"><a href="{Permalink}">posted {timeago} with {NoteCountWithLabel}</a></p>
  893. {/block:indexpage}
  894.  
  895. </div>{/block:Chat}
  896.  
  897. {block:Video}
  898. {block:IndexPage} <div class="perma">
  899. <div class="likep">
  900. <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>
  901. </div>
  902. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  903. </div>
  904. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  905. </div>
  906. <center>{Video-400}<center>
  907. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  908. {block:indexpage}
  909. {/block:indexpage}
  910. {/block:IndexPage}
  911. {block:permalinkpage}
  912. {Video-500}
  913. {/block:permalinkpage}
  914. {/block:Video}
  915.  
  916. {block:Audio}<div class="text">
  917. {AudioPlayerBlack}
  918. {block:indexpage} {block:Caption}
  919. {Caption}
  920. {/block:Caption}
  921. <p class="tc"><a href="{Permalink}">posted {timeago} with {NoteCountWithLabel}</a></p>
  922. {/block:indexpage}
  923. </div>{/block:Audio}
  924.  
  925. {block:Answer}
  926. <div class="text">
  927. <div class="an">
  928. <div class="ba">{Asker}: {Question}</div></div><div class="ans">{Answer}
  929. </div>
  930. {block:indexpage}
  931. <p class="tc"><a href="{Permalink}">posted {timeago} with {NoteCountWithLabel}</a></p>
  932. {/block:indexpage}
  933. </div>
  934. {/block:Answer}
  935. {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}
  936.  
  937. {block:permalinkpage}
  938. <div class="text">
  939. {block:Caption}{Caption}{/block:Caption}{block:PostNotes}
  940. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  941. {block:RebloggedFrom}<p class="t">Reblogged from - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  942. {block:ContentSource}<p class="t">Source - <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  943. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  944. {block:PostNotes}{PostNotes}{/block:PostNotes}
  945. </div>
  946. {/block:permalinkpage}
  947.  
  948. {block:ContentSource}
  949. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  950. {/block:ContentSource}
  951.  
  952.  
  953. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  954.  
  955.  
  956. </div>
  957. {/block:Posts}
  958. <div class="clear"></div>
  959. </div>
  960. </div>
  961. {block:Pagination}
  962. <ul id="pagination">
  963. {block:PreviousPage}
  964. <li><a href="{PreviousPage}"></a></li>
  965. {/block:PreviousPage}
  966. {block:JumpPagination length="5"}
  967. {block:CurrentPage}
  968. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  969. {/block:CurrentPage}
  970. {block:JumpPage}
  971. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  972. {/block:JumpPage}
  973. {/block:JumpPagination}
  974. {block:NextPage}
  975. <li><a id="nextPage" href="{NextPage}"></a></li>
  976. {/block:NextPage}
  977. </ul>
  978. {/block:Pagination}
  979.  
  980. <script src="http://static.tumblr.com/uiqhh9x/inZm9j1h5/masonry.js"></script>
  981. {block:IndexPage}
  982. {block:ifinfinitescroll}
  983. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifinfinitescroll}
  984. <script type="text/javascript">
  985. $(window).load(function () {
  986. $('#content').masonry(),
  987. $('.masonryWrap').infinitescroll({
  988. navSelector : '#pagination',
  989. nextSelector : '#pagination a#nextPage',
  990. itemSelector : ".entry, .clear",
  991. bufferPx : 40,
  992. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  993. loadingText : "<em></em>",
  994. },
  995. function() { $('#content').masonry({ appendedContent: $(this) }); }
  996. );
  997. });
  998. </script>
  999. {/block:IndexPage}
  1000.  
  1001. {block:iftopbutton}
  1002. <script type="text/javascript">
  1003. $(document).ready(function() {
  1004. /*
  1005. var defaults = {
  1006. containerID: 'toTop', // fading element id
  1007. containerHoverID: 'toTopHover', // fading element hover id
  1008. scrollSpeed: 1200,
  1009. easingType: 'linear'
  1010. };
  1011. */
  1012.  
  1013. $().UItoTop({ easingType: 'easeOutQuart' });
  1014.  
  1015. });
  1016. </script>
  1017. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  1018. {/block:iftopbutton}
  1019. <script type="text/javascript">
  1020.  
  1021. $('.show').click(function(e){
  1022. e.preventDefault();
  1023. $('.panel').stop(true,true);
  1024. var target = $(this).attr('href');
  1025. if($('.panel').is(':visible')){
  1026. if($(target).is(':visible')){
  1027. $(target).slideUp();
  1028. return false;
  1029. }else{
  1030. $('.panel:visible').slideUp(400, function(){
  1031. $(target).slideDown();
  1032. });
  1033. }
  1034. }else {
  1035. $(target).slideDown();
  1036. }
  1037. });
  1038.  
  1039. </script>
  1040. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  1041. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  1042.  
  1043. <div id="slideout">
  1044. <img src="http://static.tumblr.com/tpqedpr/Ze3m6n4gr/about.png" alt="description">
  1045. <div id="slideout_inner">
  1046. <p>{Description}</p>
  1047. </div>
  1048. </div>
  1049.  
  1050. <div id="slideout1">
  1051. <img src="http://static.tumblr.com/tpqedpr/RVum6n4ou/messages.png" alt="messages">
  1052. <div id="slideout_inner1">
  1053. <iframe frameborder="0" scrolling="no" width="100%" height="149" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  1054. </div>
  1055. </div>
  1056.  
  1057. <div id="slideout2">
  1058. <img src="http://static.tumblr.com/tpqedpr/gzwm6n4yp/nav.png" alt="menu">
  1059. <div id="slideout_inner2">
  1060. <p>
  1061. <a id="shareButton" href="/">{text:home label}</a>
  1062. <a id="shareButton" href="/ask">{text:ask label}</a>
  1063. {block:HasPages}
  1064. {block:Pages}
  1065. <a id="shareButton" href="{URL}">{Label}</a>
  1066. {/block:Pages}
  1067. {/block:HasPages}
  1068. {block:iflink1}
  1069. <a id="shareButton" href="{text:link 1 url}">{text:link 1}</a>
  1070. {/block:iflink1}
  1071. {block:iflink2}
  1072. <a id="shareButton" href="{text:link 2 url}">{text:link 2}</a>
  1073. {/block:iflink2}
  1074. {block:iflink3}
  1075. <a id="shareButton" href="{text:link 3 url}">{text:link 3}</a>
  1076. {/block:iflink3}
  1077. {block:iflink4}
  1078. <a id="shareButton" href="{text:link 4 url}">{text:link 4}</a>
  1079. {/block:iflink4}
  1080. {block:iflink5}
  1081. <a id="shareButton" href="{text:link 5 url}">{text:link 5}</a>
  1082. {/block:iflink5}
  1083. {block:iflink6}
  1084. <a id="shareButton" href="{text:link 6 url}">{text:link 6}</a>
  1085. {/block:iflink6}
  1086. {block:iflink7}
  1087. <a id="shareButton" href="{text:link 7 url}">{text:link 7}</a>
  1088. {/block:iflink7}
  1089. {block:iflink8}
  1090. <a id="shareButton" href="{text:link 8 url}">{text:link 8}</a>
  1091. {/block:iflink8}</p>
  1092. </div>
  1093. </div>
  1094. </body>
  1095. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement