Advertisement
solitudethemes

invisible

Mar 19th, 2016
22,694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.94 KB | None | 0 0
  1. <!---
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. invisible
  11. solitudethemes
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. * updated: april 2020
  20. * credits @ solitudethemes.tumblr.com/credits
  21.  
  22. * TO EDIT UDPATES TAB: search 'edit from here'
  23.  
  24. ----->
  25.  
  26. <!DOCTYPE html>
  27. <head>
  28.  
  29. <title>{Title}</title>
  30.  
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34.  
  35. <!--meta-->
  36.  
  37. <meta name="color:title" content="#000000"/>
  38. <meta name="color:text" content="#8c8a8a"/>
  39. <meta name="color:links" content="#bcbcbc"/>
  40. <meta name="color:links hover" content="#000000"/>
  41. <meta name="color:scrollbar" content="#cccccc">
  42.  
  43. <!--sidebar stuff-->
  44. <meta name="image:sidebar image" content=""/>
  45. <meta name="if:sidebar image" content="0"/>
  46.  
  47.  
  48. <meta name="if:updates" content="1"/>
  49. <meta name="if:tags" content="0"/>
  50. <meta name="if:infinite scroll" content="0"/>
  51. <meta name="if:manual load" content="0"/>
  52.  
  53. <!-- post width -->
  54. <meta name="select:post width" content="300px" title="300px"/>
  55. <meta name="select:post width" content="350px" title="350px"/>
  56. <meta name="select:post width" content="375px" title="375px"/>
  57. <meta name="select:post width" content="400px" title="400px"/>
  58. <meta name="select:post width" content="425px" title="425px"/>
  59. <meta name="select:post width" content="450px" title="450px"/>
  60.  
  61. <!--links-->
  62. <meta name="text:home title" content="home">
  63. <meta name="text:ask title" content="mail">
  64. <meta name="text:link 1" content="">
  65. <meta name="text:link 1 title" content="one">
  66. <meta name="text:link 2" content="">
  67. <meta name="text:link 2 title" content="two">
  68. <meta name="text:link 3" content="">
  69. <meta name="text:link 3 title" content="three">
  70.  
  71.  
  72. <!--tooltips-->
  73. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  74. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75.  
  76. <script>
  77. (function($){
  78. $(document).ready(function(){
  79. $("[title]").style_my_tooltips({
  80. tip_follows_cursor:true,
  81. tip_delay_time:90,
  82. tip_fade_speed:600,
  83. attribute:"title"
  84. });
  85. });
  86. })(jQuery);
  87.  
  88. </script>
  89.  
  90. <!--font stuff-->
  91. <link href='https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  92. <!--smooth scroll-->
  93. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.js"></script>
  94.  
  95.  
  96. <style type="text/css">
  97.  
  98.  
  99. /*tooltips*/
  100.  
  101. .tooltip{
  102. display: inline;
  103. position: relative;
  104. }
  105.  
  106. #s-m-t-tooltip {
  107. max-width:300px;
  108. padding:5px;
  109. border:1px solid #eee;
  110. margin:5px 0px 0px 10px;
  111. background-color:#fff;
  112. font-style:italic;
  113. font-family:'karla', sans-serif;
  114. font-size:8px;
  115. font-weight:normal;
  116. letter-spacing:1px;
  117. line-height:8px;
  118. color:#aaa;
  119. z-index:2147483647;
  120. }
  121.  
  122.  
  123.  
  124. /*lightbox*/
  125. .tmblr-lightbox, #tumblr_lightbox {background:rgba(255,255,255,.90)!important;}
  126.  
  127.  
  128. .tmblr-lightbox img {opacity:1;}
  129.  
  130. .lightbox-caption, #tumblr_lightbox_caption {
  131. color:{color:title}!important;
  132. font-family:inherit!important;
  133. font-size:1em!important;
  134. font-weight:normal!important;
  135. text-shadow:none!important;
  136. visibility:hidden;
  137. }
  138.  
  139. .lightbox-image, #tumblr_lightbox img {
  140. box-shadow:none !important;
  141. border-radius:0 !important;
  142. max-width:none;
  143. padding:3px!important;
  144. border:1px solid #eee!important;
  145. }
  146.  
  147. .vignette, #vignette {opacity:0!Important;}
  148.  
  149. /*selection*/
  150.  
  151. ::selection {
  152. color:{color:text};
  153. background:#eeeeee;
  154. }
  155.  
  156. ::-moz-selection {
  157. color:{color:text};
  158. background:#eeeeee;
  159. }
  160.  
  161. ::-webkit-selection {
  162. color:{color:text};
  163. background:#eeeeee;
  164. }
  165.  
  166. /*scrollbar*/
  167.  
  168. ::-webkit-scrollbar {
  169. background-color:#ffffff;
  170. height:9px;
  171. width:9px;
  172. }
  173.  
  174. ::-webkit-scrollbar-thumb {
  175. background-color:{color:scrollbar};
  176. border:4px solid #ffffff;
  177. }
  178.  
  179. ::-webkit-scrollbar-track {background-color:#ffffff;}
  180.  
  181.  
  182. /*basics*/
  183.  
  184. body {
  185. background:#ffffff;
  186. color:{color:text};
  187. font-family:'karla', sans-serif;
  188. line-height:18px;
  189. font-size:11px;
  190. margin:0;
  191. text-align:left;
  192. letter-spacing:.2px;
  193. overflow-x:hidden;
  194. word-wrap:break-word;
  195. -moz-osx-font-smoothing:grayscale;
  196. -webkit-font-smoothing:antialiased;
  197. font-smoothing:antialiased;
  198. }
  199.  
  200. blockquote {
  201. padding-left:20px;
  202. border-left:1px solid;
  203. border-color:#eeeeee;
  204. margin:10px;
  205. }
  206.  
  207. blockquote img {max-width:100%!important;height:auto;}
  208.  
  209.  
  210. a, .tags, .tumblr_parent {
  211. color:{color:links};
  212. text-decoration:none;
  213. -webkit-transition:all .4s ease-in-out;
  214. -moz-transition:all .4s ease-in-out;
  215. -o-transition:all .4s ease-in-out;
  216. }
  217.  
  218. a:hover, .info b a:hover, .credit a:hover {
  219. text-decoration:none;
  220. color: {color:links hover};
  221. }
  222.  
  223. img {
  224. opacity:1;
  225. border:0;
  226. text-decoration:0;
  227. max-width:100%;
  228. height:auto;
  229. }
  230.  
  231. b, strong {
  232. font-weight:normal;
  233. color:{color:title};
  234. }
  235.  
  236. h1 {
  237. font-size:11px;
  238. text-transform:uppercase;
  239. letter-spacing:1px;
  240. font-weight:normal;
  241. color:{color:title};
  242. }
  243.  
  244. h1 a {color:{color:title};}
  245.  
  246. hr {
  247. border:none;
  248. box-shadow:0;
  249. margin:2em auto;
  250. width:100px;
  251. border-top:1px solid #eeeeee;
  252. }
  253.  
  254.  
  255. pre {
  256. margin-top:10px;
  257. margin-bottom:10px;
  258. line-height:inherit!important;
  259. background:transparent;
  260. font-family:inherit!Important;
  261. font-size:inherit!important;
  262. white-space:pre-wrap;
  263. white-space:-moz-pre-wrap;
  264. white-space:-pre-wrap;
  265. white-space:-o-pre-wrap;
  266. word-wrap:break-word;
  267. padding:15px;
  268. background:#eee;
  269. }
  270.  
  271. /*posts*/
  272.  
  273. .container {
  274. margin:0px auto;
  275. width:{select:post width};
  276. position:relative;
  277. -webkit-animation-name: fade-in;
  278. -webkit-animation-duration: 1.5s;
  279. }
  280.  
  281. .posts {
  282. {block:IndexPage}
  283. margin-bottom:120px;
  284. {/block:IndexPage}
  285. {block:PermalinkPage}
  286. margin-bottom:40px;
  287. {/block:PermalinkPage}
  288. width:{select:post width};
  289. -webkit-animation-name: fade-in;
  290. -webkit-animation-duration: 1.5s;
  291. }
  292.  
  293. .entries {
  294. margin-top:120px;
  295. width:{select:post width};
  296. }
  297.  
  298. .posts img, .posts li, .posts blockquote {
  299. max-width: 100%;
  300. height:auto;
  301. }
  302.  
  303. .posts ul li:before {
  304. content:">";
  305. position:relative;
  306. left:-10px;
  307. letter-spacing:-1px;
  308. padding-right:5px;
  309. color:#aaa;
  310. }
  311.  
  312. .posts ul li{
  313. text-indent:-12px;
  314. list-style:none;
  315. margin-bottom:7px;
  316. }
  317.  
  318. blockquote img {max-width:100%!important;height:auto;}
  319.  
  320. /*captions*/
  321.  
  322. .caption a, .text a{border-bottom:1px solid #eeeeee;}
  323.  
  324. .caption{margin-top:20px;max-width:100%;}
  325.  
  326. .caption blockquote img {
  327. width:100%;
  328. height:auto;
  329. margin:10px 0px 0px 10px;
  330. }
  331.  
  332. a.tumblr_blog:hover {border-color:{color:links hover};}
  333.  
  334. .tumblr_parent:hover {border-left: 1px solid {color:links hover}}
  335.  
  336. .tumblr_parent {
  337. margin:10px 0px 20px;
  338. padding: 0px 25px;
  339. border-left: 1px solid #eeeeee;
  340. color:{color:text};
  341. }
  342.  
  343. .tumblr_parent blockquote {
  344. padding-left:20px;
  345. border-left:1px solid;
  346. border-color:#eeeeee;
  347. margin:10px;
  348. }
  349.  
  350. .caption blockquote:first-of-type {
  351. border:0;
  352. padding:0;
  353.  
  354. }
  355.  
  356. {block:indexpage}
  357.  
  358. .text blockquote{
  359. padding: 0px 20px!important;
  360. border-left:1px solid #eee!important;
  361. }
  362.  
  363. .text blockquote:hover {
  364. border-left: 1px solid {color:links hover}!important;
  365. }
  366.  
  367. {/block:indexpage}
  368.  
  369. .tumblr_parent blockquote:first-of-type {
  370. padding-left:20px;
  371. border-left:1px solid #eee;
  372. margin:10px;
  373. }
  374.  
  375.  
  376.  
  377. /*post info*/
  378.  
  379.  
  380. .info {
  381. padding-top:15px;
  382. margin-top:25px;
  383. text-transform:uppercase;
  384. font-size:9px;
  385. text-align:left;
  386. letter-spacing:1px;
  387. border-top:1px solid #eee;
  388. }
  389.  
  390. .info b a{color:{color:title};}
  391.  
  392.  
  393.  
  394. .info svg {
  395. line-height:150%;
  396. height:9px;
  397. fill:#9b9b9b;
  398. }
  399.  
  400. .info svg {
  401. padding-top:3px;
  402. float:right;
  403. transition-duration: 0.6s;
  404. -moz-transition-duration: 0.6s;
  405. -webkit-transition-duration: 0.6s;
  406. -o-transition-duration: 0.6s
  407. }
  408.  
  409. .info svg:hover {
  410. fill:{color:links hover};
  411. transition-duration: 0.2s;
  412. -moz-transition-duration: 0.2s;
  413. -webkit-transition-duration: 0.2s;
  414. -o-transition-duration: 0.2s
  415. }
  416.  
  417. .custom-like-button {
  418. position:relative;
  419. float:right;
  420. width:9px;
  421. height:9px;
  422. padding-left:10px;
  423. }
  424.  
  425. .like_button {
  426. position:absolute;
  427. top:-2px;
  428. left:5px;
  429. right:0;
  430. bottom:0;
  431. width:100%;
  432. height:100%;
  433. opacity:0;
  434. z-index:999!important;
  435. }
  436.  
  437. .like_button iframe {
  438. width:100%!important;
  439. height:100%!important;
  440. }
  441.  
  442. .like_button svg {
  443. position:absolute;
  444. cursor:help!important;
  445. top:0;
  446. left:0;
  447. right:0;
  448. bottom:0;
  449. width:100%;
  450. height:100%;
  451. }
  452.  
  453. .like_button:hover + svg {
  454. fill:{color:links hover}!important;
  455. cursor:help!important;
  456. transition-duration: 0.6s;
  457. -moz-transition-duration: 0.6s;
  458. -webkit-transition-duration: 0.6s;
  459. -o-transition-duration: 0.6s
  460. }
  461.  
  462. .like_button.liked + svg {
  463. fill:#ED4956!important;
  464. }
  465.  
  466. .pinfo {margin-top:50px;}
  467.  
  468. {block:iftags}
  469. .posts:hover .tags {opacity:.8;}
  470.  
  471. {/block:iftags}
  472.  
  473. .tags {
  474. font-style:normal;
  475. max-width:{select:post width};
  476. display:block;
  477. text-transform:lowercase;
  478. letter-spacing:0;
  479. {block:ifnottags}
  480. display:none;
  481. {/block:ifnottags}
  482. opacity:0;
  483. }
  484.  
  485. .tags a {margin-right:8px;}
  486.  
  487. /*header*/
  488.  
  489.  
  490. header {
  491. width:400px;
  492. margin:100px auto 75px auto;
  493. text-align:center;
  494. }
  495.  
  496. header img {
  497. display:block;
  498. width:60px;
  499. height:60px;
  500. -moz-border-radius:100px;
  501. -webkit-border-radius:100px;
  502. border-radius:100px;
  503. margin:0 auto 20px auto;
  504. }
  505.  
  506. #blogtitle {
  507. font-size:1.5em;
  508. color:{color:title};
  509. border:0;
  510. }
  511.  
  512. #description {margin-top:15px;}
  513.  
  514. nav {
  515. margin-top:15px;
  516. border-top:1px solid #eee;
  517. padding:10px 0;
  518. text-transform:uppercase;
  519. font-size:8px;
  520. letter-spacing:1px;
  521. color:{color:links};
  522. }
  523.  
  524. nav a {
  525. display:inline-block;
  526. margin:0 5px;
  527. border:0;
  528. }
  529.  
  530.  
  531. /*sidebar*/
  532.  
  533. .sidebar {
  534. position:fixed;
  535. width:125px;
  536. margin-left:-280px;
  537. border-right:1px solid #eee;
  538. padding-right:20px;
  539. top:120px;
  540. -webkit-animation-name: fade-in;
  541. -webkit-animation-duration: 1.5s;
  542. }
  543.  
  544. .si {
  545. width:40px;
  546. height:40px;
  547. margin-left:85px;
  548. margin:bottom:10px;
  549. z-index:999;
  550. }
  551.  
  552. .si img {
  553. width:40px;
  554. height:40px;
  555. border-radius:100px;
  556. margin-bottom:10px;
  557. transition:0.4s ease-in-out;
  558. -webkit-transition:0.4s ease-in-out;
  559. -moz-transition:0.4s ease-in-out;
  560. }
  561.  
  562. .si img:hover{opacity:.4;}
  563.  
  564. .title {
  565. font-size:12px;
  566. letter-spacing:1.5px;
  567. text-transform:uppercase;
  568. font-weight:normal;
  569. margin-bottom:5px;
  570. color:#e1efff;
  571. text-align:right;
  572. }
  573.  
  574. .title a {color:{color:title};}
  575. .title a:hover {opacity:.5;}
  576.  
  577. .description {
  578. color:{color:text};
  579. font-family:'karla', sans-serif;
  580. width:125px;
  581. text-align:right;
  582. }
  583.  
  584.  
  585. .links {
  586. margin-top:15px;
  587. border-top:1px solid #eee;
  588. padding:10px 0;
  589. width:125px;
  590. text-align:right;
  591. text-transform:uppercase;
  592. font-size:8px;
  593. letter-spacing:1px;
  594. color:{color:links};
  595. }
  596.  
  597. .links a {margin-left:5px;}
  598.  
  599.  
  600. .links .search .query {
  601. margin-top:5px;
  602. border:0;
  603. outline:0;
  604. text-align:right;
  605. width:125px;
  606. background-color: transparent;
  607. color:#dad8d8;
  608. font-family:'karla', sans-serif;
  609. font-size:8px;
  610. text-transform:uppercase;
  611. position:relative;
  612. letter-spacing:1px;
  613. -webkit-transition: all 0.3s ease-in-out;
  614. -moz-transition: all 0.3s ease-in-out;
  615. -o-transition: all 0.3s ease-in-out;
  616. -ms-transition: all 0.3s ease-in-out;
  617. transition: all 0.3s ease-in-out;
  618. }
  619.  
  620. ::-webkit-input-placeholder {color: #dad8d8;}
  621. :-moz-placeholder {color: #dad8d8; opacity:1;}
  622. ::-moz-placeholder {color: #dad8d8; opacity:1;}
  623. :-ms-input-placeholder {color: #dad8d8;}
  624. input:focus::-webkit-input-placeholder {color: transparent;}
  625. input:focus:-moz-placeholder {color: transparent;}
  626. input:focus::-moz-placeholder {color: transparent;}
  627. input:focus:-ms-input-placeholder { color: transparent;}
  628.  
  629. .lb {margin-top:5px;}
  630.  
  631.  
  632. /*updates*/
  633.  
  634.  
  635. .updates {
  636. color:{color:text}; /*updates tab text colour*/
  637. text-align:left; /*left, right or justify*/
  638. height:auto;
  639. max-height:13px;
  640. width:125px; /*width of updates tab*/
  641. padding:4px;
  642. top:30px; /*positioning from the top of the screen*/
  643. left:40px; /*change 'left' to right if you want it on the right*/
  644. padding-left:10px;
  645. border-left:1px solid #eee;
  646. z-index:10;
  647. position:fixed;
  648. overflow:hidden;
  649. -webkit-transition: max-height 1.5s ease-in-out;
  650. -moz-transition: max-height 1.5s ease-in-out;
  651. -o-transition: max-height 1.5s ease-in-out;
  652. transition: max-height 1.5s ease-in-out;
  653. {block:ifnotupdates}
  654. display:none;
  655. {/block:ifnotupdates}
  656.  
  657. }
  658.  
  659. .updates:hover {
  660. height:auto; /*height of updates tab after hover*/
  661. max-height:1000px;
  662. transition: max-height 1.5s ease-in-out;
  663. -webkit-transition: max-height 1.5s ease-in-out;
  664. -moz-transition: max-height 1.5s ease-in-out;
  665. -o-transition: max-height 1.5s ease-in-out;
  666. }
  667.  
  668. .updates:hover .utitle{
  669. color:{color:links hover};
  670. transition:0.2s ease-in-out;
  671. -webkit-transition: 0.2s ease-in-out;
  672. -moz-transition: 0.2s ease-in-out;
  673. -o-transition: 0.2s ease-in-out;
  674. }
  675.  
  676.  
  677. .cont {
  678. padding-top:10px;
  679. border-top:1px solid #eee;
  680. }
  681.  
  682. .utitle {
  683. letter-spacing:3px;
  684. font-size:8px;
  685. margin-bottom:10px;
  686. text-transform:uppercase;
  687. color:{color:title};
  688. transition:1.5s ease-out;
  689. -webkit-transition:1.5s ease-in-out;
  690. -moz-transition: 1.5s ease-in-out;
  691. -o-transition: 1.5s ease-in-out;
  692. }
  693.  
  694. .head {
  695. border-bottom:1px solid {color:title}; /*change #d4ddea to colour you want for the header border*/
  696. font-weight:700
  697. }
  698.  
  699.  
  700.  
  701. /*notes*/
  702.  
  703. ol.notes {
  704. padding:0px;
  705. margin:-25px 0px 0px 0px;
  706. list-style-type:none;
  707. max-width:{select:post width};
  708. max-height:200px;
  709. overflow-x:hidden;
  710. overflow-y:scroll;
  711. }
  712.  
  713. ol.notes li.note {padding:1px;}
  714.  
  715. ol.notes li.note img.avatar {
  716. display:none!important;
  717. vertical-align:-4px;
  718. margin-right:10px;
  719. width:16px;
  720. height:16px;
  721. }
  722.  
  723. ol.notes li.note span.action {font-weight:none;}
  724.  
  725. ol.notes li.note .answer_content {font-weight:normal;}
  726.  
  727. ol.notes li.note blockquote {
  728. padding:5px 10px;
  729. margin:0px 5px;
  730. }
  731.  
  732. ol.notes li.note blockquote a {text-decoration:none;}
  733.  
  734. .ph {
  735. margin-top:15px;
  736. text-transform:none;
  737. font-size:10px;
  738. color:{color:title};
  739. }
  740.  
  741. a.more_notes_link {
  742. display:block;
  743. text-align:left;
  744. color:{color:title};
  745. }
  746.  
  747. /*quotes*/
  748.  
  749. .quote {
  750. text-transform:none;
  751. color:{color:title};
  752. font-size:15px;
  753. letter-spacing:.5px;
  754. font-weight:normal;
  755. text-align:left;
  756. }
  757.  
  758. .quotesource {
  759. text-align:left;
  760. font-size:8px;
  761. margin-top:10px;
  762. }
  763.  
  764. .quotesource a{
  765. font-size:8px;
  766. border-bottom:1px solid #eee;
  767. }
  768.  
  769. /*chats*/
  770.  
  771. .chat {
  772. line-height:20px;
  773. list-style:none;
  774. font-family:'source code pro', monospace;
  775. }
  776.  
  777. .line.odd {
  778. background:{color:background};
  779. margin-bottom:2px;
  780. padding:5px;
  781. padding-left:0px;
  782. list-style:none;
  783. font-size:10px;
  784. }
  785.  
  786. .line.odd:nth-child(1) {border:none;}
  787.  
  788. .line.even {
  789. background:{color:background};
  790. opacity:.7;
  791. margin-bottom:2px;
  792. padding:5px;
  793. padding-left:0px;
  794. list-style:none;
  795. font-size:10px;
  796. }
  797.  
  798. .label {
  799. padding-right:1px;
  800. letter-spacing:1px;
  801. font-weight:normal;
  802. color:{color:title};
  803. }
  804.  
  805. /*questions*/
  806.  
  807. .question hr {
  808. border:none;
  809. box-shadow:0;
  810. margin:2em;
  811. margin-left:0px;
  812. width:75px;
  813. border-top:1px solid #eeeeee;
  814. }
  815.  
  816.  
  817. .question svg {
  818. width:auto;
  819. height:17px;
  820. opacity:.5;
  821. padding:3px;
  822. vertical-align:middle;
  823. overflow:visible;
  824. fill:{color:title};
  825. border-radius:100%;
  826. background:#eee;
  827. margin-right:5px;
  828. border:1px solid #e4e4e4;
  829. }
  830.  
  831. .question {
  832. text-align:left;
  833. margin-bottom:2em;
  834. border:0px solid {color:borders};
  835. }
  836.  
  837. .qq{margin-top:10px;display:block;}
  838.  
  839. .as{text-transform:lowercase;margin-bottom:25px;text-align:right;}
  840.  
  841. .asker a{text-transform:none;letter-spacing:.2px;}
  842.  
  843. .asker a, .answer a{border-bottom:1px solid #eee;}
  844. .answer {margin-top:5px};
  845.  
  846. .as a {color:{color:title};}
  847.  
  848. .as a:hover {color:{color:text};}
  849.  
  850. /*audio*/
  851.  
  852. .tumblr_audio_player {
  853. height:50px;
  854. width:{text:post width}px;
  855. color:#f2f2f2;
  856. }
  857.  
  858. .audiowrapper {
  859. position:relative;
  860. display:inline-block;
  861. }
  862.  
  863. .audio {
  864. height:100px;
  865. background:#f2f2f2;
  866. border:1px solid #eee;
  867. }
  868.  
  869. .audio-album {
  870. position:absolute;
  871. width:30px;
  872. opacity:;
  873. display:none;
  874. }
  875.  
  876. .audio-player {
  877. border-radius:5px 5px 5px 5px;
  878. opacity:1;
  879. border:35px solid #f2f2f2;
  880. width:30px;
  881. height:30px;
  882. overflow:hidden;
  883. position:absolute;
  884. z-index:2;
  885. }
  886.  
  887.  
  888. .audio-info {
  889. float:right;
  890. height:100%;
  891. line-height:180%;
  892. padding-right:30px;
  893. text-transform:none;
  894. text-align:left;
  895. display: table;
  896. overflow:ellipsis;
  897. }
  898.  
  899. .audio-info p {
  900. display: table-cell;
  901. vertical-align: middle;
  902. text-align:left;
  903. }
  904.  
  905.  
  906.  
  907. /*pagination*/
  908.  
  909. footer {
  910. margin:-40px auto;
  911. width:{select:post width};
  912. margin-bottom:100px!important;
  913. -webkit-animation-name: fade-in;
  914. -webkit-animation-duration: 1.5s;
  915. text-align:right;
  916. }
  917.  
  918.  
  919. .pagination {
  920. width:{select:post width};
  921. text-transform:uppercase;
  922. letter-spacing:0.5px;
  923. text-align:right;
  924. margin-top:-40px;
  925. }
  926.  
  927. .pagination a {margin:5px;}
  928.  
  929. .current {margin:7px; color:{color:title};}
  930.  
  931.  
  932. .load {
  933. text-align:right;
  934. text-transform:uppercase;
  935. letter-spacing:1px;
  936. font-weight:400;
  937. display:block;
  938. -webkit-animation-name: fade-in;
  939. -webkit-animation-duration: 1.5s;
  940. }
  941.  
  942. .load:before {
  943. content:'—————';
  944. position:relative;
  945. letter-spacing:-1.5px;
  946. margin-right:7px;
  947. color:#e4e4e4;
  948. left:-2px;
  949. -webkit-animation-name: fade-in;
  950. -webkit-animation-duration: 1.5s;
  951. }
  952.  
  953. {block:ifInfiniteScroll}
  954. .pagination,
  955. #infscr-loading {
  956. display:none!important;
  957. }
  958. {/block:ifInfiniteScroll}
  959.  
  960.  
  961. /*credit*/
  962.  
  963. .credit {
  964. font-size:10px;
  965. position:fixed;
  966. font-weight:normal;
  967. bottom:20px;
  968. right:20px;
  969. z-index:10;
  970. text-align:right;
  971. letter-spacing:1px;
  972. padding:1px 5px 1px 5px;
  973. transition:all .2s;
  974. }
  975.  
  976. .credit a {color:{color:title};}
  977.  
  978.  
  979. .st {
  980. bottom:20px;
  981. left:20px;
  982. position:fixed;
  983. display:none;
  984. }
  985.  
  986.  
  987. /* tumblr controls */
  988.  
  989.  
  990. iframe.tmblr-iframe {
  991. z-index:99999999999999!important;
  992. top:0!important;
  993. right:0!important;
  994. opacity:0.6;
  995. filter:invert(100%) hue-rotate(180deg);
  996. -webkit-filter:invert(100%) hue-rotate(180deg);
  997. -moz-filter:invert(100%) hue-rotate(180deg);
  998. -o-filter:invert(100%) hue-rotate(180deg);
  999. -ms-filter:invert(100%) hue-rotate(180deg);
  1000. transform:scale(0.75);
  1001. transform-origin:100% 0;
  1002. -webkit-transform:scale(0.75);
  1003. -webkit-transform-origin:100% 0;
  1004. -o-transform:scale(0.75);
  1005. -o-transform-origin:100% 0;
  1006. -moz-transform:scale(0.75);
  1007. -moz-transform-origin:100% 0;
  1008. -ms-transform:scale(0.75);
  1009. -ms-transform-origin:100% 0;}
  1010.  
  1011.  
  1012.  
  1013. /*fade-in*/
  1014.  
  1015. @-webkit-keyframes fade-in {
  1016. 0% { opacity: 0; }
  1017. 50% { opacity: 0; }
  1018. 100% { opacity: 1; }
  1019. }
  1020.  
  1021.  
  1022. @-moz-keyframes fade-in {
  1023. 0% { opacity: 0; }
  1024. 50% { opacity: 0; }
  1025. 100% { opacity: 1; }
  1026. }
  1027.  
  1028.  
  1029. @keyframes fade-in {
  1030. 0% { opacity: 0; }
  1031. 50% { opacity: 0; }
  1032. 100% { opacity: 1; }
  1033. }
  1034.  
  1035.  
  1036. </style>
  1037.  
  1038.  
  1039. <!--video resizing-->
  1040. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1041. <script src ="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  1042.  
  1043. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  1044.  
  1045. <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  1046.  
  1047.  
  1048. <!--photosets-->
  1049. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1050. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1051. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  1052.  
  1053. {block:IndexPage}
  1054. {block:ifInfiniteScroll}
  1055. <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  1056. {/block:ifInfiniteScroll}
  1057. {/block:IndexPage}
  1058. <script>
  1059. $(document).ready(function(){
  1060. $('.photo-slideshow').pxuPhotoset({
  1061. lightbox: true,
  1062. rounded: false,
  1063. gutter: '2px',
  1064. photoset: '.photo-slideshow',
  1065. photoWrap: '.photo-data',
  1066. photo: '.pxu-photo'
  1067. });
  1068. var $container = $('.container');
  1069. {block:indexpage}
  1070. {block:ifInfiniteScroll}
  1071. $container.infinitescroll({
  1072. itemSelector: '.posts',
  1073. navSelector: '.pagination',
  1074. nextSelector: '.next',
  1075. loadingImg: '',
  1076. bufferPx: 2000,
  1077. {block:ifmanualload}
  1078. errorCallback: function(){ $('.load').text('no more posts')},
  1079. bufferPx: 3000
  1080. {/block:ifmanualload}
  1081. },
  1082. function( newElements ) {
  1083. var $newElems = $( newElements );
  1084. $newElems.find('.photo-slideshow').pxuPhotoset({
  1085. lightbox: true,
  1086. rounded: false,
  1087. gutter: '2px',
  1088. photoset: '.photo-slideshow',
  1089. photoWrap: '.photo-data',
  1090. photo: '.pxu-photo'
  1091. });
  1092. resizeVideos();
  1093. $newElems.unnest({
  1094. yourCaption: ".caption",
  1095. wrapName: ".tumblr_parent",
  1096. newCaptionUsername: false,
  1097. originalPostCaptionUsername: false,
  1098. tumblrAvatars: false,
  1099. tumblrAvatarClass: ".tumblr_avatar",
  1100. usernameColon: false
  1101. });
  1102. var $newElems = $(newElements);
  1103. var $newElemsIDs = $newElems.map(function(){
  1104. return this.id;
  1105. }).get();
  1106. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  1107. });
  1108. {block:ifmanualload}
  1109. $(window).unbind('.infscr');
  1110. $('.load').click(function(){
  1111. $container.infinitescroll('retrieve');return false;
  1112. $('.posts').last().after($('.load'));
  1113. });
  1114. {/block:ifmanualload}
  1115. {/block:ifInfiniteScroll}
  1116. {/block:indexpage}
  1117. });
  1118. </script>
  1119.  
  1120. <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  1121. <script> $(function(){ $('.posts').unnest({
  1122. yourCaption: ".caption", //your caption selector, the div wrapping {Caption}
  1123. wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
  1124. newCaptionUsername: false, //if the user adds a new caption, following a series of captions, show their username above the caption
  1125. originalPostCaptionUsername: false, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  1126. tumblrAvatars: false, //”dashboard style” caption, have the avatar of the blog next to the username
  1127. tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
  1128. usernameColon: false //if turned to false, removes the colon at the end of usernames
  1129. }); }); </script>
  1130.  
  1131. <script>
  1132. $(document).ready(function(){
  1133. $(".notes").hide();
  1134. $(".ph").show();$('.ph').toggle(function(){
  1135. $(".notes").slideDown(function(){});
  1136. },function(){
  1137. $(".notes").slideUp(function(){});
  1138. });
  1139. });
  1140. $(document).ready(function(){
  1141. $(".lb").hide();
  1142. $(".lm").show();$('.lm').toggle(function(){
  1143. $(".lb").slideDown(function(){});
  1144. },function(){
  1145. $(".lb").slideUp(function(){});
  1146. });
  1147. });
  1148. // minimal soundcloud player © shythemes.tumblr
  1149. $(document).ready(function(){
  1150. var color = '{color:title}'; // color of play button (hex)
  1151. $('.soundcloud_audio_player').each(function(){
  1152. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  1153. });
  1154. });
  1155. // scroll to top
  1156. $(function(){
  1157. $('.top').click(function() {
  1158. $('html, body').animate({
  1159. scrollTop: 0
  1160. }, 800);
  1161. return false;
  1162. });
  1163. });
  1164. $(window).scroll(function(){
  1165. if ($(this).scrollTop() > 150) {
  1166. $('.st').fadeIn();
  1167. } else {
  1168. $('.st').fadeOut();
  1169. }
  1170. });
  1171. </script>
  1172.  
  1173.  
  1174. </head>
  1175.  
  1176. <body>
  1177.  
  1178.  
  1179. <div class="container">
  1180.  
  1181. <!--don't touch ty-->
  1182. <div class="credit"><a href="https://solitudethemes.tumblr.com">ς</a></div>
  1183.  
  1184. <div class="st"><a class="top" href="#">back to top</a></div>
  1185.  
  1186.  
  1187. <div class="updates">
  1188. <div class="utitle">updates</div> <!--updates tab title-->
  1189.  
  1190. <div class="cont">
  1191.  
  1192. <!--updates tab text: edit from here-->
  1193.  
  1194. <span class="head">heading</span></p> <!--headings: copy if you want more-->
  1195.  
  1196.  
  1197. <b>subheading</b> some text here, write whatever you want</p>
  1198.  
  1199. paragraphs with <br>< p > and < / p > new line with < br ></p>
  1200.  
  1201. <i>italics</i> <b>bold</b> and <u>underline</u></p>
  1202.  
  1203. <blockquote>maybe use a blockquote?</blockquote></p>
  1204.  
  1205.  
  1206.  
  1207.  
  1208. <!-- to here ---->
  1209.  
  1210.  
  1211.  
  1212. </div>
  1213. </div>
  1214.  
  1215.  
  1216. <div class="sidebar">
  1217.  
  1218. {block:ifsidebarimage}
  1219. <a href="/" class="si"><img src="{image:sidebar image}">
  1220. </a>
  1221. {/block:ifsidebarimage}
  1222.  
  1223. <div class="title"><a href="/">{title}</a></div>
  1224.  
  1225. <div class="description">
  1226.  
  1227. {description}
  1228.  
  1229. </div>
  1230.  
  1231. <div class="links">
  1232. <a href="/">{text:home title}</a>
  1233. <a href="/ask">{text:ask title}</a>
  1234. <a href="#" class="lm">etc</a>
  1235.  
  1236. <div class="lb">
  1237. <a title="{text:link 1 title}" href="{text:link 1}">one</a>
  1238. <a title="{text:link 2 title}" href="{text:link 2}">two</a>
  1239. <a title="{text:link 3 title}" href="{text:link 3}">three</a>
  1240. </div>
  1241.  
  1242. <form action="/search" method="get" class="search"><input type="text" name="q" value="" class="query" placeholder="search"></form>
  1243.  
  1244. </div>
  1245.  
  1246. </div>
  1247.  
  1248.  
  1249. <div class="entries">
  1250. {block:Posts}
  1251. <div class="posts" id="{PostID}">
  1252.  
  1253. {block:Text}
  1254. <h1>{block:Title}{Title}{/block:Title}</h1>
  1255. <div class="caption text">
  1256. {Body}
  1257. </div>
  1258. {/block:Text}
  1259.  
  1260. {block:Photo}{linkopentag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{photoURL-HighRes}" alt="{PhotoAlt}"/></a>{linkclosetag}{/block:Photo}
  1261.  
  1262.  
  1263. {block:Photoset}
  1264. <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>
  1265. {/block:Photoset}
  1266.  
  1267.  
  1268. {block:Quote}{block:Source}<div class="quotesource">{Source}</div>
  1269. {/block:Source}</p>
  1270. <div class="quote text">{Quote}</div>
  1271. {/block:Quote}
  1272.  
  1273.  
  1274. {block:Link}
  1275. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1276. {block:Description}{Description}{/block:Description}
  1277. {/block:Link}
  1278.  
  1279.  
  1280. {block:Chat}
  1281. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat text"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  1282. {/block:Chat}
  1283.  
  1284.  
  1285. {block:Audio}
  1286. <div class="audio">
  1287. {block:AlbumArt}
  1288. <img class="audio-album" src="{AlbumArtURL}">
  1289. {/block:AlbumArt}
  1290.  
  1291.  
  1292. {block:AudioPlayer}
  1293. <div class="audio-player">
  1294. {AudioPlayerWhite}
  1295. </div>
  1296. {/block:AudioPlayer}
  1297.  
  1298.  
  1299. <div class="audio-info">
  1300. <p>{block:TrackName}
  1301. <b><span style="text-transform:uppercase">{TrackName}</span></b><br>
  1302. {/block:TrackName}
  1303. {block:Artist}
  1304. {Artist}<br>
  1305. {/block:Artist}
  1306. </p>
  1307. </div>
  1308. </div>
  1309. {/block:Audio}
  1310.  
  1311.  
  1312. {block:Video}
  1313. <div class="video">{Video-500}</div>
  1314. {/block:Video}
  1315.  
  1316.  
  1317. {block:Answer}
  1318. <div class="question">
  1319. <b> <span class="as"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  1320. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  1321. <path d="M112,149v4c0,3.3-2.7,6-6,6s-6-2.7-6-6v-4c0-3.3,2.7-6,6-6S112,145.7,112,149z M24.4,108c0-46.1,37.5-83.6,83.6-83.6
  1322. s83.6,37.5,83.6,83.6s-37.5,83.6-83.6,83.6S24.4,154.1,24.4,108z M36.4,108c0,39.5,32.1,71.6,71.6,71.6s71.6-32.1,71.6-71.6
  1323. S147.5,36.4,108,36.4S36.4,68.5,36.4,108z M82,93C82.1,93,82.1,93,82,93c3.3,0,6-2.5,6-5.8c0,0,0.1-4.8,2.5-9.5c3-6,8.3-9,16.1-9
  1324. c7.3,0,12.7,2,15.7,5.9c2.5,3.2,3.2,7.6,2,12.4c-1.5,5.9-6.6,11-11.5,16c-6,6.2-12.3,12.5-12.3,21c0,3.3,2.7,6,6,6s6-2.7,6-6
  1325. c0-3.6,4.3-8,8.9-12.6c5.7-5.8,12.2-12.4,14.5-21.4c2.2-8.3,0.7-16.6-4.1-22.7c-3.7-4.8-11.1-10.6-25.1-10.6
  1326. c-15.7,0-23.2,8.4-26.8,15.6c-3.6,7.2-3.8,14.1-3.8,14.9C76.1,90.4,78.7,93,82,93z"/>
  1327. </svg>
  1328. &nbsp;{asker} <!--&mdash;--></span></b>
  1329. <span class="qq">{question}</span>
  1330. <hr>
  1331. </div>
  1332. {answer}
  1333. {/block:Answer}
  1334.  
  1335. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1336.  
  1337.  
  1338. {block:IndexPage}
  1339. <div class="info">
  1340. {block:Date}
  1341. <b><a title="{timeago}" href="{Permalink}">{DayOfMonth}&nbsp;{MonthNumber}&nbsp;{Year}</a></b>
  1342. {/block:Date}
  1343.  
  1344. &nbsp;
  1345. {block:NoteCount}
  1346. &nbsp;
  1347. <span>{NoteCountWithLabel}</span>
  1348. &nbsp;&nbsp;
  1349. {/block:NoteCount}
  1350.  
  1351. &nbsp;<div class="custom-like-button">
  1352. {LikeButton}
  1353. <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>
  1354.  
  1355. </div>
  1356.  
  1357. &nbsp;<a title="reblog" href="{ReblogURL}" target="_blank"><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></a>
  1358.  
  1359. {block:HasTags}
  1360. <div class="tags">
  1361. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  1362. </div>
  1363. {/block:HasTags}
  1364.  
  1365.  
  1366. </div>
  1367. {/block:IndexPage}
  1368.  
  1369. {block:PermalinkPage}
  1370. <div class="pinfo">
  1371. {block:Date}Posted on {Month} {DayOfMonthWithZero}{DayOfMonthSuffix} at <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{/block:Date}
  1372.  
  1373. {block:RebloggedFrom}<br>Source: <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;&nbsp; Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  1374.  
  1375. {block:HasTags}<br>
  1376. Indexed: {block:Tags} <a href="{TagURL}">{Tag}</a>,&nbsp; {/block:Tags}
  1377. {/block:HasTags}</p>
  1378.  
  1379. {block:PostNotes}
  1380. <a href="#" class="ph">{NoteCountWithLabel}</a></div>
  1381. {/block:PostNotes}
  1382. {/block:PermalinkPage}
  1383.  
  1384. </div>
  1385.  
  1386. {block:permalinkpage}
  1387. {block:PostNotes}
  1388. <div class="pagenotes">
  1389. {PostNotes}
  1390. </div>
  1391. {/block:PostNotes}
  1392. {/block:permalinkpage}
  1393.  
  1394. {/block:Posts}
  1395.  
  1396.  
  1397. {block:Pagination}
  1398. <div class="pagination">
  1399. {block:Previouspage}
  1400. <a title="back" href="{PreviousPage}"><</a>{/block:PreviousPage}
  1401. {block:JumpPagination length="3"}
  1402. {block:CurrentPage}
  1403. <span class="current">{PageNumber}</span>
  1404. {/block:CurrentPage}
  1405. {block:JumpPage}
  1406. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1407. {/block:JumpPage}
  1408. {/block:JumpPagination}
  1409. {block:NextPage}
  1410. <a class="next" title="forth" href="{NextPage}">></a>
  1411. {/block:Nextpage}
  1412. </div>
  1413. {/block:Pagination}
  1414.  
  1415. </div>
  1416. </div>
  1417.  
  1418. {block:Pagination}
  1419. <footer>
  1420. {block:indexpage}
  1421. {block:ifinfinitescroll}{block:ifmanualload}{block:NextPage}<a href="#" class="load">load more posts</a>{/block:NextPage}{/block:ifmanualload}{/block:ifinfinitescroll}
  1422. {block:indexpage}
  1423. </footer>
  1424. {/block:Pagination}
  1425.  
  1426.  
  1427. </body>
  1428.  
  1429. {block:ContentSource}
  1430. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  1431. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  1432. {/block:SourceLogo}
  1433. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  1434. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  1435.  
  1436. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement