Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- infinite scroll by paul irish (bless @magnusthemes and @sorrism);
- photosets.css by @annasthms and @espoirthemes;
- style my tooltips by malihu;
- customizable audio by @roxiestheme;
- tumblr controls by @cyantists;
- icon font by @themehive
- -->
- <html>
- <head>
- <title>{Title}</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--meta tags-->
- <meta name="color:background" content="#f6f6f6" />
- <meta name="color:text" content="#666666" />
- <meta name="color:links" content="#444444" />
- <meta name="color:links hover" content="#a77dc2" />
- <meta name="color:borders" content="#eeeeee" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:scrollbar" content="#f5f5f5"
- <meta name="color:audio" content="#f5f5f5" />
- <meta name="select:font" content="'ABeeZee', sans-serif" title="abeezee"/>
- <meta name="select:font" content="'Karla', sans-serif" title="karla"/>
- <meta name="select:font" content="'Muli', sans-serif" title="muli"/>
- <meta name="if:infinite scroll" content="1"/>
- <meta name="text:link 1 url" content="" />
- <meta name="text:link 1 title" content="" />
- <meta name="text:link 2 url" content="" />
- <meta name="text:link 2 title" content="" />
- <meta name="text:link 3 url" content="" />
- <meta name="text:link 3 title" content="" />
- <!--links and scripts-->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <link href="https://static.tumblr.com/0podkko/bwepdyarh/photosets.css" rel="stylesheet">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/puqxgda/0i2paplaq/infinite-scroll.pkgd.min.js"></script>
- <link href="https://fonts.googleapis.com/css?family=ABeeZee|Karla|Muli" rel="stylesheet">
- <script src="http://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:700,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /* TOOLTIPS AND SCROLLBAR */
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px;
- padding:4px;
- margin:5px 10px 5px 0px;
- color:{color:text};
- border:1px solid {color:borders};
- font-family: {select:font}, sans-serif;
- font-size:11px;
- background:{color:background};
- z-index:99999;
- }
- ::-webkit-scrollbar {
- width: 9px;
- height: 9px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scrollbar};
- border: 0px none {color:borders};
- border-radius: 2px;
- }
- ::-webkit-scrollbar-thumb:active {
- background: {color:scrollbar};
- }
- ::-webkit-scrollbar-track {
- background: {color:posts};
- border: 0px none {color:borders};
- border-radius: 21px;
- }
- ::-webkit-scrollbar-track:active {
- background: {color:scrollbar};
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- /* GENERAL STYLING */
- body {
- background-color: {color:background};
- color: {color:text};
- font-family: {select:font};
- margin: 0;
- font-size: 12px;
- word-break: break-word;
- }
- a {
- font-family:inherit;
- font-weight: normal;
- color: {color:links};
- text-decoration:none;
- moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color: {color:links hover};
- moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- blockquote {
- border-left: 1px solid {color:borders};
- padding-left: 5px;
- margin-left: 12px;
- }
- blockquote blockquote {
- padding: 0 0 0 5px;
- margin: 0 0 0 12px;
- }
- h1 {
- font-size: 20px;
- margin-top: 1px;
- text-align: center;
- position: relative;
- color: {color:text};
- }
- h1:hover {
- color: {color:links hover};
- moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- h2, h3, h4, h5, h6 {
- font-size: 14px;
- line-height : 14px;
- }
- b, strong {
- font-weight: bold;
- }
- i, em {
- font-style: italic;
- }
- /* CONTROLS */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:-2px!important;
- right:0!important;
- opacity:0;
- padding-right:38px;
- /* delete invert(1) from here */
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;}
- .hcontrols {
- position:fixed;
- top:0;
- right:0;
- z-index:999999999;}
- .hcontrols svg {
- width:14px;
- height:14px;
- padding:9px;}
- .hcontrols svg path {
- fill:#000000;/* change this to change the color of the icon */}
- /* GENERAL POST STYLING, CONTROLS, AND PERMALINKS */
- #posts {
- position: absolute;
- width: 1060px;
- top: 22%;
- left: 50%;
- margin-left: -500px;
- column-count: 3;
- grid-gap: 20px;
- margin-bottom: 25px;
- }
- .wrapper {
- display: inline-block;
- }
- .post {
- width: 250px;
- background-color: {color:posts};
- padding: 10px;
- margin-bottom: 30px;
- border: 1px solid {color:borders};
- display: inline-block;
- break-inside: avoid;
- }
- .post img, blockquote, li {
- max-width: 100%;
- }
- .tags {
- display: none;
- }
- svg {
- width:10px;
- height:auto;
- opacity:.5;
- padding:1px;
- display:block;
- overflow:visible;
- }
- .controls a {
- position:relative;
- display:inline-block;
- overflow:hidden;
- padding:5px;
- width:12px;
- height:12px;
- }
- .controls .reblog {
- opacity:.93;
- }
- .controls .reblog svg {
- width:9px;
- margin-top:1px;
- }
- .controls .like .liked + svg {
- opacity:1;
- }
- .controls .like .liked + svg path {
- fill:#ec5a5a;
- }
- .controls .like .like_button {
- position:relative;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .permalink {
- position: absolute;
- display: inline-block;
- color: #808080;
- font-weight: normal;
- margin-left: 55px;
- margin-top: 3px;
- }
- /* HEADER */
- #sidebar {
- position: fixed;
- width: 50%;
- max-height: 100px;
- top: 0px;
- left: 25%;
- background-color: {color:sidebar};
- border: 1px solid {color:borders};
- padding: 10px;
- z-index: 5;
- }
- #description {
- position: relative;
- text-align: center;
- margin: -10px;
- }
- .links {
- text-align: center;
- margin: 25px;
- }
- .links a {
- color: {color:text};
- }
- .links a:hover {
- color: {color:links hover};
- moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- /* POST TYPES */
- .quote {
- font-size: 14px;
- text-align: center;
- }
- .source {
- font-size: 13px;
- text-align: center;
- font-variant: small-caps;
- }
- .photoset-grid {
- grid-gap: 1px;
- }
- .audio iframe {
- height: 95px;
- }
- .chat {
- list-style-type: none;
- padding-left: 3px;
- }
- .chat li {
- margin-bottom: 3px;
- }
- .label {
- font-variant: small-caps;
- }
- .askpic {
- vertical-align: middle;
- padding: 3px;
- margin-bottom: 3px;
- width: 25px;
- }
- {Asker}, .question {
- vertical-align: middle;
- margin-bottom: 2px;
- }
- {Answer} {
- padding-left: 5px;
- }
- /* ASK, SUBMIT, AND PERMALINK PAGE */
- {block:AskPage}
- #posts {
- column-count: 1;
- width: 500px;
- top: 22%;
- left: 50%;
- margin-left: -250px;
- }
- .post {
- width: 500px;
- }
- {/block:AskPage}
- {block:SubmitPage}
- #posts {
- column-count: 1;
- width: 500px;
- top: 22%;
- left: 50%;
- margin-left: -250px;
- }
- .post {
- width: 500px;
- }
- {/block:SubmitPage}
- {block:PermalinkPage}
- #posts {
- column-count: 1;
- width: 500px;
- top: 22%;
- left: 50%;
- margin-left: -250px;
- }
- .post {
- width: 500px;
- margin-bottom: 10px;
- }
- .tags {
- text-align: center;
- display: inline-block;
- padding: 4px;
- }
- {/block:PermalinkPage}
- /* NOTES */
- ol.notes {
- list-style-type: none;
- background-color: {color:posts};
- padding: 10px;
- width: 500px;
- border: 1px solid {color:borders};
- }
- ol.notes li.note {
- padding: 10px;
- vertical-align: middle;
- border-bottom: 1px solid {color:borders};
- }
- ol.notes li.note img.avatar {
- vertical-align: middle;
- padding: 5px;
- width: 20px;
- }
- li.note.more_notes_link_container {
- text-transform: lowercase;
- }
- /* PAGINATION */
- #footer {
- position: fixed;
- bottom: 0%;
- width: 50%;
- height: 15px;
- left: 25%;
- background-color: {color:sidebar};
- border: 1px solid {color:borders};
- padding: 10px;
- z-index: 10;
- margin-bottom: 0;
- margin-top: 20px;
- text-align: center;
- word-spacing: 7px;
- letter-spacing: 1px;
- }
- {block:Ifinfinitescroll}
- #footer {
- display: none;
- }
- {/block:Ifinfinitescroll}
- /* CREDIT - DO NOT TOUCH! */
- .credit img {
- width: 20px;
- position: fixed;
- bottom: 15px;
- right: 17px;
- text-align: center;
- }
- .th-chevron-up:before{
- content:'\ec1e';
- font-family:'honeybee';
- color: {color:accent};
- font-size: 20px;
- }
- #scrollto {
- position: fixed;
- bottom: 45px;
- right: 17px;
- }
- #scrollto a {
- color: {color:links};
- }
- #scrollto a:hover {
- color: {color:links hover};
- moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- /* MEDIA QUERIES */
- @media only screen and (max-width: 1024px) {
- #posts {
- column-count: 2;
- width: 730px;
- grid-gap: 30px;
- margin-left: -300px;
- }
- {block:AskPage}
- #posts {
- margin-left: -250px;
- }
- {/block:AskPage}
- {block:SubmitPage}
- #posts {
- margin-left: -250px;
- }
- {/block:SubmitPage}
- }
- @media only screen and (max-height: 650px) {
- #posts {
- top: 35%;
- }
- }
- @media only screen and (max-width: 600px) {
- #posts {
- column-count: 1;
- width: 500px;
- margin-left: -130px;
- }
- {block:AskPage}
- #posts {
- width: 500px;
- margin-left: -130px;
- }
- .post {
- width: 250px;
- }
- {/block:AskPage}
- {block:SubmitPage}
- #posts {
- width: 250px;
- margin-left: -130px;
- }
- .post {
- width: 250px;
- }
- {/block:SubmitPage}
- }
- @media only screen and (min-width: 350px) and (max-width: 600px) {
- #sidebar {
- padding: 20px;
- margin-left: -4%;
- }
- }
- @media only screen and (max-height: 500px) {
- #posts {
- top: 40%;
- }
- }
- @media only screen and (max-height: 380px) {
- #posts {
- top: 60%;
- }
- }
- @media only screen and (max-height: 300px) {
- #posts {
- top: 82%;
- }
- }
- </style>
- <!--SCRIPTS-->
- <script>
- $(document).ready(function(){
- $(window).scroll(function () {
- if ($(this).scrollTop() > 200)
- { $('#scrollto').fadeIn(); }
- else
- { $('#scrollto').fadeOut(); }
- });
- $('#scrollto').click(function () {
- $("html, body").animate({scrollTop:0}, 1000); return false;
- });
- });
- </script>
- {block:Ifinfinitescroll}
- <script>
- $(document).ready(function() {
- var $container = $('#posts')
- $container.infiniteScroll({
- // options
- path: '.next',
- append: '.wrapper',
- history: false,
- });
- $container.on( 'append.infiniteScroll', function(e,r,p,newElements){
- var $newElems = $(newElements);
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- });
- });
- </script>
- {/block:Ifinfinitescroll}
- <script>
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:{color:audio} !important} </style>"));
- });
- });
- </script>
- <!--END SCRIPTS-->
- </head>
- <body>
- <!--HEADER-->
- <aside id="sidebar">
- <a href="/"><h1>{Title}</h1></a>
- {block:Description}
- <p id="description">{Description}</p>
- {/block:Description}
- <div class="links">
- <a href="/" title="index" style="text-align: center;">I.</a>
- {block:AskEnabled}<a href="/ask" title="message">II.</a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit" title="submit">III.</a>{/block:SubmissionsEnabled}
- <a href="{text:link 1 url}" title="{text:link 1 title}">IV.</a>
- <a href="{text:link 2 url}" title="{text:link 2 title}">V.</a>
- <a href="{text:link 3 url}" title="{text:link 3 title}">VI.</a>
- </div>
- </aside>
- <!--END HEADER-->
- <!--POSTS-->
- <div id="posts">
- {block:Posts}
- <!--CONTROLS AND PERMALINK-->
- <div class="wrapper" id="{PostID}">
- <div class="controlw">
- {block:Date}<a href="{Permalink}" class="permalink">{DayOfMonth}.{MonthNumber}.{Year}{block:NoteCount}, {NoteCount}{/block:NoteCount}</a>{/block:Date}
- <div class="controls">
- {block:Date}
- <a href="{ReblogURL}" target="_blank" class="reblog">
- <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>
- </a>
- <a href="#" class="like">{LikeButton}
- <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>
- </a>
- {/block:Date}
- </div>
- </div>
- <!--END CONTROLS AND PERMALINK-->
- <!--POST TYPES-->
- {block:Text}
- <div class="post" id="{PostID}">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}{Body}
- </div>
- {/block:Text}{block:Photo}
- <div class="post" id="{PostID}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photo}{block:Panorama}
- <div class="post" id="{PostID}">
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Panorama}
- {block:Photoset}
- <div class="post" id="{PostID}">
- <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post" id="{PostID}">
- <div class="quote">"{Quote}"</div><br>
- {block:Source}
- <div class="source">—{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}{block:Link}
- <div class="post" id="{PostID}">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}{block:Chat}
- <div class="post" id="{PostID}">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}{block:Video}
- <div class="post" id="{PostID}">
- {Video-250}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post" id="{PostID}">
- <div class="audio">{AudioEmbed-250}</div>{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="post" id="{PostID}">
- <img class="askpic" src="{AskerPortraitURL-30}">
- <span class="asker">{Asker} said: </span>
- <span class="question">{Question}</span>
- <span class="answer">{Answer}</span>
- </div>
- {/block:Answer}
- </div>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}" class="tags">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {PostNotes}
- {/block:Posts}
- </div>
- <!--END POST TYPES-->
- <!--CREDIT AND SCROLL TO TOP - DO NOT TOUCH THE CREDIT-->
- <a id="scrollto" title="scroll to top"><span class="th th-chevron-up"></span></a>
- <a class="credit" href="https://aubadese.tumblr.com" title="theme credit"><img src="https://i.imgur.com/ZLwssBb.png"/></a>
- <!--PAGINATION-->
- {block:Pagination}
- <p id="footer">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev">«Previous</a>
- {/block:PreviousPage}{block:NextPage}
- <a class="next" href="{NextPage}">Next»</a>
- {/block:NextPage}
- </p>
- {/block:Pagination}
- <div class="hcontrols"><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"><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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment