Advertisement
themesbygeorgia

Theme #65 - Pomegranate

May 29th, 2018
2,479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.27 KB | None | 0 0
  1. <!DOCTYPE>
  2. <html>
  3.  
  4. <head>
  5.  
  6. <!--Theme #65 - Pomegranate by wonderfullythemes
  7.  
  8. don't intefere with the credit cheers-->
  9.  
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <link href="https://fonts.googleapis.com/css?family=lato:300,400,700|Halant:400,700|Quicksand:400,700" rel="stylesheet">
  18.  
  19. <script src="https://static.tumblr.com/r8vffrc/aDcp970t4/jquery-2.2.4.min.js"></script>
  20.  
  21. <!--Unnestting Captions, credit to @neothm and @magnusthemes-->
  22. <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  23. <script>
  24. $(window).load(function(){
  25. $("article").unnest({
  26. yourCaption: ".caption",
  27. wrapName: ".tumblr_parent",
  28. newCaptionUsername: false,
  29. originalPostCaptionUsername: false,
  30. tumblrAvatars: false,
  31. tumblrAvatarClass: ".tumblr_avatar",
  32. usernameColon: false
  33. });
  34. });
  35. </script>
  36.  
  37. <!--Sticky Header-->
  38. <script>
  39. $(document).ready(function() {
  40. var stickyNavTop = $('.descimage').offset().top;
  41.  
  42. var stickyNav = function(){
  43. var scrollTop = $(window).scrollTop();
  44.  
  45. if (scrollTop > stickyNavTop) {
  46. $('.descimage').addClass('fixedimage');
  47. } else {
  48. $('.descimage').removeClass('fixedimage');
  49. }
  50. };
  51.  
  52. stickyNav();
  53.  
  54. $(window).scroll(function() {
  55. stickyNav();
  56. });
  57. });
  58. </script>
  59.  
  60. <!--Back to Top-->
  61. <script>
  62. $(document).ready(function(){
  63. $('a.back-to-top').click(function() {
  64. $('html, body').animate({ scrollTop: 0}, 700);
  65. return false;
  66. });
  67. });
  68. </script>
  69.  
  70. <meta name="color:Background" content="#fff" />
  71. <meta name="color:Text" content="#444" />
  72. <meta name="color:Accent 1" content="#1bcc5c" />
  73. <meta name="color:Accent 2" content="#444" />
  74.  
  75. <meta name="image:Background" content="" />
  76. <meta name="image:FixedImage" content="" />
  77.  
  78. <meta name="text:Link1" content="/" />
  79. <meta name="text:Link1 Text" content="one" />
  80. <meta name="text:Link2" content="/" />
  81. <meta name="text:Link2 Text" content="two" />
  82. <meta name="text:Link3" content="/" />
  83. <meta name="text:Link3 Text" content="three" />
  84. <meta name="text:Link4" content="/" />
  85. <meta name="text:Link4 Text" content="four" />
  86.  
  87. <meta name="text:YourQuote" content="your quote here" />
  88.  
  89. <style type="text/css">
  90.  
  91. /*Credit to cyantists*/
  92. iframe.tmblr-iframe {
  93. z-index: 99999999999999!important;
  94. top: -2px!important;
  95. right: 0!important;
  96. opacity: 0;
  97. padding-right: 38px;
  98. filter:invert(1) contrast(150%);
  99. -webkit-filter:invert(1) contrast(150%);
  100. -o-filter:invert(1) contrast(150%);
  101. -moz-filter:invert(1) contrast(150%);
  102. -ms-filter:invert(1) contrast(150%);
  103. transform: scale(0.65);
  104. transform-origin: 100% 0;
  105. -webkit-transform: scale(0.65);
  106. -webkit-transform-origin: 100% 0;
  107. -o-transform: scale(0.65);
  108. -o-transform-origin: 100% 0;
  109. -moz-transform: scale(0.65);
  110. -moz-transform-origin: 100% 0;
  111. -ms-transform: scale(0.65);
  112. -ms-transform-origin: 100% 0;
  113. -moz-transition-duration: 0.3s;
  114. -webkit-transition-duration: 0.3s;
  115. -o-transition-duration: 0.3s;
  116. }
  117.  
  118. iframe.tmblr-iframe:hover {
  119. opacity: 0.6!important;
  120. -moz-transition-duration: 0.3s;
  121. -webkit-transition-duration: 0.3s;
  122. -o-transition-duration: 0.3s;
  123. }
  124.  
  125. .hcontrols {
  126. position: fixed;
  127. top: 0;
  128. right: 0;
  129. z-index: 999999999;
  130. }
  131.  
  132. .hcontrols svg {
  133. width: 14px;
  134. height: 14px;
  135. padding: 9px;
  136. }
  137.  
  138. .hcontrols svg path {
  139. fill: {color:Accent 1};
  140. }
  141.  
  142. /*Basics*/
  143. body {
  144. background-image: url('{image:Background}');
  145. background-color: {color:Background};
  146. color: {color:Text};
  147. font-family: 'Halant', serif;
  148. font-weight: 400;
  149. font-size: 18.5px;
  150. line-height: 25px;
  151. text-decoration: none;
  152. text-transform: none;
  153. margin: 0;
  154. overflow-x: hidden;
  155. }
  156.  
  157. a {
  158. color: {color:Accent 1};
  159. text-decoration: none;
  160. -moz-transition-duration: 0.3s;
  161. -webkit-transition-duration: 0.3s;
  162. -o-transition-duration: 0.3s;
  163. }
  164.  
  165. a:hover {
  166. color: {color:Accent 2};
  167. -moz-transition-duration: 0.3s;
  168. -webkit-transition-duration: 0.3s;
  169. -o-transition-duration: 0.3s;
  170. }
  171.  
  172. h1 {
  173. padding: 0;
  174. margin: 0;
  175. color: {color:Text};
  176. font-family: 'Lato', sans-serif;
  177. font-weight: 400;
  178. text-transform: uppercase;
  179. letter-spacing: 2px;
  180. font-size: 22px;
  181. line-height: 26px;
  182. }
  183.  
  184. h2 {
  185. padding: 0;
  186. margin: 0;
  187. color: {color:Text};
  188. font-size: 20px;
  189. }
  190.  
  191. h2 a {
  192. color: {color:Accent 1};
  193. }
  194.  
  195. li {
  196. list-style: square;
  197. }
  198.  
  199. blockquote {
  200. border-left: 1px solid {color:Accent 1};
  201. padding-left: 10px;
  202. margin: 20px 0 0 25px;
  203. }
  204.  
  205. img, blockquote, li, h2 {
  206. max-width: 100%;
  207. }
  208.  
  209. b {
  210. font-weight: 700;
  211. }
  212.  
  213. /*Header*/
  214. #header {
  215. width: 100%;
  216. position: relative;
  217. margin: 140px 0 0 0;
  218. }
  219.  
  220. .headerinfo {
  221. width: 830px;
  222. padding: 0 0 40px 0;
  223. font-family: 'Quicksand', sans-serif;
  224. height: auto;
  225. position: relative;
  226. margin: auto;
  227. border-bottom: 1px solid {color:Accent 1};
  228. -moz-transition-duration: 0.3s;
  229. -webkit-transition-duration: 0.3s;
  230. -o-transition-duration: 0.3s;
  231. }
  232.  
  233. .title {
  234. letter-spacing: -1px;
  235. text-transform: lowercase;
  236. font-size: 48px;
  237. line-height: 48px;
  238. }
  239.  
  240. .description {
  241. font-family: 'Halant', serif;
  242. font-weight: 400;
  243. position: relative;
  244. margin: 20px 0;
  245. }
  246.  
  247. .links {
  248. font-size: 16px;
  249. position: relative;
  250. font-style: none;
  251. text-decoration: none;
  252. margin-top: 26px;
  253. letter-spacing: 1px;
  254. text-transform: uppercase;
  255. }
  256.  
  257. .links a {
  258. padding: 0 8px 0 0;
  259. color: {color:Accent 1};
  260. }
  261.  
  262. .links a:hover {
  263. color: {color:Accent 2};
  264. }
  265.  
  266. /*Posts*/
  267. #entries {
  268. width: 830px;
  269. margin: auto;
  270. position: relative;
  271. border: 1px solid transparent;
  272. }
  273.  
  274. .descimage {
  275. padding: 80px 0;
  276. width: 280px;
  277. position: absolute;
  278. }
  279.  
  280. .descimage img {
  281. width: 100%;
  282. }
  283.  
  284. .fixedimage {
  285. top: 0;
  286. position: fixed;
  287. }
  288.  
  289. .yourquote {
  290. font-size: 15.5px;
  291. line-height: 21px;
  292. height: 140px;
  293. overflow-y: scroll;
  294. }
  295.  
  296. article {
  297. margin: 80px 0 180px 330px;
  298. width: 500px;
  299. {block:PermalinkPage}
  300. margin-bottom: 80px;
  301. {/block:PermalinkPage}
  302. }
  303.  
  304. article img{
  305. width: 100%;
  306. height: auto;
  307. }
  308.  
  309. .quotepost {
  310. font-family: 'Halant', serif;
  311. font-weight: 400;
  312. font-size: 30px;
  313. text-transform: none;
  314. line-height: 34px;
  315. margin: 15px 0;
  316. z-index: 2;
  317. }
  318.  
  319. .quotemark {
  320. font-family: serif;
  321. font-weight: initial;
  322. font-size: 170px;
  323. margin-top: 40px;
  324. position: absolute;
  325. color: {color:Accent 2};
  326. opacity: .4;
  327. z-index: -1;
  328. }
  329.  
  330. .quotesource {
  331. font-family: 'Lato', sans-serif;
  332. margin: 0 0 10px 0;
  333. font-size: 12px;
  334. letter-spacing: 2px;
  335. text-transform: lowercase;
  336. text-align: right;
  337. }
  338.  
  339. .chatpost ul {
  340. padding: 0;
  341. }
  342.  
  343. .chatpost li {
  344. list-style: none;
  345. }
  346.  
  347. .label {
  348. text-transform: none;
  349. font-weight: 900;
  350. }
  351.  
  352. /*caption*/
  353. .caption { margin: 30px 0; }
  354.  
  355. .tumblr_parent {
  356. margin: 30px 0 0 0;
  357. padding: 0;
  358. border: none;
  359. }
  360.  
  361. .tumblr_parent blockquote{
  362. border-left: 1px solid {color:Accent 1};
  363. padding-left: 10px;
  364. margin: 20px 0 0 20px;
  365. }
  366.  
  367. .tumblr_blog {
  368. text-transform: uppercase;
  369. font-family: 'Lato', sans-serif;
  370. font-size: 12px;
  371. line-height: 16px;
  372. letter-spacing: 1.5px;
  373. color: {color:Accent 2};
  374. }
  375.  
  376. .tumblr_blog:hover {
  377. color: {color:Text};
  378. }
  379.  
  380. .tumblr_blog::after {
  381. content: " said";
  382. }
  383.  
  384. /*info and tags*/
  385. .info {
  386. border-top: 1px solid {color:Accent 2};
  387. padding: 15px 0;
  388. text-transform: uppercase;
  389. font-family: 'Lato', sans-serif;
  390. font-size: 10.5px;
  391. line-height: 17.5px;
  392. letter-spacing: 1.5px;
  393. }
  394.  
  395. .info a {
  396. color: {color:Accent 1};
  397. }
  398.  
  399. .info a:hover {
  400. color: {color:Accent 2};
  401. }
  402.  
  403. .tags {
  404. margin: 10px 0;
  405. font-family: 'Halant', serif;
  406. text-transform: none;
  407. font-size: 14px;
  408. letter-spacing: 0.5px;
  409. }
  410.  
  411. /*Footer*/
  412. .footer {
  413. position: relative;
  414. margin: 0 auto 120px auto;
  415. width: 830px;
  416. padding-top: 20px;
  417. border-top: 1px solid {color:Accent 1};
  418. text-align: center;
  419. text-transform: uppercase;
  420. font-family:'Quicksand', sans-serif;
  421. font-size: 12px;
  422. letter-spacing: 1px;
  423. }
  424.  
  425. #pagination {
  426. text-transform: uppercase;
  427. display: inline-block;
  428. }
  429.  
  430. a.back-to-top:hover {
  431. cursor: pointer;
  432. }
  433.  
  434. @media only screen and (min-width:620px) and (max-width:960px) {
  435.  
  436. /*Basics*/
  437. body {
  438. font-size: 17px;
  439. }
  440.  
  441. /*Header*/
  442. #header {
  443. margin: 100px 0 0 0;
  444. }
  445.  
  446. .headerinfo {
  447. width: 500px;
  448. padding: 0 0 20px 0;
  449. -moz-transition-duration: 0.3s;
  450. -webkit-transition-duration: 0.3s;
  451. -o-transition-duration: 0.3s;
  452. }
  453.  
  454. .title {
  455. font-size: 44px;
  456. line-height: 44px;
  457. }
  458.  
  459. .links a {
  460. padding: 0 8px 0 0;
  461. }
  462.  
  463. /*Posts*/
  464. #entries {
  465. width: 500px;
  466. }
  467.  
  468. article {
  469. margin: 80px 0 140px 0;
  470. }
  471.  
  472. .descimage {
  473. position: relative;
  474. width: 220px;
  475. padding: 60px 0;
  476. }
  477.  
  478. .yourquote {
  479. margin: -220px 0 0 240px;
  480. width: 260px;
  481. }
  482.  
  483. /*caption*/
  484. .caption {
  485. margin: 30px 0 0 0;
  486. }
  487.  
  488. /*Footer*/
  489. .footer {
  490. width: 500px;
  491. }
  492. }
  493.  
  494. @media only screen and (max-width:620px) {
  495.  
  496. /*Basics*/
  497. body {
  498. font-size: 15.5px;
  499. }
  500.  
  501. /*Header*/
  502. #header {
  503. margin: 80px 0 0 0;
  504. }
  505.  
  506. .headerinfo {
  507. width: 300px;
  508. padding: 0 0 10px 0;
  509. }
  510.  
  511. .title {
  512. width: 100%;
  513. text-align: left;
  514. font-size: 38px;
  515. line-height: 38px;
  516. }
  517.  
  518. .links {
  519. width: 100%;
  520. text-align: left;
  521. font-size: 15px;
  522. }
  523.  
  524. .links a {
  525. padding: 0 8px 0 0;
  526. }
  527.  
  528. /*Posts*/
  529. #entries {
  530. width: 300px;
  531. overflow: hidden;
  532. }
  533.  
  534. .descimage {
  535. position: relative;
  536. padding: 40px 0;
  537. }
  538.  
  539. article {
  540. width: 300px;
  541. margin: 80px 0 100px 0;
  542. }
  543.  
  544. /*caption*/
  545. .caption {
  546. width: 300px;
  547. margin: 30px 0 0 0;
  548. }
  549.  
  550. /*info and tags*/
  551. .info {
  552. margin: 0 0 10px 0;
  553. position: relative;
  554. width: 300px;
  555. text-align: left;
  556. }
  557.  
  558. /*Footer*/
  559. .footer {
  560. width: 300px;
  561. }
  562.  
  563. }
  564.  
  565. {CustomCSS}
  566. </style>
  567. </head>
  568.  
  569. <body>
  570.  
  571. <div id="header"><div class="headerinfo">
  572.  
  573. <div class="title"><a href="/">{Title};</a></div>
  574.  
  575. <div class="links">
  576. <a href="{text:Link1}">{text:Link1 Text}</a>
  577. <a href="{text:Link2}">{text:Link2 Text}</a>
  578. <a href="{text:Link3}">{text:Link3 Text}</a>
  579. <a href="{text:Link4}">{text:Link4 Text}</a>
  580. </div>
  581.  
  582. <div class="description">{Description}</div>
  583.  
  584. </div><!--end .headerinfo--></div><!--end #header-->
  585.  
  586. <div id="entries">
  587.  
  588. <div class="descimage">
  589. <img src="{image:FixedImage}" />
  590. <p class="yourquote">
  591. <span class="quotemark">&#147;</span>
  592. {text:YourQuote}
  593. </p>
  594. </div>
  595.  
  596. {block:Posts}
  597.  
  598. {block:ContentSource}
  599. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  600. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  601. {/block:SourceLogo}
  602. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  603. {/block:ContentSource}
  604.  
  605. <article>
  606.  
  607. {block:Text}
  608. <div class="textpost">
  609. {block:Title}<h1>{Title}</h1>{/block:Title}
  610. {Body}
  611. </div>
  612. {/block:Text}
  613.  
  614. {block:Answer}
  615. {Asker} asked: {Question}
  616. {Answer}
  617. {/block:Answer}
  618.  
  619. {block:Photo}
  620. {LinkOpenTag}
  621. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  622. {LinkCloseTag}
  623. {/block:Photo}
  624.  
  625. {block:Photoset}
  626. {Photoset}
  627. {/block:Photoset}
  628.  
  629. {block:Quote}
  630. <div class="quotepost">
  631. <p class="quotemark">&#147;</p>{Quote}</div>
  632. {block:Source}<div class="quotesource">&#8213; {Source}</div>{/block:Source}
  633. {/block:Quote}
  634.  
  635. {block:Link}
  636. <h2><a href="{URL}">{Name}</a></h2>
  637. {block:Description}{Description}{/block:Description}
  638. {/block:Link}
  639.  
  640. {block:Chat}
  641. {block:Title}<h1>{Title}</h1>{/block:Title}
  642. <div class="chatpost">
  643. <ul>{block:Lines}
  644. <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  645. {/block:Lines}</ul>
  646. </div>
  647. {/block:Chat}
  648.  
  649. {block:Audio}
  650. {AudioPlayerWhite}
  651. {block:TrackName}{TrackName}{/block:Trackname}
  652. {AudioPlayerBack}
  653. {/block:Audio}
  654.  
  655. {block:Video}
  656. {Video-500}
  657. {/block:Video}
  658.  
  659. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  660.  
  661. <div class="info">
  662. {block:Date}
  663. Posted <a href="{Permalink}">{TimeAgo}</a>
  664. {block:NoteCount}
  665. with <a href="{Permalink}">{NoteCountWithLabel}</a>
  666. {/block:NoteCount}
  667. {block:RebloggedFrom}<br>Reblogged from <a href="{ReblogParentURL}" target="blank">{ReblogParentName}</a>{/block:RebloggedFrom}
  668. {block:RebloggedFrom}, originally from <a href="{ReblogRootURL}" target="blank">{ReblogRootName}</a>{/block:RebloggedFrom}
  669. {block:HasTags}
  670. <div class="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  671. {/block:HasTags}
  672. {/block:Date}
  673. </div><!--end .info-->
  674.  
  675. </article><!--end .post-->{/block:Posts}</div><!--end #entries-->
  676.  
  677. <div class="footer">
  678.  
  679. {block:IndexPage}{block:Pagination}<div id="pagination">
  680. Page {CurrentPage} of {TotalPages}
  681. {block:PreviousPage}&nbsp;<a href="{PreviousPage}">back</a>&nbsp;{/block:PreviousPage}
  682. {block:NextPage}&nbsp;<a href="{NextPage}">next</a>{/block:NextPage}
  683. &nbsp;&nbsp;//&nbsp;&nbsp;
  684. </div><!--end #pagination-->{/block:Pagination}{/block:IndexPage}
  685.  
  686. <a class="back-to-top">scroll to top</a>
  687.  
  688. &nbsp;&nbsp;//&nbsp;&nbsp;
  689.  
  690. <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes" target="blank">theme</a>
  691.  
  692. </div><!--end .footer-->
  693.  
  694. <!--Credit to cyantists-->
  695. <div class="hcontrols">
  696. <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  697. <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"/>
  698. </svg>
  699. </div><!--end .hcontrols-->
  700.  
  701. </body>
  702. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement