Advertisement
Tsunland

Saya Theme

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