Advertisement
journeys

tit-97.txt

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