Advertisement
Guest User

elilly theme 1/17/19

a guest
Jan 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--------
  5.  
  6. // theme 'one kiss' BY ISABELLEVRPS / WILDFLOWERDESIGNS
  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. CREDITS:
  15. http://cyantists.tumblr.com/ - Tumblr controls
  16. http://shythemes.tumblr.com/ - Custom like & reblog buttons
  17. https://kryogenix.org/ - Smoothscroll
  18. https://jiapps.com/ - Latest posts
  19.  
  20. -------->
  21.  
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Archivo+Black" rel="stylesheet">
  28. <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
  29. <link href="https://fonts.googleapis.com/css?family=Montserrat:700" rel="stylesheet">
  30. <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
  31. <link href="https://fonts.googleapis.com/css?family=Lato:700" rel="stylesheet">
  32.  
  33. <!---------------------------Default Variables--------------------------->
  34.  
  35. <meta name="image:header" content="" />
  36. <meta name="image:project one" content="" />
  37. <meta name="image:project two" content="" />
  38. <meta name="image:project three" content="" />
  39.  
  40. <meta name="color:text" content="#4f4f4f"/>
  41. <meta name="color:link" content="#888888"/>
  42. <meta name="color:link hover" content="#a1b6ab"/>
  43. <meta name="color:accent one" content="#b4918b"/>
  44. <meta name="color:accent two" content="#eeebda"/>
  45. <meta name="color:border" content="#c4c4c4"/>
  46. <meta name="color:scrollbar" content="#000"/>
  47.  
  48. <meta name="text:blog username" content="blog username"/>
  49. <meta name="text:footer title" content="footer title"/>
  50. <meta name="text:facebook url" content="facebook url"/>
  51. <meta name="text:twitter url" content="twitter url"/>
  52. <meta name="text:instagram url" content="instagram url"/>
  53. <meta name="text:youtube url" content="youtube url"/>
  54.  
  55. <meta name="select:project one icon" content="video-camera" title="video-camera">
  56. <meta name="select:project one icon" content="music" title="music">
  57. <meta name="select:project one icon" content="film" title="film">
  58. <meta name="select:project two icon" content="video-camera" title="video-camera">
  59. <meta name="select:project two icon" content="music" title="music">
  60. <meta name="select:project two icon" content="film" title="film">
  61. <meta name="select:project three icon" content="video-camera" title="video-camera">
  62. <meta name="select:project three icon" content="music" title="music">
  63. <meta name="select:project three icon" content="film" title="film">
  64.  
  65. <meta name="text:link 1" content="home"/>
  66. <meta name="text:link 1 url" content="/" />
  67. <meta name="text:link 2" content="contact"/>
  68. <meta name="text:link 2 url" content="/" />
  69. <meta name="text:link 3" content="about"/>
  70. <meta name="text:link 3 url" content="/" />
  71. <meta name="text:link 4" content="edits"/>
  72. <meta name="text:link 4 url" content="/" />
  73. <meta name="text:link 5" content="navigation"/>
  74. <meta name="text:link 5 url" content="/" />
  75.  
  76. <!---------------------------Scripts--------------------------->
  77.  
  78. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  79.  
  80. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  81. <script>
  82. (function($){
  83. $(document).ready(function(){
  84. $("[title]").style_my_tooltips({
  85. tip_follows_cursor:true,
  86. tip_delay_time:200,
  87. tip_fade_speed:300
  88. }
  89. );
  90. });
  91. })(jQuery);
  92. </script>
  93.  
  94. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  95.  
  96. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Lato|Playfair+Display|Quicksand" rel="stylesheet">
  97.  
  98. <!---------------------------CSS Start--------------------------->
  99.  
  100. <style type="text/css">
  101.  
  102. #s-m-t-tooltip {
  103. max-width:300px;
  104. margin:15px;
  105. padding:2px 8px;
  106. border:1px solid #eee
  107. border-radius:4px;
  108. background:#fff;
  109. color:{color:text};
  110. z-index:999999;
  111. font-size:8px;
  112. text-transform:lowercase;
  113. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  114. }
  115.  
  116. /*---scrollbar---*/
  117. ::-webkit-scrollbar {
  118. width: 2px;
  119. background: #ffffff;
  120. border: 0px solid #000;
  121. }
  122.  
  123. ::-webkit-scrollbar-thumb {
  124. background: {color:scrollbar};
  125. border: 0px solid #000;
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb:horizontal
  129. {background: #ffffff;
  130. height:8px!important
  131. }
  132.  
  133. /*---basics---*/
  134. body {
  135. background: #f8f8f8;
  136. margin: 0px;
  137. color: {color:text};
  138. font-family: 'Lato', sans-serif;
  139. font-size: 10px;
  140. line-height: 150%;
  141. text-align: left;
  142. letter-spacing:1px;
  143. }
  144.  
  145. a {
  146. color:{color:link};
  147. text-decoration:none;
  148. }
  149.  
  150. a:hover {
  151. color:{color:link hover};
  152. text-decoration:none;
  153. }
  154.  
  155. b {
  156. color: {color:accent two};
  157. letter-spacing:1px;
  158. }
  159.  
  160. i {
  161. color: {color:accent one};
  162. letter-spacing:1px;
  163. }
  164.  
  165. u {
  166. color: {color:accent two};
  167. letter-spacing:1px;
  168. }
  169.  
  170. h1 {
  171. font-family: 'Lato', sans-serif;
  172. font-size:14px;
  173. text-align:center;
  174. text-transform:uppercase;
  175. }
  176.  
  177. h2 {
  178. font-family: 'Lato', sans-serif;
  179. font-size:16px;
  180. color:{color:accent two};
  181. text-transform:uppercase;
  182. letter-spacing:2px;
  183. }
  184.  
  185. blockquote {
  186. padding-left:10px;
  187. margin:10px;
  188. border-left:1px solid #eee;
  189. }
  190.  
  191. /*---credit---*/
  192. .credit {
  193. position:fixed;
  194. bottom:0px;
  195. right:20px;
  196. padding:2px;
  197. font-size:12px;
  198. font-weight:bold;
  199. z-index:10;
  200. text-align:right;
  201. letter-spacing:3px;
  202. }
  203.  
  204. /*---top navigation---*/
  205. #topnav {
  206. background:{color:accent one};
  207. width: 100%;
  208. height: 32px;
  209. border-bottom: 1px solid {color:border};
  210. }
  211.  
  212. .topnav {
  213. padding-top:8px;
  214. padding-left:800px;
  215. }
  216.  
  217. #topnav a {
  218. margin-right:35px;
  219. color:#fff;
  220. font-family: 'Lato', sans-serif;
  221. font-size: 8px;
  222. text-transform:uppercase;
  223. letter-spacing:3px;
  224. }
  225.  
  226. /*---search---*/
  227. .search {
  228. margin-left:20px;
  229. margin-top:-17px;
  230. }
  231.  
  232. .searchbox input {
  233. background-color:#fbfbfb;
  234. text-transform:uppercase;
  235. font-size:9px;
  236. border: 0px;
  237. margin-top: 0px;
  238. color:{color:text};
  239. letter-spacing: 1px;
  240. padding: 4px 8px;
  241. }
  242.  
  243. /*---top---*/
  244. #top {
  245. margin:auto;
  246. padding-top:30px;
  247. width: 100%;
  248. height: 85px;
  249. background:#fff;
  250. }
  251.  
  252. .blogtitle {
  253. float:left;
  254. margin-left:70px;
  255. margin-top:10px;
  256. padding:10px;
  257. width: 285px;
  258. height:75px;
  259. }
  260.  
  261. .title {
  262. font-family: 'Lato', sans-serif;
  263. font-size:20px;
  264. text-transform:uppercase;
  265. font-weight:bold;
  266. letter-spacing:4px;
  267. }
  268.  
  269. .title span {
  270. margin-right:5px;
  271. font-family: 'Lato', sans-serif;
  272. font-size:20px;
  273. text-transform:uppercase;
  274. font-weight:bold;
  275. color:{color:accent one};
  276. letter-spacing:4px;
  277. }
  278.  
  279. .nav {
  280. float:right;
  281. padding:10px;
  282. margin-right:30px;
  283. margin-top:15px;
  284. width:600px;
  285. height:45px;
  286. }
  287.  
  288. .nav a {
  289. font-size:9px;
  290. text-transform:uppercase;
  291. letter-spacing:2px;
  292. margin-right:45px;
  293. }
  294.  
  295. .nav a:hover {
  296. border-bottom:2px solid {color:accent one};
  297. padding-bottom:4px;
  298. color: {color:link};
  299. opacity:1;
  300. transition: all 0.6s;
  301. -webkit-transition: all 0.3s;
  302. -moz-transition: all 0.3s;
  303. }
  304.  
  305. /*---header---*/
  306. #header {
  307. width:100%;
  308. height:350px;
  309. background-image:url({image:header});
  310. background-position: center;
  311. background-repeat:repeat;
  312. }
  313.  
  314. /*---latest posts---*/
  315. #latestposts {
  316. margin:auto;
  317. padding:20px;
  318. width:100%
  319. height:100px;
  320. background:#fff;
  321. text-align:center;
  322. }
  323.  
  324. .latestposts {
  325. margin-top:-8px;
  326. text-align:center;
  327. }
  328.  
  329. .latestposts span {
  330. padding:5px;
  331. background:{color:accent one};
  332. font-size:9px;
  333. text-transform:uppercase;
  334. color:#fff;
  335. letter-spacing:2px;
  336. }
  337.  
  338. .ji-tumblr-photos img {
  339. margin-right:5px;
  340. padding:2px;
  341. border: 1px solid {color:border};
  342. }
  343.  
  344. .ji-tumblr-photos img:hover {
  345. opacity:0.4;
  346. transition: all 0.5s;
  347. -webkit-transition: all 0.5s;
  348. -moz-transition: all 0.5s;
  349. }
  350.  
  351. /*---container---*/
  352. #container {
  353. margin:auto;
  354. margin-top:5px;
  355. width:1100px;
  356. min-height:2100px;
  357. background:#f8f8f8;
  358. }
  359.  
  360. /*---sidebar---*/
  361. .sidebar {
  362. margin-top:45px;
  363. margin-bottom:30px;
  364. float:left;
  365. width:440px;
  366. background:#f8f8f8;
  367. }
  368.  
  369. .cat {
  370. width:350px;
  371. padding-left:25px;
  372. padding-bottom:10px;
  373. }
  374.  
  375. .cat img {
  376. width:341px;
  377. height:200px;
  378. border:4px solid #eaeaea;
  379. }
  380.  
  381. .cattitle {
  382. text-align:center;
  383. padding:3px;
  384. font-size:9px;
  385. letter-spacing:3px;
  386. text-transform:uppercase;
  387. color:#000
  388. background:#fff;
  389. }
  390.  
  391. .about {
  392. margin-bottom:20px;
  393. padding:10px;
  394. padding-bottom:10px;
  395. background:#fff;
  396. border-right:1px solid #eaeaea;
  397. border-bottom:1px solid #eaeaea;
  398. -webkit-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  399. -moz-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  400. box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  401. }
  402.  
  403. .social {
  404. text-align:center;
  405. }
  406.  
  407. .social i {
  408. font-size:28px;
  409. color:{color:text};
  410. margin-right:24px;
  411. }
  412.  
  413. .events {
  414. margin-bottom:20px;
  415. padding:10px;
  416. padding-bottom:10px;
  417. background:#fff;
  418. border-right:1px solid #eaeaea;
  419. border-bottom:1px solid #eaeaea;
  420. -webkit-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  421. -moz-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  422. box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  423. }
  424.  
  425. .eventstitle {
  426. font-size:14px;
  427. text-transform:lowercase;
  428. }
  429.  
  430. .events span {
  431. list-style:None;
  432. padding-top:5px;
  433. padding-bottom: 5px;
  434. padding-left: 15px;
  435. padding-right: 15px;
  436. margin-bottom: 15px;
  437. margin-right:20px;
  438. font-family: 'Lato', sans-serif;
  439. font-size:8px;
  440. text-transform:uppercase;
  441. }
  442.  
  443. .events ul {
  444. list-style:None;
  445. margin:0px;
  446. padding:0px;}
  447.  
  448. .events li {
  449. list-style:None;
  450. padding-top:5px;
  451. padding-bottom: 5px;
  452. padding-left: 15px;
  453. padding-right: 15px;
  454. margin-bottom: 5px;
  455. background: #fff;
  456. border-bottom:1px dashed #eaeaea;
  457. }
  458.  
  459. .events b {
  460. color:{color:accent two};
  461. }
  462.  
  463. .projects {
  464. margin-bottom:20px;
  465. padding:10px;
  466. padding-bottom:10px;
  467. background:#fff;
  468. border-right:1px solid #eaeaea;
  469. border-bottom:1px solid #eaeaea;
  470. -webkit-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  471. -moz-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  472. box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  473. }
  474.  
  475. .projects img {
  476. width:320px;
  477. height:150px;
  478. padding:3px;
  479. border:1px solid {color:border};
  480. }
  481.  
  482. .projectstitle {
  483. font-size:14px;
  484. text-transform:lowercase;
  485. }
  486.  
  487. .projectssubtitle {
  488. font-family: 'Lato', sans-serif;
  489. font-size:8px;
  490. text-transform:uppercase;
  491. }
  492.  
  493. .projectssocial {
  494. text-align:center;
  495. }
  496.  
  497. .projectssocial i {
  498. color:#000000;
  499. font-size:12px;
  500. }
  501.  
  502. .projectsdetails {
  503. font-size:8px;
  504. text-transform:uppercase;
  505. }
  506.  
  507. .affiliates {
  508. margin-bottom:20px;
  509. padding:10px;
  510. padding-bottom:10px;
  511. background:#fff;
  512. border-right:1px solid #eaeaea;
  513. border-bottom:1px solid #eaeaea;
  514. -webkit-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  515. -moz-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  516. box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  517. }
  518.  
  519. .affiliates img {
  520. width:50px;
  521. height:50px;
  522. border:4px solid #eaeaea;
  523. margin-right:3px;
  524. margin-bottom:2px;
  525. }
  526.  
  527. .affiliates img:hover {
  528. opacity:0.6;
  529. transition: all 0.5s;
  530. -webkit-transition: all 0.5s;
  531. -moz-transition: all 0.5s;
  532. }
  533.  
  534. .members {
  535. margin-bottom:20px;
  536. padding:10px;
  537. padding-bottom:10px;
  538. background:#fff;
  539. border-right:1px solid #eaeaea;
  540. border-bottom:1px solid #eaeaea;
  541. -webkit-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  542. -moz-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  543. box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  544. }
  545.  
  546. .members img {
  547. width:40px;
  548. height:40px;
  549. padding:2px;
  550. border:1px solid {color:border};
  551. border-radius:50px;
  552. margin-right:20px;
  553. }
  554.  
  555. .stats {
  556. font-size:11px;
  557. text-transform:lowercase;
  558. margin-bottom:15px;
  559. border-bottom:1px dashed #eaeaea;
  560. }
  561.  
  562. /*---entries---*/
  563. .entries {
  564. float:right;
  565. width:650px;
  566. background:#f8f8f8;
  567. margin-top:22px;
  568. margin-bottom:35px;
  569. }
  570.  
  571. .posts {
  572. margin:auto;
  573. padding:15px;
  574. background:#fff;
  575. width:500px;
  576. margin-top:30px;
  577. margin-bottom:30px;
  578. border-right:1px solid #eaeaea;
  579. border-bottom:1px solid #eaeaea;
  580. -webkit-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  581. -moz-box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  582. box-shadow: 2px 2px 5px 1px rgba(224,224,224,1);
  583. }
  584.  
  585. .posts img {
  586. max-width:540px;
  587. }
  588.  
  589. .posts li, .posts blockquote {
  590. max-width: 100%;
  591. }
  592.  
  593. .posts li {
  594. list-style: square;
  595. }
  596.  
  597. blockquote img {
  598. max-width:500px!important;
  599. }
  600.  
  601. .info {
  602. margin-top:5px;
  603. margin-bottom:15px;
  604. padding:3px;
  605. text-transform:uppercase;
  606. font-size:8px;
  607. }
  608.  
  609. .date {
  610. float:left;
  611. width: 75px;
  612. border-right:1px solid #f8f8f8;
  613. text-align:center;
  614. }
  615.  
  616. .date a {
  617. color:{color:text};
  618. }
  619.  
  620. .date a:hover {
  621. color:{color:text};
  622. }
  623.  
  624. .date span {
  625. font-family: 'Playfair Display', serif;
  626. font-size:38px;
  627. padding:3px;
  628. }
  629.  
  630. .date1 span{
  631. font-family: 'Lato', sans-serif;
  632. font-size:8px;
  633. text-transform:uppercase;
  634. font-size:8px;
  635. }
  636.  
  637. .details {
  638. float:right;
  639. width:400px;
  640. margin-top:3px;
  641. text-transform:uppercase;
  642. }
  643.  
  644. .details a {
  645. color:{color:text};
  646. }
  647.  
  648. .details span {
  649. background:#f8f8f8;
  650. font-size:9px;
  651. padding:4px;
  652. margin-right:5px;
  653. text-align:center;
  654. text-transform:lowercase;
  655. }
  656.  
  657. .tags {
  658. margin-top:20px;
  659. padding-bottom:10px;
  660. }
  661.  
  662. .tags span {
  663. display: inline-block;
  664. margin-top:7px;
  665. background:#f8f8f8;
  666. border-right:1px solid #eaeaea;
  667. border-bottom:1px solid #eaeaea;
  668. padding:3px;
  669. margin-right:5px;
  670. font-size:9px;
  671. text-transform:uppercase;
  672. }
  673.  
  674. /*---notes---*/
  675. ol.notes {
  676. margin-left:70px;
  677. list-style-type:none;
  678. text-transform:lowercase;
  679. }
  680.  
  681. ol.notes li.note {
  682. width:450px;
  683. padding:2px;
  684. }
  685.  
  686. ol.notes li.note img.avatar {
  687. margin-left:-25px;
  688. width:16px;
  689. height:16px;
  690. border-radius:9px;
  691. padding:2px;
  692. }
  693.  
  694. ol.notes li.note span.action {
  695. margin-left:5px;
  696. font-weight:none;
  697. }
  698.  
  699. ol.notes li.note .answer_content {
  700. font-weight:normal;
  701. }
  702.  
  703. ol.notes li.note blockquote {
  704. padding:4px 10px;
  705. margin:10px 0px 0px 25px;
  706. }
  707.  
  708. ol.notes li.note blockquote a {
  709. text-decoration:none;
  710. }
  711.  
  712. /*---quotes---*/
  713. .quote {
  714. font-size:14px;
  715. text-align:center;
  716. }
  717.  
  718. .quotesource {
  719. text-align:center;
  720. padding:20px;
  721. letter-spacing:1px;
  722. }
  723.  
  724. /*---chat---*/
  725. .chat {
  726. line-height:20px;
  727. list-style:none;
  728. margin-bottom:20px;
  729. }
  730.  
  731. .line.odd {
  732. background:{color:accent one};
  733. border-radius:5px;
  734. margin-bottom:2px;
  735. margin-left:50px;
  736. width:120px;
  737. padding:5px;
  738. list-style:none;
  739. text-align:center;
  740. font-size:10px;
  741. }
  742.  
  743. .line.even {
  744. background:{color:accent two};
  745. border-radius:5px;
  746. margin-bottom:2px;
  747. margin-left:320px;
  748. width:120px;
  749. padding:5px;
  750. list-style:none;
  751. text-align:center;
  752. font-size:10px;
  753. }
  754.  
  755. .label {
  756. padding-right:1px;
  757. text-transform:uppercase;
  758. font-weight:bold;
  759. }
  760.  
  761. /*---questions---*/
  762. .question {
  763. padding:10px;
  764. text-align:center;
  765. background:#f8f8f8;
  766. border-radius:5px;
  767. }
  768.  
  769. .question img {
  770. padding:3px;
  771. border:1px solid {color:border};
  772. }
  773.  
  774. .asker {
  775. color:{color:text};
  776. text-transform:uppercase;
  777. letter-spacing:1px;
  778. text-align:center;
  779. line-height:150%;
  780. }
  781.  
  782. .answer {
  783. margin-top:25px;
  784. font-style:italic;
  785. }
  786.  
  787. /*---audio---*/
  788. .audio {
  789. position:relative;
  790. margin-left:0px;
  791. border:1px solid {color:border};
  792. background:#f8f8f8;
  793. padding:10px;
  794. }
  795.  
  796. .playbutton {
  797. position:relative;
  798. margin-top:5px;
  799. margin-left:35px;
  800. z-index:9;
  801. width:33px;
  802. height:30px;
  803. overflow:hidden;
  804. }
  805.  
  806. .trackinfo {
  807. color:{color:text};
  808. top:58px;
  809. position:relative;
  810. margin-left:40px;
  811. height:120px;
  812. margin-top:-120px;
  813. }
  814.  
  815. .trackname {
  816. position:relative;
  817. padding-top:30px;
  818. font-family: 'Lato', sans-serif;
  819. text-align:center;
  820. font-size:12px;
  821. text-transform:uppercase;
  822. font-weight: bold;
  823. letter-spacing:1px;}
  824.  
  825. .artist {
  826. text-align:center;
  827. font-size:12px;
  828. text-transform:uppercase;
  829. letter-spacing:4px;}
  830.  
  831. .album {
  832. text-align:center;
  833. font-style: italic;
  834. letter-spacing:4px;}
  835.  
  836. /*---pagination---*/
  837. #pages {
  838. text-align:center;
  839. margin-top:30px;
  840. margin-bottom:50px;
  841. text-transform:lowercase;
  842. font-size:14px;
  843. }
  844.  
  845. #pages span {
  846. background:#fff;
  847. border-right:1px solid #eaeaea;
  848. border-bottom:1px solid #eaeaea;
  849. padding:5px;
  850. margin-right:5px;
  851. font-size:12px;
  852. text-transform:uppercase;
  853. }
  854.  
  855. /*---footer---*/
  856. #footer {
  857. background:#fff;
  858. width:100%;
  859. margin: 0 auto;
  860. clear:both;
  861. z-index: 999;
  862. height:120px;
  863. background-repeat:no-repeat;
  864. background-position: top center;
  865. }
  866.  
  867. .footertitle {
  868. font-family: 'Lato', sans-serif;
  869. font-size:16px;
  870. text-transform:uppercase;
  871. letter-spacing:4px;
  872. margin:0 auto;
  873. padding: 40px;
  874. }
  875.  
  876. .footersubtitle {
  877. padding-top:10px;
  878. font-size:9px;
  879. text-align:center;
  880. text-transform:uppercase;
  881. }
  882.  
  883. /*---reblog & like---*/
  884. .controls svg {
  885. width:10px;
  886. height:auto;
  887. opacity:.5;
  888. padding:1px;
  889. display:block;
  890. overflow:visible;
  891. margin-top:7px;
  892. }
  893.  
  894. .controls a {
  895. position:relative;
  896. display:inline-block;
  897. overflow:hidden;
  898. padding:5px;
  899. width:12px;
  900. height:12px;
  901. }
  902.  
  903. .controls span {
  904. text-transform:uppercase;
  905. }
  906.  
  907. .controls .reblog {
  908. opacity:.93;
  909. }
  910.  
  911. .controls .reblog svg {
  912. width:9px;
  913. margin-top:7px;
  914. }
  915.  
  916. .controls .like .liked + svg {
  917. opacity:1;
  918. }
  919.  
  920. .controls .like .liked + svg path {
  921. fill:#ec5a5a;
  922. }
  923.  
  924. .controls .like .like_button {
  925. position:relative;
  926. }
  927.  
  928. .controls .like .like_button iframe {
  929. position:absolute;
  930. top:0;
  931. left:0;
  932. bottom:0;
  933. right:0;
  934. z-index:2;
  935. opacity:0.000001;
  936. }
  937.  
  938. /*---tumblr controls---*/
  939. iframe.tmblr-iframe {
  940. z-index:99999999999999!important;
  941. top:-2px!important;
  942. right:0!important;
  943. opacity:0;
  944. padding-right:38px;
  945. transform:scale(0.65);
  946. transform-origin:100% 0;
  947. -webkit-transform:scale(0.65);
  948. -webkit-transform-origin:100% 0;
  949. -o-transform:scale(0.65);
  950. -o-transform-origin:100% 0;
  951. -moz-transform:scale(0.65);
  952. -moz-transform-origin:100% 0;
  953. -ms-transform:scale(0.65);
  954. -ms-transform-origin:100% 0;
  955. }
  956.  
  957. iframe.tmblr-iframe:hover {
  958. opacity:0.6!important;
  959. }
  960.  
  961. .hcontrols {
  962. position:fixed;
  963. top:0;
  964. right:0;
  965. z-index:999999999;
  966. }
  967.  
  968. .hcontrols svg {
  969. width:14px;
  970. height:14px;
  971. padding:9px;
  972. }
  973.  
  974. .hcontrols svg path {
  975. fill:#fff;
  976. }
  977.  
  978. /*-------------------------CSS END------------------------*/
  979.  
  980. </style>
  981. </head>
  982.  
  983. <body>
  984.  
  985. <!---------------------------TOP--------------------------->
  986.  
  987.  
  988. <div id="top">
  989. <div class="blogtitle">
  990. <div class="title">
  991. <span>Evangeline Lilly</span> Daily
  992. </div>
  993. </div>
  994. <div class="nav">
  995. <a href="{text:link 1 url}"> {text:link 1}</a>
  996. <a href="{text:link 2 url}"> {text:link 2}</a>
  997. <a href="{text:link 3 url}"> {text:link 3}</a>
  998. <a href="{text:link 4 url}"> {text:link 4}</a>
  999. <a href="{text:link 5 url}"> {text:link 5}</a>
  1000. <a href="{text:link 6 url}"> {text:link 6}</a>
  1001. </div>
  1002. </div>
  1003.  
  1004. <div id="header"></div>
  1005.  
  1006. <div id="latestposts">
  1007. <div class='ji-tumblr-photos'><a id='ji-tumblr-url-latest-1' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-1' src='' alt='' /></a><a id='ji-tumblr-url-latest-2' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-2' src='' alt='' /></a><a id='ji-tumblr-url-latest-3' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-3' src='' alt='' /></a><a id='ji-tumblr-url-latest-4' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-4' src='' alt='' /></a><a id='ji-tumblr-url-latest-5' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-5' src='' alt='' /></a><a id='ji-tumblr-url-latest-6' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-6' src='' alt='' /></a><a id='ji-tumblr-url-latest-7' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-7' src='' alt='' /></a><a id='ji-tumblr-url-latest-8' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-8' src='' alt='' /></a><a id='ji-tumblr-url-latest-9' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-9' src='' alt='' /></a><a id='ji-tumblr-url-latest-10' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-10' src='' alt='' /></a><a id='ji-tumblr-url-latest-11' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-latest-11' src='' alt='' /></a>
  1008. </div>
  1009. <script type='text/javascript' src='https://{text:blog username}.tumblr.com/api/read/json?number=11&type=photo'></script>
  1010. <script type='text/javascript'>
  1011. document.getElementById('ji-tumblr-photo-latest-1').setAttribute('src', tumblr_api_read.posts[0]['photo-url-75']);
  1012. document.getElementById('ji-tumblr-url-latest-1').setAttribute('href', tumblr_api_read.posts[0]['url-with-slug']);
  1013. document.getElementById('ji-tumblr-photo-latest-2').setAttribute('src', tumblr_api_read.posts[1]['photo-url-75']);
  1014. document.getElementById('ji-tumblr-url-latest-2').setAttribute('href', tumblr_api_read.posts[1]['url-with-slug']);
  1015. document.getElementById('ji-tumblr-photo-latest-3').setAttribute('src', tumblr_api_read.posts[2]['photo-url-75']);
  1016. document.getElementById('ji-tumblr-url-latest-3').setAttribute('href', tumblr_api_read.posts[2]['url-with-slug']);
  1017. document.getElementById('ji-tumblr-photo-latest-4').setAttribute('src', tumblr_api_read.posts[3]['photo-url-75']);
  1018. document.getElementById('ji-tumblr-url-latest-4').setAttribute('href', tumblr_api_read.posts[3]['url-with-slug']);
  1019. document.getElementById('ji-tumblr-photo-latest-5').setAttribute('src', tumblr_api_read.posts[4]['photo-url-75']);
  1020. document.getElementById('ji-tumblr-url-latest-5').setAttribute('href', tumblr_api_read.posts[4]['url-with-slug']);
  1021. document.getElementById('ji-tumblr-photo-latest-6').setAttribute('src', tumblr_api_read.posts[5]['photo-url-75']);
  1022. document.getElementById('ji-tumblr-url-latest-6').setAttribute('href', tumblr_api_read.posts[5]['url-with-slug']);
  1023. document.getElementById('ji-tumblr-photo-latest-7').setAttribute('src', tumblr_api_read.posts[6]['photo-url-75']);
  1024. document.getElementById('ji-tumblr-url-latest-7').setAttribute('href', tumblr_api_read.posts[6]['url-with-slug']);
  1025. document.getElementById('ji-tumblr-photo-latest-8').setAttribute('src', tumblr_api_read.posts[7]['photo-url-75']);
  1026. document.getElementById('ji-tumblr-url-latest-8').setAttribute('href', tumblr_api_read.posts[7]['url-with-slug']);
  1027. document.getElementById('ji-tumblr-photo-latest-9').setAttribute('src', tumblr_api_read.posts[8]['photo-url-75']);
  1028. document.getElementById('ji-tumblr-url-latest-9').setAttribute('href', tumblr_api_read.posts[8]['url-with-slug']);
  1029. document.getElementById('ji-tumblr-photo-latest-10').setAttribute('src', tumblr_api_read.posts[9]['photo-url-75']);
  1030. document.getElementById('ji-tumblr-url-latest-10').setAttribute('href', tumblr_api_read.posts[9]['url-with-slug']);
  1031. document.getElementById('ji-tumblr-photo-latest-11').setAttribute('src', tumblr_api_read.posts[10]['photo-url-75']);
  1032. document.getElementById('ji-tumblr-url-latest-11').setAttribute('href', tumblr_api_read.posts[10]['url-with-slug']);
  1033. </script>
  1034. </div>
  1035. <div class="latestposts"><span>latest posts</span></div>
  1036.  
  1037. <div id="container">
  1038.  
  1039. <!---------------------------SIDEBAR--------------------------->
  1040. <div class="sidebar">
  1041.  
  1042. <!---------------About--------------->
  1043. <div class="cat">
  1044. <div class="cattitle"><span>About</span></div>
  1045. <div class="about">
  1046. <b>Nicole Evangeline Lilly</b> is a Canadian actress and author. She came to prominence for her starring role as Kate Austen in the ABC series Lost (2004–10), for which she won a Screen Actors Guild Award and received a Golden Globe Award nomination. She is also known for her roles as Connie James in The Hurt Locker (2008), Bailey Tallet in Real Steel (2011), Tauriel in The Hobbit film series, and Hope van Dyne/Wasp in the Marvel Cinematic Universe films Ant-Man (2015) and Ant-Man and the Wasp (2018).
  1047. </div></div>
  1048.  
  1049. <!---------------Social Media--------------->
  1050. <div class="cat">
  1051. <div class="cattitle"><span>Social Media</span></div>
  1052. <div class="about">
  1053. <div class="social">
  1054. <a href="{text:twitter url}" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
  1055. <a href="{text:facebook url}" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
  1056. <a href="{text:instagram url}" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
  1057. </div>
  1058. </div></div>
  1059.  
  1060.  
  1061. <!---------------Project--------------->
  1062. <div class="cat">
  1063. <div class="cattitle"><span>Project</span></div>
  1064. <div class="projects">
  1065. <img src="{image:project one}"><br><br>
  1066. <div class="projectstitle">Ant-Man and the Wasp (2018)</div>
  1067. <div class="projectssubtitle">As Hope Van Dyne/The Wasp</div>
  1068. <div class="projectssocial"><i class="fa fa-{select:project one icon}" aria-hidden="true"></i></div>
  1069. <blockquote>
  1070. As Scott Lang balances being both a Super Hero and a father, Hope van Dyne and Dr. Hank Pym present an urgent new mission that finds the Ant-Man fighting alongside The Wasp to uncover secrets from their past.
  1071. </blockquote>
  1072. <div class="projectsdetails">
  1073. Status: Released | Release: July 6, 2018 <br>
  1074. </div>
  1075.  
  1076. </div></div>
  1077.  
  1078. <!---------------Project--------------->
  1079. <div class="cat">
  1080. <div class="cattitle"><span>Project</span></div>
  1081. <div class="projects">
  1082. <img src="{image:project two}"><br><br>
  1083. <div class="projectstitle">Avengers: Endgame (2018)</div>
  1084. <div class="projectssubtitle">As Hope Van Dyne/The Wasp</div>
  1085. <div class="projectssocial"><i class="fa fa-{select:project two icon}" aria-hidden="true"></i></div>
  1086. <blockquote>
  1087. In the aftermath of Thanos wiping out half of all life in the universe, the Avengers must do what's necessary to undo the Mad Titan's deed.
  1088. </blockquote>
  1089. <div class="projectsdetails">
  1090. Status: Post-Production | Release: April 26, 2018 <br>
  1091. </div>
  1092.  
  1093. </div></div>
  1094.  
  1095. <!----------Members---------->
  1096. <div class="cat">
  1097. <div class="cattitle"><span>Members</span></div>
  1098. <div class="members">
  1099. {block:GroupMembers}
  1100. <table>
  1101. {block:GroupMember}
  1102. <tr>
  1103. <td>
  1104. <img src="{GroupMemberPortraitURL-40}">
  1105. </td>
  1106. <td>
  1107. <a href="{GroupMemberURL}"><b>{GroupMemberName}</b></a><br>{GroupMemberTitle}
  1108. </tr>
  1109. {/block:GroupMember}
  1110. </table>
  1111. {/block:GroupMembers}
  1112. </div></div>
  1113.  
  1114. <!---------------Affiliates--------------->
  1115. <div class="cat">
  1116. <div class="cattitle"><span>affiliates</span></div>
  1117. <div class="affiliates">
  1118. <center>
  1119. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  1120. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  1121. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  1122. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  1123. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  1124. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  1125. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  1126. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  1127. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  1128. <a href="/" target="_blank" title="title"> <img src="https://placehold.it/50x50"/></a>
  1129. </center>
  1130.  
  1131. </div></div>
  1132.  
  1133. <!---------------Stats--------------->
  1134. <div class="cat">
  1135. <div class="cattitle"><span>Stats</span></div>
  1136. <div class="about">
  1137. <br>
  1138. <div class="stats"><b>Owner:</b> Aly</div>
  1139. <div class="stats"><b>Established:</b> April 2018</div>
  1140. <div class="stats"><b>Currently online</b>: <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5595804";
  1141. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  1142. fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1143. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  1144. </script>
  1145.  
  1146. </div>
  1147. <div class="stats"><b>Visits:</b> <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3323968";
  1148. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  1149. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  1150. </script>
  1151.  
  1152. </div>
  1153. <div class="stats"><b>Theme:</b> <a href="https://wildflowerdesigns.tumblr.com" target="_blank">wildflower designs</a></div>
  1154. <blockquote>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.</blockquote>
  1155.  
  1156. </div></div>
  1157.  
  1158. <!---------------------------END SIDEBAR--------------------------->
  1159. </div>
  1160.  
  1161. <!---------------------------POSTS--------------------------->
  1162. <div class="entries">
  1163. {block:Posts}
  1164. <div class="posts" id="{PostID}">
  1165.  
  1166. <div class="info">
  1167. <div class="date"><span><a href="{Permalink}">{DayOfMonthWithZero}</a></span>
  1168. <div class="date1"><span>{ShortMonth} {year}</span></div>
  1169. </div>
  1170.  
  1171. <div class="details">
  1172. <div class="controls">
  1173. {PostAuthorName} / {NoteCount} notes &nbsp;&nbsp;&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank" class="reblog">
  1174. <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://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>
  1175. </a>
  1176. <a href="#" class="like">{LikeButton}
  1177. <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://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>
  1178. </a>
  1179. </div>
  1180. </div>
  1181. <br><br><br>
  1182. </div>
  1183.  
  1184. {block:Text}
  1185. <h1>{block:Title}{Title}{/block:Title}</h1>
  1186. {Body}{/block:Text}
  1187.  
  1188. {block:Photo}
  1189. {LinkOpenTag}<center><img src="{PhotoURL-HighRes}"></center>{LinkCloseTag}
  1190. {block:Caption}{Caption}{/block:Caption}
  1191. {/block:Photo}
  1192.  
  1193. {block:Photoset}
  1194. <center>{Photoset}</center>
  1195. {block:Caption}{Caption}{/block:Caption}
  1196. {/block:Photoset}
  1197.  
  1198. {block:Quote}
  1199. <div class="quote">“ {Quote} ”</div>
  1200. {block:Source}<div class="quotesource"> — {Source}</div>
  1201. {/block:Source}{/block:Quote}
  1202.  
  1203. {block:Link}
  1204. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1205. {block:Description}{Description}{/block:Description}
  1206. {/block:Link}
  1207.  
  1208. {block:Chat}
  1209. {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>
  1210. {/block:Chat}
  1211.  
  1212. {block:Audio}
  1213. {block:AudioPlayer}
  1214. <div class="audio">
  1215. <div class="playbutton">{AudioPlayerGrey}</div>
  1216. <div class="trackinfo">
  1217. <div class="trackname">
  1218. {block:TrackName}{TrackName}{/block:TrackName}
  1219. </div>
  1220. <div class="artist">
  1221. {block:Artist}{Artist}{/block:Artist}
  1222. </div>
  1223. <div class="album">
  1224. {block:Album}{Album}{/block:Album}
  1225. </div>
  1226. </div>
  1227. </div>
  1228. {/block:AudioPlayer}
  1229. {block:Caption}{Caption}{/block:Caption}
  1230. {/block:Audio}
  1231.  
  1232. {block:Video}
  1233. <center>{Video-500}</center>
  1234. {block:Caption}{Caption}{/block:Caption}
  1235. {/block:Video}
  1236.  
  1237. {block:Answer}
  1238. <div class="question">
  1239. <center><img src="{PortraitURL-24}"></center>
  1240. <div class="asker"><br>{Asker}</div>
  1241. {Question}</div>
  1242. <div class="answer">
  1243. <blockquote>{Answer}</blockquote></div>
  1244. {/block:Answer}
  1245.  
  1246. {block:HasTags}
  1247. <div class="tags">
  1248. {block:Tags}
  1249. <span><a href="{TagURL}">{Tag}</a></span>
  1250. {/block:Tags}
  1251. </div>
  1252. {/block:HasTags}
  1253. </div>
  1254.  
  1255. {block:PostNotes}
  1256. {PostNotes}{/block:PostNotes}
  1257. {/block:Posts}
  1258.  
  1259. <div id="pages">
  1260. <center>
  1261. {block:Pagination}
  1262. {block:PreviousPage}<span><a href="{PreviousPage}">previous</a></span>{/block:PreviousPage}
  1263. {block:JumpPagination length="5"}
  1264. {block:CurrentPage}
  1265. <span class="current_page">{PageNumber}</span>
  1266. {/block:CurrentPage}
  1267. {block:JumpPage}
  1268. <span><a class="jump_page" href="{URL}">{PageNumber}</a></span>
  1269. {/block:JumpPage}
  1270. {/block:JumpPagination} {block:NextPage}<span><a href="{NextPage}">next</a></span>{/block:NextPage}
  1271. {/block:Pagination}
  1272. </div>
  1273. </div></div>
  1274.  
  1275. <div id="footer">
  1276. <div class="footertitle">
  1277. <center>{text:footer title}</center>
  1278. <div class="footersubtitle">theme by <a href="https://wildflowerdesigns.tumblr.com" target="_blank">wildflower designs</a> | © Copyright 2018 all rights reserved
  1279. </div>
  1280. </div></div>
  1281.  
  1282. <!---------------DO NOT REMOVE!!!--------------->
  1283. <div class="credit">
  1284. <a href="https://wildflowerdesigns.tumblr.com/" title="wildflower designs" target="_blank"><center><i class="fa fa-paint-brush"></i></center></a><br></div>
  1285. <!---------------DO NOT REMOVE!!!--------------->
  1286.  
  1287. <!--- tumblr controls by http://cyantists.tumblr.com/ --->
  1288. <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>
  1289.  
  1290. <!--- blurry images fix --->
  1291. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  1292. <script>
  1293. 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>";
  1294. function updatePhotoset() {
  1295.  
  1296. $(".photoset").each( function (i, e) {
  1297. if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
  1298. $(this.contentDocument).find("head").append(updatePhotosetCss);
  1299. var photoset = $(this.contentDocument).find(".photoset");
  1300. var photosetRows = photoset.find(".photoset_row");
  1301. photoset.find(".photoset_photo")
  1302. .each(function () {
  1303. var hiResSrc = $(this).attr("href");
  1304. var img = $(this).find('img');
  1305. img.attr("src", hiResSrc );
  1306. img.attr("style", "");
  1307. });
  1308. photosetRows.attr("style", "").css("margin-bottom", "-5px");
  1309. photoset.attr("style","");
  1310.  
  1311. $(this).height($(this.contentDocument.body).height());
  1312. });
  1313. }
  1314.  
  1315. updatePhotoset();
  1316.  
  1317. var photosetTimer = setInterval(updatePhotoset, 1500);
  1318. $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
  1319. </script>
  1320. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement