Advertisement
heartilys

sparkadream theme

Jul 6th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!-- scripts -->
  13.  
  14.  
  15. <!-- fonts -->
  16.  
  17. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
  19. <link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
  20.  
  21. <script src="https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js"></script>
  22. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  23.  
  24. <!-- jquery docs -->
  25. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  26.  
  27. <script type="text/javascript"
  28. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  29.  
  30. <!-- photoset script ( tutorials @ http://shythemes.tumblr.com/post/113728114758/tutorial-pixel-union-photosets + http://bychloethemes.tumblr.com/post/155956945114/modified-pxu-photoset-script-modified-by ) -->
  31.  
  32. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  33. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  34. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  35.  
  36. <script>
  37. $(document).ready(function(){
  38. $('.photo-slideshow').pxuPhotoset({
  39. lightbox: true,
  40. rounded: false,
  41. gutter: '3px',
  42. borderRadius: '0px',
  43. photoset: '.photo-slideshow',
  44. photoWrap: '.photo-data',
  45. photo: '.pxu-photo'
  46. });
  47. });
  48. </script>
  49.  
  50. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  51. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. (function($){
  54. $(document).ready(function(){
  55. $("[title],a[title],img[title]").style_my_tooltips({
  56. tip_follows_cursor:true,
  57. tip_delay_time:90,
  58. tip_fade_speed:600,
  59. attribute:"title"
  60. });
  61. });
  62. })(jQuery);
  63. </script>
  64.  
  65. <!--DEFAULTS-->
  66.  
  67. <!--TEXT-->
  68. <meta name="text:stitle" content="subtitle here"/>
  69. <meta name="text:sdesc" content="side description here"/>
  70. <meta name="text:subtitle" content="subtitle text here"/>
  71.  
  72. <!--COLOURS-->
  73. <meta name="color:scroll" content="#2d4a56"/>
  74. <meta name="color:bg" content="#e7e3db"/>
  75. <meta name="color:borders" content="#2d4a56"/>
  76. <meta name="color:side title" content="#3e3b3b"/>
  77. <meta name="color:title 1" content="#c1af99"/>
  78. <meta name="color:title 2" content="#2d4a56"/>
  79. <meta name="color:desc bg" content="#e7e3db"/>
  80. <meta name="color:desc text" content="#282424"/>
  81. <meta name="color:nav bg" content="#e7e3db"/>
  82. <meta name="color:nav link" content="#2d4a56"/>
  83. <meta name="color:post" content="#e7e3db"/>
  84. <meta name="color:link" content="#c1af99"/>
  85. <meta name="color:text" content="#282424"/>
  86. <meta name="color:info" content="#4f4645"/>
  87. <meta name="color:tags bg" content="#2d4a56"/>
  88. <meta name="color:hover" content="#e7e3db"/>
  89. <meta name="color:pagination" content="#282424"/>
  90.  
  91. <!--IMAGES-->
  92. <meta name="image:bg" content=""/>
  93. <meta name="image:sicon" content=""/>
  94. <meta name="image:simg" content=""/>
  95.  
  96. <!--LINKS-->
  97. <meta name="text:Link1" content="/" />
  98. <meta name="text:Link1 Title" content="" />
  99. <meta name="text:Link2" content="/" />
  100. <meta name="text:Link2 Title" content="" />
  101. <meta name="text:Link3" content="/" />
  102. <meta name="text:Link3 Title" content="" />
  103.  
  104. <style type="text/css">
  105.  
  106. /* tooltips */
  107.  
  108. .tooltip{
  109. display:inline;
  110. position:relative;
  111. }
  112.  
  113. #s-m-t-tooltip{
  114. max-width:100px;
  115. padding:3px 4px 3px 4px;
  116. margin:20px 7px -2px 20px;
  117. background-color:#ffffff;
  118. border:1px solid {color:borders};
  119. font-family: 'Inconsolata', sans-serif;
  120. font-size:9px;
  121. letter-spacing:.5px;
  122. text-transform:uppercase;
  123. color:{color:stext};
  124. background-color:{color:post};
  125. z-index:99999999999999999999;
  126. }
  127.  
  128. @keyframes bounce {
  129. 0%, 20%, 60%, 100% {
  130. -webkit-transform: translateY(0);
  131. transform: translateY(0);
  132. }
  133.  
  134. 40% {
  135. -webkit-transform: translateY(-20px);
  136. transform: translateY(-20px);
  137. }
  138.  
  139. 80% {
  140. -webkit-transform: translateY(-10px);
  141. transform: translateY(-10px);
  142. }
  143. }
  144.  
  145. /* scrollbar */
  146.  
  147. ::-webkit-scrollbar {
  148. width:2px;
  149. background-color:transparent;
  150. }
  151.  
  152. ::-webkit-scrollbar-thumb{
  153. background-color:{color:scroll};
  154. }
  155.  
  156. /* general */
  157.  
  158. body {
  159. background-color:{color:bg};
  160. background-image:url('{image:bg}');
  161. background-attachment:fixed;
  162. background-repeat:no-repeat;
  163. background-position:center;
  164. color:{color:text};
  165. font-size:11px;
  166. font-family: 'Inconsolata', sans-serif;
  167. }
  168.  
  169. a {
  170. color:{color:link};
  171. text-decoration:none;
  172. letter-spacing:0px;
  173. text-transform:uppercase;
  174. }
  175.  
  176. a:hover {
  177. color:{color:hover};
  178. transition-duration:1s;
  179. -moz-transition-duration:1s;
  180. -webkit-transition-duration:1s;
  181. -o-transition-duration:1s;
  182. }
  183.  
  184. b, strong {
  185. color:{color:link};
  186. font-weight:800;
  187. letter-spacing:1px;
  188. }
  189.  
  190. i, em {
  191. color:{color:tags};
  192. }
  193.  
  194. u, strike {
  195. color:{color:info};
  196. font-weight:bold;
  197. }
  198.  
  199. sub, sup, sub sub {
  200. font-size:11px;
  201. }
  202.  
  203. li {
  204. list-style-type:circle;
  205. margin-left:-10px;
  206. }
  207.  
  208. pre {
  209. background-color:{color:tags bg};
  210. color:{color:post};
  211. padding:6px;
  212. font-size:10px;
  213. }
  214.  
  215. hr {
  216. display:block;
  217. width:200px;
  218. border:.5px solid {color:link};
  219. margin-top:20px;
  220. margin-bottom:15px;
  221. }
  222.  
  223. blockquote {
  224. text-align:justify;
  225. margin-top:5px;
  226. margin-bottom:5px;
  227. margin-left:0px;
  228. padding:0px 5px 0px 10px;
  229. border-left: 1px dashed {color:borders};
  230. margin-right:5px;
  231. }
  232.  
  233. blockquote img {
  234. max-width:300px;
  235. height:auto;
  236. padding-bottom:5px;
  237. }
  238.  
  239. img {
  240. max-width:100%;
  241. height:auto;
  242. }
  243.  
  244.  
  245. /* headings */
  246.  
  247. h1 {
  248. margin-bottom:15px;
  249. margin-left:2px;
  250. font-size:24px;
  251. text-transform:lowercase;
  252. letter-spacing:2px;
  253. font-family: 'Cookie', cursive;
  254. text-align:center;
  255. padding:12px;
  256. border-radius:5px;
  257. color:{color:title 1};
  258. }
  259.  
  260. h1 a {
  261. color:{color:title 2};
  262. }
  263.  
  264. h1 a:hover {
  265. color:{color:hover};
  266. transition-duration:1s;
  267. -moz-transition-duration:1s;
  268. -webkit-transition-duration:1s;
  269. -o-transition-duration:1s;
  270. }
  271.  
  272. h2 {
  273. margin-top:10px;
  274. margin-left:5px;
  275. font-size:12px;
  276. line-height:12px;
  277. padding:12px;
  278. letter-spacing:1px;
  279. font-family: 'Abril Fatface', cursive;
  280. color:{color:title 2};
  281. text-transform:uppercase;
  282. text-align:center;
  283. text-shadow:0 0 0.01em;
  284. }
  285.  
  286. /* content */
  287.  
  288. #cont {
  289. width:550px;
  290. height:100%;
  291. overflow-y:scroll;
  292. overflow-x:hidden;
  293. position:fixed;
  294. margin:auto;
  295. left:330px;
  296. top:30px;
  297. bottom:0px;
  298. right:0px;
  299. }
  300.  
  301. #entries {
  302. width:500px;
  303. margin-left:22px;
  304. margin-top:0px;
  305. margin-bottom:20px;
  306. overflow-x:hidden;
  307. position:absolute;
  308. }
  309.  
  310.  
  311. #post {
  312. margin-top:20px;
  313. font-family: 'Inconsolata', sans-serif;
  314. color:{color:text};
  315. }
  316.  
  317. #caption {
  318. text-align:justify;
  319. padding:5px 10px 5px 10px;
  320. margin-left:0px;
  321. color:{color:text};
  322. font-family: 'Inconsolata', sans-serif;
  323. }
  324.  
  325. #info {
  326. margin-left:0px;
  327. margin-top:-10px;
  328. margin-bottom:5px;
  329. color:{color:post};
  330. font-size:10px;
  331. font-family: 'Inconsolata', sans-serif;
  332. text-align:center;
  333. text-transform:uppercase;
  334. padding:5px;
  335. }
  336.  
  337. #info a {
  338. color:{color:info};
  339. background-color:{color:post};
  340. border-radius:5px;
  341. padding: 3px 6px 3px 6px;
  342. border:1px solid {color:borders};
  343. }
  344.  
  345. #tags {
  346. width:480px;
  347. padding:15px 13px 5px 13px;
  348. margin-left:-10px;
  349. margin-top:-9px;
  350. margin-bottom:5px;
  351. line-height:14px;
  352. font-size:9px;
  353. word-spacing:1px;
  354. text-align:left;
  355. background-color:{color:tags bg};
  356. }
  357.  
  358. #tags a {
  359. color:{color:post};
  360. background-color:transparent;
  361. border:none;
  362. text-transform:uppercase;
  363. }
  364.  
  365. #tags a:hover {
  366. font-weight:bold;
  367. color:{color:hover};
  368. transition-duration:.6s;
  369. -moz-transition-duration:.6s;
  370. -webkit-transition-duration:.6s;
  371. -o-transition-duration:.6s;
  372. }
  373.  
  374. #notes {
  375. font-family: 'Inconsolata', sans-serif;
  376. text-transform:uppercase;
  377. font-size:8px;
  378. }
  379.  
  380. ol.notes {
  381. list-style-type:none;
  382. }
  383.  
  384.  
  385. /* sidebar */
  386.  
  387. #side {
  388. width:260px;
  389. height:550px;
  390. position:fixed;
  391. margin:auto;
  392. left:-480px;
  393. top:0px;
  394. bottom:0px;
  395. right:0px;
  396. z-index:9999;
  397. }
  398.  
  399. #sicon {
  400. width:60px;
  401. height:60px;
  402. margin-top:5px;
  403. margin-left:40px;
  404. border:1px solid {color:borders};
  405. border-radius:100px;
  406. transform:rotate(0deg);
  407. -webkit-transform:rotate(0deg);
  408. -webkit-transition: all 2s ease;
  409. -moz-transition: all 2s ease;
  410. -o-transition: all 2s ease;
  411. }
  412.  
  413.  
  414. #sicon img {
  415. width:50px;
  416. height:50px;
  417. margin-top:5px;
  418. margin-left:5px;
  419. border-radius:100px;
  420. }
  421.  
  422. #sicon:hover {
  423. transform:rotate(359deg);
  424. }
  425.  
  426. #stitle {
  427. width:100px;
  428. padding:10px;
  429. margin-top:-50px;
  430. margin-left:104px;
  431. font-size:25px;
  432. line-height:20px;
  433. letter-spacing:1px;
  434. font-style:italic;
  435. font-weight:bold;
  436. font-family: 'Cookie', cursive;
  437. color:{color:side title};
  438. text-transform:lowercase;
  439. text-align:center;
  440. overflow:hidden;
  441. transform:rotate(-3deg);
  442. background-color:;
  443. }
  444.  
  445. #desc {
  446. width:200px;
  447. height:85px;
  448. margin-top:30px;
  449. margin-left:20px;
  450. padding:10px;
  451. color:{color:desc text};
  452. font-family: 'Inconsolata', sans-serif;
  453. font-size:8.5px;
  454. text-align:justify;
  455. font-weight:bold;
  456. line-height:13px;
  457. letter-spacing:.5px;
  458. overflow-y:hidden;
  459. background-color:{color:desc bg};
  460. border-radius:5px;
  461. opacity:.7;
  462. border:1px solid {color:borders};
  463. }
  464.  
  465. #nav {
  466. width:260px;
  467. margin-top:-75px;
  468. margin-left:0px;
  469. padding-bottom:5px;
  470. text-align:center;
  471. word-spacing:5px;
  472. }
  473.  
  474. #nav a {
  475. text-align:center;
  476. display:inline-block;
  477. color:{color:nav link};
  478. width:22px;
  479. height:22px;
  480. font-size:12px;
  481. line-height:25px;
  482. background-color:{color:desc bg};
  483. border-radius:20px;
  484. text-transform:lowercase;
  485. border:1px solid {color:borders};
  486. opacity:.8;
  487. }
  488.  
  489. #nav a:hover {
  490. animation: bounce 1s;
  491. transition-duration:.6s;
  492. -moz-transition-duration:.6s;
  493. -webkit-transition-duration:.6s;
  494. -o-transition-duration:.6s;
  495. }
  496.  
  497. #simg {
  498. width:225px;
  499. height:120px;
  500. margin-top:15px;
  501. margin-left:19px;
  502. }
  503.  
  504. #simg img {
  505. width:225px;
  506. height:120px;
  507. }
  508.  
  509. #subtitle {
  510. width:240px;
  511. margin-top:25px;
  512. padding:10px;
  513. font-size:8.5px;
  514. line-height:8px;
  515. letter-spacing:1px;
  516. font-style:italic;
  517. font-family: 'Inconsolata', sans-serif;
  518. color:{color:desc text};
  519. text-transform:uppercase;
  520. text-align:center;
  521. overflow:hidden;
  522. border-bottom:1px solid {color:borders};
  523. }
  524.  
  525. #pag {
  526. margin-top:0px;
  527. margin-bottom:10px;
  528. text-align:center;
  529. width:260px;
  530. height:28px;
  531. color:{color:pagination};
  532. font-size:10px;
  533. word-spacing:5px;
  534. text-transform:uppercase;
  535. font-weight:bold;
  536. }
  537.  
  538. #pag a {
  539. font-weight:bold;
  540. color:{color:pagination};
  541. }
  542.  
  543. #pag a:hover {
  544. color:{color:hover};
  545. transition-duration:1s;
  546. -moz-transition-duration:1s;
  547. -webkit-transition-duration:1s;
  548. -o-transition-duration:1s;
  549. }
  550.  
  551. /* post types */
  552.  
  553.  
  554. /* asks */
  555.  
  556. #q {
  557. padding:15px;
  558. word-wrap:break-word;
  559. background-color:{color:post};
  560. border:1px solid {color:borders};
  561. }
  562.  
  563. #asker {
  564. font-family: 'Cookie', cursive;
  565. font-size:20px;
  566. text-align:center;
  567. font-weight:bold;
  568. text-transform:lowercase;
  569. padding:6px;
  570. border-bottom:1px solid {color:link};
  571. }
  572.  
  573. #asker a {
  574. text-transform:lowercase;
  575. color:{color:borders};
  576. }
  577.  
  578. #question {
  579. font-size:11px;
  580. padding:15px 15px 15px 15px;
  581. display:block;
  582. text-align:justify;
  583. margin-top:5px;
  584. font-weight:bold;
  585. font-style:italic;
  586. word-wrap:break-word;
  587. text-transform:uppercase;
  588. border-bottom:1px solid {color:link};
  589. }
  590.  
  591. #answer {
  592. text-align:justify;
  593. color:{color:text};
  594. }
  595.  
  596.  
  597. /* link */
  598.  
  599. #linkp {
  600. padding:12px;
  601. color:{color:text};
  602. border:1px solid {color:borders};
  603. line-height:12px;
  604. background-color:{color:post};
  605. border:1px solid {color:borders};
  606. }
  607.  
  608. #linkp a {
  609. text-transform:lowercase;
  610. letter-spacing:2px;
  611. }
  612.  
  613. #linkp a:hover {
  614. color:{color:title 1};
  615. }
  616.  
  617. /* quote */
  618.  
  619. #qp {
  620. padding:15px;
  621. overflow-x:hidden;
  622. background-color:{color:post};
  623. border:1px solid {color:borders};
  624. }
  625.  
  626. #qu {
  627. text-align:justify;
  628. font-family: 'Cookie', cursive;
  629. padding:15px;
  630. line-height:18px;
  631. font-size:26px;
  632. text-transform:lowercase;
  633. }
  634.  
  635. #src {
  636. margin-top:5px;
  637. margin-right:15px;
  638. margin-bottom:10px;
  639. font-family:'Abril Fatface', cursive;
  640. font-size:10px;
  641. font-weight:bold;
  642. text-transform:uppercase;
  643. text-align:right;
  644. letter-spacing:1px;
  645. }
  646.  
  647. #src a {
  648. color:{color:link};
  649. }
  650.  
  651. /* text */
  652.  
  653. #text {
  654. padding:18px;
  655. color:{color:text};
  656. font-family: 'Inconsolata', sans-serif;
  657. background-color:{color:post};
  658. border:1px solid {color:borders};
  659. line-height:12px;
  660. text-align:justify;
  661. }
  662.  
  663.  
  664. /* chats */
  665.  
  666. #chat {
  667. padding:15px;
  668. color:{color:text};
  669. list-style:none;
  670. background-color:{color:post};
  671. border:1px solid {color:borders};
  672. font-family: 'Inconsolata', sans-serif;
  673. }
  674.  
  675. #chat li {
  676. list-style-type: none;
  677. margin-left:0px;
  678. }
  679.  
  680. #chat li:nth-of-type(odd) {
  681. background-color:{color:info};
  682. padding:6px;
  683. color:{color:post};
  684. }
  685.  
  686. #chat li:nth-of-type(even) {
  687. background-color:{color:post};
  688. color:{color:text};
  689. padding:6px;
  690. }
  691.  
  692. #chat li:last-of-type {
  693. margin-bottom:5px;
  694. }
  695.  
  696. #chat li.span {
  697. margin-right:10px;
  698. }
  699.  
  700.  
  701. .label {
  702. font-weight:bold;
  703. text-transform:uppercase;
  704. letter-spacing:1px;
  705. }
  706.  
  707. /* photo */
  708.  
  709. #ph {
  710. padding:10px;
  711. padding-bottom:15px;
  712. margin-bottom:0px;
  713. background-color:{color:post};
  714. border:1px solid {color:borders};
  715. }
  716.  
  717. #ph img {
  718. margin-top:3px;
  719. }
  720.  
  721. #phset {
  722. padding:10px;
  723. padding-bottom:15px;
  724. margin-bottom:0px;
  725. background-color:{color:post};
  726. border:1px solid {color:borders};
  727. margin-bottom:0px;
  728. }
  729.  
  730. .photo-slideshow {
  731. width:auto!important;
  732. }
  733.  
  734. #cs {
  735. display:none;
  736. }
  737.  
  738. /* video */
  739.  
  740. #vid {
  741. padding:15px;
  742. }
  743.  
  744. #v {
  745. max-height:100%;
  746. }
  747.  
  748. /* audio */
  749.  
  750. #aud {
  751. padding:15px;
  752. color:{color:text};
  753. background-color:{color:post};
  754. border:1px solid {color:borders};
  755. }
  756.  
  757. #albumart {
  758. margin-left:40px;
  759. background-color:{color:text};
  760. border-radius:.4em;
  761. position: relative;
  762. }
  763.  
  764.  
  765. #albumart img {
  766. width:85px;
  767. height:85px;
  768. float:left;
  769. border:5px solid {color:info};
  770. border-radius:85em;
  771. }
  772.  
  773. #lis {
  774. width:28px;
  775. height:28px;
  776. overflow:hidden;
  777. float:left;
  778. background-color:{color:cont};
  779. position:absolute;
  780. margin-top:33px;
  781. margin-left:75px;
  782. border-radius:30px;
  783. opacity:0.7;
  784. }
  785.  
  786. #track {
  787. font-size:9px;
  788. text-align:right;
  789. text-transform:lowercase;
  790. letter-spacing:1px;
  791. margin-top:40px;
  792. margin-right:40px;
  793. margin-bottom:0px;
  794. font-family: 'Inconsolata', sans-serif;
  795. }
  796.  
  797. #artist {
  798. font-size:22px;
  799. text-align:right;
  800. font-weight:bold;
  801. color:{color:link};
  802. text-transform:lowercase;
  803. letter-spacing:1px;
  804. margin-right:40px;
  805. margin-bottom:20px;
  806. font-family: 'Cookie', cursive;
  807. }
  808.  
  809. /* credit - DO NOT TOUCH */
  810.  
  811.  
  812. #credit {
  813. bottom:10px;
  814. right:10px;
  815. font-size:8px;
  816. font-family: 'Inconsolata', sans-serif;
  817. position:fixed;
  818. }
  819.  
  820. #credit a {
  821. color:{color:borders};
  822. border:1px solid {color:borders};
  823. text-transform:uppercase;
  824. display:inline-block;
  825. padding:4px;
  826. width:14px;
  827. height:14px;
  828. line-height:14px;
  829. font-size:14px;
  830. border-radius:20px;
  831. background-color:{color:post};
  832. transition-duration:1s;
  833. -moz-transition-duration:1s;
  834. -webkit-transition-duration:1s;
  835. -o-transition-duration:1s;
  836. }
  837.  
  838. #credit a:hover {
  839. color:{color:post};
  840. text-decoration:none;
  841. background-color:{color:borders};
  842. }
  843.  
  844. {CustomCSS}
  845. </style>
  846. </head>
  847. <body>
  848.  
  849.  
  850. <!--HTML-->
  851.  
  852. <div id="side">
  853.  
  854. <div id="sicon"><img src="{image:sicon}"></div>
  855.  
  856. <div id="stitle">{text:stitle}</div>
  857.  
  858. <div id="desc">{text:sdesc}</div>
  859.  
  860. <div id="simg"><img src="{image:simg}"></div>
  861.  
  862. <div id="nav">
  863. <a href="/" title="refresh"><span class="lnr lnr-magic-wand"></span></a>
  864. <a href="/ask" title="askbox"><span class="lnr lnr-phone"></span></a> <a href="{text:Link1}" title="{text:Link1 Title}"><span class="lnr lnr-book"></span></a>
  865. <a href="{text:Link2}" title="{text:Link2 Title}"><span class="lnr lnr-heart"></span></a>
  866. <a href="{text:Link3}" title="{text:Link3 Title}"><span class="lnr lnr-cog"></span></a> </div>
  867.  
  868. <div id="pag">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">❬</a>&nbsp;&nbsp;{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}&nbsp;&nbsp;<a href="{NextPage}">❭</a>{/block:NextPage} {/block:Pagination}</div>
  869.  
  870. <div id="subtitle"> {text:subtitle} </div>
  871. </div>
  872.  
  873. <!--Content-->
  874. <div id="cont">
  875.  
  876. <div id="entries">
  877. {block:Posts}
  878.  
  879. <div id="post">
  880.  
  881. <!--Text Posts-->
  882.  
  883. {block:Text}
  884. <div id="text">
  885. {block:Title}<h1>{Title}</h1>{/block:Title}
  886. {Body}
  887. </div>
  888. {/block:Text}
  889.  
  890. <!--Photo Posts-->
  891.  
  892. {block:Photo}
  893. {LinkOpenTag}
  894. <div id="ph"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  895. {LinkCloseTag}
  896. {block:Caption}
  897. <div id="caption">
  898. {Caption}
  899. </div>
  900. {/block:Caption}
  901. </div>
  902. {/block:Photo}
  903.  
  904. {block:Photoset}
  905. <div id="phset">
  906.  
  907. <center><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></center>
  908. {block:Caption}
  909. <div id="caption">
  910. {Caption}
  911. </div>
  912. {/block:Caption}
  913. </div>
  914. {/block:Photoset}
  915.  
  916.  
  917.  
  918. <!--Quote Posts-->
  919.  
  920. {block:Quote}
  921. <div id="qp"><div id="qu">
  922. {Quote}
  923. </div>
  924. {block:Source}
  925. <div id="src">
  926. — &nbsp; {Source}
  927. </div>
  928. {/block:Source}
  929. </div>
  930. {/block:Quote}
  931.  
  932. <!--Link Posts-->
  933.  
  934. {block:Link}
  935. <div id="linkp">
  936. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  937. <div id="caption">{block:Description}{Description}{/block:Description}</div>
  938. {/block:Link}
  939. </div>
  940.  
  941. <!--Chat Posts-->
  942.  
  943. {block:Chat}
  944. <div id="chat">
  945. {block:Title}
  946. <h1>{Title}</h1>
  947. {/block:Title}
  948. {block:Lines}
  949. <li class=“{Alt} user_{UserNumber}”>
  950. {block:Label}
  951. <span class="label">{Label}</span>
  952. {/block:Label}
  953. {Line}
  954. </li>
  955. {/block:Lines}
  956. </div>
  957. {/block:Chat}
  958.  
  959. <!--Audio Posts-->
  960.  
  961. {block:Audio}
  962. <div id="aud">
  963. {block:AlbumArt}
  964. <div id="albumart"><img src="{AlbumArtURL}"></div>
  965. {/block:AlbumArt}
  966. <div id="lis">{AudioPlayerWhite}</div>
  967. {block:TrackName}
  968. <div id="track">{TrackName}</div>
  969. {/block:TrackName}
  970. {block:Artist}
  971. <div id="artist">— {Artist}</div>
  972. {/block:Artist}
  973. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  974. </div>
  975. {/block:Audio}
  976.  
  977. <!--Video Posts-->
  978.  
  979. {block:Video}<div id="vid"><div id="v">{Video-400}</div>
  980. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  981. </div>
  982. {/block:Video}
  983.  
  984.  
  985. <!--Ask Posts-->
  986.  
  987. {block:Answer}
  988. <div id="q">
  989. <div id="asker">{Asker} asked</div>
  990. <div id="question">{Question}</div>
  991. <div id="answer">{Answer}</div></div>
  992. {/block:Answer}
  993.  
  994. <!--Post Info-->
  995.  
  996. <div id="info">
  997. {block:Date}
  998. <a href="{Permalink}" title="{12HourWithZero}:{Minutes}{CapitalAmPm}">{ShortMonth} {DayOfMonth}</a>
  999. &nbsp;&nbsp;&nbsp;
  1000. {/block:Date}
  1001. <a href="{Permalink}" title="{NoteCount}">♡</a> &nbsp;&nbsp;&nbsp;
  1002.  
  1003. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a> &nbsp;&nbsp;&nbsp; {/block:RebloggedFrom}
  1004.  
  1005. {block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}">SRC</a>&nbsp;&nbsp;&nbsp; {/block:ContentSource}
  1006.  
  1007. <a class="reblog" href="{ReblogURL}" title="Reblog">↺</a>
  1008.  
  1009. <div id="tags">
  1010. {block:HasTags}
  1011. <div id="tags">
  1012. {block:Tags}
  1013. <a href="{TagURL}">{Tag}</a>
  1014.  
  1015. {/block:Tags}
  1016. </div>
  1017. {/block:HasTags}
  1018. </div>
  1019. </div>
  1020. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1021.  
  1022. </div>
  1023.  
  1024. </div>
  1025.  
  1026. </div>
  1027.  
  1028.  
  1029. <div id="credit"><a href="http://simqlyevie.tumblr.com" title="simqlyevie / private use for sparkadream"><span class="lnr lnr-heart"></span></div>
  1030.  
  1031. </body>
  1032. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement