niehauscosima

rebel 2.0

Feb 28th, 2018
2,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.36 KB | None | 0 0
  1. <!--
  2. rebel 2.0 - captainmarvels
  3. base code @ sorrism
  4. visit /credits for full credits
  5. -->
  6.  
  7. <!DOCTYPE html>
  8. <head>
  9.  
  10. <title>{block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{favicon}">
  13.  
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#000000"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="color:Link Hover" content="#444444"/>
  23. <meta name="color:Title"content="#000000"/>
  24. <meta name="color:Nav" content="#000000"/>
  25. <meta name="color:Scrollbar" content="#000000" />
  26. <meta name="color:Borders" content="#c7c7c7"/>
  27. <meta name="color:Accent" content="#c7c7c7"/>
  28.  
  29. <meta name="text:Link 1 URL" content="" />
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 2 URL" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 3 URL" content="" />
  34. <meta name="text:Link 3" content="" />
  35.  
  36. <meta name="text:Home Title" content="index"/>
  37. <meta name="text:Ask Title" content="message"/>
  38. <meta name="text:Archive Title" content="history"/>
  39.  
  40. <meta name="image:Sidebar" content=""/>
  41.  
  42. <meta name="if:hover controls" content="1"/>
  43.  
  44. <meta name="select:text font" content="Titillium Web" title="Titillium Web"/>
  45. <meta name="select:text font" content="Helvetica" title="Helvetica"/>
  46.  
  47. <link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,700" rel="stylesheet">
  48. <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
  49. <!-- this is vital for my theme credit don't delete this-->
  50. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <!-- don't delete-->
  51.  
  52. <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>
  53. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  54. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  55. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  56. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  57. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script><script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  58.  
  59. <!--CSS customization here. -->
  60.  
  61. <style type="text/css">
  62.  
  63. /*tumblr controls and lightbox*/
  64.  
  65. .tmblr-full img {
  66. max-width: 100%;
  67. }
  68.  
  69. .vignette, #vignette {
  70. opacity:0;
  71. }
  72.  
  73. .lightbox-image, #tumblr_lightbox img {
  74. box-shadow:none !important;
  75. border-radius:0 !important;
  76. max-width:none;
  77. }
  78.  
  79. .tmblr-lightbox, #tumblr_lightbox {
  80. background-color:rgba(255,255,255,.8) !important;
  81. }
  82.  
  83. #tumblr_lightbox img {
  84. padding:5px;
  85. -moz-box-sizing:border-box;
  86. box-sizing:border-box;
  87. }
  88.  
  89. .lightbox-image {
  90. padding:0px;
  91. background-color:rgba(255,255,255,1) !important;
  92. }
  93.  
  94. {block:ifhovercontrols}
  95. iframe.tmblr-iframe {
  96. z-index:99999999999999!important;
  97. top:-2px!important;
  98. right:0!important;
  99. opacity:0;
  100. padding-right:38px;
  101. /* delete invert(1) from here */
  102. filter:invert(1) contrast(150%);
  103. -webkit-filter:invert(1) contrast(150%);
  104. -o-filter:invert(1) contrast(150%);
  105. -moz-filter:invert(1) contrast(150%);
  106. -ms-filter:invert(1) contrast(150%);
  107. /* to here if your blog has a dark background */
  108. transform:scale(0.65);
  109. transform-origin:100% 0;
  110. -webkit-transform:scale(0.65);
  111. -webkit-transform-origin:100% 0;
  112. -o-transform:scale(0.65);
  113. -o-transform-origin:100% 0;
  114. -moz-transform:scale(0.65);
  115. -moz-transform-origin:100% 0;
  116. -ms-transform:scale(0.65);
  117. -ms-transform-origin:100% 0;}
  118.  
  119. iframe.tmblr-iframe:hover {
  120. opacity:0.6!important;}
  121.  
  122. .hcontrols {
  123. position:fixed;
  124. top:0;
  125. right:0;
  126. z-index:999999999;}
  127.  
  128. .hcontrols svg {
  129. width:14px;
  130. height:14px;
  131. padding:9px;}
  132.  
  133. .hcontrols svg path {
  134. fill:#888888;/* change this to change the color of the icon */}
  135. {/block:ifhovercontrols}
  136.  
  137. {block:ifnothovercontrols}
  138. iframe.tmblr-iframe {
  139. z-index:99999999999999!important;
  140. top:0!important;
  141. right:0!important;
  142. opacity:0.4;
  143. /* delete invert(1) from here */
  144. filter:invert(1) contrast(150%);
  145. -webkit-filter:invert(1) contrast(150%);
  146. -o-filter:invert(1) contrast(150%);
  147. -moz-filter:invert(1) contrast(150%);
  148. -ms-filter:invert(1) contrast(150%);
  149. /* to here if your blog has a dark background */
  150. transform:scale(0.65);
  151. transform-origin:100% 0;
  152. -webkit-transform:scale(0.65);
  153. -webkit-transform-origin:100% 0;
  154. -o-transform:scale(0.65);
  155. -o-transform-origin:100% 0;
  156. -moz-transform:scale(0.65);
  157. -moz-transform-origin:100% 0;
  158. -ms-transform:scale(0.65);
  159. -ms-transform-origin:100% 0;}
  160. {/block:ifnothovercontrols}
  161.  
  162. /*tooltip*/
  163.  
  164. .ui-tooltip {
  165. position:Absolute;
  166. z-index:9999;
  167. padding-top:10px;
  168. }
  169.  
  170. .ui-tooltip-content {
  171. background:{color:background};
  172. padding:5px;
  173. color:{color:link};
  174. text-transform:lowercase;
  175. border:1px solid {color:accent};
  176. }
  177.  
  178. /*scrollbar*/
  179.  
  180. ::-webkit-scrollbar {height: 6px;width: 3px;}
  181. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar}; width: 3px;}
  182. ::-webkit-scrollbar-track{background-color:#ffffff; width: 3px;}
  183.  
  184. /*main structure*/
  185.  
  186. body {
  187. background:{color:background};
  188. color:{color:text};
  189. font:12px {select:text font}, sans-serif;
  190. word-wrap:break-word;
  191. text-align:justify;
  192. line-height:20px;
  193. margin:0;
  194. }
  195.  
  196. a {
  197. color:{color:link};
  198. text-decoration:none;
  199. transition:all .3s linear;
  200. -webkit-transition:all .3s linear;
  201. -o-transition:all .3s linear;
  202. -moz-transition:all .3s linear;
  203. }
  204.  
  205. a, a img {cursor:pointer;}
  206.  
  207. a:hover {
  208. color:{color:link hover}!important;
  209. text-decoration:none;
  210. }
  211.  
  212. img {
  213. opacity:1;
  214. border:0;
  215. text-decoration:none;
  216. max-width:100%;
  217. height:auto;
  218. display:block;
  219. }
  220.  
  221. blockquote {
  222. padding:0;
  223. margin:.5em 0;
  224. border-left:0px solid {color:borders};
  225. }
  226.  
  227. pre {
  228. padding:0;
  229. margin:0;
  230. line-height:inherit!important;
  231. background:transparent;
  232. font-family:inherit!Important;
  233. font-size:inherit!important;
  234. white-space:pre-wrap;
  235. white-space:-moz-pre-wrap;
  236. white-space:-pre-wrap;
  237. white-space:-o-pre-wrap;
  238. word-wrap:break-word;
  239. }
  240.  
  241. p {margin:1em 0;}
  242.  
  243. p:first-of-type {margin-top:0;}
  244.  
  245. p:last-of-type {margin-bottom:0;}
  246.  
  247. b, strong, b a, strong a {
  248. font-weight:bold!important;
  249. color:{color:title};
  250. }
  251.  
  252. small, big, sub, pre {
  253. font-size:1em!important;
  254. line-height:1.4em!important;
  255. vertical-align:baseline!important;
  256. }
  257.  
  258. i {
  259. font-style:italic;
  260. }
  261.  
  262. h1, h2, h3, h4 {
  263. margin:1.5em 0;
  264. font-size:1.5em;
  265. padding:0;
  266. color:{color:title};
  267. font-weight:bold;
  268. }
  269.  
  270. .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
  271.  
  272. hr {
  273. border:none;
  274. box-shadow:0;
  275. margin:2em auto;
  276. width:75px;
  277. border-top:1px solid {color:borders};
  278. }
  279.  
  280. /*sidebar*/
  281.  
  282. sidebar {
  283. position: fixed;
  284. width: 268px;
  285. top: 120px;
  286. left: 150px;
  287. padding:20px;
  288. border-radius:4px;
  289. }
  290.  
  291. sidebar img {
  292. display:block;
  293. width: 268px;
  294. }
  295.  
  296. #description {
  297. margin-top:10px;
  298. text-align:center;
  299. line-height:20px;
  300. }
  301.  
  302. nav {
  303. display:block;
  304. margin-top:5px;
  305. text-align:center;
  306. }
  307.  
  308. nav a {
  309. color:{color:link};
  310. font-weight: bold;
  311. display:inline-block;
  312. margin-right:10px;
  313. }
  314.  
  315. /*pagination*/
  316.  
  317. .pagination {
  318. text-align: center;
  319. margin-top:20px;
  320. }
  321.  
  322. .pagination a {
  323. color: {color:text};
  324. text-decoration: none;
  325. font-weight:bold;
  326. font-size:10px;
  327. margin-right:10px;
  328. }
  329.  
  330. /*posts*/
  331.  
  332. section {
  333. width:540px;
  334. margin-left:550px;
  335. margin-top:120px;
  336. }
  337.  
  338. .posts {
  339. width:540px;
  340. margin-bottom:100px;
  341. {block:permalinkpage}
  342. margin-bottom:20px;
  343. {/block:permalinkpage}
  344. }
  345.  
  346. /*titles*/
  347.  
  348. .title {
  349. color:{color:title};
  350. font-size:1.25em;
  351. line-height:1.75em;
  352. }
  353.  
  354. .title a {color:{color:title};}
  355.  
  356. .title a:hover {color:{color:link};}
  357.  
  358. .ted {margin-top:10px;}
  359.  
  360. /*captions*/
  361.  
  362. .caption {
  363. padding-top:0.5em;
  364. }
  365.  
  366. .caption img:not(.icon) {
  367. padding:10px;
  368. }
  369.  
  370. .leg a.tumblr_blog {
  371. vertical-align:middle;
  372. display:block;
  373. font-weight:600;
  374. margin-bottom:.75em;
  375. }
  376.  
  377. .leg .icon{
  378. border-radius:10%;
  379. width:18px;
  380. height:18px;
  381. margin-right:5px;
  382. display:inline-block;
  383. float:left;
  384. }
  385.  
  386. .leg p {
  387. margin: 0 0;
  388. }
  389.  
  390. .tex li, .tex blockquote {text-align:left;}
  391.  
  392. /*quote*/
  393.  
  394. .source {margin-top:5px;}
  395.  
  396. /*audio*/
  397.  
  398. .player {
  399. width:25px;
  400. height:24px;
  401. position:absolute;
  402. left:10px;
  403. top:calc(50% - 15px);
  404. display:block;
  405. overflow:hidden;
  406. }
  407.  
  408. .hold {
  409. text-align:left;
  410. background:{color:background};
  411. border:1px solid {color:borders};
  412. position:relative;
  413. display:block;
  414. min-height:24px;
  415. padding:15px;
  416. }
  417.  
  418. .audio_info {
  419. vertical-align:middle;
  420. line-height:12px;
  421. margin-left:35px;
  422. max-width:calc(100% - 35px);
  423. }
  424.  
  425. .audio_info span {
  426. white-space:nowrap;
  427. overflow:hidden;
  428. text-overflow:ellipsis;
  429. display:block;
  430. }
  431.  
  432. .hold .track {color:{color:title};}
  433.  
  434. /*asks*/
  435.  
  436. .q {
  437. text-align:left;
  438. padding:15px 0px 15px 0px;
  439. border-bottom:1px solid {color:borders};
  440. }
  441.  
  442. .as {text-transform:lowercase;}
  443.  
  444. .as a {color:{color:text};}
  445.  
  446. .as a:hover {color:{color:link hover};}
  447.  
  448. .a {
  449. margin-bottom:0px;
  450. }
  451.  
  452. /*chat*/
  453.  
  454. .chat {
  455. text-align:left;
  456. margin:0;
  457. padding:0;
  458. list-style:none;
  459. }
  460.  
  461. .l {
  462. padding:15px 0;
  463. border-bottom:1px solid {color:borders};
  464. }
  465.  
  466. .label {
  467. font-weight:bold;
  468. color:{color:title};
  469. display:inline-block;
  470. }
  471.  
  472. .l:first-of-type {padding-top:0;}
  473.  
  474. .l:last-of-type {
  475. padding-bottom:0;
  476. border:0;
  477. }
  478.  
  479. /*permalink and notes*/
  480.  
  481. .permalink {
  482. margin-top:5px;
  483. text-align:left;
  484. }
  485.  
  486. .permalink a {
  487. color:{color:link};
  488. text-transform:lowercase;
  489. text-decoration:none;
  490. margin-right:10px;
  491. }
  492.  
  493. .postsource {
  494. padding-top:5px;
  495. float:right;
  496. }
  497.  
  498. .postsource img{
  499. border: 1px solid {color:lorders};
  500. border-radius:4px;
  501. }
  502.  
  503. .postsource i{
  504. border: 1px solid {color:borders};
  505. border-radius:4px;
  506. padding:5px;
  507. }
  508.  
  509. .pagenotes {
  510. padding-top:5px;
  511. }
  512.  
  513. ol.notes {
  514. list-style-type:none;
  515. padding:0px;
  516. margin:0px;
  517. }
  518.  
  519. ol.notes li.note {
  520. display:block;
  521. padding:0;
  522. margin:5px 0;
  523. }
  524.  
  525. ol.notes li.note img.avatar {display:none!important;}
  526.  
  527. a.more_notes_link {
  528. display:block;
  529. text-align:center;
  530. color:{color:title};
  531. }
  532.  
  533. .credit {
  534. position:fixed;
  535. right:10px;
  536. bottom:15px;
  537. font-weight:bold;
  538. }
  539.  
  540. {CustomCSS}
  541.  
  542. /*smooth loading*/
  543.  
  544. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  545. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  546. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  547. .fade-in {
  548. opacity:0;
  549. -webkit-animation:fadeIn ease-in 1;
  550. -moz-animation:fadeIn ease-in 1;
  551. animation:fadeIn ease-in 1;
  552. -webkit-animation-fill-mode:forwards;
  553. -moz-animation-fill-mode:forwards;
  554. animation-fill-mode:forwards;
  555. -webkit-animation-duration:1s;
  556. -moz-animation-duration:1s;
  557. animation-duration:1s;}
  558. .fade-in.one {
  559. -webkit-animation-delay:0s;
  560. -moz-animation-delay:0s;
  561. animation-delay:0s;}
  562. .fade-in.two {
  563. -webkit-animation-delay:0.8s;
  564. -moz-animation-delay:0.8s;
  565. animation-delay:0.8s;}
  566.  
  567. </style>
  568.  
  569. </head>
  570.  
  571. <body>
  572.  
  573. <sidebar>
  574. {block:ifSidebarImage}<a href="/"><img src="{image:Sidebar}"/></a>{/block:ifSidebarImage}
  575. <div id="description">{Description}</div>
  576. <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}{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>
  577.  
  578. <div class="pagination">
  579. {block:PreviousPage}<a href="{PreviousPage}"><i class="fas fa-angle-left" aria-hidden="true"></i></a>{/block:PreviousPage}
  580. {block:NextPage}<a href="{NextPage}"><i class="fas fa-angle-right" aria-hidden="true"></i></a>{/block:NextPage}
  581. </div>
  582. </sidebar>
  583.  
  584. <section id="entries" class="fade-in one">{block:posts}
  585. <article class="posts">
  586.  
  587. {block:Quote}
  588. <div class="title quote">{quote}</div>
  589. {block:Source}<div class="source">{source}</div>{/block:Source}
  590. {/block:Quote}
  591.  
  592. {block:Text}
  593. {block:Title}<div class="title">{title}</div>{/block:Title}
  594. <div class="caption">{Body}</div>
  595. {/block:Text}
  596.  
  597. {block:Link}<div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}<div class="caption">{Description}</div>{/block:Description}{/block:Link}
  598.  
  599. {block:Chat}
  600. {block:Title}<div id="title">{title}</div>{/block:Title}
  601. <ol class="chat {block:Title}ted{/block:Title}">
  602. {block:lines}
  603. <li class="l {Alt}">
  604. {block:label}<span class="label">{label}</span>{/block:label} {line}
  605. </li>
  606. {/block:lines}
  607. </ol>
  608. {/block:Chat}
  609.  
  610. {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
  611.  
  612. {block:Photoset}
  613. <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>
  614. {/block:Photoset}
  615.  
  616. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  617.  
  618. {block:Audio}
  619. {block:audioplayer}
  620. <div class="hold">
  621. <div class="player">{audioplayerwhite}</div>
  622. <div class="audio_info">
  623. {block:trackname}<span class="track">{trackname}</span>{/block:trackname}
  624. {block:artist}<span class="artist">{artist}</span>{/block:artist}
  625. </div>
  626. </div>
  627. {/block:audioplayer}
  628. {/block:Audio}
  629.  
  630. {block:caption}<div class="caption">{Caption}</div>{/block:caption}
  631.  
  632. {block:Answer}
  633. <div class="q">
  634. <div class="as"><img src="{AskerPortraitURL-24}" style="width:18px; margin-right:10px; display:inline-block; float:left; border-radius:10%;"> <b>{Asker}</b> sent &mdash; {Question}</div></div>
  635. <div class="a"><div class="caption">{Answer}</div></div>
  636. {/block:Answer}
  637.  
  638.  
  639. {block:Date}
  640. <div class="permalink"> <a href="{Permalink}" title="{TimeAgo}"> <b>{MonthNumberWithZero}.{DayOfMonthWithZero}</b> </a> {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  641.  
  642. {block:Tags} <a href="{TagURL}" style="border-bottom:1px solid {color:accent};">{Tag}</a> {/block:Tags} </div> {/block:HasTags}
  643. {/block:Date}
  644.  
  645. </article>
  646.  
  647. {block:PostNotes}
  648. <article class="posts pagenotes">
  649. {PostNotes}
  650. </article>
  651. {/block:PostNotes}
  652.  
  653. {/block:Posts}
  654.  
  655. </section>
  656.  
  657. <script>
  658. var $container = $('.posts');
  659. $container.find('.notecount').each(function(){
  660. var n = $(this).html().split(' ')[0].replace(/,/g, '');
  661. if (n > 999) {
  662. n = Math.floor(n / 100) / 10;
  663. $(this).text(n + 'k');
  664. }
  665. });
  666. $(document).ready(function(){
  667. $('body').tooltip({track:false});
  668. $('iframe.tumblr_audio_player').load( function() {
  669. $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background} !important} </style>"));
  670. });
  671. });
  672. $('.posts').unnest({
  673. yourCaption: ".caption",
  674. wrapName: ".leg",
  675. newCaptionUsername: true,
  676. originalPostCaptionUsername: false,
  677. tumblrAvatars: true,
  678. tumblrAvatarClass: ".icon",
  679. usernameColon: false
  680. });
  681. $(document).ready(function(){
  682. $('.photo-slideshow').pxuPhotoset({
  683. lightbox: true,
  684. rounded: false,
  685. gutter: '4px',
  686. borderRadius: '0px',
  687. photoset: '.photo-slideshow',
  688. photoWrap: '.photo-data',
  689. photo: '.pxu-photo'
  690. });
  691. });
  692. </script>
  693.  
  694. {block:ContentSource}
  695. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  696. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  697. {/block:SourceLogo}
  698. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  699. {/block:ContentSource}
  700.  
  701. {block:ifhovercontrols}
  702. <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>
  703. {/block:ifhovercontrols}
  704.  
  705. <div class="credit"><a href="http://captainmarvels.tumblr.com/" title="ananda themes"><span class="sf sf-alien-o"></span></a></div>
  706.  
  707. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment