Advertisement
rasperries

v1

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