Advertisement
WildflowerDesigns

#01 Girl Like You

Mar 20th, 2019
8,749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--------
  5.  
  6. // WILDFLOWERDESIGNS: #01 Girl Like You
  7. * DO NOT STEAL!
  8. * DO NOT CLAIM AS YOUR OWN!
  9. * DO NOT REMOVE CREDIT!
  10. * DO NOT USE AS A BASE CODE!
  11.  
  12. more themes @ wildflowerdesigns.tumblr.com
  13.  
  14.  
  15. // CREDITS
  16. http://cyantists.tumblr.com/ - Tumblr controls
  17. http://shythemes.tumblr.com/ - Custom like & reblog buttons
  18. https://kryogenix.org/ - Smoothscroll
  19. https://jiapps.com/ - Latest posts
  20. f
  21. -------->
  22.  
  23. <title>{Title}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27.  
  28. <!---------------------------VARIABLES--------------------------->
  29.  
  30. <meta name="image:header" content="" />
  31. <meta name="image:sidebar image" content="" />
  32. <meta name="image:project one" content="" />
  33. <meta name="image:project two" content="" />
  34. <meta name="image:project three" content="" />
  35.  
  36. <meta name="color:text" content="#393939"/>
  37. <meta name="color:bold" content="#c1c179"/>
  38. <meta name="color:italic" content="#34e4cb"/>
  39. <meta name="color:underline" content="#a0a0a0"/>
  40. <meta name="color:link" content="#525252"/>
  41. <meta name="color:link hover" content="#c8c8c8"/>
  42. <meta name="color:border" content="#eaeaea"/>
  43. <meta name="color:scrollbar" content="#eae5d8"/>
  44. <meta name="color:top navigation background" content="#4d4d50"/>
  45. <meta name="color:top navigation links" content="#ffffff"/>
  46. <meta name="color:sidebar title background" content="#e8e8e8"/>
  47.  
  48. <meta name="if:show facebook icon" content="0">
  49. <meta name="if:show twitter icon" content="0">
  50. <meta name="if:show instagram icon" content="0">
  51. <meta name="if:show apple icon" content="0">
  52. <meta name="if:show spotify icon" content="0">
  53. <meta name="if:show imdb icon" content="0">
  54.  
  55. <meta name="text:title" content="Girl Like You"/>
  56. <meta name="text:subtitle" content="I need a girl like you"/>
  57. <meta name="text:blog username" content="/"/>
  58.  
  59. <meta name="text:link 1" content="link 1"/>
  60. <meta name="text:link 1 url" content="link 1 url"/>
  61. <meta name="text:link 2" content="link 2"/>
  62. <meta name="text:link 2 url" content="link 2 url"/>
  63. <meta name="text:link 3" content="link 3"/>
  64. <meta name="text:link 3 url" content="link 3 url"/>
  65. <meta name="text:link 4" content="link 4"/>
  66. <meta name="text:link 4 url" content="link 4 url"/>
  67. <meta name="text:link 5" content="link 5"/>
  68. <meta name="text:link 5 url" content="link 5 url"/>
  69. <meta name="text:facebook url" content="facebook url"/>
  70. <meta name="text:twitter url" content="twitter url"/>
  71. <meta name="text:instagram url" content="instagram url"/>
  72. <meta name="text:apple url" content="apple url"/>
  73. <meta name="text:spotify url" content="spotify url"/>
  74. <meta name="text:imdb url" content="imdb url"/>
  75.  
  76. <!---------------------------SCRIPTS--------------------------->
  77.  
  78. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  79.  
  80. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  81. <script> (function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  82.  
  83. <script type="text/javascript" src="https://kryogenix.org/code/browser/smoothscroll/smoothscroll.js"></script>
  84.  
  85. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" />
  86.  
  87. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Lato|Montserrat" rel="stylesheet">
  88.  
  89. <!---------------------------CSS--------------------------->
  90.  
  91. <style type="text/css">
  92.  
  93. /*---basics---*/
  94. body {
  95. background:#f8f8f8;
  96. margin:0px;
  97. color:{color:text};
  98. font-family:'Montserrat', sans-serif;
  99. font-size:11px;
  100. line-height:150%;
  101. text-align:left;
  102. }
  103.  
  104. a {
  105. color:{color:link};
  106. text-decoration:none;
  107. }
  108.  
  109. a:hover {
  110. color:{color:link hover};
  111. text-decoration:none;
  112. }
  113.  
  114. b {
  115. color:{color:bold};
  116. }
  117.  
  118. i {
  119. color:{color:italic};
  120. }
  121.  
  122. u {
  123. color:{color:underline};
  124. }
  125.  
  126. h1 {
  127. font-family:'Lato', sans-serif;
  128. font-size:14px;
  129. font-weight:normal;
  130. text-transform:uppercase;
  131. letter-spacing:3px;
  132. text-align:center;
  133. }
  134.  
  135. h2 {
  136. font-family:'Abril Fatface', cursive;
  137. font-size:16px;
  138. font-weight:normal;
  139. text-transform:lowercase;
  140. letter-spacing:3px;
  141. text-align:center;
  142. }
  143.  
  144. blockquote {
  145. padding-left:10px;
  146. margin:10px;
  147. border-left:1px solid #eee;
  148. }
  149.  
  150. /*---scrollbar---*/
  151. ::-webkit-scrollbar {
  152. width:3px;
  153. background:#f8f8f8;
  154. border:0px solid #000;
  155. }
  156.  
  157. ::-webkit-scrollbar-thumb {
  158. background:{color:scrollbar};
  159. border:0px solid #000;
  160. }
  161.  
  162. /*---tooltip---*/
  163. #s-m-t-tooltip {
  164. max-width:300px;
  165. margin:15px;
  166. padding:2px 8px;
  167. border:1px solid #eee
  168. border-radius:4px;
  169. background:#fff;
  170. color:{color:text};
  171. z-index:999999;
  172. font-size:8px;
  173. text-transform:lowercase;
  174. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  175. }
  176.  
  177. /*---top navigation---*/
  178. #topnavigation {
  179. background:{color:top navigation background};
  180. width:100%;
  181. height:32px;
  182. }
  183.  
  184. #topnavigation a {
  185. margin-right:35px;
  186. font-family:'Lato', sans-serif;
  187. font-size:8px;
  188. color:#fff;
  189. text-transform:uppercase;
  190. letter-spacing:3px;
  191. color:{color:top navigation links};
  192. }
  193.  
  194. .topnavigation {
  195. padding-top:8px;
  196. padding-left:150px;
  197. }
  198.  
  199. /*---search---*/
  200. .search {
  201. margin-left:30%;
  202. margin-top:-19px;
  203. }
  204.  
  205. .searchbox input {
  206. background-color:#fff;
  207. font-family:'Lato', sans-serif;
  208. text-transform:uppercase;
  209. font-size:9px;
  210. border:0px;
  211. margin-top:0px;
  212. color:{color:text};
  213. letter-spacing:1px;
  214. padding:4px 8px;
  215. }
  216.  
  217. /*---blogtitle & blogsubtitle---*/
  218. #top {
  219. background:#fff;
  220. width:100%;
  221. height:160px;
  222. margin-bottom:0px;
  223. z-index:999;
  224. background-position:center;
  225. color:#000;
  226. }
  227.  
  228. .title {
  229. font-family:'Abril Fatface', cursive;
  230. text-transform:uppercase;
  231. text-align:center;
  232. font-size:38px;
  233. padding-top:60px;
  234. }
  235.  
  236. .subtitle {
  237. font-family:'Lato', sans-serif;
  238. text-transform:uppercase;
  239. text-align:center;
  240. font-size:8px;
  241. padding-top:20px;
  242. letter-spacing:3px;
  243. }
  244.  
  245. /*---navigation---*/
  246. #navigation {
  247. margin:auto;
  248. padding-bottom:20px;
  249. background:#fff;
  250. width:100%;
  251. color:#000;
  252. }
  253.  
  254. #navigation a {
  255. margin-left:17px;
  256. margin-right:17px;
  257. font-family:'Lato', sans-serif;
  258. text-transform:uppercase;
  259. font-size:9px;
  260. letter-spacing:3px;
  261. color:{color:link};
  262. }
  263.  
  264. .navigation {
  265. margin:auto;
  266. padding:10px;
  267. background:#fff;
  268. width:55%;
  269. border-top:1px solid {color:border};
  270. border-bottom:1px solid {color:border};
  271. text-align:center;
  272. }
  273.  
  274. /*---tumblr controls---*/
  275. iframe.tmblr-iframe {
  276. z-index:99999999999999!important;
  277. top:-2px!important;
  278. right:0!important;
  279. opacity:0;
  280. padding-right:38px;
  281. transform:scale(0.65);
  282. transform-origin:100% 0;
  283. -webkit-transform:scale(0.65);
  284. -webkit-transform-origin:100% 0;
  285. -o-transform:scale(0.65);
  286. -o-transform-origin:100% 0;
  287. -moz-transform:scale(0.65);
  288. -moz-transform-origin:100% 0;
  289. -ms-transform:scale(0.65);
  290. -ms-transform-origin:100% 0;
  291. }
  292.  
  293. iframe.tmblr-iframe:hover {
  294. opacity:0.6!important;
  295. }
  296.  
  297. .hcontrols {
  298. position:fixed;
  299. top:0;
  300. right:0;
  301. z-index:999999999;
  302. }
  303.  
  304. .hcontrols svg {
  305. width:14px;
  306. height:14px;
  307. padding:9px;
  308. }
  309.  
  310. .hcontrols svg path {
  311. fill:#fff;
  312. }
  313.  
  314. /*---header---*/
  315. #header {
  316. width:100%;
  317. height:375px;
  318. background-image:url({image:header});
  319. background-position:center;
  320. background-repeat:repeat;
  321. }
  322.  
  323. /*---latest posts---*/
  324. #latestposts {
  325. margin:auto;
  326. margin-top:-40px;
  327. padding:10px;
  328. width:894px;
  329. text-align:center;
  330. background:#fff;
  331. }
  332.  
  333. .ji-tumblr-photos img {
  334. opacity:1;
  335. -webkit-filter: grayscale(40%);
  336. filter: grayscale(40%);
  337. }
  338.  
  339. .ji-tumblr-photos img:hover {
  340. opacity:1;
  341. transition:all 0.5s;
  342. -webkit-transition:all 0.5s;
  343. -moz-transition:all 0.5s;
  344. -webkit-filter: contrast(125%);
  345. filter: contrast(125%);
  346. }
  347.  
  348. /*---container---*/
  349. #container {
  350. margin:auto;
  351. margin-top:35px;
  352. padding:0px;
  353. width:1200px;
  354. background:#f8f8f8;
  355. min-height:3050px;
  356. }
  357.  
  358. /*---sidebar---*/
  359. #sidebar {
  360. float:left;
  361. margin-left:65px;
  362. width:450px;
  363. min-height:3050px;
  364. }
  365.  
  366. .welcome {
  367. margin-top:-5px;
  368. width:430px;
  369. padding:10px;
  370. background:{color:top navigation background};
  371. color:{color:top navigation links};
  372. }
  373.  
  374. .sidebarimg img {
  375. width:450px;
  376. height:300px;
  377. }
  378.  
  379. .category {
  380. margin-top:15px;
  381. width:430px;
  382. padding:10px;
  383. background:{color:sidebar title background};
  384. text-align:center;
  385. font-family:'Abril Fatface', cursive;
  386. font-size:14px;
  387. text-transform:uppercase;
  388. }
  389.  
  390. .about {
  391. width:430px;
  392. padding:10px;
  393. background:#fff;
  394. }
  395.  
  396. .about date {
  397. display:inline-block;
  398. margin-right:20px;
  399. width:45px;
  400. border-bottom:1px dotted {color:border};
  401. padding:5px;
  402. text-transform:uppercase;
  403. letter-spacing:1px;
  404. }
  405.  
  406. .about span {
  407. display:inline-block;
  408. width:340px;
  409. border-bottom:1px dotted {color:border};
  410. padding:5px;
  411. }
  412.  
  413. .projects {
  414. width:430px;
  415. padding:10px;
  416. background:#fff;
  417. }
  418.  
  419. .projects img {
  420. width:100px;
  421. height:100px;
  422. margin-right:25px;
  423. }
  424.  
  425. .projects span {
  426. display:inline-block;
  427. background:#fafafa;
  428. padding:5px;
  429. margin-right:5px;
  430. text-transform:uppercase;
  431. font-weight:bold;
  432. letter-spacing:1px;
  433. }
  434.  
  435. .affiliates {
  436. width:430px;
  437. padding:10px;
  438. background:#fff;
  439. text-align:center;
  440. }
  441.  
  442. .affiliates img {
  443. width:50px;
  444. height:50px;
  445. border:5px solid {color:border};
  446. margin-left:2px;
  447. margin-right:2px;
  448. }
  449.  
  450. .affiliates img:hover {
  451. opacity:0.6;
  452. transition: all 0.5s;
  453. -webkit-transition: all 0.5s;
  454. -moz-transition: all 0.5s;
  455. }
  456.  
  457. .stats {
  458. width:430px;
  459. padding:10px;
  460. background:#fff;
  461. }
  462.  
  463. .stats span {
  464. display: inline-block;
  465. width: 100px;
  466. margin-right:25px;
  467. font-family: 'Lato', sans-serif;
  468. text-transform:uppercase;
  469. letter-spacing:1px;
  470. }
  471.  
  472. /*---entries & posts---*/
  473. #entries {
  474. float:right;
  475. margin-right:65px;
  476. width:600px;
  477. background:#f8f8f8;
  478. min-height:3050px;
  479. }
  480.  
  481. .posts {
  482. margin:auto;
  483. margin-bottom:10px;
  484. width:540px;
  485. padding:10px;
  486. background:#fff;
  487. }
  488.  
  489. .posts img {
  490. max-width:540px;
  491. }
  492.  
  493. .posts li, .posts blockquote {
  494. max-width: 100%;
  495. }
  496.  
  497. .posts li {
  498. list-style: square;
  499. }
  500.  
  501. blockquote img {
  502. max-width:500px!important;
  503. }
  504.  
  505. /*---info---*/
  506. .info {
  507. font-family:'Abril Fatface', cursive;
  508. font-size:14px;
  509. text-transform:uppercase;
  510. text-align:center;
  511. }
  512.  
  513. .info notes {
  514. display:inline-block;
  515. width:40px;
  516. text-align:center;
  517. padding:6px;
  518. padding-right:9px;
  519. padding-left:9px;
  520. background:{color:sidebar title background};
  521. }
  522.  
  523. .info span {
  524. display:inline-block;
  525. width:482px;
  526. text-align:center;
  527. padding:6px;
  528. padding-right:9px;
  529. padding-left:9px;
  530. background:{color:sidebar title background};
  531. }
  532.  
  533. /*---credit---*/
  534. .credit {
  535. position:fixed;
  536. bottom:0px;
  537. left:20px;
  538. padding:2px;
  539. font-size:12px;
  540. font-weight:bold;
  541. z-index:10;
  542. text-align:left;
  543. letter-spacing:3px;
  544. }
  545.  
  546. /*---reblog & like---*/
  547. .controls {
  548. margin-top:10px;
  549. padding:3px;
  550. text-align:center;
  551. }
  552.  
  553. .controls svg {
  554. width:10px;
  555. height:auto;
  556. opacity:.5;
  557. padding:1px;
  558. display:block;
  559. overflow:visible;
  560. margin-top:7px;
  561. }
  562.  
  563. .controls a {
  564. position:relative;
  565. display:inline-block;
  566. overflow:hidden;
  567. padding:5px;
  568. width:12px;
  569. height:12px;
  570. }
  571.  
  572. .controls .reblog {
  573. opacity:.93;
  574. }
  575.  
  576. .controls .reblog svg {
  577. width:9px;
  578. margin-top:7px;
  579. }
  580.  
  581. .controls .like .liked + svg {
  582. opacity:1;
  583. }
  584.  
  585. .controls .like .liked + svg path {
  586. fill:#ec5a5a;
  587. }
  588.  
  589. .controls .like .like_button {
  590. position:relative;
  591. }
  592.  
  593. .controls .like .like_button iframe {
  594. position:absolute;
  595. top:0;
  596. left:0;
  597. bottom:0;
  598. right:0;
  599. z-index:2;
  600. opacity:0.000001;
  601. }
  602.  
  603. /*---tags---*/
  604. .tags {
  605. margin-top:10px;
  606. margin-bottom:10px;
  607. text-align:center;
  608. text-transform:lowercase;
  609. letter-spacing:1px;
  610. }
  611.  
  612. .tags span {
  613. display: inline-block;
  614. font-family: 'Lato', sans-serif;
  615. text-align:center;
  616. padding:6px;
  617. padding-right:9px;
  618. padding-left:9px;
  619. margin-bottom:5px;
  620. background:#f8f8f8;
  621. color:{color:text};
  622. }
  623.  
  624. /*---notes---*/
  625. .notes {
  626. float:left;
  627. width:540px;
  628. margin-bottom:40px;
  629. font-size:9px;
  630. }
  631.  
  632. .notes li {
  633. list-style:none;
  634. padding:2px;
  635. margin-bottom:10px;
  636. }
  637.  
  638. .notes li img {
  639. float:right;
  640. width:20px;
  641. }
  642.  
  643. /*---quotes---*/
  644. .quote {
  645. margin-top:15px;
  646. font-size:14px;
  647. text-align:center;
  648. }
  649.  
  650. .quotesource {
  651. text-align:center;
  652. padding:10px;
  653. letter-spacing:1px;
  654. }
  655.  
  656. /*---chat---*/
  657. .chat {
  658. line-height:20px;
  659. list-style:none;
  660. margin-bottom:20px;
  661. }
  662.  
  663. .line.odd {
  664. list-style:none;
  665. background:#fafafa;
  666. padding:5px;
  667. margin-left:5px;
  668. font-size:10px;
  669. }
  670.  
  671. .line.even {
  672. list-style:none;
  673. background:#fff;
  674. padding:5px;
  675. margin-left:5px;
  676. font-size:10px;
  677. }
  678.  
  679. .label {
  680. padding-right:1px;
  681. text-transform:uppercase;
  682. font-weight:bold;
  683. }
  684.  
  685. /*---questions---*/
  686. .question {
  687. background:#fafafa;
  688. padding:10px;
  689. font-family: 'Lato', sans-serif;
  690. font-size:11px;
  691. letter-spacing:1px;
  692. }
  693.  
  694. .asker {
  695. color:{color:text};
  696. letter-spacing:1px;
  697. text-align:center;
  698. line-height:150%;
  699. }
  700.  
  701. .answer {
  702. margin-top:25px;
  703. }
  704.  
  705. /*---audio---*/
  706. .audio {
  707. margin-top:100px;
  708. }
  709.  
  710. .playbutton {
  711. position:relative;
  712. margin-top:45px;
  713. margin-left:44px;
  714. z-index:9;
  715. width:33px;
  716. height:30px;
  717. overflow:hidden;
  718. }
  719.  
  720. .albumart img {
  721. position:relative;
  722. margin-top:-75px;
  723. margin-left:0px
  724. height:120px;
  725. width:120px;
  726. -webkit-border-top-left-radius: 20px;
  727. -webkit-border-bottom-left-radius: 20px;
  728. -moz-border-radius-topleft: 20px;
  729. -moz-border-radius-bottomleft: 20px;
  730. border-top-left-radius: 20px;
  731. border-bottom-left-radius: 20px;
  732. }
  733.  
  734. .trackinfo {
  735. margin-bottom:10px;
  736. background:#000;
  737. color:#eee;
  738. top:-4px;
  739. position:relative;
  740. margin-left:120px;
  741. height:120px;
  742. margin-top:-120px;
  743. -webkit-border-top-right-radius: 20px;
  744. -webkit-border-bottom-right-radius: 20px;
  745. -moz-border-radius-topright: 20px;
  746. -moz-border-radius-bottomright: 20px;
  747. border-top-right-radius: 20px;
  748. border-bottom-right-radius: 20px;
  749. }
  750.  
  751. .trackname {
  752. position:relative;
  753. padding-top:30px;
  754. text-align:center;
  755. font-size:14px;
  756. text-transform:uppercase;
  757. font-weight: bold;
  758. letter-spacing:2px;
  759. }
  760.  
  761. .artist {
  762. text-align:center;
  763. font-size:12px;
  764. text-transform:uppercase;
  765. letter-spacing:4px;
  766. }
  767.  
  768. .album {
  769. text-align:center;
  770. font-style: italic;
  771. letter-spacing:4px;
  772. }
  773.  
  774. /*---pagination---*/
  775. #pages {
  776. text-align:center;
  777. margin-top:30px;
  778. margin-bottom:50px;
  779. text-transform:lowercase;
  780. font-size:14px;
  781. }
  782.  
  783. #pages a {
  784. color:{color:text};
  785. }
  786.  
  787. #pages span {
  788. padding:7px;
  789. margin-right:5px;
  790. font-size:12px;
  791. text-transform:uppercase;
  792. letter-spacing:1px;
  793. background:#fff;
  794. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  795. }
  796.  
  797. /*---scroll to top---*/
  798. .scroll {
  799. position:fixed;
  800. bottom:10px;
  801. right:20px;
  802. padding:2px;
  803. font-size:14px;
  804. font-weight:bold;
  805. z-index:10;
  806. text-align:right;
  807. letter-spacing:3px;
  808. }
  809.  
  810. </style>
  811. </head>
  812.  
  813. <!---------------------------HTML CODE--------------------------->
  814.  
  815. <body>
  816.  
  817. <div id="topnavigation">
  818. <div class="topnavigation">
  819. <a href="/"> home</a>
  820. <a href="/ask"> message</a>
  821. <a href="/archive"> archive</a>
  822. </div>
  823. <div class="search">
  824. <form action="/search" method="get" class="searchbox">
  825. <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  826. <input type="submit" value="Search" id="sb"/>
  827. </form>
  828. </div></div>
  829.  
  830. <div id="top">
  831. <div class="title">{text:title}</div>
  832. <div class="subtitle">{text:subtitle}</div>
  833. </div>
  834.  
  835. <div id="navigation">
  836. <div class="navigation">
  837. <a href="{text:link 1 url}"> {text:link 1}</a>
  838. <a href="{text:link 2 url}"> {text:link 2}</a>
  839. <a href="{text:link 3 url}"> {text:link 3}</a>
  840. <a href="{text:link 4 url}"> {text:link 4}</a>
  841. <a href="{text:link 5 url}"> {text:link 5}</a>
  842.  
  843. {block:Ifshowfacebookicon}<a href="{text:facebook url}" target="_blank"><i class="fab fa-facebook-f"></i></a>{/block:Ifshowfacebookicon}
  844.  
  845. {block:Ifshowtwittericon}<a href="{text:twitter url}" target="_blank"><i class="fab fa-twitter"></i></a>{/block:Ifshowtwittericon}
  846.  
  847. {block:Ifshowinstagramicon}<a href="{text:instagram url}" target="_blank"><i class="fab fa-instagram"></i></a>{/block:Ifshowinstagramicon}
  848.  
  849. {block:Ifshowappleicon}<a href="{text:apple url}" target="_blank"><i class="fab fa-apple"></i></a>{/block:Ifshowappleicon}
  850.  
  851. {block:Ifshowspotifyicon}<a href="{text:spotify url}" target="_blank"><i class="fab fa-spotify"></i></a>{/block:Ifshowspotifyicon}
  852.  
  853. {block:Ifshowimdbicon}<a href="{text:imdb url}" target="_blank"><i class="fab fa-imdb"></i></a>{/block:Ifshowimdbicon}
  854. </div></div>
  855.  
  856. <div id="header"></div>
  857.  
  858. <div id="latestposts">
  859. <div class='ji-tumblr-photos'><a id='ji-tumblr-url-widgy-1' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-1' src='' alt='' /></a><a id='ji-tumblr-url-widgy-2' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-2' src='' alt='' /></a><a id='ji-tumblr-url-widgy-3' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-3' src='' alt='' /></a><a id='ji-tumblr-url-widgy-4' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-4' src='' alt='' /></a><a id='ji-tumblr-url-widgy-5' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-5' src='' alt='' /></a><a id='ji-tumblr-url-widgy-6' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-6' src='' alt='' /></a><a id='ji-tumblr-url-widgy-7' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-7' src='' alt='' /></a><a id='ji-tumblr-url-widgy-8' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-8' src='' alt='' /></a><a id='ji-tumblr-url-widgy-9' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-9' src='' alt='' /></a><a id='ji-tumblr-url-widgy-10' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-10' src='' alt='' /></a><a id='ji-tumblr-url-widgy-11' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-widgy-11' src='' alt='' /></a>
  860. </div>
  861. <script type='text/javascript' src='https://{text:blog username}.tumblr.com/api/read/json?number=11&type=photo'></script>
  862. <script type='text/javascript'>
  863. document.getElementById('ji-tumblr-photo-widgy-1').setAttribute('src', tumblr_api_read.posts[0]['photo-url-75']);
  864. document.getElementById('ji-tumblr-url-widgy-1').setAttribute('href', tumblr_api_read.posts[0]['url-with-slug']);
  865. document.getElementById('ji-tumblr-photo-widgy-2').setAttribute('src', tumblr_api_read.posts[1]['photo-url-75']);
  866. document.getElementById('ji-tumblr-url-widgy-2').setAttribute('href', tumblr_api_read.posts[1]['url-with-slug']);
  867. document.getElementById('ji-tumblr-photo-widgy-3').setAttribute('src', tumblr_api_read.posts[2]['photo-url-75']);
  868. document.getElementById('ji-tumblr-url-widgy-3').setAttribute('href', tumblr_api_read.posts[2]['url-with-slug']);
  869. document.getElementById('ji-tumblr-photo-widgy-4').setAttribute('src', tumblr_api_read.posts[3]['photo-url-75']);
  870. document.getElementById('ji-tumblr-url-widgy-4').setAttribute('href', tumblr_api_read.posts[3]['url-with-slug']);
  871. document.getElementById('ji-tumblr-photo-widgy-5').setAttribute('src', tumblr_api_read.posts[4]['photo-url-75']);
  872. document.getElementById('ji-tumblr-url-widgy-5').setAttribute('href', tumblr_api_read.posts[4]['url-with-slug']);
  873. document.getElementById('ji-tumblr-photo-widgy-6').setAttribute('src', tumblr_api_read.posts[5]['photo-url-75']);
  874. document.getElementById('ji-tumblr-url-widgy-6').setAttribute('href', tumblr_api_read.posts[5]['url-with-slug']);
  875. document.getElementById('ji-tumblr-photo-widgy-7').setAttribute('src', tumblr_api_read.posts[6]['photo-url-75']);
  876. document.getElementById('ji-tumblr-url-widgy-7').setAttribute('href', tumblr_api_read.posts[6]['url-with-slug']);
  877. document.getElementById('ji-tumblr-photo-widgy-8').setAttribute('src', tumblr_api_read.posts[7]['photo-url-75']);
  878. document.getElementById('ji-tumblr-url-widgy-8').setAttribute('href', tumblr_api_read.posts[7]['url-with-slug']);
  879. document.getElementById('ji-tumblr-photo-widgy-9').setAttribute('src', tumblr_api_read.posts[8]['photo-url-75']);
  880. document.getElementById('ji-tumblr-url-widgy-9').setAttribute('href', tumblr_api_read.posts[8]['url-with-slug']);
  881. document.getElementById('ji-tumblr-photo-widgy-10').setAttribute('src', tumblr_api_read.posts[9]['photo-url-75']);
  882. document.getElementById('ji-tumblr-url-widgy-10').setAttribute('href', tumblr_api_read.posts[9]['url-with-slug']);
  883. document.getElementById('ji-tumblr-photo-widgy-11').setAttribute('src', tumblr_api_read.posts[10]['photo-url-75']);
  884. document.getElementById('ji-tumblr-url-widgy-11').setAttribute('href', tumblr_api_read.posts[10]['url-with-slug']);
  885. </script>
  886. </div>
  887.  
  888. <div id="container">
  889. <div id="sidebar">
  890.  
  891. <!-------------------------------WELCOME------------------------------->
  892. <div class="sidebarimg"><img src="{image:sidebar image}"/></div>
  893.  
  894. <div class="welcome">
  895. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin varius est sed dolor faucibus efficitur. Donec lacinia nisl dolor, quis aliquam elit blandit quis. Nam id pharetra lectus. Fusce non gravida dui. Aliquam quis nulla aliquet, ultrices purus in, tincidunt nulla. Integer vel egestas mauris, at rutrum turpis. Morbi eget mi id eros bibendum fringilla. Pellentesque auctor augue et ullamcorper convallis. Nunc laoreet eu enim sit amet cursus.
  896. </div>
  897.  
  898. <!-------------------------------EVENTS------------------------------->
  899. <div class="category">Events</div>
  900. <div class="about">
  901. <p><date>03.20.19</date> <span><b>Sweetener World Tour</b>: Boston (USA)</span></p>
  902. <p><date>03.22.19</date> <span><b>Sweetener World Tour</b>: Buffalo (USA)</span></p>
  903. <p><date>03.25.19</date> <span><b>Sweetener World Tour</b>: Washington (USA)</span></p>
  904. <p><date>03.26.19</date> <span><b>Sweetener World Tour</b>: Philadelphia (USA)</span></p>
  905. </div>
  906.  
  907. <!-------------------------------INSTAGRAM------------------------------->
  908. <div class="category">Instagram</div>
  909. <div class="about">
  910. <!-- InstaWidget -->
  911. <a href="https://instawidget.net/v/user/arianagrande" id="link-6e89f95880d60202d55aba19f2124cce3344bca9e5ed8d121cfe4f5ddfabe8cb">@arianagrande</a>
  912. <script src="https://instawidget.net/js/instawidget.js?u=6e89f95880d60202d55aba19f2124cce3344bca9e5ed8d121cfe4f5ddfabe8cb&width=430px"></script>
  913. </div>
  914.  
  915. <!-------------------------------PROJECTS------------------------------->
  916. <div class="category">Projects</div>
  917. <div class="projects">
  918.  
  919. <!----------project 1---------->
  920. <table>
  921. <td>
  922. <img src="{image:project one}">
  923. </td>
  924. <td>
  925. <p><span>Thank U Next</span> <i>album</i></p>
  926. <p><b>Release date:</b> February 8, 2019</p>
  927. <p><b>Status:</b> Out now!</p>
  928. <p><b>Links:</b> <a href="/" target="_blank"><u>buy</u></a> | <a href="/" target="_blank"><u>related posts</u></a></p>
  929. </td>
  930. </table>
  931.  
  932. <!----------project 2---------->
  933. <table>
  934. <td>
  935. <img src="{image:project two}">
  936. </td>
  937. <td>
  938. <p><span>Title</span> <i>subtitle</i></p>
  939. <p><b>Release date:</b> /</p>
  940. <p><b>Status:</b> /</p>
  941. <p><b>Links:</b> <a href="/" target="_blank"><u>buy</u></a> | <a href="/" target="_blank"><u>related posts</u></a></p>
  942. </td>
  943. </table>
  944.  
  945. <!----------project 3---------->
  946. <table>
  947. <td>
  948. <img src="{image:project three}">
  949. </td>
  950. <td>
  951. <p><span>Title</span> <i>subtitle</i></p>
  952. <p><b>Release date:</b> /</p>
  953. <p><b>Status:</b> /</p>
  954. <p><b>Links:</b> <a href="/" target="_blank"><u>buy</u></a> | <a href="/" target="_blank"><u>related posts</u></a></p>
  955. </td>
  956. </table>
  957. </div>
  958.  
  959. <!-------------------------------AFFILIATES------------------------------->
  960. <div class="category">Affiliates</div>
  961. <div class="affiliates">
  962. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  963. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  964. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  965. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  966. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  967. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  968. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  969. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  970. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  971. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  972. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  973. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  974. </div>
  975.  
  976. <!-------------------------------MEMBERS------------------------------->
  977. <div class="category">Members</div>
  978. <div class="affiliates">
  979. {block:GroupMembers}
  980. {block:GroupMember}
  981. <a href="{GroupMemberURL}" target="_blank" title="{GroupMemberName}"><img src="{GroupMemberPortraitURL-40}"></a>
  982. {/block:GroupMember}
  983. {/block:GroupMembers}
  984. </div>
  985.  
  986. <!-------------------------------STATS------------------------------->
  987. <div class="category">Stats</div>
  988. <div class="stats">
  989. <p><span>about:</span> Ariana Grande</p>
  990. <p><span>established:</span> July 16, 2018</p>
  991. <p><span>admin:</span> /</p>
  992. <p><span>online:</span> / <!-- get your script at http://freehostedscripts.net/onlinecounter/ --></p>
  993. <p><span>visits:</span> / <!-- get your script at http://freehostedscripts.net/texthitcounter/ --></p>
  994. <blockquote>
  995. We claim no credit for any images posted unless stated otherwise. Images and information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and you do not wish for it to appear on this blog, please message us with a link to say which post and it will be promptly removed.
  996. </blockquote>
  997. </div>
  998.  
  999. </div>
  1000. <!---------------------------POSTS--------------------------->
  1001.  
  1002. <div id="entries">
  1003. {block:Posts}
  1004.  
  1005. <div class="info">
  1006. {block:Date}
  1007. <notes><a href="{Permalink}">{NoteCount}</a></notes> <span>Posted on {Month} {DayOfMonth}, {Year} by {PostAuthorName}</span>
  1008. {/block:Date}
  1009. </div>
  1010.  
  1011. <div class="posts" id="{PostID}">
  1012.  
  1013. {block:Text}
  1014. <h1>{block:Title}{Title}{/block:Title}</h1>
  1015. {Body}{/block:Text}
  1016.  
  1017. {block:Photo}
  1018. {LinkOpenTag}<center><img src="{PhotoURL-HighRes}"></center>{LinkCloseTag}
  1019. {block:Caption}{Caption}{/block:Caption}
  1020. {/block:Photo}
  1021.  
  1022. {block:Photoset}
  1023. <center>{Photoset}</center>
  1024. {block:Caption}{Caption}{/block:Caption}
  1025. {/block:Photoset}
  1026.  
  1027. {block:Quote}
  1028. <div class="quote">“{Quote}”</div>
  1029. {block:Source}<div class="quotesource"> — {Source}</div>
  1030. {/block:Source}
  1031. {/block:Quote}
  1032.  
  1033. {block:Link}
  1034. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1035. {block:Description}{Description}{/block:Description}
  1036. {/block:Link}
  1037.  
  1038. {block:Chat}
  1039. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  1040. {/block:Chat}
  1041.  
  1042. {block:Audio}
  1043. {block:AudioPlayer}
  1044. <div class="audio">
  1045. <div class="playbutton">{AudioPlayerGrey}</div>
  1046. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  1047. <div class="trackinfo">
  1048. <div class="trackname">
  1049. {block:TrackName}{TrackName}{/block:TrackName}
  1050. </div>
  1051. <div class="artist">
  1052. {block:Artist}{Artist}{/block:Artist}
  1053. </div>
  1054. <div class="album">
  1055. {block:Album}{Album}{/block:Album}
  1056. </div>
  1057. </div></div>
  1058. {block:Caption}{Caption}{/block:Caption}
  1059. {/block:AudioPlayer}
  1060. {/block:Audio}
  1061.  
  1062. {block:Video}
  1063. <center>{Video-500}</center>
  1064. {block:Caption}{Caption}{/block:Caption}
  1065. {/block:Video}
  1066.  
  1067. {block:Answer}
  1068. <div class="question">
  1069. <center><img src="{AskerPortraitURL-30}"></center>
  1070. <div class="asker">{Asker}:</div>
  1071. <center>{Question}</center></div>
  1072. <div class="answer">
  1073. <blockquote>{Answer}</blockquote></div>
  1074. {/block:Answer}
  1075.  
  1076. <div class="controls">
  1077. <a href="{ReblogURL}" target="_blank" class="reblog">
  1078. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  1079. </a>
  1080. <a href="#" class="like">{LikeButton}
  1081. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  1082. </a>
  1083. </div>
  1084.  
  1085. {block:HasTags}
  1086. <div class="tags">
  1087. {block:Tags}
  1088. <span><a href="{TagURL}">{Tag}</a></span>
  1089. {/block:Tags}
  1090. </div>
  1091. {/block:HasTags}
  1092. </div>
  1093.  
  1094. {block:PostNotes}
  1095. {PostNotes}{/block:PostNotes}
  1096. {/block:Posts}
  1097.  
  1098. <div id="pages">
  1099. <center>
  1100. {block:Pagination}
  1101. {block:PreviousPage}<span><a href="{PreviousPage}">previous</a></span>{/block:PreviousPage}
  1102. {block:JumpPagination length="5"}
  1103. {block:CurrentPage}
  1104. <span class="current_page">{PageNumber}</span>
  1105. {/block:CurrentPage}
  1106. {block:JumpPage}
  1107. <span><a class="jump_page" href="{URL}">{PageNumber}</a></span>
  1108. {/block:JumpPage}
  1109. {/block:JumpPagination} {block:NextPage}<span><a href="{NextPage}">next</a></span>{/block:NextPage}
  1110. {/block:Pagination}
  1111. </div>
  1112.  
  1113. </div></div>
  1114.  
  1115. <!--- tumblr controls by cyantists.tumblr.com/ --->
  1116. <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
  1117.  
  1118. <div class="scroll">
  1119. <a href="#top"><i class="fa fa-arrow-up"></i></a></div>
  1120.  
  1121. <!---------------DO NOT REMOVE!!!--------------->
  1122. <div class="credit">
  1123. <a href="https://wildflowerdesigns.tumblr.com/" title="wildflower designs" target="_blank"><center><i class="fas fa-paint-brush"></i></center></a><br></div>
  1124. <!---------------DO NOT REMOVE!!!--------------->
  1125.  
  1126. <!--- blurry images fix --->
  1127. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  1128. <script>
  1129. var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 268px; } .photoset .photoset_row.photoset_row_3 img { max-width: 177px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
  1130. function updatePhotoset() {
  1131.  
  1132. $(".photoset").each( function (i, e) {
  1133. if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
  1134. $(this.contentDocument).find("head").append(updatePhotosetCss);
  1135. var photoset = $(this.contentDocument).find(".photoset");
  1136. var photosetRows = photoset.find(".photoset_row");
  1137. photoset.find(".photoset_photo")
  1138. .each(function () {
  1139. var hiResSrc = $(this).attr("href");
  1140. var img = $(this).find('img');
  1141. img.attr("src", hiResSrc );
  1142. img.attr("style", "");
  1143. });
  1144. photosetRows.attr("style", "").css("margin-bottom", "-5px");
  1145. photoset.attr("style","");
  1146.  
  1147. $(this).height($(this.contentDocument.body).height());
  1148. });
  1149. }
  1150.  
  1151. updatePhotoset();
  1152.  
  1153. var photosetTimer = setInterval(updatePhotoset, 1500);
  1154. $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
  1155. </script>
  1156.  
  1157. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement