Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- singularity - captainmarvels
- base code @ sorrism
- visit /credits for full credits
- -->
- <!DOCTYPE html>
- <head>
- <title>{block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#cccccc"/>
- <meta name="color:Link" content="#444444"/>
- <meta name="color:Link Hover" content="#f4f4f4"/>
- <meta name="color:Bold" content="#000000"/>
- <meta name="color:Title"content="#000000"/>
- <meta name="color:Accent" content="#f4f4f4" />
- <meta name="color:Tags" content="#444444"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Home Title" content="index"/>
- <meta name="text:Ask Title" content="message"/>
- <meta name="text:Archive Title" content="history"/>
- <meta name="if:Header" content="1"/>
- <meta name="image:Sidebar" content=""/>
- <link href="https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,700,700i" rel="stylesheet">
- <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
- <!-- this is vital for my theme credit don't delete this-->
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <!-- don't delete-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <!--CSS customization here. -->
- <style type="text/css">
- /*tumblr controls and lightbox*/
- .tmblr-full img {
- max-width: 100%;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,.8) !important;
- }
- #tumblr_lightbox img {
- padding:5px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- .lightbox-image {
- padding:0px;
- background-color:rgba(255,255,255,1) !important;
- }
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- {block:ifHeader}
- top:10px!important;
- {/block:ifHeader}
- {block:ifNotHeader}
- top:-2px!important;
- {/block:ifNotHeader}
- 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.4!important;}
- .hcontrols {
- position:fixed;
- {block:ifHeader}
- top:12px;
- {/block:ifHeader}
- {block:ifNotHeader}
- top:0px!important;
- {/block:ifNotHeader}
- right:0;
- z-index:999999999;}
- .hcontrols svg {
- width:14px;
- height:14px;
- padding:9px;}
- .hcontrols svg path {
- fill:#888888;/* change this to change the color of the icon */}
- /*tooltip*/
- .ui-tooltip {
- position:absolute;
- z-index:9999;
- padding-top:10px;
- border-radius:10%;
- }
- .ui-tooltip-content {
- color:{color:link};
- text-transform:lowercase;
- text-decoration:none;
- margin-right:1em;
- font-size:11px;
- font-weight:400;
- background: #f4f4f4;
- padding:5px 8px;
- border: 1px solid #f0f0f0;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius:3px;
- }
- /*scrollbar*/
- ::-webkit-scrollbar{
- height:5px;
- width:5px;
- background:inherit;
- }
- ::-webkit-scrollbar-thumb {background:{color:accent};}
- ::-webkit-scrollbar-track {background:#ffffff; height:20px;}
- ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {border:5px solid transparent};}
- /*selection*/
- ::selection {
- background: #f8f8f8;
- color: {color:text};
- }
- ::-moz-selection {
- background: #f8f8f8;
- color: #f8f8f8;
- }
- ::-webkit-selection {
- background: #f8f8f8;
- color: #f8f8f8;
- }
- /*main structure*/
- body {
- background:{color:background};
- color:{color:text};
- font-family: 'Ubuntu', sans-serif;
- font-size:11px;
- word-wrap:break-word;
- text-align:justify;
- line-height:1.6em;
- }
- a {
- color:{color:link};
- text-decoration:none;
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- a, a img {cursor:pointer;}
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- b, strong, b a, strong a {
- font-weight:700!important;
- color:{color:title};
- }
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- i {
- font-style:italic;
- }
- h1, h2, h3, h4 {
- margin:1em 0;
- font-size:17px;
- padding:0;
- color:{color:title};
- font-weight:700;
- }
- blockquote, ol, ul, p, pre, figure {margin:1em 0;}
- .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em auto;
- width:75px;
- border-top:1px solid #f0f0f0;
- }
- blockquote {
- padding:.25em 0 .25em 1em;
- margin:1em 0;
- border-left:1px solid {color:accent};
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- /*header*/
- {block:ifHeader}
- header {
- top: 0;
- left: 0;
- position: fixed;
- width: 100%;
- background: #f4f4f4;
- padding:10px;
- z-index: 9999;
- border-bottom:1px solid #f0f0f0;
- }
- .blogtitle {
- display:inline-block;
- position:relative;
- text-transform:lowercase;
- font-weight:700;
- }
- .links {
- padding:10px;
- text-align:left;
- text-transform:lowercase;
- }
- .links a {
- color:{color:link};
- margin-right:30px;
- border-radius:3px;
- }
- .links a:hover {
- color:{color:link hover};
- }
- {/block:ifHeader}
- /*sidebar*/
- sidebar {
- position: fixed;
- width: 290px;
- top: 120px;
- left: 160px;
- padding:20px;
- border-radius:4px;
- }
- .sb img {
- display:inline;
- max-width: 40px;
- border-radius:50px;
- border:1px solid #f0f0f0;
- padding:3px;
- }
- nav a {
- color:{color:link};
- {block:ifNotHeader}
- font-weight:700;
- {/block:ifNotHeader}
- text-transform:lowercase;
- display:inline-block;
- padding:0.5em 0;
- }
- nav a:hover {
- color:{color:link hover};
- }
- table, td, th {
- margin:1em 0;
- text-align: center;
- }
- table {
- *border-collapse: collapse; /* IE7 and lower */
- border-spacing: 0;
- width: 100%;
- }
- th, td {
- padding: 10px;
- }
- #description {
- {block:ifHeader}
- text-align:justify;
- line-height:16px;
- padding:0.5em;
- {/block:ifHeader}
- {block:ifNotHeader}
- text-align:center;
- {/block:ifNotHeader}
- }
- /*pagination*/
- .pagination {
- font-size:10px;
- padding:10px;
- text-align:center;
- text-transform:lowercase;
- margin-bottom:50px;
- }
- .pagination a {
- margin:0 1em;
- }
- .pagination .sf {
- font-size:6px;
- }
- /*posts*/
- section {
- width:540px;
- margin-left:530px;
- margin-top:100px;
- margin-bottom:50px;
- }
- .posts {
- width:540px;
- {block:indexpage}
- margin-bottom:100px;
- {/block:indexpage}
- {block:permalinkpage}
- margin-bottom:30px;
- {/block:permalinkpage}
- text-align:justify;
- {block:Posts}
- {/block:Posts}
- border-radius:1px;
- padding:20px;
- }
- .posts ul li {
- list-style:none;
- margin-left:0px;
- }
- .posts ul li:before {
- content:"∗";
- color:{color:accent};
- padding-right:5px;
- }
- /*titles*/
- .title {
- font-size:13px;
- letter-spacing:0.5px;
- color:{color:title};
- font-weight:600;
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link};}
- /*captions*/
- .comment {
- padding:1em 0;
- list-style:none;
- }
- .comment:last-of-type {padding-bottom:0px;}
- .user {
- line-height:16px;
- display:inline-block;
- font-weight:700;
- color:{color:title};
- }
- .user img {
- width:16px;
- height:16px;
- margin-right:5px;
- display:inline-block;
- float:left;
- border-radius:50px;
- }
- .captioned .comment:first-of-type {margin-top:2em;}
- .tex li, .tex blockquote {text-align:left;}
- /*quote*/
- .source {margin-top:5px;}
- /*asks*/
- .q {
- text-align:left;
- padding:15px;
- background: #f4f4f4;
- border: 1px solid #f0f0f0;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius:3px;
- }
- .q a {
- color:{color:link};
- }
- /*chat*/
- .chat {
- text-align:left;
- padding:1em 0;
- list-style:none;
- }
- .l {
- padding:8px;
- }
- .label {
- font-weight:700;
- color:{color:title};
- display:inline-block;
- }
- .l.even {
- border-radius:3px;
- border:1px solid #eaeaea;
- background:#f4f4f4;
- }
- /*permalink and notes*/
- .permalink {
- width:540px;
- margin-top:1em;
- text-align:left;
- }
- .permalink a {
- color:{color:link};
- text-transform:lowercase;
- text-decoration:none;
- margin-right:1em;
- }
- .permalink a:hover {
- color:{color:link hover};
- }
- .permalink a:first-child {
- font-weight:700;
- }
- .tags {
- width:540px;
- }
- .tags a {
- color:{color:tags};
- font-weight:none;
- line-height:20px;
- display:inline;
- margin-right:1em;
- text-transform:normal;
- text-decoration:none;
- }
- .pagenotes {
- overflow:auto;
- height:180px;
- }
- ol li:before {
- content:'';
- }
- ol.notes {
- list-style-type:none;
- padding:0px;
- margin:0px;
- }
- ol.notes li.note {
- display:block;
- padding:0;
- margin:5px 0;
- }
- ol.notes li.note img.avatar {border-radius:50px; margin-right:5px; display:inline-block;width:15px; height:15px;}
- a.more_notes_link {
- display:block;
- text-align:center;
- color:{color:title};
- }
- .credit {
- position:fixed;
- right:10px;
- bottom:15px;
- font-weight:700;
- }
- .credit a {
- color:#000000;
- }
- {CustomCSS}
- /*smooth loading*/
- @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- .fade-in {
- opacity:0;
- -webkit-animation:fadeIn ease-in 1;
- -moz-animation:fadeIn ease-in 1;
- animation:fadeIn ease-in 1;
- -webkit-animation-fill-mode:forwards;
- -moz-animation-fill-mode:forwards;
- animation-fill-mode:forwards;
- -webkit-animation-duration:1s;
- -moz-animation-duration:1s;
- animation-duration:1s;}
- .fade-in.one {
- -webkit-animation-delay:0s;
- -moz-animation-delay:0s;
- animation-delay:0s;}
- .fade-in.two {
- -webkit-animation-delay:0.8s;
- -moz-animation-delay:0.8s;
- animation-delay:0.8s;}
- </style>
- </head>
- <body>
- {block:ifHeader}
- <header>
- <div class="links">
- <div class="blogtitle"><a href="/">{Title}</a></div>
- {block:ifHomeTitle}<a href="/">{text:home title}</a>{/block:ifHomeTitle}{block:ifAskTitle}<a href="/ask">{text:ask title}</a>{/block:ifAskTitle}{block:ifArchiveTitle}<a href="/archive">{text:archive title}</a>{/block:ifArchiveTitle}{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- </div>
- </header>
- {/block:ifHeader}
- <sidebar>
- <table>
- <tr>
- <td style="border:1px solid #f0f0f0;background:#f4f4f4;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px; vertical-align:%;line-height:100%">
- {block:ifHeader}
- <div id="description"> {Description}
- </div>
- {/block:ifHeader}
- {block:ifNotHeader}
- <nav>{block:ifHomeTitle}<a href="/">{text:home title}</a>{/block:ifHomeTitle} {block:ifAskTitle}<a href="/ask">{text:ask title}</a>{/block:ifAskTitle} {block:ifArchiveTitle}<a href="/archive">{text:archive title}</a>{/block:ifArchiveTitle}<br>{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1} {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}</nav>
- {/block:ifNotHeader}
- </td>
- <td>
- <div class="sb"><a href="/" {block:ifNotHeader}title="{Title}"{/block:ifNotHeader}>{block:ifSidebarImage}<img src="{image:Sidebar}">{/block:ifSidebarImage} {block:ifNotSidebarImage}<img src="{PortraitURL-40}">{/block:ifNotSidebarImage}</a></div>
- </td>
- </tr>
- </table>
- {block:ifNotHeader}
- <div id="description"> {Description}
- </div>
- {/block:ifNotHeader}
- {block:Pagination}<div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}"><span class="sf sf-chevron-left
- "></span></a>{/block:PreviousPage}
- {CurrentPage} of {TotalPages}
- {block:NextPage}<a href="{NextPage}"><span class="sf sf-chevron-right
- "></span></a>{/block:NextPage}</div>
- {/block:Pagination}
- </sidebar>
- <section id="entries" class="fade-in one">{block:posts}
- <article class="posts" id="{PostID}">
- {block:Quote}
- <div class="title quote">{quote}</div>
- {block:Source}<div class="source">— {source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{title}</div>{/block:Title}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment {block:Title}ted{/block:Title}">
- <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"><img src="{PortraitURL-64}"> {username}</a></a>
- <div class="tex">{body}</div>
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {block:NotReblog}
- <li class="comment {block:Title}ted{/block:Title}">
- <div class="tex">{body}</div>
- </li>
- {/block:NotReblog}
- {/block:Text}
- {block:Link}<div class="title"><a href="{URL}">{name}</a></div>
- {block:Description}
- {block:NotReblog}
- <li class="comment ted">
- <div class="tex">{description}</div>
- </li>
- {/block:NotReblog}
- {/block:Description}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment">
- <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"><img src="{PortraitURL-64}"> {username}</a>
- <div class="tex">{body}</div>
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Link}
- {block:Chat}
- {block:Title}<div id="title">{title}</div>{/block:Title}
- <ol class="chat {block:Title}ted{/block:Title}">
- {block:lines}
- <li class="l {Alt}">
- {block:label}<span class="label">{label}</span>{/block:label} {line}
- </li>
- {/block:lines}
- </ol>
- {/block:Chat}
- {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {/block:Photoset}
- {block:Video}<div class="video">{Video-500}</div>{/block:Video}
- {block:Audio}
- <div class="audio">
- {block:AudioEmbed}{AudioEmbed width="540px"}{/block:AudioEmbed}
- </div>
- {/block:Audio}
- {block:caption}
- {block:Reblogs}
- <li class="comment">
- <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"> <img src="{PortraitURL-64}"> {username}</a>
- <div class="tex">{body}</div>
- </li>
- {/block:Reblogs}
- {block:NotReblog}
- <li class="comment">
- <div class="tex">{caption}</div>
- </li>
- {/block:NotReblog}
- {/block:caption}
- {block:Answer}
- <div class="q"><b>{Asker}</b>: {Question}</div>
- {block:Answerer}
- <li class="comment">
- <div class="user"><img src="{AnswererPortraitURL-64}"> {username}</a> {answerer}</div>
- <div class="tex">{answer}</div>
- </li>
- {/block:Answerer}
- {block:NotReblog}
- <li class="comment" style="padding:0">
- <div class="tex">{replies}</div>
- </li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment">
- <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"><img src="{PortraitURL-64}"> {username}</a>
- <div class="tex">{body}</div>
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- {block:Date}
- <div class="permalink"><a href="{permalink}">{TimeAgo}</a> {block:NoteCount}<a href="{permalink}">{notecountwithlabel}</a>{/block:NoteCount} <a href="{ReblogURL}" target="_blank">reblog</a>
- {block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}
- </div>
- {block:hastags}
- <div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}.</a>{/block:Tags}</div>
- {/block:hasTags}
- {/block:Date}
- </article>
- {/block:Posts}
- {block:PostNotes}
- <article class="posts pagenotes" style="padding:0 20px">
- {PostNotes}
- </article>
- {/block:PostNotes}
- </section>
- <script>
- $(document).ready(function(){
- $('body').tooltip({track:true});
- });
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:#f4f4f4 !important;border:1px solid #f0f0f0;border-radius:3px} </style>"));
- });
- });
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <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>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="credit"><a href="http://captainmarvels.tumblr.com/" title="ananda themes"><span class="sf sf-alien-o"></span></a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment