Advertisement
watercolorwitch

soulost blog 2/19/20

Feb 19th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.18 KB | None | 0 0
  1. <!-- ♡ VINTAGE ROSE!, a theme by woodsbeyond / rosevois.
  2.  
  3. — edit / customize the theme to your heart's content! i've done my best to organize and include instructions to the best of my ability, but if you have trouble with anything, feel free to ask!
  4. — DO NOT delete the credit. if you add in a background image and it somehow obstructs the credit / makes it harder to see, you may adjust the position.
  5. — find a bug, or something that looks wonky when you start customizing it? let me know so i can adjust it! -->
  6.  
  7. <!DOCTYPE html>
  8. <html>
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <meta name="color:background" content="#151414"/>
  19. <meta name="color:container" content="#edd7d7"/>
  20. <meta name="color:post" content="#f8f1f1"/>
  21. <meta name="color:text" content="#554d4b"/>
  22. <meta name="color:text2" content="#818181"/>
  23. <meta name="color:stitle" content="#b39296"/>
  24. <meta name="color:bold" content="#b39296"/>
  25. <meta name="color:italic" content="#9cb3b2"/>
  26. <meta name="color:link" content="#a5646c"/>
  27. <meta name="color:tags" content="#b39296"/>
  28. <meta name="color:accent" content="#c2d7d2"/>
  29. <meta name="color:accent2" content="#a5646c"/>
  30. <meta name="color:border" content="#dadada"/>
  31.  
  32. <meta name="image:bg" content""/>
  33. <meta name="image:sidebar" content""/>
  34. <meta name="image:sicon" content""/>
  35. <meta name="image:header" content""/>
  36.  
  37. <meta name="text:stitle" content="side title"/>
  38. <meta name="text:desc" content="side description"/>
  39. <meta name="text:info" content="tag line"/>
  40. <meta name="text:link1" content="/"/>
  41. <meta name="text:link1 title" content="index" />
  42. <meta name="text:link2" content="/ask"/>
  43. <meta name="text:link2 title" content="message"/>
  44. <meta name="text:link3" content=""/>
  45. <meta name="text:link3 title" content=""/>
  46. <meta name="text:link4" content=""/>
  47. <meta name="text:link4 title" content=""/>
  48. <meta name="text:link5" content=""/>
  49. <meta name="text:link5 title" content=""/>
  50.  
  51.  
  52. <title>{title}</title>
  53.  
  54. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  55. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  56.  
  57. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  58. <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
  59.  
  60. <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
  61.  
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("a[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:90,
  68. tip_fade_speed:700,
  69. attribute:"title"
  70. });
  71. });
  72. })(jQuery);
  73. </script>
  74.  
  75. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  76. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  77. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  78.  
  79. <script>
  80. $(document).ready(function(){
  81. $('.photo-slideshow').pxuPhotoset({
  82. lightbox: true,
  83. rounded: false,
  84. gutter: '0px',
  85. borderRadius: '0px',
  86. photoset: '.photo-slideshow',
  87. photoWrap: '.photo-data',
  88. photo: '.pxu-photo'
  89. });
  90. });
  91. </script>
  92.  
  93. <script>
  94.  
  95. $(document).ready(function(){
  96. $("ul#tabs li").click(function(e){
  97. if (!$(this).hasClass("active")) {
  98. var tabNum = $(this).index();
  99. var nthChild = tabNum+1;
  100. $("ul#tabs li.active").removeClass("active");
  101. $(this).addClass("active");
  102. $("ul#tab li.active").removeClass("active");
  103. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  104. }
  105. });
  106. });
  107.  
  108. </script>
  109.  
  110. <style type="text/css">
  111.  
  112. @font-face { font-family:'vintage avalanche'; src: url('https://dl.dropboxusercontent.com/s/p614ok9ext1lrmn/vintage%20avalanche.otf') ;}
  113.  
  114. @font-face { font-family:'saturday night'; src: url('https://dl.dropboxusercontent.com/s/t1v8lrtmfsvr7ky/saturday%20nights%20personal%20use.ttf') ;}
  115.  
  116. iframe.tmblr-iframe {
  117. z-index:99999999999999!important;
  118. top:-2px!important;
  119. right:0!important;
  120. opacity:0;
  121. padding-right:38px;
  122. /* delete invert(1) from here */
  123. filter:invert(0) contrast(150%);
  124. -webkit-filter:invert(0) contrast(150%);
  125. -o-filter:invert(0) contrast(150%);
  126. -moz-filter:invert(0) contrast(150%);
  127. -ms-filter:invert(0) contrast(150%);
  128. /* to here if your blog has a dark background */
  129. transform:scale(0.75);
  130. transform-origin:100% 0;
  131. -webkit-transform:scale(0.75);
  132. -webkit-transform-origin:100% 0;
  133. -o-transform:scale(0.75);
  134. -o-transform-origin:100% 0;
  135. -moz-transform:scale(0.75);
  136. -moz-transform-origin:100% 0;
  137. -ms-transform:scale(0.75);
  138. -ms-transform-origin:100% 0;}
  139.  
  140. iframe.tmblr-iframe:hover {
  141. opacity:0.8!important;}
  142.  
  143. .hcontrols {
  144. position:fixed;
  145. top:1;
  146. right:0;
  147. z-index:999999999;
  148. }
  149.  
  150. .hcontrols svg {
  151. width:14px;
  152. height:14px;
  153. padding:6px 6px 2px 5px;
  154. transform:scale(1.45);
  155. }
  156.  
  157. .hcontrols svg path {
  158. fill:#eee0de;/* change this to change the color of the icon */
  159. }
  160.  
  161. #s-m-t-tooltip {
  162. max-width:360px;
  163. padding:8px 12px 8px 12px;
  164. margin:10px 10px 5px 10px;
  165. color:{color:bold}; /* text color */
  166. font-family:'roboto';
  167. font-size:8px;
  168. text-transform:uppercase;
  169. letter-spacing:2px;
  170. background-color:{color:container}; /* change the background color of your hover info */
  171. z-index:99999;
  172. }
  173.  
  174. body {
  175. font-family:'roboto';
  176. color:#928988;
  177. background:url('{image:bg}') top {color:background};
  178. }
  179.  
  180. a {
  181. font-family:'roboto condensed';
  182. font-style:italic;
  183. color:{color:link};
  184. letter-spacing:.5px;
  185. text-decoration:none;
  186. text-transform:lowercase;
  187. }
  188.  
  189. b, strong {
  190. font-size:14px;
  191. color:{color:bold};
  192. font-weight:800;
  193. font-family:'vintage avalanche';
  194. }
  195.  
  196. i, em {
  197. font-size:14px;
  198. text-transform:lowercase;
  199. font-style:italic;
  200. color:{color:italic};
  201. font-family:'roboto condensed';
  202. }
  203.  
  204. u {
  205. font-size:12px;
  206. color:{color:text};
  207. text-decoration:underline;
  208. text-transform:uppercase;
  209. font-family:'roboto condensed';
  210. }
  211.  
  212. big {
  213. font-size:15px;
  214. }
  215.  
  216. small, sub, sup {
  217. font-size:13px;
  218. }
  219.  
  220. blockquote {
  221. margin-left:15px;
  222. padding-left:15px;
  223. border-left: .5px solid {color:border};
  224. }
  225.  
  226. blockquote img {
  227. max-width:400px;
  228. height:auto;
  229. margin-top:3px;
  230. }
  231.  
  232. .tmblr-full {
  233. margin-left:-26px;
  234. margin-bottom:5px;
  235. }
  236.  
  237. hr {
  238. width:60%;
  239. border:1px solid {color:border};
  240. margin-top:20px;
  241. margin-bottom:20px;
  242. }
  243.  
  244. pre {
  245. font-family:'roboto condensed';
  246. max-width:450px;
  247. font-size:11px;
  248. text-transform:uppercase;
  249. text-align:center;
  250. color:{color:post};
  251. padding:10px 20px 12px 20px;
  252. margin-top:20px;
  253. background-color:{color:text};
  254. }
  255.  
  256. pre i, pre b, pre a {
  257. font-size:11px;
  258. font-family:'roboto condensed';
  259. text-transform:uppercase;
  260. }
  261.  
  262. pre i {
  263. color:{color:post};
  264. }
  265.  
  266. pre b {
  267. color:{color:bold};
  268. }
  269.  
  270. pre a {
  271. color:{color:accent};
  272. font-style:normal;
  273. }
  274.  
  275.  
  276. h1 {
  277. font-family:'vintage avalanche';
  278. font-size:35px;
  279. text-transform:uppercase;
  280. text-align:center;
  281. line-height:35px;
  282. padding-bottom:12px;
  283. margin-top:0px;
  284. -webkit-text-stroke: .2px {color:italic};
  285. color:transparent;
  286. border-bottom:1px solid {color:border};
  287. }
  288.  
  289. h2 {
  290. font-family:'saturday night';
  291. font-size:30px;
  292. color:{color:bold};
  293. text-align:center;
  294. text-transform:lowercase;
  295. line-height:18px;
  296. word-spacing:6px;
  297. margin-bottom:0px;
  298. }
  299.  
  300. h3, h3 a {
  301. font-family: 'Roboto Condensed', sans-serif;
  302. font-size:11px;
  303. color:{color:bold};
  304. text-align:center;
  305. text-transform:uppercase;
  306. margin-top:15px;
  307. margin-bottom:10px;
  308. font-weight:bold;
  309. font-style:italic;
  310. }
  311.  
  312. h4 {
  313. font-family: 'Roboto Condensed' sans-serif;
  314. font-size:10px;
  315. color:{color:post};
  316. text-align:center;
  317. text-transform:uppercase;
  318. letter-spacing:1px;
  319. word-spacing:4px;
  320. font-weight:600;
  321. border:3px double {color:post};
  322. background-image:url('{image:header}');
  323. padding: 4px;
  324. margin-top:10px;
  325. margin-bottom:15px;
  326. text-shadow:
  327. -1px -1px 0 #000,
  328. 1px -1px 0 #000,
  329. -1px 1px 0 #000,
  330. 1px 1px 0 #000;
  331. }
  332.  
  333.  
  334. #cont {
  335. width:860px;
  336. height:500px;
  337. position:fixed;
  338. margin: auto;
  339. left:0px;
  340. top:0px;
  341. bottom:0px;
  342. right:0px;
  343. background-color:{color:container};
  344. border:40px solid {color:container};
  345. }
  346.  
  347. #entries {
  348. margin-top:0px;
  349. height:500px;
  350. width:540px;
  351. position:absolute;
  352. margin-left:350px;
  353. overflow-y:scroll;
  354. overflow-x:hidden;
  355. }
  356.  
  357. #post {
  358. font-size:13px;
  359. font-family: 'roboto', sans-serif;
  360. text-align:justify;
  361. line-height:16px;
  362. background-color:{color:post};
  363. padding:20px;
  364. width:450px;
  365. margin-top:0px;
  366. margin-bottom:45px;
  367. }
  368.  
  369. #entries::-webkit-scrollbar-thumb {
  370. height:9px;
  371. border:7px solid {color:container};
  372. background-color:{color:bold};
  373. }
  374.  
  375. #entries::-webkit-scrollbar {
  376. width:15px;
  377. height:4px;
  378. border:7px solid {color:container};
  379. background:{color:container};
  380. margin-right:5px;
  381. }
  382.  
  383. .ol, ul {
  384. padding-left:20px;
  385. padding-right:20px;
  386. }
  387.  
  388. li {
  389. list-style-type: none;
  390. }
  391.  
  392. #post li:before {
  393. margin-left:6px;
  394. margin-right:15px;
  395. color:{color:accent2};
  396. content:'\eb21';
  397. font-family:'honeybee';
  398. font-size:6px;
  399. display:inline-block;
  400. }
  401.  
  402. ol.notes {
  403. list-style-type:none;
  404. }
  405.  
  406. a.more_notes_link {
  407. font-size:9px;
  408. text-transform:uppercase;
  409. font-family:'roboto condensed';
  410. text-align:center;
  411. margin-left:-25px;
  412. }
  413.  
  414. #info, #permalink {
  415. position:relative;
  416. text-align:center;
  417. margin-top:14px;
  418. margin-left:0px;
  419. padding:14px 10px 22px 15px;
  420. font-size:10px;
  421. line-height:25px;
  422. letter-spacing:1px;
  423. text-transform:uppercase;
  424. background:url('{image:header}');
  425. border:3px double {color:post};
  426. text-shadow:
  427. -1px -1px 0 #000,
  428. 1px -1px 0 #000,
  429. -1px 1px 0 #000,
  430. 1px 1px 0 #000;
  431. transition:.3s;
  432. }
  433.  
  434. #info a, #permalink a {
  435. color:{color:post};
  436. text-transform:uppercase;
  437. font-family:'roboto condensed';
  438. font-style:normal;
  439. padding:4px 10px 4px 10px;
  440. border-bottom:1px solid {color:post};
  441. transition:.3s;
  442. }
  443.  
  444. .tags {
  445. position:relative;
  446. text-align:center;
  447. margin-top:6px;
  448. padding-top:10px;
  449. padding-left:2px;
  450. padding-right:2px;
  451. font-size:10px;
  452. line-height:14px;
  453. }
  454.  
  455. .tags a {
  456. color:{color:tags};
  457. text-transform:uppercase;
  458. font-family:'roboto condensed';
  459. font-style:italic;
  460. transition:.3s;
  461. }
  462.  
  463. #notes {
  464. text-transform:uppercase;
  465. font-size:9px;
  466. font-family:'roboto condensed';
  467. line-height:16px;
  468. margin-top:20px;
  469. }
  470.  
  471. #notes ol, #notes li {
  472. padding-left:10px;
  473. padding-right:10px;
  474. list-style-type:none;
  475. }
  476.  
  477. #notes img {
  478. display:none;
  479. }
  480.  
  481. #sidebar {
  482. position:fixed;
  483. margin-top:0px;
  484. margin-left:0px;
  485. width:300px;
  486. height:500px;
  487. }
  488.  
  489. #descborder {
  490. width:230px;
  491. height:330px;
  492. border:1px solid {color:accent2};
  493. border-radius:5px;
  494. margin-top:90px;
  495. margin-left:50px;
  496. position:fixed;
  497. }
  498.  
  499. #descbg {
  500. width:230px;
  501. height:330px;
  502. color:{color:text};
  503. text-align:justify;
  504. text-transform:uppercase;
  505. font-size:10px;
  506. line-height:15px;
  507. font-family: 'Roboto', sans-serif;
  508. margin-top:100px;
  509. margin-left:70px;
  510. overflow:hidden;
  511. position:absolute;
  512. background-color:{color:post};
  513. border-radius:5px;
  514. }
  515.  
  516. #desc {
  517. width:190px;
  518. height:200px;
  519. margin-top:20px;
  520. margin-left:20px;
  521. padding:0px 5px 30px 5px;
  522. border-bottom:1px solid {color:accent};
  523. overflow:hidden;
  524. }
  525.  
  526. #desc i {
  527. font-family:'vintage avalanche';
  528. }
  529.  
  530. #sidebar img {
  531. width:260px;
  532. height:450px;
  533. margin-top:0px;
  534. border-radius:5px;
  535. }
  536.  
  537. #sideicon {
  538. width:64px;
  539. height:64px;
  540. border-radius:100px;
  541. position:fixed;
  542. margin-top:330px;
  543. margin-left:250px;
  544. background-color:{color:post};
  545. border:1px solid {color:accent};
  546. }
  547.  
  548. #sideicon img {
  549. width:64px;
  550. height:64px;
  551. border-radius:100px;
  552. margin-top:3px;
  553. margin-left:7px;
  554. }
  555.  
  556. #nav {
  557. width:170px;
  558. position:fixed;
  559. margin-top:360px;
  560. margin-left:-170px;
  561. word-spacing:6px;
  562. display:inline-block;
  563. }
  564.  
  565. #nav a {
  566. color:{color:accent2};
  567. font-size:15px;
  568. padding-left:5px;
  569. padding-right:5px;
  570. transition:.3s;
  571. }
  572.  
  573. #nav a:hover{
  574. color:{color:accent};
  575. transition:.3s;
  576. }
  577.  
  578. #stitle {
  579. width:260px;
  580. position:fixed;
  581. margin-top:367px;
  582. margin-left:10px;
  583. text-align:right;
  584. text-transform:lowercase;
  585. font-size:58px;
  586. font-family:'saturday night';
  587. color:{color:container};
  588. text-shadow:
  589. 0px 0px 0,
  590. 0px 0px 0,
  591. -3px 3px 0 {color:stitle},
  592. 0px 0px 0;
  593. overflow:hidden;
  594. }
  595.  
  596. #tagline {
  597. width:280px;
  598. height:25px;
  599. font-size:11px;
  600. text-align:center;
  601. line-height:12px;
  602. color:{color:text};
  603. font-family: 'Roboto Condensed', sans-serif;
  604. text-transform:uppercase;
  605. margin-top:0px;
  606. margin-left:0px;
  607. padding:10px;
  608. position:fixed;
  609. border-bottom:1px solid {color:accent2};
  610. }
  611.  
  612. #tagline i {
  613. font-size:13px;
  614. color:{color:accent2};
  615. text-transform:uppercase;
  616. padding-right:4px;
  617. font-family:'vintage avalanche';
  618. }
  619.  
  620. #pag {
  621. width:300px;
  622. position:fixed;
  623. margin-top:55px;
  624. margin-left:0px;
  625. word-spacing:50px;
  626. text-align:center;
  627. }
  628.  
  629. #pag a {
  630. color:{color:tags};
  631. font-size:9px;
  632. text-transform:uppercase;
  633. background-color:{color:post};
  634. border:1px solid {color:bold};
  635. padding:5px 4px 4px 5px;
  636. border-radius:100px;
  637. display:inline-block;
  638. transition:.3s;
  639. }
  640.  
  641. #pag a:hover {
  642. color:{color:accent2};
  643. transition:.3s;
  644. }
  645.  
  646. #q {
  647. font-size:12px;
  648. color:{color:link};
  649. font-family: 'Roboto Condensed', sans-serif;
  650. text-transform:uppercase;
  651. font-weight:bold;
  652. padding-left:10px;
  653. padding-right:10px;
  654. }
  655.  
  656. #qsrc {
  657. text-align:center;
  658. padding-left:20px;
  659. padding-right:20px;
  660. text-transform:uppercase;
  661. font-size:11px;
  662. font-family: 'Roboto Condensed', sans-serif;
  663. font-weight:bold;
  664. margin-top:20px;
  665. }
  666.  
  667. #chat {
  668. margin-left:10px;
  669. margin-right:10px;
  670. }
  671.  
  672. #chatlabel {
  673. color:{color:accent2};
  674. border-bottom:1px solid {color:border};
  675. margin-bottom:10px;
  676. padding:0px 2px 1px 2px;
  677. font-weight:bold;
  678. font-family: 'Roboto Condensed', sans-serif;
  679. text-transform:uppercase;
  680. display:inline-block;
  681. }
  682.  
  683. #audio {
  684. font-size:11px;
  685. text-transform:uppercase;
  686. font-family: 'roboto condensed';
  687. line-height:18px;
  688. margin-top:-58px;
  689. margin-bottom:22px;
  690. padding-bottom:14px;
  691. border-bottom:1px solid {color:border};
  692. }
  693.  
  694. .play {
  695. width:28px;
  696. height:28px;
  697. overflow:hidden;
  698. margin-top:33px;
  699. margin-left:75px;
  700. opacity.7;
  701. }
  702.  
  703. #asker {
  704. text-transform:uppercase;
  705. font-family:'vintage avalanche';
  706. font-size:35px;
  707. -webkit-text-stroke: 1px {color:text2};
  708. color:transparent;
  709. font-weight:200;
  710. text-align:center;
  711. padding-top:24px;
  712. padding-bottom:5px;
  713. border-radius:5px;
  714. background-color:{color:accent};
  715. }
  716.  
  717. #asker a {
  718. font-family:'vintage avalanche';
  719. -webkit-text-stroke: .2px {color:text2};
  720. color:{color:italic};
  721. font-style:normal;
  722. text-transform:uppercase;
  723. padding-left:8px;
  724. padding-right:8px;
  725. padding-bottom:6px;
  726. border-bottom:1px solid {color:text2};
  727. }
  728.  
  729. #question {
  730. font-size:10px;
  731. font-family:'roboto';
  732. text-transform:uppercase;
  733. text-align:justify;
  734. color:{color:text2};
  735. margin-bottom:-5px;
  736. margin-top:-5px;
  737. border-radius:5px;
  738. padding:35px 20px 20px 20px;
  739. background-color:{color:accent};
  740. }
  741.  
  742. #credit {
  743. position:fixed;
  744. bottom:10px;
  745. right:5px;
  746. font-size:20px;
  747. }
  748.  
  749. #credit a {
  750. width:60px;
  751. height:60px;
  752. color:{color:link};
  753. padding:6px 6px 2px 5px;
  754. background-color:{color:container};
  755. }
  756.  
  757.  
  758. {CustomCSS}
  759. </style>
  760.  
  761. <link rel="shortcut icon" href="{Favicon}">
  762. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  763.  
  764.  
  765. </head>
  766.  
  767. <body>
  768.  
  769. <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
  770.  
  771. <div id="cont">
  772.  
  773. <div id="sidebar">
  774.  
  775. <div id="descborder"></div>
  776.  
  777. <div id="descbg"> <div id="desc">{text:desc}</div> </div>
  778.  
  779. <div id="sideicon"><img src="{image:sicon}"></div>
  780.  
  781. <div id="stitle"> {text:stitle} </div>
  782.  
  783. <img src="{image:sidebar}">
  784.  
  785. <div id="nav">
  786. <a href="{text:link1}" title="{text:link1 title}"><span class="th th-push-pin"></span></a> <a href="{text:link2}" title="{text:link2 title}"><span class="th th-bubble-heart-o"></a> <a href="{text:link3}" title="{text:link3 title}"><span class="th th-list"></a> <a href="{text:link4}" title="{text:link4 title}"><span class="th th-heart-1-o"></a> <a href="{text:link5}" title="{text:link5 title}"><span class="th th-plus-1"></a>
  787. </div>
  788.  
  789. <div id="tagline"> {text:info} </div>
  790.  
  791. <div id="pag">
  792. {block:Pagination}
  793. {block:PreviousPage}
  794. <a href="{PreviousPage}" title="back"> <span class="th th-chevron-left"></span> </a>
  795. {/block:PreviousPage}
  796. {block:NextPage}
  797. <a href="{NextPage}" title="next"> <span class="th th-chevron-right"></span> </a>
  798. {/block:NextPage}
  799. {/block:Pagination}
  800. </div>
  801.  
  802. <div id="credit"><a href="https://woodsbeyond.tumblr.com" title="made by evie"><span class="th th-rose"></span></a></div>
  803.  
  804. </div>
  805.  
  806. <div id="entries">
  807. {block:Posts}
  808. <div id="post">
  809.  
  810. {block:Text}
  811. {block:Title}
  812. <h1 style="margin-top:0px;">{Title}</h1>
  813. {/block:Title}
  814. {Body}
  815. {/block:Text}
  816.  
  817. {block:Link}
  818. <h3 style="margin-top:0px;"><a href="{URL}">{Name}</a></h3>
  819. {block:Description}{Description}{/block:Description}
  820. {/block:Link}
  821.  
  822. {block:Photo}
  823. <center>
  824. {LinkOpenTag}
  825. <a href="{permalink}">
  826. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="450"></a>
  827. {LinkCloseTag}
  828. </center>
  829. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  830. {block:ContentSource}
  831. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  832. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  833. {/block:SourceLogo}
  834. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  835. {/block:ContentSource}
  836. {block:ReblogParentURL}
  837. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  838. {/block:ReblogParentURL}
  839. {/block:Photo}
  840.  
  841. {block:Photoset}
  842. <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>
  843. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  844. {/block:Photoset}
  845.  
  846. {block:Quote}
  847. <div id="q"><span class="th th-quote-up-o" style="font-size:14px;"></span> &nbsp; &nbsp; {Quote} &nbsp; &nbsp; <span class="th th-quote-down-o" style="font-size:14px;"></span></div>
  848. {block:Source}
  849. <div id="qsrc">— &nbsp;&nbsp; {Source}</div>
  850. {/block:Source}
  851. {/block:Quote}
  852.  
  853. {block:Chat}
  854. <div id="chat">
  855. {block:Title}
  856. <h1>{Title}</h1>
  857. {/block:Title}
  858. {block:Lines}
  859. {block:Label}
  860. <div id="chatlabel">{Label}</div> &nbsp;
  861. {/block:Label}
  862. {Line} <br>
  863. {/block:Lines}
  864. </div>
  865. {/block:Chat}
  866.  
  867. {block:Audio}
  868. {block:AlbumArt}
  869. <img src="{AlbumArtURL}" width="60px" align="left" style="margin-left:5px;margin-right:20px;border-radius:5px;" />{/block:AlbumArt}
  870. <div class="play">{AudioPlayerWhite}</div>
  871. <div id="audio">{block:TrackName}<b>Title:</b> &nbsp; {TrackName}<br />{/block:TrackName}
  872. {block:Artist}<b>Artist:</b> &nbsp; {Artist}<br />{/block:Artist}
  873. {/block:ExternalAudio}<b>Played:</b> &nbsp; {PlayCount} times</div>
  874. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  875. {/block:Audio}
  876.  
  877. {block:Video}
  878. <div class="video">{Video-500}</div>
  879. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  880. {/block:Video}
  881.  
  882. {block:Answer}<div id="asker">{Asker} :</div>
  883. <div id="askline"> </div>
  884. <div id="question">" {Question} "</div> <br>
  885. {Answer}{/block:Answer}
  886.  
  887.  
  888. {block:IndexPage}
  889. <div id="info">
  890. <a href="{Permalink}" title="{TimeAgo}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>
  891. &nbsp; &nbsp; <a href="{Permalink}">{NoteCount} <span class="th th-heart-1-o" style="font-size:8px;"></span></a>
  892. {block:RebloggedFrom}
  893. &nbsp; &nbsp; <a href="{ReblogParentURL}" target="_blank">via</a>
  894. &nbsp; &nbsp; <a href="{ReblogRootURL}" target="_blank">src</a>
  895. {/block:RebloggedFrom}
  896. </div>
  897. <div class="tags">{block:HasTags}
  898. {block:Tags}<a href="{TagURL}"><span class="th th-hashtag"></span> &nbsp;{Tag}</a>&nbsp; &nbsp; &nbsp;
  899. {/block:Tags}
  900. {/block:HasTags}</div>
  901. {/block:IndexPage}
  902.  
  903. {block:PermalinkPage}
  904. <div id="permalink">
  905. <a href="{Permalink}" title="{TimeAgo}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>
  906. &nbsp; &nbsp; <a href="{Permalink}">{NoteCount} <span class="th th-heart-1-o" style="font-size:8px;"></span></a>
  907. {block:RebloggedFrom}
  908. &nbsp; &nbsp; <a href="{ReblogParentURL}" target="_blank">via</a>
  909. &nbsp; &nbsp; <a href="{ReblogRootURL}" target="_blank">src</a>
  910. {/block:RebloggedFrom}
  911. </div>
  912. <div class="tags">{block:HasTags}
  913. {block:Tags}<a href="{TagURL}"><span class="th th-hashtag" style="font-size:8px;"></span> &nbsp;{Tag}</a>&nbsp; &nbsp; &nbsp;
  914. {/block:Tags}
  915. {/block:HasTags}</div>
  916. {/block:PermalinkPage}
  917.  
  918.  
  919. {block:PostNotes}
  920. <div id="notes">{PostNotes}</div>
  921. {/block:PostNotes}
  922. </div>
  923. {/block:Posts}
  924.  
  925. </div>
  926.  
  927. </div>
  928.  
  929. </div>
  930.  
  931. </body>
  932. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement