cmthms

lirio

Feb 6th, 2017
3,164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.29 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5. © cmochi themes
  6.  
  7.  
  8.  
  9. --->
  10. <!DOCTYPE html>
  11. <html>
  12. <head>
  13. <title>{Title}</title>
  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. <meta name="image:Icon" content=""/>
  19. <meta name="color:Bg" content="#f8f8f8" />
  20. <meta name="color:Text" content="#888" />
  21. <meta name="color:Bold" content="#f3dadd" />
  22. <meta name="color:Link" content="#aaa"/>
  23. <meta name="color:Link hover" content="#666" />
  24. <meta name="color:Title" content="#999" />
  25. <meta name="color:Posts bg" content="#fff" />
  26. <meta name="color:Accent" content="#f3dadd"/>
  27. <meta name="color:Borders" content="#efefef"/>
  28. <meta name="color:Scrollbar" content="#aaa" />
  29. <meta name="color:Tooltip text" content="#888" />
  30. <meta name="color:Tooltip bg" content="#fff" />
  31. <meta name="color:Icons color" content="#9191a5" />
  32. <meta name="color:Icons bg" content="#fff2ea" />
  33. <meta name="color:Sidebar subtitles" content="#bbb"/>
  34.  
  35. <meta name="select:Post size" content="400px" title="400px" />
  36. <meta name="select:Post size" content="450px" title="450px" />
  37. <meta name="select:Post size" content="350px" title="350px" />
  38.  
  39. <meta name="if:Scroll to top" content="0" />
  40. <meta name="if:Show caption" content="1" />
  41. <meta name="if:Show tags" content="1" />
  42.  
  43. <meta name="text:Description title" content="Info" />
  44. <meta name="text:Navigation title" content="Links" />
  45. <meta name="text:Link 1" content="link 1" />
  46. <meta name="text:Link 1 url" content=""/>
  47. <meta name="text:Link 2" content="link 2" />
  48. <meta name="text:Link 2 url" content=""/>
  49. <meta name="text:Link 3" content="link 3" />
  50. <meta name="text:Link 3 url" content=""/>
  51. <meta name="text:Link 4" content="link 4" />
  52. <meta name="text:Link 4 url" content=""/>
  53. <meta name="text:Link 5" content="link 5" />
  54. <meta name="text:Link 5 url" content=""/>
  55. <meta name="text:Link 6" content="link 6" />
  56. <meta name="text:Link 6 url" content=""/>
  57.  
  58.  
  59. <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  60. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  61. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  62. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  63. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.2/jquery.min.js"></script>
  64. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  65. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  66.  
  67. <style type="text/css">
  68.  
  69. body {
  70. background:{color:bg};
  71. color:{color:text};
  72. font-family:karla;
  73. font-size:10px;
  74. word-wrap: break-word;
  75. }
  76.  
  77. a {
  78. color:{color:link};
  79. text-decoration:none;
  80. -webkit-transition:opacity 0.8s linear;
  81. -webkit-transition:all 0.5s ease-out;
  82. -moz-transition:all 0.5s ease-out;
  83. transition:all 0.5s ease-out;
  84. }
  85.  
  86. a:hover {
  87. color:{color:link hover};
  88. -webkit-transition:opacity 0.8s linear;
  89. -webkit-transition:all 0.5s ease-out;
  90. -moz-transition:all 0.5s ease-out;
  91. transition:all 0.5s ease-out;
  92. }
  93.  
  94. b {
  95. color:{color:bold};
  96. }
  97.  
  98. ::-webkit-scrollbar {
  99. width:5px;
  100. background:{color:bg};
  101. }
  102. ::-webkit-scrollbar-thumb {
  103. background:{color:scrollbar};
  104. }
  105.  
  106. #s-m-t-tooltip {
  107. z-index:9999;
  108. color:{color:tooltip text};
  109. background:{color:tooltip bg};
  110. border:1px solid {color:borders};
  111. border-radius:3px;
  112. max-width:150px;
  113. word-wrap:break-word;
  114. padding:8px;
  115. display:block;
  116. margin:26px 4px 7px 12px;
  117. }
  118.  
  119. .tmblr-iframe.iframe-controls--desktop {
  120. top:1.5%!important;
  121. right:0%!important;
  122. position:fixed!important;
  123. z-index:999999999!important;
  124. }
  125.  
  126. .tmblr-iframe--desktop-logged-in-controls {
  127. -webkit-filter:invert(100%);
  128. -moz-filter:invert(100%);
  129. -o-filter:invert(100%);
  130. -ms-filter:invert(100%);
  131. filter:invert(100%);
  132. opacity:0.3;
  133. }
  134.  
  135.  
  136.  
  137. #header {
  138. width:100%;
  139. height:50px;
  140. top:0;
  141. left:0;
  142. position:fixed;
  143. background:{color:posts bg};
  144. border-bottom:1px solid {color:borders};
  145. z-index:1;
  146. }
  147.  
  148. #header img {
  149. width:27px;
  150. height:27px;
  151. margin:11px 18px;
  152. border-radius:4px;
  153. vertical-align:middle;
  154. }
  155.  
  156. .title {
  157. margin-left:-4px;
  158. font-size:13px;
  159. color:{color:title};
  160. font-weight:bold;
  161. display:inline-block;
  162. }
  163.  
  164. input[type=text] {
  165. border:none;
  166. font-size:9px;
  167. margin:12px 4px;
  168. padding:6px;
  169. letter-spacing:1px;
  170. }
  171.  
  172. input[type=text]:focus {outline:none;}
  173.  
  174. .searchbar {
  175. height:49px;
  176. padding-left:20px;
  177. margin-left:15px;
  178. display:inline-block;
  179. border-left:1px solid {color:borders};
  180. }
  181.  
  182.  
  183. .searchbar span {
  184. padding:6px;
  185. color:{color:icons color};
  186. background:{color:icons bg};
  187. border-radius:3px;
  188. font-size:9px;
  189. vertical-align:middle;
  190. }
  191.  
  192. .sb {
  193. position:fixed;
  194. background:{color:posts bg};
  195. width:175px;
  196. margin:0px 70px;
  197. border:1px solid {color:borders};
  198. border-radius:3px;
  199. }
  200.  
  201. .sbt {
  202. display:block;
  203. padding:10px;
  204. border-bottom:1px solid {color:borders};
  205. color:{color:sidebar subtitles};
  206. }
  207.  
  208. .description {
  209. line-height:16px;
  210. padding:11px;
  211. border-bottom:1px dotted {color:borders};
  212. }
  213.  
  214. .links li {
  215. width:70px;
  216. list-style:none;
  217. display:inline-block;
  218. padding:8px;
  219. text-align:left;
  220. text-transform:lowercase;
  221. border-bottom:1px dotted {color:borders};
  222. }
  223.  
  224.  
  225. blockquote{
  226. padding-left:8px;
  227. border-left:1px solid {color:borders};
  228. margin:0 12px;
  229. text-align:left;
  230. }
  231.  
  232. iframe, img, embed, object, video {
  233. max-width:100%;
  234. }
  235.  
  236. img {
  237. width:auto;
  238. height: auto;
  239. max-width:100%;
  240. }
  241.  
  242. .posts {margin-top:140px;}
  243.  
  244. .entries {
  245. width:{select:post size};
  246. margin:60px 360px 90px;
  247. background:{color:posts bg};
  248. text-align:center;
  249. border-radius:3px;
  250. border:1px solid {color:borders};
  251. }
  252.  
  253. .entries img {max-width:100%;}
  254.  
  255. .video iframe {width:{select:post size};}
  256.  
  257. .photo-slideshow {margin-bottom:3px;}
  258.  
  259. .postinfo{
  260. margin-top:-3px;
  261. padding:13px 10px;
  262. color:{color:Text};
  263. border-top:1px solid {color:borders};
  264. text-align:left;
  265. {block:permalinkpage}border-bottom:1px solid {color:borders};{/block:permalinkpage}
  266. }
  267. .postinfo a { padding:5px;}
  268.  
  269. .postinfo span {
  270. padding:6px;
  271. color:{color:icons color};
  272. background:{color:icons bg};
  273. float:right;
  274. border-radius:3px;
  275. margin:-6px 4px;
  276. }
  277.  
  278. .caption {
  279. text-align:center;
  280. padding-bottom:9px;
  281. }
  282.  
  283. .postinfo .lnr-pushpin {float:left;}
  284.  
  285. svg {
  286. width:10px;
  287. height:auto;
  288. padding:1px;
  289. display:block;
  290. overflow:visible;
  291. }
  292. .controls a {
  293. position:relative;
  294. display:inline-block;
  295. overflow:hidden;
  296. padding:6px;
  297. width:11px;
  298. height:11px;
  299. float:right;
  300. border-radius:3px;
  301. top:-18px;
  302. margin-left:7px;
  303. background:{color:icons bg};
  304. fill:{color:icons color};
  305. }
  306. .controls .reblog {
  307. opacity:.93;
  308. }
  309. .controls .reblog svg {
  310. width:9px;
  311. margin-top:1px;
  312. }
  313. .controls .like .liked + svg {
  314. opacity:1;
  315. }
  316. .controls .like .liked + svg path {
  317. fill:#ec5a5a;
  318. }
  319. .controls .like .like_button {
  320. position:relative;
  321. }
  322. .controls .like .like_button iframe {
  323. position:absolute;
  324. top:0;
  325. left:0;
  326. bottom:0;
  327. right:0;
  328. z-index:2;
  329. opacity:0;
  330. }
  331.  
  332. .tags {
  333. position:absolute;
  334. display:block;
  335. margin-top:23px;
  336. width:calc({select:post size} - 20px);
  337. text-align:right;
  338. opacity:0;
  339. -webkit-transition: all 0.8s ease-out;
  340. -o-transition: all 0.8s ease-out;
  341. -webkit-transition: all 0.8s ease-out;
  342. -moz-transition: all 0.8s ease-out;
  343. }
  344.  
  345. .entries:hover .tags {
  346. opacity:1;
  347. -webkit-transition: all 0.8s ease-out;
  348. -o-transition: all 0.8s ease-out;
  349. -webkit-transition: all 0.8s ease-out;
  350. -moz-transition: all 0.8s ease-out;
  351. }
  352.  
  353. .posttitle {
  354. margin:10px;
  355. text-align:center;
  356. letter-spacing:1px;
  357. text-transform:uppercase;
  358. color:{color:text};
  359. font-size:14px;
  360. }
  361.  
  362. .audio {
  363. height:60px;
  364. margin:5px;
  365. }
  366.  
  367. .audio b {
  368. color:{color:accent};
  369. }
  370.  
  371. .audio-album {
  372. position:absolute;
  373. width:55px;
  374. height:55px;
  375. margin-left:-190px;
  376. }
  377.  
  378. .audio-player {
  379. width:28px;
  380. height:30px;
  381. overflow:hidden;
  382. position:absolute;
  383. border:30px;
  384. z-index:2;
  385. margin-left:20px;
  386. margin-top:15px;
  387. opacity:0.5;
  388. -webkit-transition:opacity 0.8s linear;
  389. -webkit-transition:all 0.5s ease-out;
  390. -moz-transition:all 0.5s ease-out;
  391. transition:all 0.5s ease-out;
  392. }
  393.  
  394. .audio-player:hover {
  395. opacity:0.7;
  396. -webkit-transition:opacity 0.8s linear;
  397. -webkit-transition:all 0.5s ease-out;
  398. -moz-transition:all 0.5s ease-out;
  399. transition:all 0.5s ease-out;
  400. }
  401.  
  402. .audio-info {
  403. margin:15px 70px;
  404. position:relative;
  405. font-size:9px;
  406. line-height:16px;
  407. text-transform:uppercase;
  408. padding:2px;
  409. text-align:left;
  410. }
  411.  
  412.  
  413. .chat {
  414. margin:10px;
  415. list-style:none;
  416. padding-left:0;
  417. text-align:left;
  418. }
  419.  
  420. .line {
  421. padding-bottom:3px;
  422. margin-top:3px;
  423. }
  424.  
  425. .label {
  426. font-weight:bold;
  427. color:{color:accent};
  428. display:inline-block;
  429. }
  430.  
  431.  
  432. .quote {
  433. font-size:15px;
  434. font-style:italic;
  435. margin:10px;
  436. text-align:center;
  437. }
  438.  
  439. .quote:before {
  440. content:'‹‹ ';
  441. font-size:15px;
  442. color:{color:accent};
  443. }
  444.  
  445. .quote:after {
  446. content:' ››';
  447. font-size:15px;
  448. color:{color:accent};
  449. }
  450.  
  451. .qsrc {
  452. text-align:center;
  453. margin:10px;
  454. }
  455.  
  456. .ask {
  457. margin:5px;
  458. text-align:left;
  459. }
  460.  
  461. .asker {font-size:9px;}
  462.  
  463. .ask img {
  464. width:24px;
  465. height:24px;
  466. margin:5px 11px;
  467. border-radius:3px;
  468. }
  469.  
  470. .question {
  471. width:calc({select:post size} - 80px);
  472. margin:-30px 50px;
  473. padding:2px 10px;
  474. border-left:1px solid {color:borders};
  475. }
  476.  
  477. .answer {
  478. margin:40px 7px 4px;
  479. padding:3px;
  480. border-top:1px solid {color:borders};
  481. }
  482.  
  483. .postnotes {
  484. text-align:left;
  485. margin-left:-13px;
  486. }
  487.  
  488. .postnotes li {padding:5px;border-bottom:1px dotted {color:borders};
  489. }
  490.  
  491. .postnotes img {display:none;}
  492.  
  493. .scrollToTop{
  494. font-size:14px;
  495. position:fixed;
  496. bottom:20px;
  497. left:20px;
  498. display:none;
  499. -webkit-transition: all 0.6s ease-out;
  500. -o-transition: all 0.6s ease-out;
  501. -webkit-transition: all 0.6s ease-out;
  502. -moz-transition: all 0.6s ease-out;
  503. }
  504.  
  505. .pagination {
  506. position:absolute;
  507. text-align:center;
  508. width:{select:post size};
  509. margin:0 360px 70px;
  510. font-weight:bold;
  511. }
  512.  
  513. .pagination a {font-size:11px;margin:5px;}
  514.  
  515. .credit {
  516. position:fixed;
  517. bottom:18px;
  518. right:18px;
  519. border-bottom:1px solid {color:borders};
  520. }
  521.  
  522. </style>
  523. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  524. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  525. <script>
  526. (function($){
  527. $(document).ready(function(){
  528. $("a[title]").style_my_tooltips({
  529. tip_follows_cursor:true,
  530. tip_delay_time:90,
  531. tip_fade_speed:600,
  532. attribute:"title"
  533. });
  534. });
  535. })(jQuery);
  536. </script>
  537.  
  538. <script>
  539. $(document).ready(function(){
  540. $(window).scroll(function(){
  541. if ($(this).scrollTop() > 100) {
  542. $('.scrollToTop').fadeIn();
  543. } else {
  544. $('.scrollToTop').fadeOut();
  545. }
  546. });
  547. $('.scrollToTop').click(function(){
  548. $('html, body').animate({scrollTop : 0},800);
  549. return false;
  550. });
  551. });
  552. </script>
  553. <script>
  554. $(document).ready(function(){
  555. $('.photo-slideshow').pxuPhotoset({
  556. lightbox: true,
  557. rounded: false,
  558. gutter: '3px',
  559. borderRadius: '0px',
  560. photoset: '.photo-slideshow',
  561. photoWrap: '.photo-data',
  562. photo: '.pxu-photo'
  563. });
  564. });
  565. </script>
  566. </head>
  567. <body>
  568.  
  569. <div id="header">
  570. <img src="{image:icon}"> <div class="title">{title}</div>
  571. <div class="searchbar"><form action="/search" method="get" class="sfm" name="theform"><span class="lnr lnr-magnifier"></span><input type="text" name="q" placeholder="Search..." /></form></div>
  572. </div>
  573. <div class="sb"><div class="sbt">{text:description title}</div>
  574. <div class="description">{description}</div>
  575. <div class="sbt">{text:navigation title} </div>
  576. <div class="links">
  577. {block:iflink1}<a href="{text:link 1 url}"><li>{text:link 1}</li></a>{/block:iflink1}
  578. {block:iflink2}<a href="{text:link 2 url}"><li>{text:link 2}</li></a>{/block:iflink2}
  579. {block:iflink3}<a href="{text:link 3 url}"><li>{text:link 3}</li></a>{/block:iflink3}
  580. {block:iflink4}<a href="{text:link 4 url}"><li>{text:link 4}</li></a>{/block:iflink4}
  581. {block:iflink5}<a href="{text:link 5 url}"><li>{text:link 5}</li></a>{/block:iflink5}
  582. {block:iflink6}<a href="{text:link 6 url}"><li>{text:link 6}</li></a>{/block:iflink6}
  583. </div>
  584. </div>
  585.  
  586. <div class="posts">
  587. {block:Posts}
  588.  
  589. <div class="entries">
  590.  
  591. {block:Text}{block:Title}<p>
  592. <div class="posttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  593.  
  594. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:Photo}
  595.  
  596. {block:Photoset}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{/block:Photoset}
  597.  
  598. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  599.  
  600. {block:Link}
  601. <div class="posttitle"><a href="{URL}">{Name}</a></div>
  602. {block:Description}{Description}{/block:Description}
  603. {/block:Link}
  604.  
  605. {block:Quote}
  606. <div class="quote">{Quote}</div>{block:Source}<div class="qsrc">{Source}</div>{/block:Source}{/block:Quote}
  607.  
  608. {block:Audio}
  609. <div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="audio-info">{block:TrackName}<b> trackname : </b> {Trackname}{/block:TrackName}<br>{block:Artist}<b>artist :</b> {Artist}{/block:Artist}<br>{block:Album}<b>album :</b> {Album}{/block:Album}</div></div>{/block:Audio}
  610.  
  611. {block:Chat}
  612. {block:Title}<div id="title">{Title}</div>{/block:Title}
  613. <ol class="chat">{block:Lines}<li class="line {Alt}">
  614. {block:Label}<span class="label">{Label}</span>
  615. {/block:Label} {Line}</li>{/block:Lines}</ol>
  616. {/block:Chat}
  617.  
  618. {block:Answer}
  619. <div class="ask"><img src="{AskerPortraitURL-24}" /><div class="question"> <a href="{AskerURL}" >{AskerName}</a> said:<p>{Question}</div><div class="answer">{Answer}</div></div>
  620. {/block:Answer}
  621.  
  622. {block:ifshowcaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaption}
  623.  
  624. {block:IndexPage}
  625. <div class="postinfo">
  626. <a href="{Permalink}" title="{timeago}"><span class="lnr lnr-pushpin"></span>{NoteCountWithLabel} </a>
  627. <div class="controls">
  628. <a href="{ReblogURL}" target="_blank" class="reblog">
  629. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  630. </a>
  631. <a href="#" class="like">{LikeButton}
  632. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  633. </a>
  634. </div>
  635. {block:ifshowtags}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}"> {Tag},</a>{/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
  636. </div>
  637. {/block:IndexPage}
  638.  
  639. {block:PermalinkPage}
  640. {block:ifnotshowcaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifnotshowcaption}
  641. <div class="postinfo">
  642. {block:Date}Posted on {shortmonth} {dayofmonth},{year}{/block:Date} {block:notecount} with {NoteCountWithLabel}{/block:notecount}<br>{block:RebloggedFrom} Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} Src: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}<br>
  643. {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">{Tag},</a>{/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
  644.  
  645. {block:NoRebloggedFrom}
  646. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  647. {/block:NoRebloggedFrom}
  648. {block:ContentSource}<!-- {SourceURL}
  649. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  650. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  651. {/block:ContentSource}
  652.  
  653. {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
  654. </div>{/block:Posts}</div>
  655.  
  656. {block:Pagination}
  657. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a> - {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage} </div>{/block:Pagination}
  658. {block:ifscrolltotop}<a href="#" class="scrollToTop" title="top"><span class="lnr lnr-arrow-up"></span></a>{/block:ifscrolltotop}
  659. <a class="credit" href="http://cmochi.tumblr.com">cmochi</a>
  660. </body>
  661. </html>
Advertisement
Add Comment
Please, Sign In to add comment