Advertisement
cvndythemes

FROOT

Feb 11th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.65 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <title>{Title} </title>
  5.  
  6. <link rel="shortcut icon" href="{favicon}">
  7.  
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!--
  12.  
  13. custom marina and the diamonds theme
  14. for marinasdaily.tumblr.com
  15. by ethereal-themes.tumblr.com / hvitserkk.tumblr.com
  16.  
  17. -->
  18.  
  19.  
  20. <!-- DEFAULT COLORS -->
  21. <meta name="color:Black" content="#000000" />
  22. <meta name="color:Text" content="#000000" />
  23. <meta name="color:White" content="#ffffff" />
  24.  
  25. <!-- SCRIPTS -->
  26.  
  27. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
  28.  
  29. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  30.  
  31. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  32.  
  33. <script>
  34. (function($){
  35. $(document).ready(function(){
  36. $("[title]").style_my_tooltips({
  37. tip_delay_time:100,
  38. tip_fade_speed:200,
  39. tip_follows_cursor:true
  40. }
  41. );
  42. });
  43. })(jQuery);
  44. </script>
  45.  
  46. <script src="https://static.tumblr.com/yzs4yqx/BV3o343ow/smoothscroll.min.js"></script>
  47.  
  48. <script>
  49. $container.infinitescroll({
  50. itemSelector: '.posts',
  51. navSelector: '.pagination',
  52. nextSelector: '.pagination a',
  53. loadingImg: '',
  54. loadingText: '<em></em>',
  55. bufferPx: 2000
  56. },
  57. function( newElements ) {
  58. var $newElems = $(newElements);
  59. var $newElemsIDs = $newElems.map(function(){
  60. return this.id;
  61. }).get();
  62. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  63. });
  64. </script>
  65.  
  66. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  67.  
  68. <script type="text/javascript" src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  69.  
  70. {block:IndexPage}
  71. <a href="javascript:;" id="scrollToTop" rel="nofollow"><img src="https://static.tumblr.com/zvesamf/OXooptdx1/top.png" title="back to top"/></a>
  72. {/block:IndexPage}
  73.  
  74.  
  75. <script>
  76. $.preloadImages = function() {
  77. for (var i = 0; i < arguments.length; i++) {
  78. $("<img />").attr("src", arguments[i]);
  79. }
  80. }
  81.  
  82. $.preloadImages("https://static.tumblr.com/zvesamf/hNHoptlx4/header.jpg");
  83. $.preloadImages("https://static.tumblr.com/zvesamf/9c7opmnle/johnston.ttf");
  84. $.preloadImages("https://static.tumblr.com/zvesamf/heGopmna3/welcome.jpg");
  85. </script>
  86.  
  87. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Cabin:700' rel='stylesheet' type='text/css'>
  88.  
  89. <!-- STYLESHEET -->
  90.  
  91. <style type="text/css">
  92.  
  93. /* --- SCROLLBAR ---*/
  94.  
  95. ::-webkit-scrollbar-thumb {
  96. height:10px;
  97. background-color:{color:White};
  98. }
  99.  
  100. ::-webkit-scrollbar-button {
  101. background-color:{color:White};
  102. height:0px;
  103. }
  104.  
  105. ::-webkit-scrollbar {
  106. width:5px;
  107. height:0px;
  108. background:{color:Black};
  109. }
  110.  
  111. /* --- SELECTION ---*/
  112.  
  113. ::-moz-selection {
  114. color:{color:Black};
  115. background:#fdb428;
  116. opacity:1;
  117. }
  118.  
  119. ::selection {
  120. color:{color:White};
  121. background:#fdb428;
  122. opacity:1;
  123. }
  124.  
  125.  
  126. /* --- TOOLTIPS ---*/
  127.  
  128. #s-m-t-tooltip {
  129. max-width:200px;
  130. margin:15px;
  131. background-color:#ea3a3e;
  132. padding:5px;
  133. line-height:100%;
  134. word-wrap:break-word;
  135. text-transform:uppercase;
  136. word-break:break-all;
  137. font-family: 'Open Sans', sans-serif;
  138. font-size:10px;
  139. color:{color:White};
  140. z-index:99999999;
  141. }
  142.  
  143.  
  144. /* --- TUMBLR TOOLS--- */
  145.  
  146. {block:IndexPage}
  147. iframe.tmblr-iframe {
  148. z-index:99999999999999!important;
  149. top:0!important;
  150. right:0!important;
  151. opacity:0;
  152. padding-top:3px;
  153. padding-right:60px;
  154. transform:scale(0.6);
  155. transform-origin:100% 0;
  156. -webkit-transform:scale(0.6);
  157. -webkit-transform-origin:100% 0;
  158. -o-transform:scale(0.6);
  159. -o-transform-origin:100% 0;
  160. -moz-transform:scale(0.6);
  161. -moz-transform-origin:100% 0;
  162. -ms-transform:scale(0.6);
  163. -ms-transform-origin:100% 0;}
  164.  
  165. iframe.tmblr-iframe:hover {
  166. opacity:1!important;}
  167.  
  168. .hcontrols {
  169. position:fixed;
  170. top:14px;
  171. right:15px;
  172. z-index:999999999;}
  173.  
  174. .hcontrols i {
  175. font-size:10px;
  176. color:{color:White};
  177. border:0px;
  178. transition:.3s ease-in-out;
  179. -webkit-transition:.3s ease-in-out;
  180. -moz-transition:.3s ease-in-out;
  181. }
  182. {/block:IndexPage}
  183.  
  184.  
  185. {block:PermalinkPage}
  186. iframe.tmblr-iframe {
  187. z-index:99999999999999!important;
  188. top:0!important;
  189. right:0!important;
  190. opacity:1;
  191. padding-right:20px;
  192. padding-top:3px;
  193. transform:scale(0.6);
  194. transform-origin:100% 0;
  195. -webkit-transform:scale(0.6);
  196. -webkit-transform-origin:100% 0;
  197. -o-transform:scale(0.6);
  198. -o-transform-origin:100% 0;
  199. -moz-transform:scale(0.6);
  200. -moz-transform-origin:100% 0;
  201. -ms-transform:scale(0.6);
  202. -ms-transform-origin:100% 0;}
  203. {/block:PermalinkPage}
  204.  
  205. /* --- BODY ---*/
  206.  
  207. body {
  208. margin: 0;
  209. background-color:{color:Black};
  210. background:url("https://static.tumblr.com/zvesamf/6QOopmm9e/background.jpg");
  211. background-position:top center;
  212. background-repeat:repeat;
  213. color:{color:Black};
  214. font-family: 'Open Sans', sans-serif;
  215. font-size:11px;
  216. text-align:left;
  217. word-wrap:break-word;
  218. line-height:180%;
  219. }
  220.  
  221. @font-face {
  222. font-family: 'Johnston';
  223. src: url('https://static.tumblr.com/zvesamf/9c7opmnle/johnston.ttf') format('truetype');
  224. font-weight: normal;
  225. font-style: normal;
  226. }
  227.  
  228. a {
  229. color:{color:Black};
  230. text-decoration:none;
  231. }
  232.  
  233. b,strong {font-weight:700;}
  234. i,italic {font-style:italic;}
  235. small {font-size:9px; text-transform:uppercase;}
  236. big {font-size:11px;}
  237.  
  238. hr.divider, hr, hr.separator {
  239. display: block;
  240. margin-top: 0.5em;
  241. margin-bottom: 0.5em;
  242. margin-left: auto;
  243. margin-right: auto;
  244. border-style: inset;
  245. border-color:{color:Black};
  246. border-bottom: 1px;
  247. }
  248.  
  249. pre {
  250. white-space: pre-wrap;
  251. white-space: -moz-pre-wrap;
  252. white-space: -pre-wrap;
  253. white-space: -o-pre-wrap;
  254. word-wrap: break-word;
  255. }
  256.  
  257. /* --- CONTAINER ---*/
  258.  
  259. .container {
  260. margin:0 auto;
  261. width:1025px;
  262. background:{color:White};
  263. }
  264.  
  265. #end {
  266. clear: both;
  267. text-align:center;
  268. padding-bottom:10px;
  269. }
  270.  
  271. .content {
  272. width:1025px;
  273. background:{color:White};
  274. }
  275.  
  276. /* --- TOPBAR ---*/
  277.  
  278. .topbar {
  279. position:fixed;
  280. width:100%;
  281. height:50px;
  282. background:{color:Black};
  283. z-index:99999;
  284. }
  285.  
  286. .navigation {
  287. margin:0 auto;
  288.  
  289. {block:IndexPage}
  290. width:1025px;
  291. {/block:IndexPage}
  292.  
  293. {block:PermalinkPage}
  294. width:750px;
  295. {block:PermalinkPage}
  296.  
  297.  
  298. text-align:center;
  299. }
  300.  
  301. a.topone:link, a.topone:visited {
  302. display:inline-block;
  303. font-family: 'Open Sans', sans-serif;
  304. color:{color:White};
  305. text-align:center;
  306. font-size:10px;
  307. text-transform:uppercase;
  308. text-decoration:none;
  309. {block:IndexPage}
  310. margin:0px 45px 0px 45px;
  311. {/block:IndexPage}
  312.  
  313. {block:PermalinkPage}
  314. margin:0px 20px 0px 20px;
  315. {/block:PermalinkPage}
  316.  
  317. padding:10px 25px 0px 25px;
  318. border-bottom:2px solid #ed001c;
  319. transition:.3s ease-in-out;
  320. -webkit-transition:.3s ease-in-out;
  321. -moz-transition:.3s ease-in-out;
  322. }
  323.  
  324. a.toptwo:link, a.toptwo:visited {
  325. display:inline-block;
  326. font-family: 'Open Sans', sans-serif;
  327. color:{color:White};
  328. text-align:center;
  329. font-size:10px;
  330. text-transform:uppercase;
  331. text-decoration:none;
  332. margin:0px 45px 0px 45px;
  333. padding:10px 25px 0px 25px;
  334. border-bottom:2px solid #dd0698;
  335. transition:.3s ease-in-out;
  336. -webkit-transition:.3s ease-in-out;
  337. -moz-transition:.3s ease-in-out;
  338. }
  339.  
  340. a.topthree:link, a.topthree:visited {
  341. display:inline-block;
  342. font-family: 'Open Sans', sans-serif;
  343. color:{color:White};
  344. text-align:center;
  345. font-size:10px;
  346. text-transform:uppercase;
  347. text-decoration:none;
  348. margin:0px 45px 0px 45px;
  349. padding:10px 25px 0px 25px;
  350. border-bottom:2px solid #fdb428;
  351. transition:.3s ease-in-out;
  352. -webkit-transition:.3s ease-in-out;
  353. -moz-transition:.3s ease-in-out;
  354. }
  355.  
  356. a.topfour:link, a.topfour:visited {
  357. display:inline-block;
  358. font-family: 'Open Sans', sans-serif;
  359. color:{color:White};
  360. text-align:center;
  361. font-size:10px;
  362. text-transform:uppercase;
  363. text-decoration:none;
  364. margin:0px 45px 0px 45px;
  365. padding:10px 25px 0px 25px;
  366. border-bottom:2px solid #0045c7;
  367. transition:.3s ease-in-out;
  368. -webkit-transition:.3s ease-in-out;
  369. -moz-transition:.3s ease-in-out;
  370. }
  371.  
  372. a.topone:hover, a.toptwo:hover, a.topthree:hover, a.topfour:hover {
  373. padding:10px 25px 5px 25px;
  374. }
  375.  
  376. /* --- HEADER ---*/
  377.  
  378. .header {
  379. width:1170px;
  380. {block:IndexPage}
  381. height:500px;
  382. {block:IndexPage}
  383.  
  384. {block:PermalinkPage}
  385. height:350px;
  386. {/block:PermalinkPage}
  387.  
  388. margin-left:-73px;
  389. background-color:{color:Black};
  390. background:url("https://static.tumblr.com/zvesamf/hNHoptlx4/header.jpg");
  391. background-position:center center;
  392. background-repeat:no-repeat;
  393. }
  394.  
  395. .welcome {
  396. width:1025px;
  397. height:300px;
  398. background:url("https://static.tumblr.com/zvesamf/heGopmna3/welcome.jpg");
  399. background-position:center center;
  400. background-repeat:no-repeat;
  401. margin-bottom:10px;
  402. }
  403.  
  404. .description {
  405. width:340px;
  406. height:85px;
  407. font-family: 'Open Sans', sans-serif;
  408. color:{color:White};
  409. text-align:center;
  410. font-size:11px;
  411. line-height:120%;
  412. text-decoration:none;
  413. padding:85px 0px 0px 220px;
  414. }
  415.  
  416. .desctitle {
  417. font-family:'Johnston';
  418. color:{color:White};
  419. text-align:center;
  420. font-size:22px;
  421. text-transform:uppercase;
  422. text-decoration:none;
  423. padding:10px;
  424. }
  425.  
  426. .descdivider {
  427. margin-left:150px;
  428. margin-top:7px;
  429. margin-bottom:15px;
  430. width:40px;
  431. height:1px;
  432. background:{color:White};
  433. }
  434.  
  435. .title {
  436. margin-left:789px;
  437. margin-top:-55px;
  438. width:90px;
  439. font-family:'Johnston';
  440. color:{color:Black};
  441. text-align:center;
  442. font-size:16px;
  443. line-height:100%;
  444. text-transform:uppercase;
  445. }
  446.  
  447.  
  448. /* --- SIDEBAR ---*/
  449.  
  450. .sidebar {
  451. float:left;
  452. margin-left:10px;
  453. width:300px;
  454. background:{color:Black};
  455. color:{color:White};
  456.  
  457. {block:IndexPage}
  458. margin-top:-10px;
  459. padding:40px 30px 30px 30px;
  460. {/block:IndexPage}
  461.  
  462. {block:PermalinkPage}
  463. margin-top:0px;
  464. padding:30px;
  465. {/block:PermalinkPage}
  466. }
  467.  
  468. .sidedesc {
  469. font-family: 'Open Sans', sans-serif;
  470. color:{color:White};
  471. text-align:center;
  472. font-size:11px;
  473. line-height:135%;
  474. text-decoration:none;
  475. margin-bottom:50px;
  476. }
  477.  
  478. .sidedesc a {color:{color:White};}
  479.  
  480. .sbabout {
  481. text-align:left;
  482. }
  483.  
  484. .sbaboutimg {margin-top:-15px;margin-left:25px;}
  485.  
  486. .sidedesc img {
  487. margin:2px;
  488. }
  489.  
  490. .sidetitle {
  491. font-family:'Johnston';
  492. text-align:left;
  493. font-size:22px;
  494. text-transform:uppercase;
  495. margin-bottom:15px;
  496. }
  497.  
  498. .sidetitle .one {border-bottom:2px solid #fbe30c;padding-bottom:10px;}
  499.  
  500. .sidetitle .two {border-bottom:2px solid #f39c07;padding-bottom:10px;}
  501.  
  502. .sidetitle .three {border-bottom:2px solid #ea3a3e;padding-bottom:10px;}
  503.  
  504. .sidetitle .four {border-bottom:2px solid #8003ae;padding-bottom:10px;}
  505.  
  506. .sidetitle .five {border-bottom:2px solid #3955e0;padding-bottom:10px;}
  507.  
  508. .sidetitle .six {border-bottom:2px solid #1f9fbc;padding-bottom:10px;}
  509.  
  510. .sidetitle .seven {border-bottom:2px solid #17cb56;padding-bottom:10px;}
  511.  
  512. .photos img {
  513. width:90px;
  514. height:90px;
  515. max-width:90px;
  516. max-height:90px;
  517. }
  518.  
  519. .affie {text-align:center;text-transform:uppercase;}
  520.  
  521. .affie a, .affie a:hover {color:{color:White};}
  522.  
  523. .affie img {
  524. -webkit-filter: grayscale(100%);
  525. filter: grayscale(100%);
  526. opacity:0.8;
  527. }
  528.  
  529. a.oflinks:link, a.oflinks:visited, a.oflinks:hover {
  530. display:block;
  531. color:{color:White};
  532. font-family: 'Open Sans', sans-serif;
  533. text-align:center;
  534. font-size:16px;
  535. text-transform:uppercase;
  536. text-decoration:none;
  537. margin:0px 0px 15px 0px;
  538. }
  539.  
  540. .musicinfo {
  541. margin-top:-101px;
  542. margin-left:145px;
  543. width:155px;
  544. margin-bottom:65px;
  545. text-align:left;
  546. color:{color:White};
  547. font-family: 'Open Sans', sans-serif;
  548. font-size:10px;
  549. text-decoration:none;
  550. }
  551.  
  552. .tourinfo {
  553. margin-top:-97px;
  554. margin-left:145px;
  555. width:155px;
  556. margin-bottom:65px;
  557. text-align:left;
  558. color:{color:White};
  559. font-family: 'Open Sans', sans-serif;
  560. font-size:10px;
  561. text-decoration:none;
  562. }
  563.  
  564. .musicinfo a, .tourinfo a {
  565. color:{color:White};
  566. font-family: 'Open Sans', sans-serif;
  567. font-size:10px;
  568. text-decoration:none;
  569. }
  570.  
  571. .musicinfo b, .tourinfo b {
  572. color:{color:White};
  573. font-weight:700;
  574. text-transform:uppercase;
  575. }
  576.  
  577. .musicinfo i, .tourinfo i {
  578. font-size:14px;
  579. font-style:normal;
  580. }
  581.  
  582. .sbalbums img {
  583. margin-left:-150px;
  584. height:125px;
  585. width:125px;
  586. }
  587.  
  588. /* --- MEMBERS ---*/
  589.  
  590. .membersec {
  591. margin-bottom:65px;
  592. }
  593.  
  594. .memberportrait {
  595. height:40px;
  596. width:40px;
  597. }
  598.  
  599. .memberportrait img {
  600. height:40px;
  601. width:40px;
  602. }
  603.  
  604. .membername {
  605. margin-left:67px;
  606. margin-top:-30px;
  607. text-align:left;
  608. }
  609.  
  610. .membername a {
  611. text-transform:uppercase;
  612. color:{color:White};
  613. font-size:12px;
  614. letter-spacing:1px;
  615. text-decoration:none;
  616. }
  617.  
  618. .membertitle {
  619. margin-left:68px;
  620. margin-top:-1px;
  621. font-size:10px;
  622. text-align:left;
  623. margin-bottom:-15px;
  624. }
  625.  
  626.  
  627. /* --- POSTS ---*/
  628.  
  629. .posts {
  630. float:right;
  631. margin-right:30px;
  632. width:540px;
  633. color:{color:Text};
  634. padding:10px;
  635. }
  636.  
  637. .iposts {
  638. width:540px;
  639. }
  640.  
  641. .set {
  642. margin-bottom:-8px;
  643. }
  644.  
  645. .photo-slideshow {
  646. width:auto!important;
  647. }
  648.  
  649. .video, video, embed, iframe {width:540px;}
  650.  
  651. .iposts img, .ipostpxu, .ipostpxu img, img, object {max-width:100%;height:auto;}
  652.  
  653.  
  654. /* --- POSTS INFO --- */
  655.  
  656. #postdate {
  657. min-height:55px;
  658. max-height:55px;
  659. margin-bottom:10px;
  660. width:500px;
  661. }
  662.  
  663. .date {
  664. margin:0px 0px 0px -17px;
  665. color:{color:Text};
  666. padding:15px;
  667. }
  668.  
  669. .day {
  670. margin-top:1px;
  671. }
  672.  
  673. .day a {
  674. width:32px;
  675. font-size:35px;
  676. color:{color:Text}!important;
  677. text-decoration:none;
  678. border-bottom:0px;
  679. }
  680.  
  681. .month {
  682. margin-left:43px;
  683. margin-top:-33px;
  684. width:70px;
  685. font-family: 'Open Sans', sans-serif;
  686. font-size:11px;
  687. text-transform:uppercase;
  688. color:{color:Text};
  689. text-align:left;
  690. }
  691.  
  692. .year {
  693. margin-left:43px;
  694. margin-top:-8px;
  695. width:70px;
  696. text-align:left;
  697. font-family: 'Open Sans', sans-serif;
  698. font-size:11px;
  699. text-transform:uppercase;
  700. color:{color:Text};
  701. }
  702.  
  703. .author {
  704. position:relative;
  705. top:-27px;
  706. padding:3px 8px 3px 8px;
  707. margin-right:-15px;
  708. float:right;
  709. display:inline;
  710. font-family: 'Open Sans', sans-serif;
  711. font-size:11px;
  712. text-transform:uppercase;
  713. color:{color:White};
  714. background:{color:Black};
  715. text-align:center;
  716. }
  717.  
  718. .author a {
  719. color:{color:White}!important;
  720. text-decoration:none;
  721. }
  722.  
  723. #postinfo {
  724. width:500px;
  725. min-height:20px;
  726. max-height:20px;
  727. padding:10px 0px 17px 0px;
  728. margin-top:20px;
  729. border-bottom:1px solid black;
  730. }
  731.  
  732. .poststats {
  733. position:relative;
  734. top:0px;
  735. left:0px;
  736. float:left;
  737. text-align:center;
  738. }
  739.  
  740. a.notecount:link, a.notecount:visited, a.notecount:hover {
  741. padding:4px 8px 4px 8px;
  742. display:inline;
  743. font-family: 'Open Sans', sans-serif;
  744. font-size:14px;
  745. text-transform:uppercase;
  746. color:{color:White};
  747. background:{color:Black};
  748. margin-right:10px;
  749. }
  750.  
  751.  
  752. a.sources:link, a.sources:visited, a.sources:hover {
  753. padding-top:4px;
  754. font-size:11px;
  755. text-transform:uppercase;
  756. color:{color:Text};
  757. }
  758.  
  759. .controls {
  760. position:relative;
  761. top:-35px;
  762. margin-right:10px;
  763. float:right;
  764. color:{color:Text};
  765. width:40px;
  766. }
  767.  
  768. .postreblog {
  769. width:15px;
  770. font-size:13px;
  771. }
  772.  
  773. .postlike {
  774. margin-top:-20px;
  775. margin-left:26px;
  776. width:15px;
  777. font-size:13px;
  778. }
  779.  
  780. .controls a, .postreblog a, .postlike a {
  781. color:{color:Text};
  782. }
  783.  
  784. .like_button iframe {
  785. position:absolute;
  786. top:0;
  787. left:0;
  788. width:100%;
  789. height:100%;
  790. opacity:0.000001;
  791. }
  792.  
  793. .like_button {
  794. position:relative;
  795. display:inline-block;
  796. overflow:hidden;
  797. }
  798.  
  799. .like_button::before {
  800. content:'♡';
  801. color:{color:Text};
  802. margin-top:2px;
  803. position:relative;
  804. font-size:13px;
  805. -webkit-transition: all 0.2s ease-in-out;
  806. -moz-transition: all 0.2s ease-in-out;
  807. -o-transition: all 0.2s ease-in-out;
  808. -ms-transition: all 0.2s ease-in-out;
  809. transition: all 0.2s ease-in-out;
  810. }
  811.  
  812. .like_button:hover::before {color:{color:Text};}
  813.  
  814. .like_button.liked::before {color:#dd0698;}
  815.  
  816. .tags {
  817. margin-bottom:75px;
  818. padding:10px;
  819. color:{color:Text};
  820. font-size:11px;
  821. text-transform:lowercase;
  822. }
  823.  
  824. .tags a {
  825. color:{color:Text}!important;
  826. }
  827.  
  828.  
  829. /* --- POST STYLES --- */
  830.  
  831. h1, h2 {
  832. color:{color:Text};
  833. font-size: 13px;
  834. letter-spacing:1px;
  835. text-transform: uppercase;
  836. text-align:left;
  837. }
  838.  
  839. blockquote {
  840. padding: 10px;
  841. text-decoration:none;
  842. border-left: 1px solid {color:Black};
  843. }
  844.  
  845. blockquote img {
  846. max-width: 100%;
  847. display: block;
  848. margin-bottom: 5px;
  849. }
  850.  
  851. .user_1 .label {font-weight: 700;}
  852. .user_2 .label {font-weight: 700;}
  853. .user_3 .label {font-weight: 700;}
  854. .user_4 .label {font-weight: 700;}
  855. .user_5 .label {font-weight: 700;}
  856. .user_6 .label {font-weight: 700;}
  857. .user_7 .label {font-weight: 700;}
  858. .user_8 .label {font-weight: 700;}
  859.  
  860. ul.chat {list-style:none; margin: 0px 0px 0px 0px; padding: 0px;}
  861.  
  862. .chat li {
  863. list-style: none;
  864. margin: 0px;
  865. padding: 2px;
  866. border: none;
  867. }
  868.  
  869. .chat li:first-child {border: none; }
  870.  
  871.  
  872.  
  873. /* --- QUESTIONS --- */
  874.  
  875. #asker {
  876. background:{color:White};
  877. }
  878.  
  879. .askername {
  880. text-align:left;
  881. }
  882.  
  883. .question {
  884. margin-top:7px;
  885. background:{color:Black};
  886. color:{color:White};
  887. border-radius:0px 15px 15px 15px;
  888. padding:10px;
  889. margin-bottom:-3px;
  890. }
  891.  
  892.  
  893. /* --- AUDIO --- */
  894.  
  895. .audio { background:{color:White};}
  896.  
  897. .player {
  898. position:absolute;
  899. margin-top:-69px;
  900. margin-left:35px;
  901. opacity:0.5;
  902. }
  903.  
  904. .audiop, .player {display:inline-block;}
  905.  
  906. .trackname {
  907. margin-left:120px;
  908. margin-top:-72px;
  909. color:{color:Text};
  910. text-transform:uppercase;
  911. }
  912.  
  913. .artist {
  914. margin-left:120px;
  915. margin-top:-5px;
  916. color:{color:Black};}
  917.  
  918. .audiop {
  919. position:absolute;
  920. display:block;
  921. margin-top:4px
  922. margin-top:-109px;
  923. }
  924.  
  925. .audioimg img {
  926. margin-top:10px;
  927. height:100px;
  928. width:100px;
  929. }
  930.  
  931. .tumblr_audio_player {
  932. width:30px;
  933. height:27px;
  934. overflow:hidden;
  935. }
  936.  
  937. .soundcloud_audio_player{padding-top:15px;}
  938.  
  939. /* --- LIGHTBOXES ---*/
  940.  
  941. .vignette, #vignette {opacity:0; }
  942.  
  943. .lightbox-image, #tumblr_lightbox img {
  944. box-shadow:none !important;
  945. border-radius:0 !important;
  946. max-width:none;
  947. -moz-box-sizing:border-box;
  948. box-sizing:border-box;
  949. }
  950.  
  951. .tmblr-lightbox, #tumblr_lightbox {
  952. background-color:rgba(0,0,0,.90) !important;
  953. }
  954.  
  955. .lightbox-caption, #tumblr_lightbox_caption {visibility:hidden;}
  956.  
  957.  
  958. /* ---PERMALINK NOTES --- */
  959.  
  960. div::-webkit-scrollbar {width:7px;background-color:{color:White};}
  961. div::-webkit-scrollbar-thumb {background-color:{color:Black};}
  962. div::-webkit-scrollbar-corner {background-color:{color:White};}
  963. div::-webkit-scrollbar-thumb:vertical {background-color:{color:Black};}
  964.  
  965. #permanote {
  966. width:500px;
  967. height:350px;
  968. margin:-75px 0 20px 0;
  969. background:{color:White};
  970. overflow:scroll;
  971. padding:0px;
  972. }
  973. ol.notes {
  974. padding: 0px;
  975. margin:0px;
  976. list-style-type: none;
  977. border-bottom:0px;
  978. letter-spacing: 1px;
  979. }
  980.  
  981. .notes a {color: {color:Text};}
  982. .notes a:hover {color: {color:Black}!important;}
  983.  
  984. ol.notes li.note {
  985. padding: 8px;
  986. border-radius:0px!important;
  987. margin-left:0px;
  988. }
  989.  
  990. ol.notes li.note img.avatar {
  991. vertical-align: -1px;
  992. margin-right: 10px;
  993. width: 11px;
  994. height: 11px;
  995. display: inline-block;
  996. }
  997.  
  998. ol.notes li.note span.action {font-weight: normal;}
  999.  
  1000. ol.notes li.note .answer_content {font-weight: normal;}
  1001.  
  1002. ol.notes li.note blockquote {
  1003. border-left:0px;
  1004. padding: 4px 10px;
  1005. margin: 10px 0px 0px 25px;
  1006. }
  1007.  
  1008. ol.notes li.note blockquote a {text-decoration: none;}
  1009.  
  1010.  
  1011. /* --- PAGINATION --- */
  1012.  
  1013. #pagination {
  1014. float:right;
  1015. margin-top:-80px;
  1016. margin-right:60px;
  1017. width:500px;
  1018. font-family:'Johnston';
  1019. color:{color:Black};
  1020. text-align:center;
  1021. font-size:20px;
  1022. text-transform:uppercase;
  1023. text-decoration:none;
  1024. padding:10px;
  1025. }
  1026.  
  1027. #pagination a {
  1028. margin:0px 5px 0px 5px;
  1029. color:{color:Black};
  1030. }
  1031.  
  1032. #pagination a:hover {
  1033. color:{color:Black};
  1034. }
  1035.  
  1036. .jump_page {
  1037. color:{color:Black};
  1038. }
  1039.  
  1040. .jump_page a, .jump_page a:hover{
  1041. color:{color:Black};
  1042. }
  1043.  
  1044. .current_page, .jump_page:hover {
  1045. color:{color:Black};
  1046. }
  1047.  
  1048. /* --- FOOTER ---*/
  1049.  
  1050. footer {
  1051. float:left;
  1052. margin-left:10px;
  1053. margin-top:-21px;
  1054. width:1015px;
  1055. height:200px;
  1056. background:{color:White};
  1057. border-top:10px solid {color:White};
  1058. }
  1059.  
  1060. #scrollToTop:link, #scrollToTop:visited {
  1061. display: none;
  1062. position: fixed;
  1063. bottom: 6px;
  1064. right: 30px;
  1065. background:rgba(0,0,0,.50);
  1066. }
  1067.  
  1068.  
  1069. {CustomCSS}
  1070. </style>
  1071.  
  1072.  
  1073.  
  1074. </head>
  1075.  
  1076. <body>
  1077.  
  1078.  
  1079. <!-- START TOPBAR -->
  1080. <div class="topbar">
  1081. <div class="navigation">
  1082. <a class="topone" href="/">home</a>
  1083. <a class="toptwo" href="/ask">ask</a>
  1084. <a class="topthree" href="/apply">join</a>
  1085. <a class="topfour" href="/tags">Tags</a>
  1086. </div>
  1087. </div><!-- START TOPBAR -->
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093. <!-- START CONTAINER -->
  1094. <div class="container">
  1095.  
  1096.  
  1097.  
  1098.  
  1099. <!-- START HEADER -->
  1100. <div class="header"></div>
  1101.  
  1102.  
  1103. {block:IndexPage}
  1104. <div class="welcome">
  1105.  
  1106. <div class="description">
  1107. <div class="desctitle">Welcome</div>
  1108. <div class="descdivider"></div>
  1109. This is a blog dedicated to Marina And The Diamonds a.k.a Marina Diamandis. We provide you with the latest news, photos, videos and more. We track #marinasdaily.<br>Twitter: @DailyNewsMarina
  1110. </div>
  1111.  
  1112. <div class="title">
  1113. the #1 matd source
  1114. </div>
  1115.  
  1116. </div>
  1117. {/block:IndexPage}
  1118. <!-- END HEADER -->
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125. <!-- START CONTENT -->
  1126. <div class="content">
  1127.  
  1128.  
  1129.  
  1130. <!-- START SIDEBAR -->
  1131. <div class="sidebar">
  1132.  
  1133. <!-- OFFICIAL LINKS -->
  1134. {block:IndexPage}
  1135. <div class="sidedesc">
  1136. <div class="sidetitle">
  1137. <div class="one">Official Links</div>
  1138. </div>
  1139.  
  1140.  
  1141. <table width="100%" cellpadding="1" cellspacing="0" border="0">
  1142. <tr><td width="50%" valign="top">
  1143. <a class="oflinks" href="https://twitter.com/marinasdiamonds">Twitter</a>
  1144. <a class="oflinks" href="https://instagram.com/marinagrams">Instagram</a>
  1145. </td><td><td width="50%" valign="top">
  1146. <a class="oflinks" href="https://www.youtube.com/user/Marinaandthediamonds">Youtube</a>
  1147. <a class="oflinks" href="https://www.marinaandthediamonds.com/">Website</a>
  1148. </td></tr></table>
  1149. </div>
  1150. {/block:IndexPage}
  1151. <!-- OFFICIAL LINKS -->
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158. <!-- PHOTOS -->
  1159. {block:IndexPage}
  1160. <div class="sidedesc">
  1161. <div class="sidetitle">
  1162. <div class="two">Photos</div>
  1163. </div>
  1164. <div class="photos">
  1165.  
  1166. <a href="https://i.xomf.com/jkwyd.jpg"><img src="https://i.xomf.com/jkwyd.jpg"/></a>
  1167. <a href="https://i.xomf.com/yxzsd.jpg"><img src="https://i.xomf.com/yxzsd.jpg"/></a>
  1168. <a href="https://i.xomf.com/wqhmn.jpg"><img src="https://i.xomf.com/wqhmn.jpg"/></a>
  1169.  
  1170. <a href="https://i.xomf.com/jbhwg.jpg"><img src="https://i.xomf.com/jbhwg.jpg"/></a>
  1171. <a href="https://68.media.tumblr.com/a98470824de94ffc2f673796469c018f/tumblr_nw67v7nKIW1u5rke1o1_1280.jpg"><img src="https://68.media.tumblr.com/a98470824de94ffc2f673796469c018f/tumblr_nw67v7nKIW1u5rke1o1_1280.jpg"/></a>
  1172. <a href="https://i.xomf.com/dnrnl.jpg"><img src="https://i.xomf.com/dnrnl.jpg"/></a>
  1173.  
  1174. <a href="https://i.xomf.com/ydhcw.jpg"><img src="https://i.xomf.com/ydhcw.jpg"/></a>
  1175. <a href="https://i.xomf.com/jjjdn.jpg"><img src="https://i.xomf.com/jjjdn.jpg"/></a>
  1176. <a href="https://i.xomf.com/jrzpn.jpg"><img src="https://i.xomf.com/jrzpn.jpg"/></a>
  1177.  
  1178.  
  1179. </div>
  1180.  
  1181. </div>
  1182. {/block:IndexPage}
  1183. <!-- PHOTOS -->
  1184.  
  1185.  
  1186. <!-- AFFILIATES -->
  1187. {block:IndexPage}
  1188. <div class="sidedesc">
  1189. <div class="sidetitle">
  1190. <div class="three">Affiliates</div>
  1191. </div>
  1192.  
  1193. <div class="affie">
  1194.  
  1195. <a title="marinas road" href="https://marinas-road.tumblr.com"><img src="https://static.tumblr.com/zvesamf/YyYoptcl4/m.jpg" /></a>
  1196.  
  1197. <a title="life imitates lana del rey" href="https://life-imitates-lana-del-rey.tumblr.com"><img src="https://static.tumblr.com/zvesamf/nmhoptcl2/l2.jpg" /></a>
  1198.  
  1199. <a title="del rey online" href="https://delreyonline.tumblr.com"><img src="https://static.tumblr.com/zvesamf/Lxgoptcl3/l4.jpg" /></a>
  1200.  
  1201. <a title="daily del rey gifs" href="https://dailydelreygifs.tumblr.com"><img src="https://static.tumblr.com/zvesamf/khuoptd9t/l3.jpg" /></a>
  1202.  
  1203. <a title="the diamonds masterpost" href="https://thediamondsmasterpost.tumblr.com"><img src="https://static.tumblr.com/zvesamf/0Pdoptcl5/m3.jpg" /></a>
  1204.  
  1205. <a title="lana del rey post" href="https://lanadelreypost.tumblr.com"><img src="https://static.tumblr.com/zvesamf/u2voptcl2/l.jpg" /></a>
  1206.  
  1207. <a title="dailylarina" href="https://dailylarina.tumblr.com"><img src="https://static.tumblr.com/zvesamf/fgfoptcl4/m2.jpg" /></a>
  1208.  
  1209. <a title="the 1975 gifs" href="https://the1975gifs.tumblr.com"><img src="https://static.tumblr.com/zvesamf/nWEoptcl5/1975.jpg" /></a>
  1210.  
  1211. <a title="dua daily" href="https://dua-daily.tumblr.com"><img src="https://i.hizliresim.com/8zMObV.png" /></a>
  1212.  
  1213. <br><br>
  1214.  
  1215. <a title="apply" href="https://marinasdaily.tumblr.com/apply">apply</a>
  1216. </div>
  1217.  
  1218.  
  1219. </div>
  1220. {/block:IndexPage}
  1221. <!-- AFFILIATES -->
  1222.  
  1223.  
  1224.  
  1225.  
  1226. <!-- MEMBERS -->
  1227. <div class="sidedesc">
  1228. <div class="sidetitle">
  1229. <div class="four">Members</div>
  1230. </div>
  1231.  
  1232. {block:GroupMembers}
  1233. {block:GroupMember}
  1234. <div class="membersec">
  1235. <div class="memberportrait">
  1236. <img src="{GroupMemberPortraitURL-64}" width="60px;" height="60px;">
  1237. </div>
  1238.  
  1239. <div class="membername">
  1240. <a href="{GroupMemberURL}">{GroupMemberName}</a>
  1241. </div>
  1242.  
  1243. <div class="membertitle">
  1244. {GroupMemberTitle}
  1245. </div>
  1246. </div>
  1247. {/block:GroupMember}
  1248. {/block:GroupMembers}
  1249.  
  1250. </div>
  1251. <!-- MEMBERS -->
  1252.  
  1253. <!-- MUSIC -->
  1254. {block:IndexPage}
  1255. <div class="sidedesc">
  1256. <div class="sidetitle">
  1257. <div class="five">Music</div>
  1258. </div>
  1259.  
  1260. <div class="sbalbums">
  1261.  
  1262. <img src="https://static.tumblr.com/zvesamf/qspopmsal/album_tfj.jpg" />
  1263. <div class="musicinfo">
  1264. <i>The Family Jewels</i><br>
  1265. <b>Label:</b> Atlantic; 679<br>
  1266. <b>Purchase:</b> <a href="https://itunes.apple.com/fr/album/the-family-jewels/id347700339">iTunes</a><br>
  1267. <b>Released:</b> February 15, 2010<br>
  1268. </div>
  1269.  
  1270. <img src="https://static.tumblr.com/zvesamf/L1Uopmsak/album_eh.jpg" />
  1271. <div class="musicinfo">
  1272. <i>Electra Heart</i><br>
  1273. <b>Label:</b> Atlantic; 679<br>
  1274. <b>Purchase:</b> <a href="https://itunes.apple.com/fr/album/electra-heart-deluxe-video/id612476580">iTunes</a><br>
  1275. <b>Released:</b> April 27, 2012<br>
  1276. </div>
  1277.  
  1278. <img src="https://static.tumblr.com/zvesamf/AdPopmsak/album_froot.jpg" />
  1279. <div class="musicinfo">
  1280. <i>FROOT</i><br>
  1281. <b>Label:</b> Atlantic<br>
  1282. <b>Purchase:</b> <a href="https://itunes.apple.com/fr/album/froot/id936794872">iTunes</a><br>
  1283. <b>Release Date:</b> March 13, 2015<br>
  1284. </div>
  1285.  
  1286. <br>
  1287. </div></div>
  1288. {/block:IndexPage}
  1289. <!-- MUSIC -->
  1290.  
  1291. <!-- TOURS -->
  1292. {block:IndexPage}
  1293. <div class="sidedesc">
  1294. <div class="sidetitle">
  1295. <div class="six">Tour</div>
  1296. </div>
  1297.  
  1298. <div class="sbalbums">
  1299.  
  1300. <img src="https://static.tumblr.com/zvesamf/KMWopmsaj/tour_tfj.jpg" />
  1301. <div class="tourinfo">
  1302. <i>The Family Jewels Tour</i><br>
  1303. <b>Start:</b> January 26, 2010<br>
  1304. <b>End:</b> December 4, 2011<br>
  1305. </div>
  1306.  
  1307.  
  1308. <img src="https://static.tumblr.com/zvesamf/oQKopmsam/tour_eh.jpg" />
  1309. <div class="tourinfo">
  1310. <i>The Lonely Hearts Club Tour</i><br>
  1311. <b>Start:</b> May 27, 2012<br>
  1312. <b>End:</b> May 29, 2013<br>
  1313. </div>
  1314.  
  1315. <img src="https://static.tumblr.com/zvesamf/gi4opmsai/tour_froot.jpg" />
  1316. <div class="tourinfo">
  1317. <i>Neon Nature Tour</i><br>
  1318. <b>Start:</b> October 12, 2015<br>
  1319. <b>End:</b> March 20, 2016<br>
  1320. </div>
  1321.  
  1322. <br>
  1323. </div></div>
  1324. {/block:IndexPage}
  1325. <!-- TOURS -->
  1326.  
  1327. <!-- ABOUT -->
  1328. <div class="sidedesc">
  1329. <div class="sidetitle">
  1330. <div class="seven">About</div>
  1331. </div>
  1332. <div class="sbabout">
  1333. <b>About:</b> Marina and The Diamonds<br>
  1334. <b>Admins/members:</b> See above<br>
  1335. <b>Hits:</b>
  1336. <div class="sbaboutimg">
  1337. <a href='https://www.free-website-hit-counter.com'><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=99673&s=8' border='0' height="11px" width="111px"></a>
  1338. </div>
  1339. </div>
  1340.  
  1341. <p>
  1342. MARINASDAILY claims no credit for any videos posted on this site unless stated otherwise. Information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.
  1343. </div>
  1344. <!-- ABOUT -->
  1345.  
  1346.  
  1347.  
  1348. </div><!-- END SIDEBAR -->
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355. <!-- POSTS START -->
  1356. <div class="posts">
  1357.  
  1358. {block:Posts}
  1359.  
  1360. <!-- Post Info Start -->
  1361. <div id="postdate">
  1362. <div class="date">
  1363. {block:Date}
  1364. <div class="day"><a href="{Permalink}">{DayOfMonthWithZero}</a></div>
  1365. <div class="month">{Month}</div>
  1366. <div class="year">{Year}</div>
  1367. {/block:Date}
  1368. <div class="author">
  1369. Posted by <a href="{PostAuthorURL}">{PostAuthorName}</a>
  1370. </div>
  1371. </div>
  1372. </div>
  1373. <!-- Post Info End -->
  1374.  
  1375.  
  1376.  
  1377.  
  1378. <!-- Post Styles Start -->
  1379. <div class="iposts" id="{PostID}">
  1380.  
  1381.  
  1382. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1383.  
  1384. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  1385. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1386.  
  1387. {block:Quote}<h1>“{Quote}”</h1>-{Source}</b>{/block:Quote}
  1388.  
  1389. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1390.  
  1391. {block:Photoset}<div class="set"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  1392. <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>
  1393. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  1394.  
  1395. {block:Chat}
  1396. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  1397. {/block:Chat}
  1398.  
  1399. {block:Audio}
  1400. <div class="audio">
  1401.  
  1402. {block:AlbumArt}
  1403. <div class="audioimg">
  1404. <img src="{AlbumArtURL}" />
  1405. </div>
  1406. {block:AlbumArt}
  1407.  
  1408. {block:AudioPlayer}
  1409. <div class="player">
  1410. {AudioPlayerBlack}
  1411. </div>
  1412. {/block:AudioPlayer}
  1413.  
  1414. <div class="audiop">
  1415. {block:TrackName}
  1416. <div class="trackname">
  1417. {TrackName}
  1418. </div>
  1419. {/block:TrackName}
  1420. {block:Artist}
  1421. <div class="artist">
  1422. by {Artist}
  1423. </div>
  1424. {/block:Artist}
  1425. </div>
  1426. {block:Caption}{Caption}{/block:Caption}
  1427. </div>
  1428. {/block:Audio}
  1429.  
  1430.  
  1431. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1432.  
  1433. {block:Answer}
  1434. <div id="asker">
  1435. <div class="askername">{Asker} asked:</div>
  1436. </div>
  1437. <div class="question">{Question}</div>
  1438.  
  1439. {Answer}{/block:Answer}
  1440.  
  1441. <!-- Post Styles end -->
  1442. </div>
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448. <!-- Post Info Start -->
  1449. <div id="postinfo">
  1450.  
  1451. <div class="poststats">
  1452. {block:NoteCount}
  1453. <a class="notecount" href="{Permalink}">{NoteCountWithLabel}</a>
  1454. {/block:NoteCount}
  1455.  
  1456. {block:RebloggedFrom}
  1457. <a class="sources" href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  1458.  
  1459. {block:ContentSource}
  1460. <a class="sources" href="{ReblogRootURL}" title="{ReblogRootName}">/ src</a>
  1461. {/block:ContentSource}
  1462. {/block:RebloggedFrom}
  1463. </div>
  1464.  
  1465. </div>
  1466.  
  1467. {block:IndexPage}
  1468. <div class="controls">
  1469. <div class="postreblog">
  1470. <a href="{ReblogURL}" target="_blank">&#8634;</a>
  1471. </div>
  1472. <div class="postlike">{LikeButton}</div>
  1473. </div>
  1474. {/block:IndexPage}
  1475.  
  1476.  
  1477. <div class="tags">
  1478. {block:HasTags}
  1479. {block:Tags}
  1480. <a href="{TagURL}">{Tag}</a>,&nbsp;
  1481. {/block:Tags}
  1482. {/block:HasTags}
  1483. </div>
  1484. <!-- Post Info End -->
  1485.  
  1486. <p>
  1487. {block:PostNotes}
  1488. <div id="permanote">{PostNotes}</div>
  1489. {/block:PostNotes}
  1490.  
  1491.  
  1492. {/block:Posts}
  1493. </div><!-- END POSTS -->
  1494.  
  1495.  
  1496. <!-- START PAGINATION -->
  1497. {block:IndexPage}
  1498. {block:Pagination}
  1499. <div id="pagination">
  1500. {block:PreviousPage}
  1501. <a href="{PreviousPage}">Prev</a> |
  1502. {/block:PreviousPage}
  1503.  
  1504. {block:JumpPagination length="5"}
  1505. {block:CurrentPage}
  1506. <span class="current_page">{PageNumber}</span>
  1507. {/block:CurrentPage}
  1508.  
  1509. {block:JumpPage}
  1510. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1511. {/block:JumpPage}
  1512. {/block:JumpPagination}
  1513.  
  1514. {block:NextPage}
  1515. | <a href="{NextPage}">Next</a>
  1516. {/block:NextPage}
  1517. </div>
  1518. {/block:Pagination}
  1519. {/block:IndexPage}
  1520. <!-- END PAGINATION -->
  1521.  
  1522.  
  1523.  
  1524. <!-- START FOOTER -->
  1525. {block:IndexPage}
  1526. <footer>
  1527. <img src="https://static.tumblr.com/zvesamf/Ej3opo68f/footer.jpg" />
  1528. </footer>
  1529. {/block:IndexPage}
  1530. <!-- END FOOTER -->
  1531.  
  1532.  
  1533.  
  1534. </div><!-- END CONTENT -->
  1535.  
  1536.  
  1537. <div id="end"></div>
  1538. </div><!-- END CONTAINER -->
  1539.  
  1540.  
  1541. <div class="hcontrols"><i class="fa fa-plus" style="float:left;"></i></div>
  1542.  
  1543. <div class="cr">
  1544. <a href="https://charlesluciano.tumblr.com" title="charlesluciano"><i class="fa fa-paint-brush" style="float:left;"></i></a>
  1545. </div>
  1546.  
  1547.  
  1548.  
  1549.  
  1550. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1551. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1552. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1553.  
  1554. <link href="//static.tumblr.com/wupwnyt/qWVoc4phj/resizing.css" rel="stylesheet" type="text/css"/>
  1555.  
  1556. <script>
  1557. $(document).ready(function(){
  1558. $('.photo-slideshow').pxuPhotoset({
  1559. lightbox: true,
  1560. rounded: false,
  1561. gutter: '0px',
  1562. borderRadius: '0px',
  1563. photoset: '.photo-slideshow',
  1564. photoWrap: '.photo-data',
  1565. photo: '.pxu-photo'
  1566. });
  1567. });
  1568. </script>
  1569.  
  1570. </body>
  1571. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement