sexycullen

withered-rose-with-thorns

Feb 2nd, 2020
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.76 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <!--
  5. --------------------------------------------------
  6.  
  7. C L E A M O U R (C) 2 0 1 4
  8. ( d o n' t r e m o v e t h e c r e d i t )
  9. pixel union photoset by gukthemes cathms
  10.  
  11. --------------------------------------------------
  12. -->
  13. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15.  
  16. <head>
  17.  
  18. <!-- DEFAULT VARIABLES -->
  19. <script type="text/javascript">
  20. Cufon.replace('.wrapper');
  21. Cufon.replace('#titles');
  22. </script>
  23.  
  24. <meta name="color:background" content="#ffffff" />
  25. <meta name="color:entry" content="#ffffff" />
  26.  
  27. <meta name="color:text" content="#313131" />
  28. <meta name="color:link" content="#313131" />
  29. <meta name="color:link hover" content="#a3a3a3" />
  30.  
  31. <meta name="text:Link1" content="link one" />
  32. <meta name="text:Link1 Title" content="one" />
  33. <meta name="text:Link2" content="link two" />
  34. <meta name="text:Link2 Title" content="two" />
  35.  
  36.  
  37. <meta name="if:500 x 540px posts" content="1"/>
  38. <meta name="if:540px posts" content="0"/>
  39. <meta name="if:500px posts" content="0"/>
  40. <meta name="if:400px posts" content="0"/>
  41.  
  42.  
  43. <meta https-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <link rel="shortcut icon" href="{Favicon}" />
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  47.  
  48.  
  49. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  50.  
  51. <script type="text/javascript"
  52. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  53. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  54. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  55.  
  56. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  57. <link href="//static.tumblr.com/wupwnyt/qWVoc4phj/resizing.css" rel="stylesheet" type="text/css"/>
  58. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  59.  
  60.  
  61.  
  62.  
  63. <script type="text/javascript">
  64. jQuery(document).ready(function() {
  65. jQuery(".sub").hide();
  66. //toggle the componenet with class msg_body
  67. jQuery(".cthrough").click(function()
  68. {
  69. jQuery(this).next(".sub").slideToggle(500);
  70. });});
  71. </script>
  72.  
  73.  
  74. <script language="javascript">
  75. function toggle() {
  76. var ele = document.getElementById("toggleText");
  77. var text = document.getElementById("displayText");
  78. if(ele.style.display == "block") {
  79. ele.style.display = "none";
  80. text.innerHTML = "SHOW NOTES";
  81. }
  82. else {
  83. ele.style.display = "block";
  84. text.innerHTML = "HIDE NOTES";
  85. }
  86. }
  87. </script>
  88.  
  89.  
  90.  
  91. <!----- pixel union photosets ---->
  92. <script>
  93. $(document).ready(function(){
  94. $('.photo-slideshow').pxuPhotoset({
  95. lightbox:true,
  96. rounded:false,
  97. gutter:'0px',
  98. borderRadius:'0px',
  99. photoset:'.photo-slideshow',
  100. photoWrap:'.photo-data',
  101. photo:'.pxu-photo'
  102. });
  103. });
  104. </script>
  105.  
  106. <style type="text/css">
  107.  
  108. body {
  109. color:{color:text};
  110. background-color:{color:background};
  111. background-attachment:fixed;
  112. font-family: 'helvetica';
  113. font-size:11px;
  114. line-height:150%;
  115. }
  116.  
  117. a:link, a:active, a:visited {
  118. color: {color:link};
  119. text-decoration:none;
  120. -webkit-transition: all 0.5s ease;
  121. -moz-transition: all 0.5s ease;
  122. -ms-transition: all 0.5s ease;
  123. -o-transition: all 0.5s ease;
  124. transition: all 0.5s ease;
  125. }
  126.  
  127. a:hover {
  128. color:{color:link hover};
  129. -webkit-transition: all 0.5s ease;
  130. -moz-transition: all 0.5s ease;
  131. -ms-transition: all 0.5s ease;
  132. -o-transition: all 0.5s ease;
  133. transition: all 0.5s ease;
  134. }
  135.  
  136. ::-webkit-scrollbar-thumb:vertical {
  137. background-color: {color:background};
  138. height:100px;
  139. border-left:2px solid #181818;
  140. }
  141.  
  142. ::-webkit-scrollbar {
  143. height:0px;
  144. width:5px;
  145. border-left:1px dotted #181818;
  146. background-color: {color:background};
  147. }
  148.  
  149.  
  150. /* style for pixel union photosets
  151. i recomend not changing if you don't know what you're doing */
  152.  
  153. .photo-slideshow {
  154. visibility: hidden;
  155. }
  156.  
  157. .photo-slideshow.processed {
  158. visibility: visible;
  159. }
  160.  
  161. .photo-slideshow .row {
  162. clear: both;
  163. width: 100%;
  164. }
  165.  
  166. .photo-slideshow .pxu-photo {
  167. display: block;
  168. float: clear;
  169. width: 100%;
  170. overflow: hidden;
  171. }
  172.  
  173. .photo-slideshow .pxu-photo img {
  174. display: block;
  175. }
  176.  
  177. .photo-slideshow.processed .pxu-photo img {
  178. width:100%;
  179. height: auto;
  180. }
  181.  
  182. .photo-slideshow .pxu-photo:first-child img {
  183. margin:auto;
  184. }
  185.  
  186. {block:if540pxposts}
  187. .photo-slideshow .count-1 {
  188. margin-bottom:4px!important;
  189. width:540px;
  190. }
  191.  
  192. .photo-slideshow .count-2 {
  193. margin-left:4px!important;
  194. margin-bottom:4px!important;
  195. width:268px!important;
  196. }
  197.  
  198. .photo-slideshow .count-2:first-child {
  199. margin-left:0!important;
  200. }
  201.  
  202. .photo-slideshow .count-3 {
  203. margin-left:4px!important;
  204. margin-bottom:4px!important;
  205. width:177!important;
  206. }
  207.  
  208. .photo-slideshow .count-3:first-child {
  209. margin-right:4px!important;
  210. width:177!important;
  211. }
  212.  
  213. .photo-slideshow .count-3:nth-child(2) {
  214. margin-left:0px!important;
  215. width:178!important;
  216. }
  217. {/block:if540pxposts}
  218.  
  219.  
  220. {block:if500pxposts}
  221. .photo-slideshow .count-1 {
  222. max-width:500px;
  223. height: auto;
  224. }
  225.  
  226.  
  227. .photo-slideshow .count-2 {
  228. width:245px;
  229. height: auto;
  230. }
  231.  
  232.  
  233. .photo-slideshow .count-3 {
  234. width:160px;
  235. height: auto;
  236. }
  237. {/block:if500pxposts}
  238.  
  239. {block:if400pxposts}
  240. .photo-slideshow .count-1 {
  241. width:100%;
  242. }
  243.  
  244. .photo-slideshow .count-2 {
  245. width:50%;
  246. height: auto;
  247. }
  248.  
  249. .photo-slideshow .count-3 {
  250. width:33.33%;
  251. height: auto;
  252. }
  253. {/block:if400pxposts}
  254.  
  255.  
  256. .set {
  257. margin:auto!important;
  258. }
  259.  
  260. .photo-slideshow {
  261. width:auto!important;
  262. }
  263.  
  264. #entries {
  265. margin-left:350px;
  266. margin-top:140px;
  267. {block:if540pxposts}
  268. width:541px;
  269. {/block:if540pxposts}
  270. {block:if500x540pxposts}
  271. width:541px;
  272. {/block:if500x540pxposts}
  273. {block:if500pxposts}
  274. width:501px;
  275. {/block:if500pxposts}
  276. {block:if400pxposts}
  277. width:400px;
  278. {/block:if400pxposts}
  279. display: block;
  280. }
  281.  
  282.  
  283. #sbar {
  284. margin-left:950px;
  285. background-color:{color:background};
  286. width:140px;
  287. position:fixed;
  288. display: block;
  289. }
  290.  
  291. #potrait {
  292. height:64px;
  293. padding:10px;
  294. margin-bottom:10px;
  295. display:block;
  296. }
  297.  
  298. #stext {
  299. text-align:justify;
  300. color:{color:text};
  301. padding:10px;
  302. line-height:150%;
  303. display:block;
  304. }
  305.  
  306. #stext a{
  307. text-decoration:underline;
  308. }
  309.  
  310. #stext a:hover{
  311. text-decoration:none;
  312. }
  313.  
  314. .nav {
  315. font-size:11px;
  316. font-weight:bold;
  317. }
  318.  
  319.  
  320.  
  321. .nav:hover {
  322. font-color:{color:text};
  323. letter-spacing:2px;
  324. }
  325.  
  326.  
  327. td {
  328. border-bottom:5px solid #FFF;
  329. background-color:#F8F8F8;
  330. }
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337. #pag {
  338. background-color:#ffffff;
  339. margin-bottom: 140px;
  340. {block:if540pxposts}
  341. width:541px;
  342. {/block:if540pxposts}
  343. {block:if500x540pxposts}
  344. width:541px;
  345. {/block:if500x540pxposts}
  346. {block:if500pxposts}
  347. width:501px;
  348. {/block:if500pxposts}
  349. {block:if400pxposts}
  350. width:400px;
  351. {/block:if400pxposts}
  352. font-size:11px;
  353. letter-spacing:1px;
  354. text-align: center;
  355. display:block;
  356. }
  357.  
  358. #pag a {
  359. text-decoration:none;
  360. font-weight:bold;
  361. padding-bottom: 2px;
  362. border-bottom: 1px dotted #000000;
  363. }
  364.  
  365.  
  366.  
  367. #posts{
  368. overflow:hidden;
  369. margin:auto;
  370. {block:if540pxposts}
  371. width:540px;
  372. {/block:if540pxposts}
  373. {block:if500x540pxposts}
  374. width:540px;
  375. {/block:if500x540pxposts}
  376. {block:if500pxposts}
  377. width:500px;
  378. {/block:if500pxposts}
  379. {block:if400pxposts}
  380. width:400px;
  381. {/block:if400pxposts}
  382. background-color: {color:entry};
  383. margin-top: 50px;
  384. margin-bottom: 50px;
  385. }
  386.  
  387. #caption{
  388. padding:0px 10px 5px 10px;
  389. }
  390.  
  391. #caption img, #caption a img {max-width: 450px; height:auto;}
  392.  
  393. #caption a{
  394. color: {color:link};
  395. }
  396.  
  397. #caption a:hover{
  398. color: {color:link hover};
  399. text-decoration:none;
  400. }
  401.  
  402. #caption2{
  403. background-color:#fff;
  404. padding:10px 25px 10px 25px;
  405. margin-top:5px;
  406. }
  407.  
  408. #caption2 img, #caption2 a img {max-width: 450px;height:auto;}
  409.  
  410. #caption2 a{
  411. color: {color:link};
  412. }
  413.  
  414. #caption2 a:hover{
  415. color: {color:link hover};
  416. text-decoration:none;
  417. }
  418.  
  419.  
  420. .source {
  421. margin-top:10px;
  422. border-top:1px solid #E6E6E6;
  423. padding:10px 0px 10px 0px;
  424. letter-spacing:0px;
  425. text-align:left;
  426. }
  427.  
  428. .tags{
  429. margin-top:3px;
  430. font-size:9px;
  431. text-transform:none;
  432. line-height:150%;
  433. padding:0px 5px 0px 5px;
  434. -webkit-transition: all 0.5s ease;
  435. -moz-transition: all 0.5s ease;
  436. -ms-transition: all 0.5s ease;
  437. -o-transition: all 0.5s ease;
  438. transition: all 0.5s ease;
  439. opacity: 1;
  440. }
  441.  
  442. .tags a {
  443. color:#222222;
  444. margin-right:15px;
  445. padding-bottom:1px;
  446. border-bottom:1px solid #222222;
  447. text-decoration:none;
  448.  
  449. }
  450.  
  451. .tags a:hover {
  452. color:#848484;
  453. padding-bottom:1px;
  454. border-bottom:1px solid #fff;
  455. }
  456.  
  457. .info {
  458. font-size:9px;
  459. letter-spacing:1px;
  460. font-weight:bolder;
  461. color:#222222;
  462. line-height:150%;
  463. padding:0px 5px 0px 5px;
  464. }
  465.  
  466. .info a {
  467. color:#222222;
  468. text-decoration:none;
  469. }
  470.  
  471. .info a:hover {
  472. text-decoration:none;
  473. color:#BDBDBD;
  474. }
  475.  
  476.  
  477. .perma {
  478. margin-top:10px;
  479. margin-bottom:50px;
  480. font-size:9px;
  481. text-align:left;
  482. }
  483.  
  484. .permatags {
  485. text-transform:none;
  486. line-height:150%;
  487. padding:0px 5px 0px 5px;
  488. }
  489.  
  490. .permatags a {
  491. color:#222222;
  492. margin-right:15px;
  493. text-decoration:none;
  494. }
  495.  
  496. .permatags a:hover {
  497. color:#BDBDBD;
  498. }
  499.  
  500.  
  501. blockquote {
  502. width:90%;
  503. text-align:justify;
  504. padding-left:15px;
  505. margin-left:30px;
  506. border-left:1px solid #A4A4A4;
  507. }
  508.  
  509. blockquote img, blockquote a img {max-width: 400px;}
  510.  
  511. #question {
  512. padding:10px;
  513. background-color:#F8F8F8;
  514. }
  515.  
  516. #answer {
  517. padding:10px 10px 5px 10px;
  518. }
  519.  
  520. #quote {
  521. font-weight:bolder;
  522. letter-spacing:0px;
  523. font-size:12px;
  524. text-align:left;
  525. margin:0px 15px 15px 15px;
  526. line-height: 150%;
  527. }
  528.  
  529. #quotesource {
  530. margin:0px 15px 10px 15px;
  531. font-size:11px;
  532. text-align:left;
  533. line-height: 150%;
  534. }
  535.  
  536.  
  537.  
  538. #credit {
  539. position:fixed;
  540. right:15px;
  541. bottom:10px;
  542. font-size:8px;
  543. padding:5px;
  544. -webkit-transition: all 0.5s ease;
  545. -moz-transition: all 0.5s ease;
  546. -ms-transition: all 0.5s ease;
  547. -o-transition: all 0.5s ease;
  548. transition: all 0.5s ease;
  549. }
  550.  
  551. #credit:hover {
  552. position:fixed;
  553. right:15px;
  554. bottom:10px;
  555. padding:5px;
  556. text-shadow: 1px 1px 1px #bebebe;
  557. -webkit-transition: all 0.5s ease;
  558. -moz-transition: all 0.5s ease;
  559. -ms-transition: all 0.5s ease;
  560. -o-transition: all 0.5s ease;
  561. transition: all 0.5s ease;
  562. }
  563.  
  564.  
  565.  
  566. .user_1 .label {color:{color:text}; font-weight:bold;}
  567. .user_2 .label {color:{color:text}; font-weight:bold;}
  568. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:3px; }
  569.  
  570.  
  571. .audio {
  572. height:100px;}
  573. .audio-album {
  574. position:absolute;
  575. width:100px;}
  576. .audio-player {
  577. opacity:.0;
  578. filter:alpha(opacity=100);
  579. border:30px solid #FFF;
  580. width:25px;
  581. height:25px;
  582. overflow:hidden;
  583. position:absolute;
  584. z-index:2;
  585. margin-left:8px;
  586. margin-top:8px;
  587. -webkit-transition: all 0.5s ease;
  588. -moz-transition: all 0.5s ease;
  589. -ms-transition: all 0.5s ease;
  590. -o-transition: all 0.5s ease;
  591. transition: all 0.5s ease;}
  592. .audio-player:hover {
  593. opacity:.6;
  594. -webkit-transition: all 0.5s ease;
  595. -moz-transition: all 0.5s ease;
  596. -ms-transition: all 0.5s ease;
  597. -o-transition: all 0.5s ease;
  598. transition: all 0.5s ease;}
  599. .audio-info {
  600. font-size:11px;
  601. height:100%;
  602. margin-left:100px;
  603. padding:0px 30px 0px 30px;
  604. display: table;
  605. }
  606.  
  607. .audio-info p {
  608. display: table-cell;
  609. vertical-align: middle;
  610. text-align:left;
  611. }
  612.  
  613.  
  614.  
  615. #notes {margin-top:50px; font-weight:normal; font-size:9px;}
  616. #notes li {padding-bottom:2em; list-style-type: none;}
  617. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px;}
  618.  
  619.  
  620.  
  621. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
  622.  
  623.  
  624.  
  625.  
  626. {CustomCSS}
  627.  
  628.  
  629. </style>
  630.  
  631. </head>
  632.  
  633.  
  634.  
  635. <body>
  636.  
  637. <div id="credit"><a href="https://cleamour.tumblr.com/">✽</a></div>
  638.  
  639. <div id="sbar">
  640. <div id="potrait"><img src="{PortraitURL-64}"></div>
  641. <div id="stext">
  642. {block:Description}{Description}{/block:Description}
  643. </div>
  644. <table width="140" border="0" cellspacing="2" cellpadding="10" style="margin-top:10px;">
  645. <tr>
  646. <td align="left"><a class="nav" href="/">index</a></td>
  647. </tr>
  648. <tr>
  649. <td align="left"><a class="nav" href="/message">inbox</a></td>
  650. </tr>
  651. {block:ifLink1}<tr>
  652. <td align="left"><a class="nav" href="{text:Link1}">{text:Link1 Title}</a></td>
  653. </tr>{/block:ifLink1}
  654. {block:ifLink2}<tr>
  655. <td align="left"><a class="nav" href="{text:Link2}">{text:Link2 Title}</a></td>
  656. </tr>{/block:ifLink1}
  657. </table>
  658. </div>
  659.  
  660.  
  661.  
  662. <div id="entries">
  663. {block:Posts}
  664. <div id="posts">
  665.  
  666. {block:Text}<div id="caption">{block:Title}<big><strong>{Title}</strong></big>{/block:Title}{Body}</div>{/block:Text}
  667.  
  668. {block:Quote}<div id="caption">
  669. <div id="quote">{Quote}</div>
  670. <div id="quotesource">— {Source}</div></div>
  671. {/block:Quote}
  672.  
  673. {block:Link}<a href="{URL}" class="link" {Target}><big><strong>{Name}</strong></big></a>
  674. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  675.  
  676.  
  677. {block:Photo}
  678. {LinkOpenTag}<center><img src="{PhotoURL-HighRes}"/></center>
  679. {LinkCloseTag}{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}
  680. {/block:Photo}
  681.  
  682.  
  683. {block:Photoset}
  684. {block:if540pxposts}
  685. <div class="set"><center><div class="pxu"><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></div></center></div>
  686. {/block:if540pxposts}
  687. {block:if500x540pxposts}
  688. <div class="set"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  689. <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></div></center></div>
  690. {/block:if500x540pxposts}
  691. {block:if500pxposts}
  692. <div class="set"><center><div class="pxu"><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></div></center></div>
  693. {/block:if500pxposts}
  694. {block:if400pxposts}
  695. <div class="set"><center><div class="pxu"><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></div></center></div>
  696. {/block:if400pxposts}
  697. {block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}
  698. {/block:Photoset}
  699.  
  700.  
  701. {block:Chat}<div id="caption">{block:Title}<big><strong>{Title}</strong></big>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}
  702. <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>
  703. {/block:Chat}
  704.  
  705. {block:Video}{Video-500}{block:Caption}<div id="caption2">{Caption}</div>{/block:Caption}{/block:Video}
  706.  
  707. {block:Answer}
  708. <div id="question"><strong>{Asker}:</strong><br> {Question}</div>
  709. <div id="answer">{Answer}</div>{/block:answer}
  710.  
  711. {block:Audio}
  712. <div class="audio">
  713. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  714. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  715. </div>
  716. <div class="audio-info">
  717. <p>{block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist} — {Artist}{/block:Artist}</p>
  718. </div>
  719. </div>
  720.  
  721. {block:Caption}<div id="caption" style="margin-top:20px;">{Caption}</div>{/block:Caption}
  722. {/block:Audio}
  723.  
  724. {block:IndexPage}<div class="source">
  725. <div class="info">
  726. <span style="text-transform:none;">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{12Hour}:{Minutes} {CapitalAmPm}</a>{/block:Date} {block:NoteCount} &nbsp; &middot; &nbsp; <a href="{Permalink}" title="permalink">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  727. <div class="tags">
  728. {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  729. </div></div>{/block:IndexPage}
  730.  
  731.  
  732.  
  733. {block:PermalinkPage}<div class="perma">
  734. <div class="info">
  735. <span style="text-transform:none;">{block:Date}{TimeAgo}{/block:Date} {block:NoteCount} &nbsp; &middot; &nbsp; {NoteCountWithLabel}{/block:NoteCount}</span></span>
  736. {block:RebloggedFrom}<br/><a href="{ReblogParentURL}">via</a>{block:ContentSource}&nbsp; &middot; &nbsp; <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  737. </div>
  738. <div class="permatags">
  739. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}
  740. </div>
  741. </div>{/block:PermalinkPage}
  742.  
  743.  
  744. {block:PostNotes}<center><a id="displayText" href="javascript:toggle();" style="font-size:11px; letter-spacing:2px;">SHOW NOTES</a></center>
  745. <div id="toggleText" style="display: none"><div id="notes">{PostNotes}</div>
  746. </div>{/block:PostNotes}
  747.  
  748. </div><br>
  749. {/block:Posts}
  750.  
  751.  
  752.  
  753. {block:Pagination}
  754. <div id="pag">
  755. <center>
  756. {block:PreviousPage}
  757. <span style="padding-right:50px;"><a href="{PreviousPage}">fall</a></span>
  758. {/block:PreviousPage}
  759. {block:NextPage}<a href="{NextPage}">jump</a>
  760. {/block:NextPage}
  761. </center>
  762. </div>
  763. {/block:Pagination}
  764.  
  765.  
  766.  
  767. {block:ContentSource}
  768.  
  769. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  770.  
  771. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  772.  
  773. {/block:SourceLogo}
  774.  
  775. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  776.  
  777. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  778.  
  779.  
  780. </div>
  781.  
  782. </body>
  783. </html>
Advertisement
Add Comment
Please, Sign In to add comment