Advertisement
heartilys

cass

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