heartilys

irnmaidn

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