Advertisement
cvndythemes

daisyridleysource

Aug 24th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.93 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13.  
  14.  
  15. <!--
  16.  
  17. >> ETHEREAL THEMES // CUSTOM THEME
  18.  
  19. Designed by etherealthemes for
  20. daisyridleysource.tumblr.com
  21. ⓒ 2016 - 2018
  22.  
  23. >> CREDITS
  24.  
  25. icons by fontawesome
  26. pxu photosets by @shythemes
  27.  
  28. -->
  29.  
  30.  
  31.  
  32.  
  33. <!-- COLORS -->
  34. <meta name="color:Background" content="#ffffff" />
  35. <meta name="color:Text" content="#000000" />
  36. <meta name="color:Links" content="#000000" />
  37. <meta name="color:Accent One" content="#c39c9a" />
  38. <meta name="color:Accent Two" content="#b1d3dd" />
  39. <meta name="color:Accent Three" content="#6594a2" />
  40.  
  41. <meta name="color:Topbar Links" content="#000000" />
  42. <meta name="color:Topbar Background" content="#ffffff" />
  43.  
  44. <meta name="color:Container" content="#ffffff" />
  45. <meta name="color:Content" content="#ffffff" />
  46.  
  47. <meta name="color:Welcome Background" content="#ffffff" />
  48. <meta name="color:Welcome Text" content="#000000" />
  49.  
  50.  
  51.  
  52.  
  53. <!-- IMAGES -->
  54. <meta name="image:Header" content="https://static.tumblr.com/zvesamf/pBLpciegm/daisyridleysource_header.png" />
  55.  
  56. <meta name="image:Footer" content="https://static.tumblr.com/zvesamf/vKkpdvv56/daisyridleysource_logo.jpg" />
  57.  
  58.  
  59.  
  60.  
  61. <!-- SELECT -->
  62. <meta name="select:Lightbox" content="0,0,0," title="Black">
  63. <meta name="select:Lightbox" content="255,255,255," title="White">
  64.  
  65.  
  66.  
  67.  
  68. <!-- IF -->
  69. <meta name="if:Askbox" content="1"/>
  70. <meta name="if:Countdown" content="1"/>
  71.  
  72.  
  73.  
  74.  
  75.  
  76. <!-- SCRIPTS -->
  77.  
  78. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  79.  
  80. <script src="http://static.tumblr.com/zvesamf/uCToz2tqz/jquery.style-my-tooltips.js"></script>
  81.  
  82. <script>
  83. (function($){
  84. $(document).ready(function(){
  85. $("[title]").style_my_tooltips({
  86. tip_delay_time:200,
  87. tip_fade_speed:300,
  88. tip_follows_cursor:true
  89. }
  90. );
  91. });
  92. })(jQuery);
  93. </script>
  94.  
  95. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.6/SmoothScroll.min.js"></script>
  96.  
  97. <script>
  98. $container.infinitescroll({
  99. itemSelector: '.posts',
  100. navSelector: '.pagination',
  101. nextSelector: '.pagination a',
  102. loadingImg: '',
  103. loadingText: '<em></em>',
  104. bufferPx: 2000
  105. },
  106. function( newElements ) {
  107. var $newElems = $(newElements);
  108. var $newElemsIDs = $newElems.map(function(){
  109. return this.id;
  110. }).get();
  111. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  112. });
  113. </script>
  114.  
  115. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
  116.  
  117. <link href="https://fonts.googleapis.com/css?family=Raleway:400,500,600|Cinzel" rel="stylesheet">
  118.  
  119. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
  120.  
  121.  
  122.  
  123.  
  124. <!-- STYLESHEET -->
  125.  
  126. <style type="text/css">
  127.  
  128. /* --- SCROLLBAR ---*/
  129.  
  130. ::-webkit-scrollbar {height:15px;width:15px;background-color:{color:Background};}
  131.  
  132.  
  133. ::-webkit-scrollbar-track {background-color:#dbdbdb;border:7px solid {color:Background};}
  134.  
  135. ::-webkit-scrollbar-thumb {min-height:25px;min-width:25px;background-color:{color:Text};border:7px solid {color:Background};}
  136.  
  137.  
  138. /* --- SELECTION ---*/
  139.  
  140. ::-moz-selection {
  141. color:{color:Background};
  142. background:{color:Accent One};
  143. opacity:1;
  144. }
  145.  
  146. ::selection {
  147. color:{color:Background};
  148. background:{color:Accent One};
  149. opacity:1;
  150. }
  151.  
  152. /* --- TOOLTIPS ---*/
  153.  
  154. #s-m-t-tooltip {
  155. max-width:200px;
  156. margin:15px;
  157. background-color:{color:Accent Two};
  158. padding:5px 8px;
  159. font-size:11px;
  160. line-height:100%;
  161. word-wrap:break-word;
  162. text-transform:lowercase;
  163. font-style:italic;
  164. word-break:break-all;
  165. color:{color:Background};
  166. z-index:8;
  167. }
  168.  
  169. /* --- TUMBLR TOOLS --- */
  170.  
  171. {block:IndexPage}
  172. iframe.tmblr-iframe {
  173. z-index:999999!important;
  174. top:19px!important;
  175. right:0!important;
  176. opacity:0;
  177. padding-right:60px;
  178. transform:scale(0.5);
  179. transform-origin:100% 0;
  180. -webkit-transform:scale(0.5);
  181. -webkit-transform-origin:100% 0;
  182. -o-transform:scale(0.5);
  183. -o-transform-origin:100% 0;
  184. -moz-transform:scale(0.5);
  185. -moz-transform-origin:100% 0;
  186. -ms-transform:scale(0.5);
  187. -ms-transform-origin:100% 0;
  188. filter:invert(1);
  189. -webkit-filter:invert(1);
  190. -o-filter:invert(1);
  191. -moz-filter:invert(1);
  192. -ms-filter:invert(1);
  193. transition:.2s ease-in-out;
  194. -webkit-transition:.2s ease-in-out;
  195. -moz-transition:.2s ease-in-out;
  196. }
  197.  
  198. iframe.tmblr-iframe:hover {opacity:0.5!important;}
  199.  
  200. .tcontrols {
  201. position:fixed;
  202. top:25px;
  203. right:20px;
  204. z-index:9;
  205. font-weight:700;
  206. color:{color:Topbar Links};
  207. font-size:14px;
  208. transition:.2s ease-in-out;
  209. -webkit-transition:.2s ease-in-out;
  210. -moz-transition:.2s ease-in-out;
  211. }
  212.  
  213.  
  214. {/block:IndexPage}
  215.  
  216.  
  217. {block:PermalinkPage}
  218. iframe.tmblr-iframe {
  219. z-index:999999!important;
  220. top:19px!important;
  221. right:0!important;
  222. opacity:0.5;
  223. padding-right:30px;
  224. transform:scale(0.5);
  225. transform-origin:100% 0;
  226. -webkit-transform:scale(0.5);
  227. -webkit-transform-origin:100% 0;
  228. -o-transform:scale(0.5);
  229. -o-transform-origin:100% 0;
  230. -moz-transform:scale(0.5);
  231. -moz-transform-origin:100% 0;
  232. -ms-transform:scale(0.5);
  233. -ms-transform-origin:100% 0;
  234. filter:invert(1);
  235. -webkit-filter:invert(1);
  236. -o-filter:invert(1);
  237. -moz-filter:invert(1);
  238. -ms-filter:invert(1);
  239. }
  240. {/block:PermalinkPage}
  241.  
  242. /* --- BODY --- */
  243.  
  244. body {
  245. margin:0px;
  246. padding:0px;
  247. font-family: 'Open Sans', sans-serif;
  248. color:{color:Text};
  249. font-size:12px;
  250. font-weight:400;
  251. line-height:150%;
  252. font-weight:normal;
  253. word-wrap:normal;
  254. text-align:left;
  255. background:{color:Background};
  256. -webkit-font-smoothing: antialiased;
  257. -moz-osx-font-smoothing: grayscale;
  258.  
  259. }
  260.  
  261. a {
  262. color:{color:Links};
  263. text-decoration:none;
  264. border:0;
  265. }
  266.  
  267. b,strong {font-weight:700;}
  268. i,italic {font-style:italic;}
  269. small {font-size:12px;}
  270. big {font-size:12px;}
  271.  
  272. hr.divider, hr, hr.separator {
  273. display: block;
  274. margin-top: 0.5em;
  275. margin-bottom: 0.5em;
  276. margin-left: auto;
  277. margin-right: auto;
  278. border-style: inset;
  279. border-color:{color:Text};
  280. border-bottom: 1px;
  281. }
  282.  
  283. pre {
  284. white-space: pre-wrap;
  285. white-space: -moz-pre-wrap;
  286. white-space: -pre-wrap;
  287. white-space: -o-pre-wrap;
  288. word-wrap: break-word;
  289. }
  290.  
  291. /* --- TOPBAR --- */
  292.  
  293. .topbar {
  294. position:fixed;
  295. margin:0 auto;
  296. top:0;
  297. left:0;
  298. width:100%;
  299. height:75px;
  300. background:{color:Topbar Background};
  301. z-index:3;
  302. }
  303.  
  304. .topbarlinks {
  305. margin:0 auto;
  306. text-align:center;
  307. padding-top:30px;
  308. }
  309.  
  310. .topbarlinks a {
  311. text-transform:uppercase;
  312. border:0;
  313. color:{color:Topbar Links};
  314. text-decoration:none;
  315. font-weight:400;
  316. font-size:11px;
  317. margin:0px 15px;
  318. padding:0px 10px 15px 10px;
  319. border-bottom:2px solid {color:Topbar Background};
  320. transition:.2s ease-in-out;
  321. -webkit-transition:.2s ease-in-out;
  322. -moz-transition:.2s ease-in-out;
  323. }
  324.  
  325. .topbarlinks a:nth-child(2n + 1):hover {
  326. border-bottom:2px solid {color:Accent One};
  327. padding:0px 10px 5px 10px;
  328. }
  329.  
  330. .topbarlinks a:nth-child(2n + 2):hover {
  331. border-bottom:2px solid {color:Accent Two};
  332. padding:0px 10px 5px 10px;
  333. }
  334.  
  335. /* --- BACKGROUND BAR DECO --- */
  336.  
  337. .bars {
  338. position:absolute;
  339. top:222px;
  340. left:0px;
  341. width:100%;
  342. height:151px;
  343. z-index:-1;
  344. }
  345.  
  346. .barone, .bartwo, .barthree, .barfour, .barfive, .barsix {width:100%;}
  347.  
  348. .barone {height:29px;background:#c7beba;margin-top:0px;}
  349.  
  350. .bartwo {height:19px;background:#d8d2cf;margin-top:0px;}
  351.  
  352. .barthree {height:10px;background:#b2d4de;margin-top:8px;}
  353.  
  354. .barfour {height:20px;background:#8d6667;margin-top:12px;}
  355.  
  356. .barfive {height:28px;background:#426a88;margin-top:5px;}
  357.  
  358. .barsix {height:20px;background:#7b97ac;margin-top:0px;}
  359.  
  360. /* --- CONTAINER --- */
  361.  
  362. .container {
  363. margin:0 auto;
  364. margin-top:75px;
  365. width:1200px;
  366. background:{color:Container};
  367. padding:0px;
  368. }
  369.  
  370. #end {
  371. clear: both;
  372. text-align:center;
  373. }
  374.  
  375. /* --- HEADER ---*/
  376.  
  377. .header {
  378. margin:0 auto;
  379. margin-top:5px;
  380. width:1200px;
  381. height:450px;
  382. background-image: url('{image:Header}');
  383. background-position:center top;
  384. background-repeat:no-repeat;
  385. }
  386.  
  387. /* --- WELCOME ---*/
  388.  
  389. .welcome {
  390. margin:0 auto;
  391. margin-top:60px;
  392. padding:20px 100px;
  393. color:{color:Text};
  394. font-style:italic;
  395. text-align:center;
  396. width:600px;
  397. line-height:160%;
  398. background:#fff;
  399. }
  400.  
  401. .welcome b {text-transform:uppercase;font-weight:600;color:{color:Text};}
  402.  
  403. .welcome strong {font-weight:700;color:{color:Text};}
  404.  
  405. .welcome i {font-weight:700;}
  406.  
  407. .welcome i:nth-child(2n + 1) {color:{color:Accent Two};}
  408.  
  409. .welcome i:nth-child(2n + 2) {color:{color:Accent One};}
  410.  
  411. .welcome em {color:{color:Accent Three};}
  412.  
  413. /* --- LATEST PHOTOS ---*/
  414.  
  415. .latestphotos {
  416. width:800px;
  417. background:#fff;
  418. margin:0 auto;
  419. }
  420.  
  421. .latestphotoswrap {
  422. height:125px;
  423. max-width:125px;
  424. display:inline-block;
  425. overflow:hidden!important;
  426. }
  427.  
  428. .ji-tumblr-photos {
  429. display:inline-block;
  430. height:125px;
  431. text-align:center;
  432. }
  433.  
  434. .latestphotoswrap img {
  435. position:relative;
  436. top:0;
  437. left:50%;
  438. min-width:125px;
  439. min-height:125px;
  440. left:-70px;
  441. transition:.2s ease-in-out;
  442. -webkit-transition:.2s ease-in-out;
  443. -moz-transition:.2s ease-in-out;
  444. }
  445.  
  446. .latestphotoswrap img:hover {transform: scale(1.1);overflow:hidden!important;}
  447.  
  448. /* --- SIDEBAR --- */
  449.  
  450. .sidebar {
  451. float:left;
  452. width:340px;
  453. background:{color:Container};
  454. margin:80px 0px 0px 198px;
  455. }
  456.  
  457. .side {
  458. width:320px;
  459. padding:10px;
  460. min-height:75px;
  461. margin-bottom:75px;
  462. font-style:italic;
  463. background:{color:Content};
  464. color:{color:Text};
  465. }
  466.  
  467. .sidetitle {display:block;}
  468.  
  469. .sidebartitle {
  470. display:inline-block;
  471. padding:0px 10px;
  472. text-transform:lowercase;
  473. font-style:italic;
  474. font-weight:600;
  475. height:15px;
  476. position:relative;
  477. margin-bottom:20px;
  478. }
  479.  
  480. .side:nth-of-type(2n + 1) .sidebartitle {box-shadow:inset 0px -4px {color:Accent One};}
  481.  
  482. .side:nth-of-type(2n + 2) .sidebartitle {box-shadow:inset 0px -4px {color:Accent Two};}
  483.  
  484. /* --- SIDEBAR EXTRAS --- */
  485.  
  486. .updates {margin-bottom:25px;text-transform:lowercase;}
  487.  
  488. .updates b {font-weight:600;}
  489.  
  490. .projects {margin-bottom:55px;}
  491.  
  492. .projects b {font-weight:600;}
  493.  
  494. .projects i {font-style:italic;color:{color:Accent One};font-weight:600;}
  495.  
  496. .projects img {height:100px;width:100px;border:0;margin:0px 7px 2px 0px;}
  497.  
  498. .affiliates {text-align:center;}
  499.  
  500. .affiliates img {height:55px;width:55px;margin:0px 4px!important;}
  501.  
  502. .membercont {
  503. height:50px;
  504. margin-bottom:10px;
  505. }
  506.  
  507. .memberavi {height:50px;width:50px;}
  508.  
  509. .memberavi img {height:50px;width:50px;}
  510.  
  511. .membername {
  512. position:relative;
  513. top:-41px;
  514. left:60px;
  515. display:inline-block;
  516. font-style:italic;
  517. }
  518.  
  519. .membername a {font-weight:600;color:{color:Text};text-decoration:none;border:0;}
  520.  
  521. .membertitle {
  522. position:relative;
  523. top:-41px;
  524. left:60px;
  525. font-style:italic;
  526. }
  527.  
  528. /* --- POSTS --- */
  529.  
  530. .posts {
  531. float:right;
  532. width:420px;
  533. padding:0px;
  534. margin:90px 195px 0px 0px;
  535. background:{color:Container};
  536. }
  537.  
  538. .iposts {
  539. max-width:400px;
  540. padding:10px;
  541. background:{color:Content};
  542. }
  543.  
  544. .iposts img {max-width:400px;height:auto;}
  545.  
  546. .ipostpxu {
  547. width:400px;
  548. }
  549.  
  550.  
  551.  
  552. /* --- POST INFO --- */
  553.  
  554. .postinfo {
  555. background:{color:Content};
  556. text-transform:lowercase;
  557. font-style:italic;
  558. padding:10px 10px 5px 10px;
  559. }
  560.  
  561. .postdate {
  562. display:inline-block;
  563. font-weight:600;
  564. }
  565.  
  566. .postauthor {
  567. display:inline-block;
  568. }
  569.  
  570. /* --- POST CONTROL --- */
  571.  
  572. .postcontrol {
  573. float:right;
  574. margin-top:4px;
  575. }
  576.  
  577. .postcontrol i {
  578. color:{color:Text};
  579. height:auto;
  580. padding:1px;
  581. display:block;
  582. overflow:visible;
  583. height:auto;
  584. }
  585.  
  586. .postcontrol a {
  587. position:relative;
  588. display:inline-block;
  589. overflow:hidden;
  590. padding:0px;
  591. }
  592.  
  593. .postcontrol .reblog {
  594. opacity:1;
  595. }
  596.  
  597. .postcontrol .reblog i {
  598. font-size:11px;
  599. }
  600.  
  601. .reblog i {
  602. color:{color:Text};
  603. transition:0.2s ease-in-out;
  604. -webkit-transition:0.2s ease-in-out;
  605. -moz-transition:0.2s ease-in-out;
  606. }
  607.  
  608. .postcontrol .like .liked + i {
  609. color:{color:Text};
  610. opacity:1;
  611. }
  612.  
  613. .like {
  614. position:relative;
  615. top:-2px;
  616. }
  617.  
  618. .like i {
  619. color:{color:Text};
  620. font-size:9px;
  621. transition:0.2s ease-in-out;
  622. -webkit-transition:0.2s ease-in-out;
  623. -moz-transition:0.2s ease-in-out;
  624. }
  625.  
  626. .postcontrol .like .liked + i {
  627. color:{color:Accent One};
  628. }
  629.  
  630. .postcontrol .like .like_button {
  631. position:relative;
  632. }
  633.  
  634. .postcontrol .like .like_button iframe {
  635. position:absolute;
  636. top:0;
  637. left:0;
  638. bottom:0;
  639. right:0;
  640. z-index:2;
  641. opacity:0.000001;
  642. }
  643.  
  644. /* --- POST END --- */
  645.  
  646. .postend {
  647. padding:10px 10px 25px 10px;
  648. background:{color:Content};
  649. font-style:italic;
  650. }
  651.  
  652. .postnotes {float:left;}
  653.  
  654. .postvia {float:right;}
  655.  
  656. /* --- POST TAGS --- */
  657.  
  658. .posttags {
  659. background:{color:Content};
  660. color:{color:Text};
  661. text-align:center;
  662. font-size:11px;
  663. padding:10px;
  664. margin-bottom:125px;
  665. }
  666.  
  667. .posttags a {
  668. display:inline-block;
  669. font-style:italic;
  670. color:{color:Text};
  671. font-size:11px;
  672. height:15px;
  673. padding:0px 5px 0px 5px;
  674. text-transform:lowercase;
  675. }
  676.  
  677. .posttags a:nth-child(2n + 1) {box-shadow:inset 0px -3px {color:Accent One};}
  678. .posttags a:nth-child(2n + 2) {box-shadow:inset 0px -3px {color:Accent Two};}
  679.  
  680. /* --- POST STYLES --- */
  681.  
  682. h1, h2 {
  683. display:inline-block;
  684. font-size:11px;
  685. color:{color:Text};
  686. display:inline-block;
  687. text-transform:uppercase;
  688. font-style:italic;
  689. font-weight:700;
  690. }
  691.  
  692. blockquote {
  693. padding:10px;
  694. margin:0px;
  695. text-decoration:none;
  696. border-left:1px solid {color:Text};
  697. }
  698.  
  699. blockquote img {
  700. max-width:100%;
  701. display:block;
  702. margin-bottom:5px;
  703. }
  704.  
  705. .user_1 .label {font-weight: 700;}
  706. .user_2 .label {font-weight: 400;}
  707. .user_3 .label {font-weight: 700;}
  708. .user_4 .label {font-weight: 400;}
  709. .user_5 .label {font-weight: 700;}
  710. .user_6 .label {font-weight: 400;}
  711. .user_7 .label {font-weight: 700;}
  712. .user_8 .label {font-weight: 400;}
  713.  
  714. ul.chat {list-style:none; margin: 0px 0px 0px 0px; padding: 0px;}
  715.  
  716. .chat li {
  717. list-style: none;
  718. margin: 0px;
  719. padding: 2px;
  720. border: none;
  721. }
  722.  
  723. .chat li:first-child {border:none;}
  724.  
  725. /* --- QUESTIONS --- */
  726.  
  727. .question {
  728. margin:0px;
  729. width:400px;
  730. text-align:justify;
  731. line-height:130%;
  732. color:{color:Links};
  733. }
  734.  
  735. .asker {display:inline-block;}
  736.  
  737. .asker a {
  738. font-style:italic;
  739. display:inline-block;
  740. color:{color:Text};
  741. font-weight:600;
  742. height:12px;
  743. text-transform:lowercase;
  744. }
  745.  
  746. .questiontext {display:inline-block;}
  747.  
  748. .questionpost {margin:0;}
  749.  
  750.  
  751.  
  752. /* --- AUDIO --- */
  753.  
  754. .audio { background:{color:Container};}
  755.  
  756. .player {
  757. position:absolute;
  758. margin-top:-69px;
  759. margin-left:35px;
  760. opacity:0.6;
  761. }
  762.  
  763. .audiop, .player {display:inline-block;}
  764.  
  765. .trackname {
  766. margin-left:120px;
  767. margin-top:-75px;
  768. color:{color:Text};
  769. text-transform:uppercase;
  770. }
  771.  
  772. .artist {
  773. margin-left:120px;
  774. margin-top:-5px;
  775. color:{color:Text};
  776. }
  777.  
  778. .albuname {
  779. margin-left:120px;
  780. margin-top:0px;
  781. color:{color:Text};
  782. }
  783.  
  784. .audiop {
  785. position:absolute;
  786. display:block;
  787. margin-top:4px
  788. margin-top:-109px;
  789. }
  790.  
  791. .audioimg img {
  792. margin-top:10px;
  793. height:100px;
  794. width:100px;
  795. }
  796.  
  797. .tumblr_audio_player {
  798. width:30px;
  799. height:27px;
  800. overflow:hidden;
  801. }
  802.  
  803. .soundcloud_audio_player {padding-top:15px;}
  804.  
  805. /* --- LIGHTBOXES ---*/
  806.  
  807. .vignette, #vignette {opacity:0;}
  808.  
  809. .lightbox-image, #tumblr_lightbox img {
  810. box-shadow:none !important;
  811. border-radius:0 !important;
  812. max-width:none;
  813. -moz-box-sizing:border-box;
  814. box-sizing:border-box;
  815. }
  816.  
  817. .tmblr-lightbox, #tumblr_lightbox {
  818. background-color:rgba({select:Lightbox},.90) !important;
  819. }
  820.  
  821. .lightbox-caption, #tumblr_lightbox_caption {visibility:hidden;}
  822.  
  823.  
  824.  
  825. /* ---PERMALINK NOTES --- */
  826.  
  827. #permanote {
  828. width:380px;
  829. margin:-50px 0 20px 16px;
  830. padding:0px 0px 0px 9px;
  831. text-align:center;
  832.  
  833. }
  834.  
  835. ol.notes {
  836. display:inline-block;
  837. padding:0px;
  838. margin:15px 0px;
  839. background:transparent;
  840. list-style-type:none;
  841. text-align:center;
  842. border-bottom:0px;
  843. }
  844.  
  845. .notes a {display:inline-block;text-align:center;}
  846.  
  847. ol.notes li.note {padding:0px;float:left;text-align:center;}
  848.  
  849. ol.notes li.note img.avatar {
  850. width:32px;
  851. height:32px;
  852. margin:0px 2px 0px 2px;
  853. }
  854.  
  855. ol.notes li.note span.action {display:none;}
  856.  
  857. ol.notes li.note .answer_content {display:none;}
  858.  
  859. ol.notes li.note blockquote {display:none;}
  860.  
  861. ol.notes li.note blockquote a {display:none;}
  862.  
  863. ol.notes li.note.more_notes_link_container {
  864. display:block;
  865. position:relative;
  866. text-align:center;
  867. display:block;
  868. width:100%;
  869. padding-top:10px;
  870. }
  871.  
  872. /* --- SCROLL TO TOP --- */
  873.  
  874. #scrollToTop {
  875. display:none;
  876. position:fixed;
  877. bottom:15px;
  878. right:10px;
  879. cursor:default;
  880. }
  881.  
  882. #scrollToTop i {
  883. color:{color:Text};
  884. font-size:12px;
  885. display:inline-block;
  886. padding:5px;
  887. transition:.2s ease-in-out;
  888. -webkit-transition:.2s ease-in-out;
  889. -moz-transition:.2s ease-in-out;
  890. -o-transition:.2s ease-in-out;
  891. }
  892.  
  893. /* --- FOOTER --- */
  894.  
  895. footer {
  896. margin:0 auto;
  897. width:900px;
  898. margin:0px;
  899. padding:20px 20px 50px 20px;
  900. text-align:center;
  901. text-transform:uppercase;
  902. font-style:italic;
  903. color:{color:Text};
  904. }
  905.  
  906. footer b {
  907. display:inline-block;
  908. color:{color:Text};
  909. height:14px;
  910. font-weight:600;
  911. }
  912.  
  913. .footerleft {
  914. position:relative;
  915. top:-30px;
  916. display:inline-block;
  917. padding-right:25px;
  918. }
  919.  
  920. .footerimg {display:inline-block;}
  921.  
  922. /* --- PAGINATION --- */
  923.  
  924. .pagination {
  925. position:relative;
  926. top:-30px;
  927. display:inline-block;
  928. padding-left:25px;
  929. }
  930.  
  931. .pagination a {
  932. display:inline-block;
  933. color:{color:Text};
  934. padding:0px 1px 0px 0px;
  935. }
  936.  
  937. .pagination .current {
  938. display:inline-block;
  939. margin:8px;
  940. color:{color:Text};
  941. min-width:15px;
  942. }
  943.  
  944. .current_page {
  945. padding:0px 1px 0px 0px;
  946. }
  947.  
  948. .pagination a.jump {
  949. font-size:10px;
  950. line-height:10px;
  951. color:{color:Text};
  952. min-width:10px;
  953. }
  954.  
  955. {CustomCSS}
  956. </style>
  957.  
  958. </head>
  959. <body>
  960.  
  961.  
  962.  
  963.  
  964. <!-- START TOPBAR -->
  965. <div class="topbar">
  966.  
  967. <div class="topbarlinks">
  968. <a href="">Home</a>
  969. <a href="">Message</a>
  970. <a href="">Tags</a>
  971. <a href="">About</a>
  972. <a href="">Apply/Submit</a>
  973. <a href="">Our Creations</a>
  974. <a href="">Members</a>
  975. </div>
  976.  
  977.  
  978.  
  979. <!-- START TUMBLR TOOLS -->
  980. {block:IndexPage}
  981. <div class="tcontrols">
  982. <b>+</b>
  983. </div>
  984. {/block:IndexPage}
  985.  
  986. <!-- END TUMBLR TOOLS -->
  987.  
  988. </div>
  989. <!-- END TOPBAR -->
  990.  
  991.  
  992.  
  993.  
  994. <!-- START BACKGROUND DECO BARS -->
  995. <div class="bars">
  996. <div class="barone"></div><div class="bartwo"></div><div class="barthree"></div><div class="barfour"></div><div class="barfive"></div><div class="barsix"></div>
  997. </div>
  998. <!-- END BACKGROUND DECO BARS -->
  999.  
  1000.  
  1001.  
  1002.  
  1003. <!-- START CONTAINER -->
  1004. <div class="container">
  1005.  
  1006.  
  1007.  
  1008.  
  1009. <!-- START HEADER -->
  1010. <div class="header"></div>
  1011. <!-- END HEADER -->
  1012.  
  1013.  
  1014.  
  1015.  
  1016. <!-- START WELCOME -->
  1017. <div class="welcome">
  1018.  
  1019. Welcome to <b>daisyridleysource!</b> A friendly blog dedicated to the British actress <i>Daisy Ridley</i>. Here we'll keep
  1020. you updated with <em>gifs</em>, <em>edits</em>, <em>photos</em> and <em>news</em> of all things <i>Daisy</i>. Be sure to follow and visit again.<br>
  1021. We track <strong>#daisyridleyedit</strong> & <strong>#ridleysource</strong>
  1022.  
  1023. </div>
  1024. <!-- END WELCOME -->
  1025.  
  1026.  
  1027.  
  1028.  
  1029. <!-- START LATEST PHOTOS -->
  1030. <div class="latestphotos">
  1031. <center>
  1032. <div class='ji-tumblr-photos'>
  1033.  
  1034. <div class="latestphotoswrap"><a id='ji-tumblr-url-latestphotowidget-1' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latestphotowidget-1' src='' alt='' /></a></div>
  1035.  
  1036. <div class="latestphotoswrap"><a id='ji-tumblr-url-latestphotowidget-2' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latestphotowidget-2' src='' alt='' /></a></div>
  1037.  
  1038. <div class="latestphotoswrap"><a id='ji-tumblr-url-latestphotowidget-3' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latestphotowidget-3' src='' alt='' /></a></div>
  1039.  
  1040. <div class="latestphotoswrap"><a id='ji-tumblr-url-latestphotowidget-4' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latestphotowidget-4' src='' alt='' /></a></div>
  1041.  
  1042. <div class="latestphotoswrap"><a id='ji-tumblr-url-latestphotowidget-5' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latestphotowidget-5' src='' alt='' /></a></div>
  1043.  
  1044. <div class="latestphotoswrap"><a id='ji-tumblr-url-latestphotowidget-6' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latestphotowidget-6' src='' alt='' /></a></div>
  1045. </div>
  1046. <script type='text/javascript' src='http://daisyridleysource.tumblr.com/api/read/json?number=6&type=photo'></script>
  1047. <script type='text/javascript'>
  1048. document.getElementById('ji-tumblr-photo-latestphotowidget-1').setAttribute('src', tumblr_api_read.posts[0]['photo-url-250']);
  1049. document.getElementById('ji-tumblr-url-latestphotowidget-1').setAttribute('href', tumblr_api_read.posts[0]['url-with-slug']);
  1050. document.getElementById('ji-tumblr-photo-latestphotowidget-2').setAttribute('src', tumblr_api_read.posts[1]['photo-url-250']);
  1051. document.getElementById('ji-tumblr-url-latestphotowidget-2').setAttribute('href', tumblr_api_read.posts[1]['url-with-slug']);
  1052. document.getElementById('ji-tumblr-photo-latestphotowidget-3').setAttribute('src', tumblr_api_read.posts[2]['photo-url-250']);
  1053. document.getElementById('ji-tumblr-url-latestphotowidget-3').setAttribute('href', tumblr_api_read.posts[2]['url-with-slug']);
  1054. document.getElementById('ji-tumblr-photo-latestphotowidget-4').setAttribute('src', tumblr_api_read.posts[3]['photo-url-250']);
  1055. document.getElementById('ji-tumblr-url-latestphotowidget-4').setAttribute('href', tumblr_api_read.posts[3]['url-with-slug']);
  1056. document.getElementById('ji-tumblr-photo-latestphotowidget-5').setAttribute('src', tumblr_api_read.posts[4]['photo-url-250']);
  1057. document.getElementById('ji-tumblr-url-latestphotowidget-5').setAttribute('href', tumblr_api_read.posts[4]['url-with-slug']);
  1058. document.getElementById('ji-tumblr-photo-latestphotowidget-6').setAttribute('src', tumblr_api_read.posts[5]['photo-url-250']);
  1059. document.getElementById('ji-tumblr-url-latestphotowidget-6').setAttribute('href', tumblr_api_read.posts[5]['url-with-slug']);
  1060. </script>
  1061. </center>
  1062. </div>
  1063. <!-- END LATEST PHOTOS -->
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073. <!-- START SIDEBAR -->
  1074. <div class="sidebar">
  1075.  
  1076.  
  1077. <!-- UPDATES -->
  1078. <div class="side">
  1079. <div class="sidetitle">
  1080. <div class="sidebartitle">Updates</div>
  1081. </div>
  1082.  
  1083. <!-- Update -->
  1084. <div class="updates">
  1085. <b>Update One:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium magna et velit dignissim, a placerat nisi rutrum. Vestibulum odio ipsum, rutrum a ex ac, fringilla fermentum ante.
  1086. </div>
  1087.  
  1088.  
  1089. <!-- Update -->
  1090. <div class="updates">
  1091. <b>Update Two:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium magna et velit dignissim, a placerat nisi rutrum. Vestibulum odio ipsum, rutrum a ex ac, fringilla fermentum ante.
  1092. </div>
  1093.  
  1094.  
  1095. <!-- Update -->
  1096. <div class="updates">
  1097. <b>Update Three:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium magna et velit dignissim, a placerat nisi rutrum. Vestibulum odio ipsum, rutrum a ex ac, fringilla fermentum ante.
  1098. </div>
  1099.  
  1100. </div>
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108. <!-- ASKBOX -->
  1109. <div class="side">
  1110. <div class="sidetitle">
  1111. <div class="sidebartitle">Askbox</div>
  1112. </div>
  1113.  
  1114. <p><iframe frameborder="0" scrolling="no" width="320" height="270" src="http://www.tumblr.com/ask_form/daisyridleysource.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  1115.  
  1116. </div>
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124. <!-- UPCOMING PROJECTS -->
  1125. <div class="side">
  1126. <div class="sidetitle">
  1127. <div class="sidebartitle">Upcoming Projects</div>
  1128. </div>
  1129.  
  1130. <!-- Project -->
  1131. <div class="projects">
  1132. <img src="http://placehold.it/100X100" align="left" />
  1133. <b>Project Title ; Date</b><br>
  1134. <i>Character Name</i><br>
  1135.  
  1136. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium magna et velit dignissim, a placerat nisi rutrum.
  1137. </div>
  1138.  
  1139. <!-- Project -->
  1140. <div class="projects">
  1141. <img src="http://placehold.it/100X100" align="left" />
  1142. <b>Project Title ; Date</b><br>
  1143. <i>Character Name</i><br>
  1144.  
  1145. Vestibulum vitae nibh ac risus consectetur tristique. Aliquam non rutrum eros, vitae aliquet nisi. Curabitur eu tellus consequat, pulvinar justo vel, mollis quam. Nam id nisl vel enim efficitur egestas quis in metus. Donec cursus nibh in ultricies finibus. Ut et mi enim. Nullam fermentum bibendum justo, eu ultricies enim scelerisque porta.
  1146. </div>
  1147.  
  1148.  
  1149. </div>
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157. <!-- Members -->
  1158. <div class="side">
  1159. <div class="sidetitle">
  1160. <div class="sidebartitle">Members</div>
  1161. </div>
  1162.  
  1163. {block:GroupMembers}
  1164. {block:GroupMember}
  1165.  
  1166. <div class="membercont">
  1167. <div class="memberavi"><img src="{GroupMemberPortraitURL-64}"></div>
  1168.  
  1169. <div class="membername"><a href="{GroupMemberURL}">{GroupMemberName}</a></div><div class="membertitle">{GroupMemberTitle}</div>
  1170. </div>
  1171.  
  1172. {/block:GroupMember}
  1173. {/block:GroupMembers}
  1174.  
  1175. </div>
  1176.  
  1177.  
  1178.  
  1179.  
  1180. <!-- AFFILIATES -->
  1181. <div class="side">
  1182. <div class="sidetitle">
  1183. <div class="sidebartitle">Affiliates</div>
  1184. </div>
  1185.  
  1186. <div class="affiliates">
  1187.  
  1188. <a href="" title="blog title"><img src="https://api.tumblr.com/v2/blog/daisyridleysource.tumblr.com/avatar/512"/></a>
  1189.  
  1190. <a href="" title="blog title"><img src="https://api.tumblr.com/v2/blog/daisyridleysource.tumblr.com/avatar/512"/></a>
  1191.  
  1192. <a href="" title="blog title"><img src="https://api.tumblr.com/v2/blog/daisyridleysource.tumblr.com/avatar/512"/></a>
  1193.  
  1194. <a href="" title="blog title"><img src="https://api.tumblr.com/v2/blog/daisyridleysource.tumblr.com/avatar/512"/></a>
  1195.  
  1196. <p>
  1197.  
  1198. <a href="" title="blog title"><img src="https://api.tumblr.com/v2/blog/daisyridleysource.tumblr.com/avatar/512"/></a>
  1199.  
  1200. <a href="" title="blog title"><img src="https://api.tumblr.com/v2/blog/daisyridleysource.tumblr.com/avatar/512"/></a>
  1201.  
  1202. <a href="" title="blog title"><img src="https://api.tumblr.com/v2/blog/daisyridleysource.tumblr.com/avatar/512"/></a>
  1203.  
  1204. <a href="" title="blog title"><img src="https://api.tumblr.com/v2/blog/daisyridleysource.tumblr.com/avatar/512"/></a>
  1205.  
  1206. </div>
  1207.  
  1208. </div>
  1209.  
  1210.  
  1211.  
  1212.  
  1213. <!-- COUNTDOWN -->
  1214. <div class="side">
  1215. <div class="sidetitle">
  1216. <div class="sidebartitle">Countdown</div>
  1217. </div>
  1218.  
  1219.  
  1220.  
  1221. </div>
  1222.  
  1223.  
  1224.  
  1225.  
  1226. <!-- ABOUT -->
  1227. <div class="side">
  1228. <div class="sidetitle">
  1229. <div class="sidebartitle">About</div>
  1230. </div>
  1231.  
  1232. <b>About:</b> Daisy Ridley <br>
  1233. <b>Established:</b> 2016 <br>
  1234. <b>Admin(s):</b> Emm <br>
  1235. <b>Theme:</b> <a href="http://ethereal-themes.tumblr.com">ethereal</a> <br>
  1236. <b>Currently online:</b> <br>
  1237. <b>Total visits:</b> <br>
  1238.  
  1239. </div>
  1240.  
  1241.  
  1242.  
  1243.  
  1244. <!-- DISCLAIMER -->
  1245. <div class="side">
  1246. <div class="sidetitle">
  1247. <div class="sidebartitle">Disclaimer</div>
  1248. </div>
  1249.  
  1250. Our site 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.
  1251.  
  1252. </div>
  1253.  
  1254.  
  1255.  
  1256.  
  1257. </div>
  1258. <!-- END SIDEBAR -->
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268. <!-- START POSTS -->
  1269. <div class="posts">
  1270.  
  1271. {block:Posts}
  1272.  
  1273.  
  1274. <!-- START POST INFO -->
  1275. <div class="postinfo">
  1276.  
  1277. <div class="postdate">{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}</a> {/block:Date}</div>
  1278.  
  1279.  
  1280. <div class="postauthor"><a href="{PostAuthorURL}">posted by {PostAuthorName}</a></div>
  1281.  
  1282. {block:IndexPage}
  1283. <div class="postcontrol">
  1284. <a href="{ReblogURL}" target="_blank" class="reblog"><i class="fa fa-retweet"></i></a>
  1285. <a href="#" class="like">{LikeButton}<i class="fa fa-heart"></i></a>
  1286. </div>
  1287. {/block:IndexPage}
  1288.  
  1289. </div>
  1290. <!-- END POST INFO -->
  1291.  
  1292.  
  1293.  
  1294.  
  1295. <!-- POST STYLES START -->
  1296. <div class="iposts" id="{PostID}">
  1297.  
  1298. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1299.  
  1300. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  1301. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1302.  
  1303. {block:Quote}<h1>“{Quote}”</h1><br>-{Source}</b>{/block:Quote}
  1304.  
  1305. {block:Photo}<center><div class="oddhour-high-res">
  1306. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  1307. </div></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1308.  
  1309. {block:Photoset}<div class="ipostpxu"><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>
  1310. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  1311.  
  1312. {block:Chat}
  1313. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  1314. {/block:Chat}
  1315.  
  1316. {block:Audio}
  1317. <div class="audio">
  1318.  
  1319. {block:AlbumArt}
  1320. <div class="audioimg">
  1321. <img src="{AlbumArtURL}" />
  1322. </div>
  1323. {block:AlbumArt}
  1324.  
  1325. {block:AudioPlayer}
  1326. <div class="player">
  1327. {AudioPlayerBlack}
  1328. </div>
  1329. {/block:AudioPlayer}
  1330.  
  1331. <div class="audiop">
  1332. {block:TrackName}
  1333. <div class="trackname">
  1334. {TrackName}
  1335. </div>
  1336. {/block:TrackName}
  1337. {block:Artist}
  1338. <div class="artist">
  1339. by {Artist}
  1340. </div>
  1341. {/block:Artist}
  1342. </div>
  1343. {block:Caption}{Caption}{/block:Caption}
  1344. </div>
  1345. {/block:Audio}
  1346.  
  1347.  
  1348. {block:Video}<center>{Video-400}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  1349.  
  1350. {block:Answer}
  1351. <div class="questionpost">
  1352. <div class="question">
  1353. <div class="questiontext">
  1354. <div class="asker">{Asker}: </div>
  1355. {Question}
  1356. </div>
  1357. </div>
  1358. {Answer}
  1359. </div>
  1360. {/block:Answer}
  1361.  
  1362.  
  1363. </div>
  1364. <!-- POST STYLES END -->
  1365.  
  1366.  
  1367.  
  1368.  
  1369. <!-- POST END START -->
  1370. {block:NoteCount}
  1371. <div class="postend">
  1372.  
  1373. <div class="postnotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  1374.  
  1375. {block:RebloggedFrom}
  1376. <div class="postvia">
  1377. <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{block:ContentSource}<a title="{ReblogRootName}" href="{SourceURL}">/src</a>{/block:ContentSource}
  1378. </div>
  1379. {/block:RebloggedFrom}
  1380. </div>
  1381. {/block:NoteCount}
  1382. <!-- POST END END -->
  1383.  
  1384.  
  1385.  
  1386. <!-- POST TAGS START -->
  1387. <div class="posttags">
  1388. {block:HasTags}{block:Tags}
  1389. <a href="{TagURL}">#{Tag}</a>&nbsp;
  1390. {/block:Tags}{/block:HasTags}
  1391. </div>
  1392. <!-- POST TAGS END -->
  1393.  
  1394.  
  1395.  
  1396.  
  1397. <!-- PERMALINK NOTES -->
  1398. {block:PostNotes}
  1399. <div id="permanote"><center>{PostNotes-64}</center></div>
  1400. {/block:PostNotes}
  1401.  
  1402.  
  1403. {/block:Posts}
  1404.  
  1405.  
  1406.  
  1407.  
  1408. </div><!-- END POSTS -->
  1409. <div id="end"></div>
  1410.  
  1411.  
  1412.  
  1413. <!-- START FOOTER -->
  1414. <footer>
  1415.  
  1416. <div class="footerleft">copyright <b>{Name}</b> 2018</div>
  1417.  
  1418. <div class="footerimg"><img src="{image:Footer}"></div>
  1419.  
  1420. <!-- START PAGINATION -->
  1421. {block:IndexPage}
  1422. {block:Pagination}
  1423. <div class="pagination">
  1424. {block:PreviousPage}
  1425. <b> <a href="{PreviousPage}">previous</a></b>
  1426. {/block:PreviousPage}
  1427.  
  1428. {block:JumpPagination length="10"}
  1429. {block:CurrentPage}
  1430. <span class="current_page">{PageNumber}</span>
  1431. {/block:CurrentPage}
  1432.  
  1433. {block:JumpPage}
  1434. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1435. {/block:JumpPage}
  1436. {/block:JumpPagination}
  1437.  
  1438. {block:NextPage}
  1439. <b> <a class="next" href="{NextPage}">next</a></b>
  1440. {/block:NextPage}
  1441. </div>
  1442.  
  1443. {/block:Pagination}
  1444. {/block:IndexPage}
  1445. <!-- END PAGINATION -->
  1446.  
  1447. </footer>
  1448. <!-- END FOOTER -->
  1449.  
  1450.  
  1451.  
  1452. </div>
  1453. <!-- END CONTAINER -->
  1454.  
  1455.  
  1456.  
  1457.  
  1458. <!-- ADDITIONAL SCRIPTS -->
  1459.  
  1460. {block:IndexPage}
  1461. <script>
  1462. $(function(){$window=$(window);$link=$("#scrollToTop");$link.click(function(){$("html, body").animate({scrollTop:0},"slow")});$window.scroll(function(){if($window.scrollTop()<=1000){$link.fadeOut("fast")}else{$link.fadeIn("fast")}})});
  1463. </script>
  1464.  
  1465. <a href="javascript:;" id="scrollToTop" rel="nofollow"><i class="fa fa-chevron-up" aria-hidden="true"></i></a>
  1466. {/block:IndexPage}
  1467.  
  1468. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1469. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1470. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1471.  
  1472. <script>
  1473. $(document).ready(function(){
  1474. $('.photo-slideshow').pxuPhotoset({
  1475. lightbox: true,
  1476. rounded: false,
  1477. gutter: '1px',
  1478. borderRadius: '0px',
  1479. photoset: '.photo-slideshow',
  1480. photoWrap: '.photo-data',
  1481. photo: '.pxu-photo'
  1482. });
  1483. });
  1484. </script>
  1485.  
  1486. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement