Advertisement
heartilys

THEME: SUNSHINE !

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