Advertisement
rasperries

sea foam

Apr 18th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.23 KB | None | 0 0
  1. <!--
  2.  
  3. theme: sea foam
  4. - sorrism -
  5.  
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11.  
  12. <title>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
  13.  
  14. <link rel="shortcut icon" href="{favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <!--Default Variables-->
  19.  
  20. <meta name="color:Background" content="#fcfcfc"/>
  21. <meta name="color:Text" content="#cccccc"/>
  22. <meta name="color:Link" content="#a7a7a7"/>
  23. <meta name="color:Link Hover" content="#aaaaaa"/>
  24. <meta name="color:Title"content="#000000"/>
  25. <meta name="color:Scrollbar" content="#d5d5d5" />
  26. <meta name="color:Accents" content="#fbfbfb"/>
  27. <meta name="color:Accent Text" content="#000000"/>
  28. <meta name="color:Posts" content="#ffffff"/>
  29. <meta name="color:borders" content="#eeeeee"/>
  30. <meta name="color:Permalink" content="#cccccc"/>
  31.  
  32. <meta name="if:Hide Captions" content="0"/>
  33. <meta name="if:Infinite Scroll" content="1"/>
  34. <meta name="if:Manual Load" content="0"/>
  35. <meta name="if:Stretch Background Image" content="0"/>
  36.  
  37. <meta name="select:Post Width" content="250" title="250px"/>
  38. <meta name="select:Post Width" content="300" title="300px"/>
  39. <meta name="select:Post Width" content="350" title="350px"/>
  40. <meta name="select:Post Width" content="400" title="400px"/>
  41. <meta name="select:Post Width" content="450" title="450px"/>
  42. <meta name="select:Post Width" content="500" title="500px"/>
  43.  
  44. <meta name="select:Sidebar Position" content="right" title="Right"/>
  45. <meta name="select:Sidebar Position" content="left" title="Left"/>
  46.  
  47. <meta name="text:Post Spacing" content="70"/>
  48.  
  49. <meta name="text:Link 1 URL" content="" />
  50. <meta name="text:Link 1" content="" />
  51. <meta name="text:Link 2 URL" content="" />
  52. <meta name="text:Link 2" content="" />
  53. <meta name="text:Link 3 URL" content="" />
  54. <meta name="text:Link 3" content="" />
  55.  
  56. <meta name="text:Home Title" content="index"/>
  57. <meta name="text:Ask Title" content="message"/>
  58. <meta name="text:Archive Title" content="history"/>
  59. <meta name="text:More Links Title" content="links"/>
  60.  
  61. <meta name="image:Sidebar" content=""/>
  62. <meta name="image:Background" content=""/>
  63.  
  64. <!-- jquery -->
  65.  
  66. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  67.  
  68. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  69. <script>
  70. $(function() {
  71. $(document).tooltip({
  72. track:true
  73. });
  74. });
  75. </script>
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  80.  
  81. <!--CSS customization here. -->
  82.  
  83. <style type="text/css">
  84.  
  85. /*tooltip*/
  86.  
  87. .ui-tooltip {
  88. position:Absolute;
  89. z-index:9999;
  90. padding-top:10px;
  91. }
  92.  
  93. .ui-tooltip-content {
  94. background:{color:accents};
  95. padding:2px 4px;
  96. color:{color:accent text};
  97. line-height:10px;
  98. font-style:italic;
  99. }
  100.  
  101. /*tumblr controls and lightbox*/
  102.  
  103. #tumblr_lightbox {
  104. background-color:rgba(246, 246, 246, .9)!important;
  105. z-index:99999!important;
  106. }
  107.  
  108. #tumblr_lightbox img {opacity:0;}
  109.  
  110. #tumblr_lightbox_caption {
  111. color:black!important;
  112. font-family:arial!important;
  113. font-size:10px!important;
  114. font-weight:normal!important;
  115. text-shadow:none!important;
  116. }
  117.  
  118. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  119. background:white!important;
  120. -moz-box-shadow:none!important;
  121. -webkit-box-shadow:none!important;
  122. box-shadow:none!important;
  123. -moz-border-radius:0px!important;
  124. -webkit-border-radius:0px!important;
  125. border-radius:0px!important;
  126. opacity:1!important;
  127. }
  128.  
  129. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.4!important;}
  130.  
  131. iframe#tumblr_controls {
  132. white-space:nowrap!important;
  133. -webkit-filter:invert(100%)!important;
  134. -moz-filter:invert(100%)!important;
  135. -ms-filter:invert(100%)!important;
  136. -o-filter:invert(100%)!important;
  137. filter:invert(100%)!important;
  138. top:10px!important;
  139. right:10px!important;
  140. position:fixed!important;
  141. opacity:.3!important;
  142. }
  143.  
  144. /*scrollbar*/
  145.  
  146. ::-webkit-scrollbar {
  147. height:3px;
  148. width:4px;
  149. background:{color:background};
  150. }
  151.  
  152. ::-webkit-scrollbar-thumb {
  153. background:{color:scrollbar};
  154. -webkit-border-radius:3px;
  155. border-radius:3px;
  156. }
  157.  
  158. ::-webkit-scrollbar-track {background:{color:posts};}
  159.  
  160. /*main structure*/
  161.  
  162. body {
  163. background-color:{color:background};
  164. {block:ifBackgroundImage}
  165. background-image:url('{image:background}');
  166. {block:ifnotstretchbackgroundimage}
  167. background-repeat:repeat;
  168. {/block:ifnotstretchbackgroundimage}
  169. background-attachment: fixed;
  170. background-position:top left;
  171. {block:ifstretchbackgroundimage}
  172. -webkit-background-size: cover;
  173. -moz-background-size: cover;
  174. -o-background-size: cover;
  175. background-size: cover;
  176. {/block:ifstretchbackgroundimage}
  177. {/block:ifBackgroundImage}
  178. color:{color:text};
  179. font-family:lora, georgia, serif;
  180. font-size:9px;
  181. letter-spacing:0.02em;
  182. font-weight:normal;
  183. position:relative;
  184. text-align:left;
  185. margin:0;
  186. line-height:150%;
  187. }
  188.  
  189. blockquote {
  190. padding-left:10px;
  191. border-left:1px solid rgba({RGBcolor:text},.2);
  192. margin:0px 0;
  193. text-align:left;
  194. }
  195.  
  196. .caption blockquote {margin:0;}
  197.  
  198. pre {
  199. white-space: pre-wrap; /* css-3 */
  200. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  201. white-space: -pre-wrap; /* Opera 4-6 */
  202. white-space: -o-pre-wrap; /* Opera 7 */
  203. word-wrap: break-word; /* Internet Explorer 5.5+ */
  204. }
  205.  
  206. a {
  207. color:{color:link};
  208. text-decoration:none;
  209. cursor:help;
  210. border-bottom:1px solid rgba({RGBcolor:text},.3);
  211. transition:all .4s linear;
  212. -webkit-transition:all .4s linear;
  213. -moz-transition:all .4s linear;
  214. -o-transition:all .4s linear;
  215. }
  216.  
  217. a:hover {
  218. text-decoration:none;
  219. color:{color:link hover};
  220. }
  221.  
  222. img {
  223. opacity:1;
  224. border:none;
  225. text-decoration:none;
  226. }
  227.  
  228. p {margin:5px 0}
  229.  
  230. p:first-of-type {
  231. margin-top:0;
  232. padding-top:0;
  233. }
  234.  
  235. p:last-of-type {
  236. margin-bottom:0;
  237. padding-bottom:0;
  238. }
  239.  
  240. b, strong {color:{color:title};font-weight:normal;}
  241.  
  242. ol, ul {
  243.  
  244. text-align:left;
  245. color:#b5b5b5;
  246. padding-left:0;
  247. list-style:none;
  248. }
  249.  
  250. li {
  251. position:relative;
  252. padding-left:25px;
  253. }
  254.  
  255. li:before {
  256. position:absolute;
  257. left:0;
  258. width:15px;
  259. height:1px;
  260. background:{color:borders};
  261. top:calc(50% - 1px);
  262. content:'';
  263. }
  264.  
  265. small, big {font-size:9px;}
  266.  
  267. h1, h2, h3, h4 {
  268. font-size:9px;
  269. margin:0;
  270. padding:0;
  271. }
  272.  
  273. /*side*/
  274.  
  275. aside {
  276. -webkit-animation-name: fade-in;
  277. -webkit-animation-duration: 1.5s;
  278. width:100px;
  279. position:fixed;
  280. top:100px;
  281. left:50%;
  282. {block:ifSidebarImage}
  283. padding-top:25px;
  284. {/block:ifSidebarImage}
  285. border-top:px solid {color:borders};
  286. }
  287.  
  288. aside.right {
  289. margin-left:calc({select:post width}px / 2 - 25px);
  290. }
  291.  
  292. aside.left {
  293. margin-left:calc(-{select:post width}px / 2 - 75px);
  294. }
  295.  
  296. aside img {
  297. width:100px;
  298. cursor:help;
  299. -webkit-border-radius:3px;
  300. -moz-border-radius:3px;
  301. border-radius:3px;
  302. display:block;
  303. }
  304.  
  305. #d {line-height:150%;font-style:italic;}
  306.  
  307. .les {display:none;}
  308.  
  309. nav {
  310. margin-bottom:10px;
  311. {block:ifSidebarImage}
  312. margin-top:10px;
  313. {/block:ifSidebarImage}
  314. }
  315.  
  316. nav a {
  317. cursor:help;
  318. display:block;
  319. position:relative;
  320. padding:3px;
  321. border-bottom:1px solid {color:borders};
  322. }
  323.  
  324. /*pagination*/
  325.  
  326. .nice {
  327. position:fixed;
  328. font-weight:lighter;
  329. font-family:arial;
  330. font-size:8px;
  331. text-transform:uppercase;
  332. right:15px;
  333. bottom:10px;
  334. width:15px;
  335. height:15px;
  336. border:0;
  337. line-height:15px;
  338. text-align:center;
  339. background:;
  340. }
  341.  
  342. #pagination, #more {
  343. width:{select:post width}px;
  344. display:block;
  345. margin-top:calc(-{text:post spacing}px / 2);
  346. -webkit-animation-name: fade-in;
  347. -webkit-animation-duration: 2s;
  348. }
  349.  
  350. #more {text-align:center;}
  351.  
  352. #pagination {
  353. text-align:right;
  354. {block:ifinfinitescroll}
  355. display:none;
  356. {/block:ifinfinitescroll}
  357. }
  358.  
  359. #pagination a, #more span {
  360. display:inline-block;
  361. -webkit-border-radius:3px;
  362. -moz-border-radius:3px;
  363. border-radius:3px;
  364. padding:0 5px;
  365. margin-top:10px;
  366. color:{color:accent text};
  367. background:{color:accents};
  368. border-bottom:0;
  369. }
  370.  
  371. #more span {
  372. cursor:help;
  373. transition:all .4s linear;
  374. -webkit-transition:all .4s linear;
  375. -moz-transition:all .4s linear;
  376. -o-transition:all .4s linear;
  377. }
  378.  
  379. #pagination a:hover, #more span:hover {color:{color:link hover};}
  380.  
  381. #infscr-loading {display:none!important;}
  382.  
  383. /*posts*/
  384.  
  385. #ev {
  386. border:px solid {color:borders};
  387. width:calc({select:post width}px + 150px);
  388. padding:50px;
  389. margin:50px auto;
  390. background:{color:posts};
  391. }
  392.  
  393. #entries {
  394. width:{select:post width}px;
  395. padding-top:25px;
  396. position:relative;
  397. border-top:px solid {color:borders};
  398. }
  399.  
  400. .tai {
  401. color:{color:title};
  402. letter-spacing:1px;
  403. display:block;
  404. font-style:italic;
  405. position:absolute;
  406. max-width:{select:post width}px;
  407. top:-40px;
  408. line-height:40px;
  409. font-size:11px;
  410. text-transform:uppercase;
  411. border:0;
  412. }
  413.  
  414.  
  415. #entries.left {margin-left:150px;}
  416.  
  417. .posts {
  418. width:{select:post width}px;
  419. z-index:1;
  420. {block:indexpage}
  421. margin-bottom:calc({text:post spacing}px / 2);
  422. padding-bottom:calc({text:post spacing}px / 2);
  423. border-bottom:1px solid {color:borders};
  424. {/block:indexpage}
  425. position:relative;
  426. display:block;
  427. -webkit-animation-name: fade-in;
  428. -webkit-animation-duration: 1.5s;
  429. }
  430.  
  431. .posts img {max-width:{select:post width}px;}
  432.  
  433. #buttt img, #buttt iframe {
  434. width:{select:post width}px;
  435. display:block;
  436. -webkit-border-radius:3px;
  437. -moz-border-radius:3px;
  438. border-radius:3px;
  439. }
  440.  
  441. .video_big {
  442. position:relative;
  443. height:0;
  444. padding-bottom:56.25%;
  445. }
  446.  
  447. .video_big iframe {
  448. position:absolute;
  449. top:0;
  450. left:0;
  451. height:100%;
  452. width:100%;
  453. -webkit-border-radius:3px;
  454. -moz-border-radius:3px;
  455. border-radius:3px;
  456. }
  457.  
  458. a.tumblr_blog {
  459. display:inline-block;
  460. margin-bottom:10px;
  461. }
  462.  
  463. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  464.  
  465. .caption img, .caption iframe, .hover img, .hover iframe {max-width:100%}
  466.  
  467. #title {
  468. font-size:11px;
  469. margin-bottom:10px;
  470. color:{color:title};
  471. }
  472.  
  473. #title a {
  474. color:{color:title};
  475. display:inline-block;
  476. padding-bottom:3px;
  477. }
  478.  
  479. #title a:hover {color:{color:link hover};}
  480.  
  481. .caption {
  482. margin-top:10px;
  483. {block:ifhidecaptions}
  484. {block:indexpage}
  485. display:none;
  486. {/block:indexpage}
  487. {/block:ifhidecaptions}
  488. }
  489.  
  490. /*quote*/
  491.  
  492. #titlequote {
  493. background:#fbfbfb;
  494. color:#000;
  495. font-style:italic;
  496. padding:10px;
  497. text-align:justify;
  498. }
  499.  
  500. #source {
  501. margin-top:10px;
  502.  
  503. }
  504.  
  505. /*audio*/
  506.  
  507. .tumblr_audio_player {
  508. width:250px;
  509. height:30px;
  510. margin-top:-2px;
  511. }
  512.  
  513. .player {
  514. width:25px;
  515. height:25px;
  516. border-left:5px solid transparent;
  517. display:block;
  518. overflow:hidden;
  519. }
  520.  
  521. .hold {
  522. background:#000;
  523. opacity:1;
  524. display:block;
  525. padding:5px;
  526. position:relative;
  527. -webkit-border-radius:3px;
  528. -moz-border-radius:3px;
  529. border-radius:3px;
  530. }
  531.  
  532. .hold:after {
  533. content:'LISTEN';
  534. margin-left:45px;
  535. top:5px;
  536. color:#ddd;
  537. line-height:25px;
  538. position:Absolute;
  539. text-transform:uppercase;
  540. letter-spacing:2px;
  541. font-size:7px;
  542. }
  543.  
  544. .audio_info {
  545. padding-top:10px;
  546. display:block;
  547. }
  548.  
  549. .audio_info b {
  550. padding-right:5px;
  551. display:inline-block;
  552. }
  553.  
  554. .audio_info span {
  555. display:block;
  556. position:relative;
  557. padding:5px;
  558. border-bottom:1px solid {color:borders};
  559. }
  560.  
  561. .audio_info span:last-of-type {border:0;}
  562.  
  563. /*asks*/
  564.  
  565. .q {
  566. font-style:italic;
  567. padding:10px 0;
  568. position:relative;
  569. border-bottom:1px solid {color:borders};
  570. }
  571.  
  572. .as {
  573. position:Absolute;
  574. bottom:-10px;
  575. background:{color:posts};
  576. line-height:20px;
  577. font-style:italic;
  578. display:block;
  579. padding:0 10px;
  580. right:0;
  581. text-align:right;
  582. font-family:Lato, arial;
  583. font-size:7px;
  584. text-transform:uppercase;
  585. letter-spacing:1px;
  586. }
  587.  
  588. .as a {color:{color:text};}
  589.  
  590. .as a:hover {color:{color:link hover};}
  591.  
  592. .a {margin-top:10px;}
  593.  
  594. /*chat*/
  595.  
  596. .chat ol {
  597. margin:0;
  598. padding:0;
  599. list-style:none;
  600.  
  601. }
  602.  
  603. .chat li:before {display:none;}
  604.  
  605. .l {
  606. padding:10px;
  607. border-bottom:1px solid {color:borders};
  608. }
  609.  
  610. .l:last-of-type {
  611. border:0;
  612. padding-bottom:0;
  613. }
  614.  
  615. .label {
  616. font-weight:normal;
  617. color:{color:title};
  618. display:inline-block;
  619. }
  620.  
  621. /*permalink and notes*/
  622.  
  623. #when {
  624. opacity:0;
  625. position:absolute;
  626. top:calc(100% - 5px);
  627. text-align:left;
  628. width:{select:post width}px;
  629. left:-15px;
  630. line-height:10px;
  631. font-style:italic;
  632. transition:0.3s;
  633. -o-transition-duration:0.3s;
  634. -webkit-transition-duration:0.3s;
  635. -moz-transition-duration:0.3s;
  636. }
  637.  
  638. .posts:hover #when {
  639. left:0px;
  640. opacity:1;
  641. transition:0.3s;
  642. -o-transition-duration:0.3s;
  643. -webkit-transition-duration:0.3s;
  644. -moz-transition-duration:0.3s;
  645. }
  646.  
  647. #when span {
  648. background:{color:background};
  649. padding-right:5px;
  650. }
  651.  
  652. #when a {
  653. color:{color:permalink};
  654. display:inline-block;
  655. border:0;
  656. margin-right:10px;
  657. }
  658.  
  659. #when a:hover {color:{color:link hover};}
  660.  
  661. #permalink {
  662. margin-top:10px;
  663. -webkit-animation-name: fade-in;
  664. -webkit-animation-duration: 1.5s;
  665. }
  666.  
  667. #permalink span {
  668. display:block;
  669. padding:5px;
  670. border-top:1px solid {color:borders};
  671. }
  672.  
  673. .tags a {border:0;}
  674.  
  675. .pagenotes {
  676. -webkit-animation-name: fade-in;
  677. -webkit-animation-duration: 1.5s;
  678. margin-bottom:{text:post spacing}px;
  679. width:{select:post width}px;
  680. border-top:1px solid {color:borders};
  681. }
  682.  
  683. .pagenotes a {text-decoration:none;}
  684.  
  685. .same {
  686. display:none;
  687. max-height:300px;
  688. overflow-y:auto;
  689. padding:0 5px;
  690. }
  691.  
  692. .same::-webkit-scrollbar {width:2px;}
  693.  
  694. ol.notes {
  695. list-style-type:none;
  696. text-align:left;
  697. padding:0px;
  698. margin:0px;
  699. }
  700.  
  701. ol.notes li.note {
  702. display:block;
  703. padding:0;
  704. border-bottom:1px dotted {color:borders};
  705. padding:5px 0;
  706. }
  707.  
  708. ol.notes li:before {display:none;}
  709.  
  710. ol.notes li.note img.avatar {display:none!important;}
  711.  
  712. .t {
  713. cursor:help;
  714. color:{color:link};
  715. padding:5px;
  716. border-bottom:1px solid {color:borders};
  717. }
  718.  
  719. .t:hover {color:{color:link hover};}
  720.  
  721. a.more_notes_link {
  722. display:block;
  723. text-align:left;
  724. border:0;
  725. color:{color:title};
  726. }
  727.  
  728. {CustomCSS}
  729.  
  730. @-webkit-keyframes fade-in {
  731. 0% { opacity: 0; }
  732. 50% { opacity: 0; }
  733. 100% { opacity: 1; }
  734.  
  735. </style>
  736.  
  737.  
  738.  
  739.  
  740. <script>
  741. $(function() {
  742. $('.t').click(function() {
  743. $('.same').slideToggle(400);
  744. });
  745. $('.m').click(function() {
  746. $('.les').slideToggle(400);
  747. });
  748. });
  749. </script>
  750.  
  751.  
  752. </head>
  753.  
  754. <body>
  755.  
  756. <aside class="{select:sidebar position}">{block:ifSidebarImage}<a href="/" class="li"><img src="{image:sidebar}"/></a>{/block:ifSidebarImage}<nav><a href="/">{text:home title}</a><a href="/faq">{text:ask title}</a><a href="/info">{text:archive title}</a><a class="m">{text:more links title}</a><div class="les">{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}</div></nav><div id="d">{description}</div></aside>
  757.  
  758. <div id="ev">
  759. <section id="entries" class="{select:sidebar position}">
  760. <a href="/" class="tai"></a>
  761. {block:Posts}
  762. <article class="posts">
  763.  
  764. {block:indexpage}
  765. {block:Date}
  766. <div id="when"><span>
  767. <a href="{Permalink}" target="_blank" >{shortmonth} {dayofmonth}{dayofmonthsuffix}</a>{block:NoteCount}<a href="{permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}<a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  768. {/block:Date}{/block:indexpage}
  769.  
  770. {block:Quote}
  771. <div id="titlequote">{Quote}</div>
  772. {block:Source}<div id="source">{Source}</div>{/block:Source}
  773. {/block:Quote}
  774.  
  775. {block:Text}
  776. {block:Title}<div id="title">{Title}</div>{/block:Title}
  777. {Body}
  778. {/block:Text}
  779.  
  780. {block:Link}
  781. <div id="title"><a href="{URL}">{Name}</a></div>
  782. {block:Description}{Description}{/block:Description}
  783. {/block:Link}
  784.  
  785. {block:Chat}
  786. {block:Title}<div id="title">{Title}</div>{/block:Title}
  787. <div class="chat">
  788. <ol>
  789. {block:Lines}
  790. <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  791. {/block:Lines}
  792. </ol></div>
  793. {/block:Chat}
  794.  
  795. {block:Photo}
  796. <div id="buttt"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a></div>
  797. {/block:Photo}
  798.  
  799. {block:Photoset}<div id="buttt">{photoset}</div>{/block:Photoset}
  800.  
  801. {block:Video}<div class="video_big">{VideoEmbed-700}</div>{/block:Video}
  802.  
  803. {block:Audio}
  804. {block:AudioPlayer}
  805. <div class="hold">
  806. <div class="player">{AudioPlayerblack}</div>
  807. </div>
  808. {/block:AudioPlayer}
  809. <div class="audio_info">
  810. {block:TrackName}<span><b>Track:</b> {TrackName}</span>{/block:TrackName}
  811. {block:Artist}<span><b>Artist:</b> {Artist}</span>{/block:Artist}
  812. <span><b>Plays:</b> {playcount}</span>
  813. </div>
  814. {/block:Audio}
  815.  
  816. {block:Answer}
  817. <div class="q">{Question}<div class="as">sent by {Asker}</div></div><div class="a">{Answer}</div>
  818. {/block:Answer}
  819.  
  820. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  821.  
  822. </article>
  823.  
  824.  
  825. {block:permalinkpage}{block:Date}
  826. <div id="permalink">
  827. <span>Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm}</span>{block:RebloggedFrom}<span>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} &mdash; source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}</span>{/block:RebloggedFrom}{block:HasTags}<span class="tags">Indexed: {block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags}</div>
  828. {/block:Date}{/block:permalinkpage}
  829.  
  830. {block:PostNotes}
  831. <div class="pagenotes">
  832. <div class="t">with {notecountwithlabel}</div>
  833. <div class="same">{PostNotes}</div>
  834. </div>
  835. {/block:PostNotes}
  836.  
  837. {/block:Posts}
  838.  
  839. {block:Pagination}<footer id="pagination">
  840. {block:PreviousPage}<a href="{PreviousPage}" style="float:left;text-align:left">previous page</a>{/block:PreviousPage}
  841. {block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}
  842. </footer>{/block:Pagination}
  843.  
  844. </section>
  845.  
  846. {block:ifmanualload}{block:pagination}{block:nextpage}<div id="more"><span>load more</span></div>{/block:nextpage}{/block:pagination}{/block:ifmanualload}
  847.  
  848. </div>
  849. {block:indexpage}
  850. {block:ifinfinitescroll}
  851. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  852.  
  853. <script>
  854. $(document).ready(function(){
  855. $('#entries').infinitescroll({
  856. itemSelector: '.posts',
  857. navSelector: '#pagination',
  858. nextSelector: '#pagination a',
  859. loadingImg: '',
  860. loadingText: '<em></em>',
  861. bufferPx: 100
  862. });
  863. {block:ifmanualload}
  864. jQuery(window).unbind('.infscr');
  865. jQuery('#more span').click(function(){
  866. jQuery('#entries').infinitescroll('retrieve');return false;
  867. });
  868. {/block:ifmanualload}
  869. });
  870. </script>
  871. {/block:ifinfinitescroll}
  872. {/block:indexpage}
  873.  
  874.  
  875. <a class="nice" href="http://sorrism.tumblr.com"target="_blank">S.</a>
  876. {block:ContentSource}
  877. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  878. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  879. {/block:SourceLogo}
  880. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  881. {/block:ContentSource}
  882. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement