enchantingly

Theme 48 - Serenity

Feb 27th, 2017
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!----
  5. Theme 48 - "Serenity" by Bee (theghostoflove.tumblr.com)
  6.  
  7. Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
  8. --->
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Background" content="#fbf6dd">
  18. <meta name="color:Body" content="#595142">
  19. <meta name="color:Border" content="#595142">
  20. <meta name="color:Chat1" content="#595142">
  21. <meta name="color:Chat2" content="#5a4929">
  22. <meta name="color:Description Body" content="#595142">
  23. <meta name="color:Entries" content="">
  24. <meta name="color:Header" content="">
  25. <meta name="color:Info" content="">
  26. <meta name="color:Info Bg" content="">
  27. <meta name="color:Link" content="#a87c46">
  28. <meta name="color:Link Hover" content="#cc995c">
  29. <meta name="color:Notes bg" content="">
  30. <meta name="color:Post" content="">
  31. <meta name="color:Sidelinks" content="#595142">
  32. <meta name="color:Sidelinks Hover" content="#9d8e72">
  33. <meta name="color:Scroll" content="#595142">
  34. <meta name="color:Scroll Bg" content="">
  35. <meta name="color:Title" content="#595142">
  36.  
  37. <meta name="if:Infinite Scroll" content="0">
  38. <meta name="if:Full Background" content="1">
  39. <meta name="if:Posts 400" content="0">
  40. <meta name="if:Posts 500" content="0">
  41. <meta name="if:Posts 700" content="0">
  42. <meta name="if:Show Tags" content="1">
  43.  
  44. <meta name="image:Background" content="https://kingfisher.scene7.com/is/image/Kingfisher/5011583082609_01c?$PRODUCT_LARGE$?$PRODUCT_LARGE$">
  45.  
  46. <meta name="font:Body" content="'Trebuchet MS', sans-serif">
  47. <meta name="font:Quote" content="Garamond">
  48. <meta name="font:Text Title" content="'Book Antiqua'">
  49. <meta name="font:Title" content="'Satisfy', cursive">
  50.  
  51. <meta name="text:Font Size Title" content="30px">
  52. <meta name="text:Font Size Body" content="14px">
  53.  
  54. <meta name="text:Disqus Shortname" content="">
  55.  
  56. <meta name="text:Link 1" content="">
  57. <meta name="text:Link 1 URL" content="http://">
  58. <meta name="text:Link 2" content="">
  59. <meta name="text:Link 2 URL" content="http://">
  60. <meta name="text:Link 3" content="">
  61. <meta name="text:Link 3 URL" content="http://">
  62. <meta name="text:Link 4" content="">
  63. <meta name="text:Link 4 URL" content="http://">
  64. <meta name="text:Link 5" content="">
  65. <meta name="text:Link 5 URL" content="http://">
  66. <meta name="text:Link 6" content="">
  67. <meta name="text:Link 6 URL" content="http://">
  68. <meta name="text:Link 7" content="">
  69. <meta name="text:Link 7 URL" content="http://">
  70. <meta name="text:Link 8" content="">
  71. <meta name="text:Link 8 URL" content="http://">
  72.  
  73. <style type="text/css">
  74.  
  75. /**BASICS**/
  76.  
  77. body {
  78. word-spacing:110%;
  79. text-align: justify;
  80. font: {text:Font Size Body}/150% {font:Body};
  81. margin-left: 20px;
  82. width: 500px;
  83. margin: 0 auto;
  84. background:{color:Background} url('{image:Background}');
  85. background-attachment: fixed;
  86. {block:ifFullBackground}background-size: 100% 100%;{/block:ifFullBackground}
  87. color:{color:Body};
  88. }
  89.  
  90. blockquote {
  91. border-left:2px solid {color:border};
  92. padding-left:5px;
  93. margin:0px 2px 0px 10px
  94. }
  95.  
  96. ::-webkit-scrollbar {width:8px; height:auto; background-color:{color:scroll bg}}
  97. ::-webkit-scrollbar-button {background:{color:scroll};}
  98. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  99. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  100.  
  101. ::selection {color:{color:sidelinks text};background-color: {color:sidelinks bg};}
  102. ::-moz-selection {color:{color:sidelinks text};background-color: {color:sidelinks bg};}
  103. ::-webkit-selection {color:{color:sidelinks text};background-color:{color:sidelinks bg};}
  104.  
  105. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  106. a:hover {color:{color:link hover}}
  107.  
  108. #container {
  109. width:100%;
  110. {block:ifPosts400}margin: 0 -170px auto{/block:ifPosts400}
  111. {block:ifPosts500}margin: 0 -220px auto;{/block:ifPosts500}
  112. {block:ifPosts700}margin: 0 -220px auto;{/block:ifPosts700}
  113. }
  114.  
  115. #header {
  116. position: absolute;
  117. top: 62px; margin-left: 80px;
  118. z-index: 2;
  119. width: {block:ifPosts400}480px;{/block:ifPosts400}
  120. {block:ifPosts500}580px;{/block:ifPosts500}
  121. {block:ifPosts700}780px;{/block:ifPosts700} height:300px;
  122. background-color:{color:header};
  123. background-image: url('{image:header}');
  124. }
  125.  
  126. #title {
  127. position: absolute;
  128. top:0px;
  129. padding: 7px 2px 3px;
  130. font-weight: normal;
  131. text-align: center;
  132. width: {block:ifPosts400}476px;{/block:ifPosts400}
  133. {block:ifPosts500}576px;{/block:ifPosts500}
  134. {block:ifPosts700}776px;{/block:ifPosts700} ; height:50px;
  135. color:{color:Title};
  136. font:{text:Font Size Title} {font:Title};
  137. margin: 0px 0px 2px 80px;
  138. background-color:{color:header};
  139. border-bottom:1px dashed {color:border};
  140. }
  141.  
  142. #title a {color:{color:Title}}
  143.  
  144. #sidebar {
  145. position: absolute;
  146. margin: 345px 0px 0px -48px;
  147. width: 250px;
  148. }
  149.  
  150. #sidebarbg {
  151. width:250px; height:100%;
  152. position:fixed;
  153. top:0px; margin-left:-48px;
  154. z-index:-1;
  155. background-color:{color:sidebar};
  156. }
  157.  
  158. #entries {
  159. position: absolute;
  160. float: left;
  161. padding: 15px;
  162. margin: 350px 0px 0px 65px;
  163. top:-8px;
  164. background-color:{color:entries};
  165. width: {block:ifPosts400}655px;{/block:ifPosts400}
  166. {block:ifPosts500}755px;{/block:ifPosts500}
  167. {block:ifPosts700}955px;{/block:ifPosts700}
  168. }
  169.  
  170. #post {
  171. padding: 40px 20px;
  172. margin: 100px 0px 100px 0px;
  173. background-color:{color:post};
  174. width: {block:ifPosts400}440px;{/block:ifPosts400}
  175. {block:ifPosts500}540px;{/block:ifPosts500}
  176. {block:IfPosts700}740px;{/block:ifPosts700}
  177. }
  178.  
  179. #desc {
  180. {block:ifPosts400}margin:-376px 0px 0px 250px;
  181. padding: 25px 15px 71px;{/block:ifPosts400}
  182. {block:ifPosts500}margin: -376px 0px 0px 290px;
  183. padding: 25px 15px 70px;{/block:ifPosts500}
  184. {block:ifPosts700}margin: -376px 0px 0px 390px;
  185. padding: 35px 15px 60px;{/block:ifPosts700}
  186. z-index: 2;
  187. width: {block:ifPosts400}200px;{/block:ifPosts400}
  188. {block:ifPosts500}260px;{/block:ifPosts500}
  189. {block:ifPosts700}360px;{/block:ifPosts700}
  190. height:280px;
  191. color:{color:description body};
  192. background-color:{color:header};
  193. border-bottom:1px dashed {color:border};
  194. }
  195.  
  196. #links {
  197. margin-left: 0px; margin-top: -1px;
  198. z-index: 2;
  199. width: {block:ifPosts400}250px;{/block:ifPosts400}
  200. {block:ifPosts500}290px;{/block:ifPosts500}
  201. {block:ifPosts700}390px;{/block:ifPosts700}
  202. background-color:{color:header};
  203. height:280px;
  204. padding-top: 30px; padding-bottom: 65px;
  205. border-bottom:1px dashed {color:border};
  206. }
  207. #links a {
  208. display:block;
  209. margin: 5px 0px;
  210. padding: 5px 2px;
  211. width: 90%;
  212. color:{color:Sidelinks};
  213. }
  214.  
  215. #links a:hover {
  216. color:{color:Sidelinks Hover};
  217. }
  218.  
  219. #pagi {
  220. text-transform: lowercase;
  221. margin: 50px 0px 0px 0px;
  222. width: {block:ifPosts400}480px;{/block:ifPosts400}
  223. {block:ifPosts500}580px;{/block:ifPosts500}
  224. {block:ifPosts700}780px;{/block:ifPosts700}
  225. text-align:right;
  226. display:block;
  227. }
  228. #pagi a {
  229. text-align:center;
  230. border:1px solid transparent;
  231. padding:5px;
  232. background-color:{color:header};
  233. color:{color:title};
  234. }
  235. #pagi a:hover {
  236. border:1px solid {color:border};
  237. background-color:{color:title};
  238. color:{color:header};
  239. }
  240. #currentpage {
  241. font-weight:bold;
  242. padding:2px;
  243. color: {color:title};
  244. border:1px solid {color:border};
  245. }
  246.  
  247. /**POST INFO**/
  248.  
  249. #info {
  250. text-transform: lowercase;
  251. {block:ifPosts400}width: 440px;{/block:ifPosts400}
  252. {block:ifPosts500}width: 540px;{/block:ifPosts500}
  253. {block:ifPosts700}width: 740px;{/block:ifPosts700}
  254. margin: -100px 0px 0px 0px;
  255. padding: 9px 20px 1px;
  256. z-index: 2;
  257. text-align: left;
  258. color:{color:info};
  259. background-color:{color:info bg};
  260. border-bottom: 1px dashed {color:border};
  261. }
  262. #info a {color:{color:info};}
  263.  
  264. .note {
  265. text-transform:normal;
  266. font-style:normal;
  267. letter-spacing:0px;
  268. text-align:left;
  269. line-height:80%;
  270. margin: 0px 0px 0px -40px;
  271. background-color:{notes bg};
  272. }
  273.  
  274. .note li {
  275. list-style-type:none;
  276. text-align:left;
  277. padding:5px;
  278. margin:5px;
  279. -moz-transition-duration:0.5s;
  280. -webkit-transition-duration:0.5s;
  281. -o-transition-duration:0.5s;
  282. }
  283.  
  284. /**POST TYPES**/
  285.  
  286. #texttitle {
  287. font:normal 18px {font:Text Title};
  288. text-align:center;
  289. line-height:100%;
  290. margin:2px;
  291. }
  292.  
  293. {block:ifPosts700}.photo img {max-width: 700px}{/block:ifPosts700}
  294.  
  295. #quote {
  296. margin:5px 0px;
  297. font-family:{font:Quote};
  298. text-align:center;
  299. letter-spacing:1px;
  300. }
  301.  
  302. #quote_short {font-size:20px; line-height:110%;}
  303. #quote_medium {font-size:18px; line-height:100%;}
  304. #quote_long {font-size:16px; line-height:100%;}
  305.  
  306. #quotesource {
  307. margin:10px 0px -10px 0px;
  308. font-family:'Georgia';
  309. font-size:14px;
  310. font-style:italic;
  311. text-align:right;
  312. padding:6px;
  313. }
  314.  
  315. #linkposts {
  316. height:80px;
  317. padding-bottom:10px; padding-top:10px;
  318. font-family:book antiqua;
  319. font-size:16px;
  320. border:1px solid {color:Border};
  321. margin-bottom:5px;
  322. background-color:{color:Ask and Link BG};
  323. }
  324.  
  325. #question {
  326. font-size:13px;
  327. letter-spacing:1px;
  328. padding:10px;
  329. border:1px solid {color:Border};
  330. background-color:{color:Ask and Link BG};
  331. }
  332. #asker {
  333. text-align:right;
  334. font-size:12px;
  335. letter-spacing:1px;
  336. padding-bottom:0px;
  337. margin-top:20px;
  338. }
  339. #asker img {
  340. vertical-align:left;
  341. float:right;
  342. margin-left:10px;
  343. margin-right:10px;
  344. margin-top:-10px;
  345. }
  346.  
  347. #audiopost {line-height:140%;border:1px solid {color:border}; background-color:{color:Ask and Link BG};}
  348. .album {position:absolute; margin-top:0px; width:100px; height:100px;}
  349. .album img {width:100px; height:100px;border-right:1px solid {color:border};}
  350. .audio {position:absolute;padding:35px 0px 0px 36px;height:30px;width:28px;overflow:hidden;opacity:.5;}
  351. .audiobox {height:100px;z-index:10; margin-left:110px;}
  352.  
  353. .chat {margin:3px 3px 10px 3px;}
  354. .chat .lines {margin-left:1px;border-top:1px solid {color:border};border-left:1px solid {color:border};border-right:1px solid {color:border};}
  355. .chat .lines .line {margin-bottom:1px;padding:3px 5px;color:{color:Chat1};border-bottom:1px solid {color:border};}
  356. .chat .lines .line.even{color:{color:Chat2};}
  357.  
  358. #s-m-t-tooltip {
  359. padding:5px;
  360. margin:20px 14px 7px 10px;
  361. border:1px solid {color:border};
  362. background-color:{color:header};
  363. font-size:10px;
  364. letter-spacing:1px;
  365. color:{color:body};
  366. z-index:99999999;
  367. }
  368.  
  369. #credit {
  370. z-index:99999999999;
  371. font-weight:bold;
  372. text-align:center;
  373. font-size:20px;
  374. font-family:'Montez';
  375. position:fixed;
  376. bottom:5px; right:5px;
  377. }
  378. #credit a {
  379. display:inline-block;
  380. height:20px; width:20px;
  381. padding:2px 3px;
  382. background-color:{color:header};
  383. color:{color:body};
  384. }
  385. #credit a:hover {
  386. border-radius: 50%;
  387. background-color:{color:body};
  388. color:{color:header}};
  389. }
  390.  
  391. .reblog-button {position: relative;}
  392. .reblog-button svg path { fill:{color:info}; }
  393.  
  394. .like { /* Make a parent element */
  395. position: relative;
  396. list-style: none;
  397. margin: -20px 0px 0px 30px;
  398. }
  399. .like svg path { /* Select your color of choice */
  400. fill:{color:info};
  401. }
  402. .like .like_button { /* Position like button above your custom one */
  403. position: absolute;
  404. top: 0;
  405. opacity: 0;
  406. }
  407. .like .like_button.liked { /* Keep the functionality active */
  408. opacity: 1;
  409. }
  410.  
  411. </style>
  412.  
  413. <link href='https://fonts.googleapis.com/css?family=Satisfy|Montez' rel='stylesheet' type='text/css'>
  414.  
  415. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  416.  
  417. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  418.  
  419. <script>
  420. (function($){
  421. $(document).ready(function(){
  422. $("a[title]").style_my_tooltips({
  423. tip_follows_cursor:true,
  424. tip_delay_time:0,
  425. tip_fade_speed:0,
  426. attribute:"title"
  427. });
  428. });
  429. })(jQuery);
  430. </script>
  431.  
  432. {block:ifInfiniteScroll}<script type="text/javascript" src="https://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>{/block:ifInfiniteScroll}
  433.  
  434. </head>
  435.  
  436. <body>
  437.  
  438. <div id="container">
  439.  
  440. <div id="title"><a href="/">{Title}</a></div>
  441.  
  442. <div id="header">
  443.  
  444. <div id="links"><center>
  445.  
  446. {block:ifLink1}
  447. <a href="{text:Link 1 URL}">🡲 {text:Link 1}</a>
  448. {/block:ifLink1}
  449. {block:ifLink2}
  450. <a href="{text:Link 2 URL}">🡲 {text:Link 2}</a>
  451. {/block:ifLink2}
  452. {block:ifLink3}
  453. <a href="{text:Link 3 URL}">🡲 {text:Link 3}</a>
  454. {/block:ifLink3}
  455. {block:ifLink4}
  456. <a href="{text:Link 4 URL}">🡲 {text:Link 4}</a>
  457. {/block:ifLink4}
  458. {block:ifLink5}
  459. <a href="{text:Link 5 URL}">🡲 {text:Link 5}</a>
  460. {/block:ifLink5}
  461. {block:ifLink6}
  462. <a href="{text:Link 6 URL}">🡲 {text:Link 6}</a>
  463. {/block:ifLink6}
  464. {block:ifLink7}
  465. <a href="{text:Link 7 URL}">🡲 {text:Link 7}</a>
  466. {/block:ifLink7}
  467. {block:ifLink8}
  468. <a href="{text:Link 8 URL}">🡲 {text:Link 8}</a>
  469. {/block:ifLink8}
  470.  
  471. </div> <!--links-->
  472.  
  473. <div id="desc">{Description}</div>
  474.  
  475. </div> <!--header-->
  476.  
  477. <div id="entries">
  478. {block:ifInfiniteScroll}
  479. <div class="autopagerize_page_element">
  480. {/block:ifInfiniteScroll}
  481.  
  482. {block:Posts} <div id="post">
  483.  
  484. <!--Text Posts-->
  485.  
  486. {block:Text}
  487. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  488. {Body}
  489. {/block:Text}
  490.  
  491. <!--Photo Posts-->
  492.  
  493. {block:Photo}<center>
  494. {LinkOpenTag}
  495.  
  496. {block:ifPosts400}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  497. {/block:ifPosts400}
  498.  
  499. {block:ifPosts500}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  500. {/block:ifPosts500}
  501.  
  502. {block:ifPosts700}<div class="photo"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:ifPosts700}
  503.  
  504. {LinkCloseTag}</center>
  505. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  506.  
  507.  
  508. <!--Photosets-->
  509.  
  510. {block:Photoset}<center>
  511. {block:ifPosts400}{Photoset-400}{/block:ifPosts400}
  512. {block:ifPosts500}{Photoset-500}{/block:ifPosts500}
  513. {block:ifPosts700}{Photoset-700}{/block:ifPosts700}
  514. </center>{block:Caption}{Caption}{/block:Caption}
  515. {/block:Photoset}
  516.  
  517. <!--Quotes-->
  518. {block:Quote}<div id="quote">
  519. <div id="quote_{Length}">“{Quote}”</div>
  520. {block:Source}<div id="quotesource">- {Source}</div>
  521. {/block:Source}
  522. </div>{/block:Quote}
  523.  
  524. <!--Video Posts-->
  525.  
  526. {block:Video}
  527. {block:ifPosts400}{Video-400}{/block:ifPosts400}
  528. {block:ifPosts500}{Video-500}{/block:ifPosts500}
  529. {block:ifPosts700}{Video-700}{/block:ifPosts700}
  530. {block:Caption}{Caption}{/block:Caption}
  531. {/block:Video}
  532.  
  533. <!--Link Posts-->
  534.  
  535. {block:Link}<div id="linkposts">
  536. <a href="{URL}" class="link" {Target}>
  537. <center>{Name} →</center></a><BR>
  538. <center><small><small>
  539. {block:Host}{Host}{/block:Host}
  540. </small></small></center>
  541. </div> <!--linkposts-->
  542.  
  543. {block:Description}{Description}{/block:Description}
  544. {/block:Link}
  545.  
  546. <!--Chat-->
  547. {block:Chat}
  548. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  549. <div class="chat">
  550. <div class="lines">{block:Lines}
  551. <div class="line {Alt}">
  552. {block:Label}
  553. <strong>{Label}</strong>{/block:Label} {Line}
  554. </div> <!--line alt--> {/block:Lines}
  555. </div> <!--lines-->
  556. </div><!--chat-->
  557. {/block:Chat}
  558.  
  559. <!--Audio Posts -->
  560. {block:Audio}<div id="audiopost">
  561. {block:AlbumArt}
  562. <div class="album"><img src="{AlbumArtURL}"></div>
  563. {/block:AlbumArt}
  564.  
  565. <div class="audio"><center>{AudioPlayerWhite}</center></div>
  566.  
  567. <div class="audiobox">
  568. {block:TrackName}<br><big><b>Track name:</b>
  569. "{TrackName}"{/block:TrackName}
  570. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  571. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  572. {block:PlayCount}<br><b>Play Count:</b> {PlayCountWithLabel}
  573. {/block:PlayCount}</big>
  574. </div><!--audiobox-->
  575. </div><!--audiopost-->
  576. {block:Caption}{Caption}{/block:Caption}
  577. {/block:Audio}
  578.  
  579. <!--Asks-->
  580. {block:Answer}
  581. <div id="question">
  582. {Question}
  583. <div id="asker">
  584. <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
  585. </div> <!--question-->
  586. <br>{Answer}<br>
  587. {/block:Answer}
  588.  
  589.  
  590. </div> <!--post-->
  591.  
  592. <div id="info"> {block:Date}
  593.  
  594. {block:RebloggedFrom}
  595. <a href="{ReblogParentURL}" title="{ReblogParentName}">{lang:via}</a> •
  596. {/block:RebloggedFrom}
  597.  
  598. {block:Reblog}
  599. <a href="{ReblogRootURL}" title="{ReblogRootName}">{lang:source}</a> •
  600. {/block:Reblog}
  601.  
  602. <a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear} at {12Hour}.{Minutes}{ampm}">{TimeAgo}</a>
  603.  
  604. {block:NoteCount}• <a href="{Permalink}">{NoteCountWithLabel} </a>
  605. {/block:NoteCount}
  606.  
  607. {block:ifPosts400}
  608. <div style="margin-top: -20px; margin-left: 380px">
  609. {/block:ifPosts400}
  610. {block:ifPosts500}
  611. <div style="margin-top: -20px; margin-left: 480px">
  612. {/block:ifPosts500}
  613. {block:ifPosts700}
  614. <div style="margin-top: -20px; margin-left: 680px">
  615. {/block:ifPosts700}
  616. <div class="reblog-button">{ReblogButton}</div>
  617.  
  618. <li class="like">
  619. <svg width="20" height="20" viewBox="0 0 19 16" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" fill="{color:info}">
  620. <path d="M14.0425097,0.000920262799 C16.1435097,-0.0400797372 18.8835097,1.28192026 18.9635097,5.36992026 C19.0525097,9.95492026 15.1985097,13.3079203 9.48350967,16.2089203 C3.76650967,13.3079203 -0.0874903349,9.95492026 0.00150966509,5.36992026 C0.0815096651,1.28192026 2.82150967,-0.0400797372 4.92250967,0.000920262799 C7.02450967,0.0419202628 8.87050967,2.26592026 9.46950967,2.92792026 C10.0945097,2.26592026 11.9405097,0.0419202628 14.0425097,0.000920262799 Z"></path>
  621. </svg>{LikeButton}</li>
  622. </div> <!--div style-->
  623.  
  624. {/block:Date}
  625.  
  626. {block:ifShowTags}
  627. <div style="padding-bottom: 5px">{block:HasTags}{block:Tags}
  628. <a href="{TagURL}">#{Tag} </a>{/block:Tags} {/block:HasTags}
  629. </div><!--div style-->{/block:IfShowTags}
  630.  
  631. </div> <!--info-->
  632. {/block:Posts}
  633.  
  634. {block:Date}{block:PermalinkPage}{block:IfDisqusShortname}
  635.  
  636. <div id="disqus_thread"></div>
  637. <script type="text/javascript">
  638. /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  639. var disqus_shortname = '{text:Disqus Shortname}'; // Required - Enter shortname in Tumblr Theme Options
  640. var disqus_url = '{Permalink}';
  641.  
  642. /* * * DON'T EDIT BELOW THIS LINE * * */
  643. (function() {
  644. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  645. dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
  646. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  647. })();
  648. </script>
  649. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  650. {lang:Blog comments powered by Disqus 2}
  651. <a href="https://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
  652.  
  653. {/block:IfDisqusShortname}{/block:PermalinkPage}{/block:Date}
  654.  
  655. {block:PostNotes}<div class="note"> {PostNotes}</div>{/block:PostNotes}
  656.  
  657. <div id="pagi"><center>
  658. {block:PreviousPage}
  659. <a href="{PreviousPage}">← {lang:prev}</a>
  660. {/block:PreviousPage}
  661. {block:JumpPagination length="5"}
  662. {block:CurrentPage}
  663. <span id="currentpage">{PageNumber}</span>
  664. {/block:CurrentPage}
  665. {block:JumpPage}
  666. <a class="jump_page" href="{URL}">{PageNumber}</a>
  667. {/block:JumpPage}
  668. {/block:JumpPagination}
  669. {block:NextPage}
  670. <a href="{NextPage}">{lang:next} →</a>{/block:NextPage}
  671. </center></div><!--pagi-->
  672. </div></div></div>
  673.  
  674. {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}</div>
  675.  
  676. <div id="credit"><a href="https://theghostoflove.tumblr.com" title="Enchantingly">E</a></div>
  677.  
  678.  
  679. </body>
  680. </html>
Advertisement
Add Comment
Please, Sign In to add comment