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: ICONSVG;
- unnest captions base and npf photoset fix by @annasthms;
- base for all-in-one by @neonbikethemes
- -->
- <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:header" content="#ffffff" />
- <meta name="color:scrollbar" content="#f5f5f5"/>
- <meta name="if:infinite scroll" content="1"/>
- <meta name="color:audio" content="#f5f5f5"/>
- <meta name="select:font" title="Source Sans Pro" content="'Source Sans Pro', sans-serif"/>
- <meta name="select:font" title="Rubik" content="'Rubik', sans-serif"/>
- <meta name="select:font" title="Lato" content="'Lato', sans-serif"/>
- <meta name="select:font" title="Poppins" content="'Poppins', sans-serif"/>
- <meta name="select:heading font" title="Source Sans Pro" content="'Source Sans Pro', sans-serif"/>
- <meta name="select:heading font" title="Rubik" content="'Rubik', sans-serif"/>
- <meta name="select:heading font" title="Lato" content="'Lato', sans-serif"/>
- <meta name="select:heading font" title="Poppins" content="'Poppins', sans-serif"/>
- <meta name="select:font size" content="12px"/>
- <meta name="select:font size" content="13px"/>
- <meta name="select:font size" content="14px"/>
- <meta name="select:font size" content="15px"/>
- <meta name="text:tab 1 title" content="" />
- <meta name="text:tab 2 title" content="" />
- <meta name="text:tab 3 title" content="" />
- <meta name="text:tab 4 title" content="" />
- <!--links and scripts-->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/0podkko/ZHfq8v9rn/photosets.js"></script>
- <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=Lato|Poppins|Rubik|Source+Sans+Pro" rel="stylesheet">
- <script src="https://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-corner {
- background: transparent;
- }
- /* GENERAL STYLING */
- body {
- background-color: {color:background};
- color: {color:text};
- font-family: {select:font};
- margin: 0;
- padding: 0;
- font-size: {select:font size};
- 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;
- }
- pre, code {
- font-family: Courier;
- background-color: {color:audio};
- padding: 5px;
- }
- h1 {
- font-size: calc({select:font size} + 8px);
- margin-top: 10px;
- text-align: center;
- position: relative;
- font-family: {select:heading font};
- 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-family: {select:heading font};
- font-size: calc({select:font size} + 3px);
- text-align: center;
- }
- 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 */}
- .tabcontent {
- position:static;
- margin-left:auto;
- margin-right:auto;
- width: 520px;
- text-align:center;
- margin-bottom:200px;
- }
- .tabs {
- width:100%;
- margin-left:0px;
- display:inline-block;
- }
- #topbar {
- width: 100%;
- height: 150px;
- top: 0;
- margin-top: 0!important;
- background-color: {color:header};
- border: 1px solid {color:borders};
- padding: 10px;
- box-sizing: border-box;
- }
- .description {
- position: relative;
- text-align: center;
- }
- /*----- Tab Links -----*/
- .tab-links li {
- display: inline-block;
- list-style: none;
- margin-left: 1px;
- }
- .tab-links {
- text-align: center;
- }
- li.active a, li.active a:hover {
- background:transparent;
- color:{color:links hover};
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- /*----- Content of Tabs -----*/
- .tab-content {
- }
- .tab {
- display:none;
- }
- .tab.active {
- display:block;
- }
- /* GENERAL POST STYLING, CONTROLS, AND PERMALINKS */
- #posts {
- position: relative;
- column-count: 2;
- width: 900px;
- margin-top: 5%;
- left: 50%;
- margin-bottom: 70px;
- margin-left: -430px;
- }
- .wrapper {
- display: inline-block;
- margin-top: 60px;
- }
- .post {
- display: inline-block;
- break-inside: avoid;
- width: 400px;
- background-color: {color:posts};
- border: 1px solid {color:borders};
- box-sizing: border-box;
- }
- .post img, blockquote, li {
- max-width: 100%;
- }
- .tagwrap {
- margin-bottom: 50px;
- background-color: {color:posts};
- width: 400px;
- padding: 5px;
- box-sizing: border-box;
- border: 1px solid {color:borders};
- border-top: 1px solid transparent;
- height: 30px;
- overflow: scroll;
- }
- .tags {
- display: inline-block;
- margin-left: 5px;
- }
- .controls svg {
- width:10px;
- height:auto;
- opacity:.5;
- padding:1px;
- display:block;
- overflow:visible;
- }
- .controlw {
- background-color: {color:posts};
- border: 1px solid {color:borders};
- border-bottom: 0px transparent;
- }
- .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: 4.5px;
- }
- /* POST TYPES */
- .text {
- width: 400px;
- box-sizing: border-box;
- }
- .txt {
- padding: 10px;
- }
- .photo {
- width: 400px;
- display: block;
- }
- .quote {
- padding: 10px;
- font-size: calc({select:font size} + 3px);
- text-align: center;
- }
- .source {
- font-size: calc({select:font size} + 2px);
- text-align: center;
- font-variant: small-caps;
- }
- .link {
- text-align: center;
- }
- .lnk {
- padding: 10px;
- border-bottom: 1px solid {color:borders};
- background-color: {color:audio};
- font-weight: bold;
- font-size: calc({select:font size} + 2px);
- }
- .photoset-grid {
- grid-gap: 1px;
- }
- .audio iframe {
- width: 398px;
- height: 85px;
- display: block;
- }
- .video iframe {
- width: 400px;
- display: block;
- }
- .cht h2, h3, h4{
- padding:10px;
- }
- .chat {
- list-style-type: none;
- padding-left: 3px;
- }
- .line {
- padding: 10px;
- }
- .line:nth-of-type(odd) {
- background-color: {color:audio};
- text-align: left;
- border: 1px solid {color:borders};
- border-left: 0px transparent;
- border-right: 0px transparent;
- }
- .line:nth-of-type(even) {
- text-align: right;
- }
- .post.text.cht > .line:first-child {
- border-top: none;
- }
- .post.text.cht > .line:last-of-type {
- border-bottom: none;
- }
- .question {
- padding: 5px;
- background-color: {color:audio};
- border-bottom: 1px solid {color:borders};
- margin-bottom: 3px;
- }
- .asker img {
- width: 25px;
- display: inline-block;
- vertical-align: middle;
- padding: 2px 0px 0px 5px;
- }
- .asker {
- padding: 10px 0px 0px 4px;
- }
- .question_text {
- padding: 10px;
- margin-bottom: 3px;
- }
- .answerer {
- text-align: right;
- padding: 0px 10px 0px 7px;
- }
- .replier img {
- width: 25px;
- display: inline-block;
- vertical-align: middle;
- padding: 2px 4px 0px 10px;
- }
- .replier {
- padding: 10px 0px 0px 2px;
- }
- .reply {
- padding: 15px;
- }
- .answer_text {
- text-align: right;
- padding: 10px;
- margin-top: -6px;
- }
- .answer_container {
- padding: 5px;
- margin-top: 10px;
- margin-bottom: -10px;
- }
- /* ASK, SUBMIT, AND PERMALINK PAGE */
- {block:PermalinkPage}
- .tags {
- text-align: center;
- display: inline-block;
- padding: 4px;
- }
- {/block:PermalinkPage}
- /* NOTES */
- ol.notes {
- margin-top: 50px;
- list-style-type: none;
- background-color: {color:posts};
- padding: 10px;
- width: 400px;
- box-sizing: border-box;
- border: 1px solid {color:borders};
- }
- ol.notes li.note {
- padding: 5px;
- vertical-align: middle;
- }
- ol.notes li.note img.avatar {
- vertical-align: middle;
- padding: 5px;
- width: 20px;
- }
- li.note.more_notes_link_container {
- text-transform: lowercase;
- }
- /* PAGINATION */
- #footer {
- padding: 15px;
- text-align: center;
- }
- .prev {
- padding: 5px;
- margin: 3px;
- }
- .next {
- padding: 5px;
- margin: 3px;
- }
- {block:Ifinfinitescroll}
- #footer {
- display: none;
- }
- {/block:Ifinfinitescroll}
- /* captions */
- .commenter img {
- width: 25px;
- vertical-align: middle;
- padding: 5px;
- }
- .text .commenter {
- padding: 0px;
- padding-bottom: 0px;
- }
- .text .comment {
- padding: 5px;
- }
- .commenter {
- padding: 10px;
- padding-bottom: 0px;
- }
- .comment {
- padding-bottom: 0px;
- padding: 10px 10px 10px 15px;
- margin-top: -8px;
- }
- .caption {
- background-color: {color:posts};
- width: 400px;
- box-sizing: border-box;
- border: 1px solid {color:borders};
- border-top: 0px transparent;
- }
- .cap {
- padding: 10px;
- }
- .comment_container {
- margin-top: -20px;
- }
- .text .comment_container {
- margin-top: -5px;
- }
- .comment_container:first-child {
- margin-top: 0;
- }
- .comment_container:last-child {
- border-bottom: 1px solid transparent;
- margin-bottom: -4px;
- }
- /* TAB 2 - ASK/SUBMIT */
- .ask {
- margin-top: 27%;
- margin-bottom: 60px;
- }
- /* TAB 3 - ABOUT */
- .about {
- margin-top: 27%;
- }
- .about img {
- width: 100px;
- display:block;
- padding: 10px;
- margin: auto;
- }
- .about h2 {
- text-align: center;
- font-weight: normal;
- font-size: calc({select:font size} + 6px);
- }
- .abtext {
- font-size: calc({select:font size} + 4px);
- }
- /*TAB 4 - TAGS */
- .tagcontainer {
- margin-top: 27%;
- column-count:3;
- width: 800px;
- margin-left: -150px;
- }
- .tagss {
- display: inline-block;
- break-inside: avoid;
- width: 200px;
- background-color: {color:posts};
- border: 1px solid {color:borders};
- margin-bottom: 60px;
- }
- .tagss a {
- text-align: right;
- display: block;
- margin-bottom: 4px;
- left: 5px;
- padding: 10px;
- box-sizing:border-box;
- }
- .tagss a:nth-of-type(odd) {
- text-align: left;
- background-color: {color:audio};
- border-top: 1px solid {color:borders};
- border-bottom: 1px solid {color:borders};
- }
- .tagss a:last-of-type {
- margin-bottom: 0px;
- border-bottom: 0px transparent;
- }
- /* CREDIT - DO NOT TOUCH */
- .credit img {
- width: 20px;
- position: fixed;
- bottom: 15px;
- right: 17px;
- text-align: center;
- }
- #scrollto {
- width: 20px;
- 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: 900px) {
- #posts {
- width: 700px;
- margin-left: -330px;
- }
- .post, .tagwrap, .caption {
- width: 300px;
- }
- .controlw {
- width: 298px;
- }
- .photo {
- width: 300px;
- }
- .audio iframe {
- width: 300px;
- }
- .video iframe {
- width: 300px;
- }
- .tagcontainer {
- column-count: 2;
- width: 600px;
- margin-left: -30px;
- }
- }
- @media only screen and (max-width: 600px) {
- #posts {
- column-count: 1;
- margin-left: -150px;
- margin-top: 10%;
- overflow-x: hidden;
- width: 300px;
- }
- .post, .wrapper {
- display: block;
- }
- .tagcontainer {
- column-count: 1;
- width: 200px;
- position: absolute;
- margin-top: 10%;
- top: 42%;
- left: 50%;
- margin-left: -100px;
- }
- .tagss {
- display: block;
- }
- .ask iframe {
- position: absolute;
- margin-top: 10%;
- top: 42%;
- width: 250px;
- left: 50%;
- margin-left: -125px;
- }
- .submission iframe {
- position: absolute;
- margin-top: 90%;
- width: 250px;
- left: 50%;
- top: 42%;
- margin-left: -125px;
- }
- .about {
- width: 250px;
- position: absolute;
- margin-top: 10%;
- left: 50%;
- top: 42%;
- margin-bottom: 60px;
- margin-left: -125px;
- }
- iframe.tmblr-iframe {
- display: none;
- }
- }
- </style>
- <!--SCRIPTS-->
- <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
- <script>
- $(document).ready(function() {
- $('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- // Show/Hide Tabs
- $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
- // Change/remove current tab to active
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#filterOptions li a').click(function() {
- // fetch the class of the clicked item
- var ourClass = $(this).attr('class');
- // reset the active class on all the buttons
- $('#filterOptions li').removeClass('active');
- // update the active state on our clicked button
- $(this).parent().addClass('active');
- if(ourClass == 'all') {
- // show all our items
- $('#ourHolder').children('div.item').show();
- }
- else {
- // hide all elements that don't share ourClass
- $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
- // show all elements that do share ourClass
- $('#ourHolder').children('div.' + ourClass).show();
- }
- return false;
- });
- });
- </script>
- <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;
- });
- $('.caption').each(function(){if($(this).html().trim() == '')$(this).remove();});
- });
- </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);
- $('.caption').each(function(){if($(this).html().trim() == '')$(this).remove();});
- });
- });
- </script>
- {/block:Ifinfinitescroll}
- <script>
- $(document).ready(function() {
- undoPhotoset();
- undoPhotoset({
- 'posts': '.post.text', // change '.post.text' to the text post selector
- 'text class': 'txt', // change 'text' to the text post unique class (can be '')
- 'photoset class': 'photo' // change 'photoset' to the photoset post unique class (can be '')
- },false); // true = pxu, false = css photosets
- $('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>
- <div id="topbar">
- <h1><a href="/">{Title}</a></h1>
- <div class="description">{description}</div>
- <div id="navbar">
- <div class="tabs">
- <ul class="tab-links">
- <li class="active" style="margin-left:-30px">
- <a href="#tab1" title="{text:tab 1 title}"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="1" stroke-linecap="square" stroke-linejoin="arcs"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect></svg></a></li>
- <li><a href="#tab2" title="{text:tab 2 title}"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="1" stroke-linecap="square" stroke-linejoin="arcs"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></svg></a></li>
- <li><a href="#tab3" title="{text:tab 3 title}"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="1" stroke-linecap="square" stroke-linejoin="arcs"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg></a></li>
- <li><a href="#tab4" title="{text:tab 4 title}"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="1" stroke-linecap="square" stroke-linejoin="arcs"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg></a></li>
- </ul>
- </div>
- </div>
- </div>
- <div class="tabs">
- <!-- --------------------------- TAB 1 -------------------------- -->
- <div class="tab-content">
- <div id="tab1" class="tab active">
- <div id="posts">
- {block:Posts}
- <!--CONTROLS AND PERMALINK-->
- <div class="wrapper" id="{PostID}">
- <div class="controlw">
- {block:Date}<a href="{Permalink}" class="permalink">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a>{/block:Date}
- <div class="controls">
- {block:Date}
- <a href="{ReblogURL}" target="_blank" class="reblog">
- <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>
- </a>
- <a href="#" class="like">{LikeButton}
- <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>
- </a>
- {/block:Date}
- </div>
- </div>
- <!--END CONTROLS AND PERMALINK-->
- <!--POST TYPES-->
- {block:Text}
- <div class="post text txt" id="{PostId}">{block:Title}<h2>{Title}</h2>{/block:Title}<div class="body">
- {block:NotReblog}{Body}{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="comment_container">
- <div class="commenter">
- <img src="{PortraitURL-64}" />
- <span>
- {block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}
- </span>
- </div>
- <div class="comment">{Body}</div>
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- </div>
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post photo" id="{PostID}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></div>{/block:Photo}
- {block:Photoset}<div class="post photo" id="{PostID}"><div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div></div>{/block:Photoset}
- {block:Quote}
- <div class="post text" id="{PostID}"><div class="quote">{Quote}</div>
- {block:Source}<div class="quote">{Source}</div>{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <div class="post text link" id="{PostID}">
- <div class="lnk"
- <a href="{URL}" class="path{block:Description} has-desc{/block:Description}" {Target}>{Name}</a>
- </div>
- {block:Description}
- <div class="link-description">
- {block:NotReblog}{Description}{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="comment_container">
- <div class="commenter">
- <img src="{PortraitURL-64}" />
- <span>
- {block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}
- </span>
- </div>
- <div class="comment">{Body}</div>
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- </div>
- {/block:Description}</div>
- {/block:Link}
- {block:Chat}
- <div class="post text cht" id="{PostID}">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}
- <div class="line"><span class="label">{block:Label}{Label}{/block:Label}</span> {Line}</div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}<div class="post photo" id="{PostID}"><div class="audio">{block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}</div></div>{/block:Audio}
- {block:Video}<div class="post photo" id="{PostID}">{VideoEmbed-500}</div>{/block:Video}
- {block:Answer}
- <div class="post text" id="{PostID}">
- <div class="question">
- <div class="asker">
- <img src="{AskerPortraitURL-128}">
- {Asker}
- </div>
- <div class="question_text">{Question}</div>
- </div>
- {block:Answerer}
- <div class="answer_container">
- <div class="answerer">
- {Answerer}
- </div>
- <div class="answer_text">{Answer}</div>
- </div>
- {block:Reblogs}
- <div class="reply_container">
- <div class="replier">
- <img src="{PortraitURL-64}" />
- {block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a> {/block:HasPermalink}
- </div>
- <div class="reply">{Body}</div>
- </div>
- {/block:Reblogs}
- {/block:Answerer}
- {block:NotReblog}
- <div class="answer_container">
- <div class="answerer">
- <a href="{Permalink}">{Name}</a>
- </div>
- <div class="answer_text">{Answer}</div>
- </div>
- {/block:NotReblog}</div>
- {/block:Answer}
- {block:Caption}
- <div class="caption">
- {block:NotReblog}<div class="cap">{Caption}</div>{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="comment_container">
- <div class="commenter">
- <img src="{PortraitURL-64}" />
- <span>
- {block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}
- </span>
- </div>
- <div class="comment">{Body}</div>
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- </div>
- {/block:Caption}
- {block:Date}
- <div class="tagwrap">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}" class="tags">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {PostNotes}
- </div>
- {/block:Posts}
- </div>
- <!--END POST TYPES-->
- <!--PAGINATION-->
- {block:Pagination}
- <p id="footer">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev"><</a>
- {/block:PreviousPage}{block:NextPage}
- <a class="next" href="{NextPage}">></a>
- {/block:NextPage}
- </p>
- {/block:Pagination}
- </div>
- <!-- -------------------------- TAB 2 -------------------------- -->
- <div id="tab2" class="tab">
- <div class="tabcontent">
- <div class="ask">
- {block:AskEnabled}
- <p><iframe frameborder="0" height="190" id="ask_form: scrolling="no" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe><!–[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]–></p>
- {/block:AskEnabled}
- </div>
- <div class="submission">
- {block:SubmissionsEnabled}
- <p><iframe frameborder="0" height="500" id="ask_form: scrolling="no" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe><!–[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]–></p>
- {/block:SubmissionsEnabled}
- </div>
- </div>
- </div>
- <!-- -------------------------- TAB 3 -------------------------- -->
- <div id="tab3" class="tab">
- <div class="tabcontent">
- <div class="about">
- <img src="{PortraitURL-128}"/>
- <h2>about the blogger</h2>
- <p class="abtext">I’m fifteen years old, INTJ, and perpetually thinking. I’m passionate about reading, writing, and design, and I love trying out new things. I live in the United States — specifically around San Francisco; my timezone is Pacific Standard Time (PST; UTC - 8). I’m Indian by ethnicity, though I’ve been born and raised in the U.S. I’m vegetarian, have an unhealthy obsession with chai, and pick up more books than I have time to read. I love different languages, and know three myself, though I have a fondness for quotes and phrases in many varying tongues. My first language is English, and I’m semi-fluent in Spanish and Gujarati.</p>
- </div>
- </div>
- </div>
- <!-- -------------------------- TAB 4 ---------------------------->
- <div id="tab4" class="tab">
- <div class="tabcontent">
- <div class="tagcontainer">
- <div class="tagss">
- <h2>heading</h2>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- </div>
- <div class="tagss">
- <h2>heading</h2>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- </div>
- <div class="tagss">
- <h2>heading</h2>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- </div>
- <div class="tagss">
- <h2>heading</h2>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- </div>
- <div class="tagss">
- <h2>heading</h2>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- <a href="/tagged/link">#tag</a>
- </div>
- </div>
- </div>
- </div>
- <!-- END OF TABS -->
- </div>
- </div>
- </div>
- </div>
- <!--CREDIT AND SCROLL TO TOP - DO NOT TOUCH THE CREDIT-->
- <a id="scrollto" title="scroll to top"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="1" stroke-linecap="square" stroke-linejoin="arcs"><path d="M18 15l-6-6-6 6"/></svg></a>
- <a class="credit" href="https://aubadese.tumblr.com" title="theme credit"><img src="https://i.imgur.com/ZLwssBb.png"/></a>
- <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>
- </body>
- </html>
Add Comment
Please, Sign In to add comment